Thread
:
Icon for sh-script
View Single Post
Arno_11
2024-11-12 , 14:58
Posts: 99 | Thanked: 117 times | Joined on Jul 2023 @ Europe
#
2
Yes of course, you have just to create .desktop file in:
/usr/share/applications/hildon/
You can use other .desktop files as a model with:
[Desktop Entry]
Name=name_of_the_script
GenericName=name_of_the_script
Exec=/path/to/your_script.sh
Icon=/path/to/icon
Terminal=true
Type=Application
X-Osso-Type=application/x-executable
That's it.
Quote & Reply
|
The Following 3 Users Say Thank You to Arno_11 For This Useful Post:
pichlo
,
sicelo
,
teroyk
Arno_11
View Public Profile
Send a private message to Arno_11
Find all posts by Arno_11