You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just dropping the absolute location of a script into one of the textboxes did not work for me. There was no visible effect.
Reading the source and understanding the Datasource - Engine : Executable i found that it tries to start a KProcess with the contents of the script-box verbatim.
Unfortunately this does not work because the system itself does not interpret the .sh shell files and does not start them with their interpreter (i.e./e.g. bash) even if there is a shebang in the files. However prefixing the textbox-entries with "bash " for .sh files solved it for me. Since Plasmoids are geared towards dekstop users maybe documenting this behaviour or find a fitting interpreter.
The text was updated successfully, but these errors were encountered:
Just dropping the absolute location of a script into one of the textboxes did not work for me. There was no visible effect.
Reading the source and understanding the Datasource - Engine : Executable i found that it tries to start a KProcess with the contents of the script-box verbatim.
Unfortunately this does not work because the system itself does not interpret the .sh shell files and does not start them with their interpreter (i.e./e.g. bash) even if there is a shebang in the files. However prefixing the textbox-entries with "bash " for .sh files solved it for me. Since Plasmoids are geared towards dekstop users maybe documenting this behaviour or find a fitting interpreter.
The text was updated successfully, but these errors were encountered: