Thursday, May 9, 2024
 Popular · Latest · Hot · Upcoming
16
rated 0 times [  16] [ 0]  / answers: 1 / hits: 5233  / 1 Year ago, wed, february 1, 2023, 8:04:38

Ubuntu 17.10 (xorg), GNOME 3.26.2, Firefox 58.0 (64 bit).



I have a few Firefox profiles setup. When I run each profile, I would like it to be a separate icon on the dock. How do I make that happen? Right now what happens is that they are all grouped in the standard Firefox icon.


More From » firefox

 Answers
3

Edit profile's .desktop file:



The string SomeClass must be the same in both changes.


Example .desktop file:


[Desktop Entry]
Name=Firefox Test
Exec=firefox -p test -no-remote --class FxTest
Terminal=false
Type=Application
StartupNotify=true
Icon=/path/to/custom/icon.png
StartupWMClass=FxTest

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. cp /var/lib/snapd/desktop/applications/firefox+parallel_firefox.desktop ~/.local/share/applications/

  5. gedit ~/.local/share/applications/firefox+parallel_firefox.desktop


[#9152] Wednesday, February 1, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
izeeas

Total Points: 412
Total Questions: 105
Total Answers: 118

Location: Trinidad and Tobago
Member since Fri, May 8, 2020
4 Years ago
;