View Single Post
Posts: 110 | Thanked: 362 times | Joined on May 2014
#4
I had some problems or inconveniences with Desktop Command Execution Widget. (But cant remember what is was)

I use desktop files for scripts. But it is kind of rough.

For example

cat /usr/share/applications/hildon/rsync.desktop
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Name=RsyncDCIM
Comment=rsyncDCIM
Exec=/opt/bin/term-app-launcher -f "Monospace Bold 14" -e /home/user/bin/rsyncDCIM.sh
Icon=terminal
Terminal=true
Type=Application
Categories=Network;
X-HildonDesk-ShowInToolbar=true

What is not so nice is that I havent found a way to enable name&icons on the desktop, so you have to create a icon for every script (or simple remember its location on the desktop)

Desktop folders would be nice too.