Answers for "create desktop file ubuntu"

2

.desktop file ubuntu

[Desktop Entry]
	Name=FooCorp Painter Pro
	Exec=foocorp-painter-pro
	Icon=foocorp-painter-pro
	Type=Application
	Categories=GTK;GNOME;Utility;
Posted by: Guest on June-28-2021
0

create a desktop entry ubuntu

[Desktop Entry]
Name=someName
Comment=
Exec=/path/to/script.sh
Icon=/path/to/icon
Terminal=false
Type=Application
Posted by: Guest on May-27-2021

Code answers related to "create desktop file ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language