angela 03b0842bc7 Plank dock notes/update to .desktop launchers | před 3 roky | |
---|---|---|
.. | ||
README.md | před 3 roky | |
dock-shortcuts.png | před 3 roky | |
firefox-esr-browsing.desktop | před 3 roky | |
git.desktop | před 3 roky | |
network-testing.desktop | před 3 roky |
Custom dock shortcuts for targets that aren't applications. These instructions are for desktop environments using Gnome Shell v3.22.3+
Aside from normal applications in my dock launcher, I like to link specific Firefox profiles, as well as a file manager/nautilus shortcut to my Git folder.
Open a particular folder in Nautilus file manager.
~/.local/share/applications/
Now when you click the Git folder icon in the dock, it automatically goes to the Git directories: /storage/git
In git.desktop, modify the following to suit your environment:
Exec=/usr/bin/nautilus --new-window /storage/git
As well as Title, Name, Icon etc.
This achieves the same as launching a new profile from about:profiles
- but is much quicker.
about:profiles
if you haven't already~/.local/share/applications/
In firefox-esr-browsing.desktop, modify the following to suit your environment:
Exec=/usr/lib/firefox-esr/firefox-esr %u -P browsing
As well as Title, Name, Icon etc.