We have moved to a new Sailfish OS Forum. Please start new discussions there.
![]() | 1 | initial version | posted 2014-12-06 09:01:27 +0200 |
Hello,
Hopefully someone can help. I'm currently running Uitukka.
I just want to click on an icon to execute a SSH command, but a cover launches that says 'Loading' and cannot be closed. I just want to avoid the cover to launch, no UI is required at all. Surely there must be a way?
Here's my .desktop file that I put in /home/nemo/.local/share/applications/.
[Desktop Entry]
Type=Application
Exec=ssh user@192.168.0.100 "sh -c 'export DISPLAY=:0;xdotool key Left'"
Name=Rewind
Icon=data:image/png;base64...
![]() | 2 | No.2 Revision |
Hello,
Hopefully someone can help. I'm currently running Uitukka.
I just want to click on an icon to execute a SSH command, command (which executes successfully), but a cover launches that says 'Loading' and cannot be closed. I just want to avoid the cover to launch, no UI is required at all. Surely there must be a way?
Here's my .desktop file that I put in /home/nemo/.local/share/applications/.
[Desktop Entry]
Type=Application
Exec=ssh user@192.168.0.100 "sh -c 'export DISPLAY=:0;xdotool key Left'"
Name=Rewind
Icon=data:image/png;base64...