Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save WellingtonFonseca/818786228e1e13d153e631a6d2a6809b to your computer and use it in GitHub Desktop.
Save WellingtonFonseca/818786228e1e13d153e631a6d2a6809b to your computer and use it in GitHub Desktop.
Distributor ID:	Ubuntu
Description:	Ubuntu 22.04.1 LTS
Release:	22.04
Codename:	jammy
today: 2022-12-13

download new icon: download

Added in 2022 For Snapped Firefox you can try Parallel Installs:

  1. $ sudo snap set system experimental.parallel-instances=true
  2. reboot
  3. $ sudo snap install firefox_parallel --unaliased
  4. $ sudo nano /var/lib/snapd/desktop/applications/firefox+parallel_firefox.desktop
  5. locate, comment and add. to save ctrl + x > y > enter
[Desktop Entry]
...
# Exec=env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/firefox+parallel_firefox.desktop /snap/bin/firefox_parallel %u
Exec=env BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/firefox+parallel_firefox.desktop /snap/bin/firefox_parallel %u --private-window
...
#Icon=/snap/firefox_parallel/2154/default256.png
Icon=/path/download/new/firefox/icon.png
...

font: Firefox profiles with different icons in Ubuntu dock

result:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment