Difference between revisions of "lxqt menu customization"

From thelinuxwiki
Jump to: navigation, search
Line 6: Line 6:
 
example .desktop file
 
example .desktop file
  
[Desktop Entry]
+
[Desktop Entry]
<br>Type=Application
+
Type=Application
<br>Name=my example app
+
Name=my example app
<br>Comment=hahaha
+
Comment=hahaha
<br>Exec=/usr/bin/myapp
+
Exec=/usr/bin/myapp
<br>Icon=23AC_misc.17.png
+
Icon=23AC_misc.17.png
<br>Categories=Application;
+
Categories=Application;
  
 
the Icon exists in a subdirectory of ~/.local/share/icons/
 
the Icon exists in a subdirectory of ~/.local/share/icons/

Revision as of 14:38, 3 May 2018


create a <file>.desktop in ~/.local/share/applications/


example .desktop file

[Desktop Entry]
Type=Application
Name=my example app
Comment=hahaha
Exec=/usr/bin/myapp
Icon=23AC_misc.17.png
Categories=Application;

the Icon exists in a subdirectory of ~/.local/share/icons/

i am not sure how the Categories work, this shortcut shows up under "Other"

lxqt menu customization.png