Difference between revisions of "lxqt menu customization"

From thelinuxwiki
Jump to: navigation, search
(Created page with " $ cp <path>/<application>.desktop ~/.local/share/applications/")
 
Line 1: Line 1:
 
  $ cp <path>/<application>.desktop ~/.local/share/applications/
 
  $ cp <path>/<application>.desktop ~/.local/share/applications/
 +
 +
 +
example
 +
 +
[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"
 +
 +
[[file:lxqt_menu_customization.png]]

Revision as of 14:34, 3 May 2018

$ cp <path>/<application>.desktop ~/.local/share/applications/


example

[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