shell-things/local/share/applications
Aminda Suomalainen d74a2b6d2a
syncplay.desktop: attempt to refer to the shipped icon
2024-04-20 19:16:30 +03:00
..
.gitignore move etc/xdg/autostart to more descriptive location of local/share/applications 2024-04-20 11:18:33 +03:00
README.md separate local/share/applications & etc/xdg/autostart 2024-04-20 12:14:02 +03:00
a-brave-beta.desktop applications/brave-{beta,nightly}: put the channel in front of the name 2024-04-20 12:24:04 +03:00
a-brave-nightly.desktop applications/brave-{beta,nightly}: put the channel in front of the name 2024-04-20 12:24:04 +03:00
a-brave.desktop move etc/xdg/autostart to more descriptive location of local/share/applications 2024-04-20 11:18:33 +03:00
a-firefox.desktop move etc/xdg/autostart to more descriptive location of local/share/applications 2024-04-20 11:18:33 +03:00
a-google-chrome.desktop move etc/xdg/autostart to more descriptive location of local/share/applications 2024-04-20 11:18:33 +03:00
a-microsoft-edge.desktop move etc/xdg/autostart to more descriptive location of local/share/applications 2024-04-20 11:18:33 +03:00
a-mpv.desktop move etc/xdg/autostart to more descriptive location of local/share/applications 2024-04-20 11:18:33 +03:00
a-signal.desktop move etc/xdg/autostart to more descriptive location of local/share/applications 2024-04-20 11:18:33 +03:00
a-steam.desktop move etc/xdg/autostart to more descriptive location of local/share/applications 2024-04-20 11:18:33 +03:00
a-syncplay.desktop syncplay.desktop: attempt to refer to the shipped icon 2024-04-20 19:16:30 +03:00
a-thunderbird.desktop move etc/xdg/autostart to more descriptive location of local/share/applications 2024-04-20 11:18:33 +03:00
libreawoo.desktop move etc/xdg/autostart to more descriptive location of local/share/applications 2024-04-20 11:18:33 +03:00

README.md

Custom app menu entries

These can be used for either ~/.local/share/applications or /usr/local/share/applications which are read by graphical desktop environments for their app menus and default applications selections.

Additionally ~/.config/autostart or /etc/xdg/autostart could symlink here so graphical desktop environments started the apps on login.

a-*.desktop

These files are companions to my script repos bash/usr-local-bin/* belonging to /usr/local/share/applications and are named so to avoid masking package manager. They have clearly different names such as using all caps.

Refreshing the menus

update-desktop-database -v ~/.local/share/applications
sudo update-desktop-database -v /usr/local/share/applications