.desktop file diff

Created Diff never expires
12 removals
Words removed15
Total words54
Words removed (%)27.78
22 lines
11 additions
Words added12
Total words51
Words added (%)23.53
21 lines
#!/usr/bin/env xdg-open
[Desktop Entry]
[Desktop Entry]
Version=1.0
Version=1.0
Type=Application
Type=Application
Name=Firefox Logins
Name=Firefox Research
GenericName=Firefox - Logins
GenericName=Firefox Research
Comment=Firefox Logins
Comment=Firefox Research
Icon=/home/user/Documents/MintConfiguration/Firefox/Icons/Firefox_Logins.png
Icon=/home/user/Documents/MintConfiguration/Firefox/Icons/Firefox_Research.svg
Exec=firefox -P Logins --class firefox_work --new-window
Exec=firefox -P Research --class firefox_research --new-window
Actions=new-window;new-private-window;
Actions=new-window;new-private-window;
Categories=GNOME;GTK;Network;WebBrowser;
Categories=GNOME;GTK;Network;WebBrowser;
Keywords=Internet;WWW;Browser;Web;Explorer;
Keywords=Internet;WWW;Browser;Web;Explorer;
StartupNotify=true
StartupNotify=true
StartupWMClass=firefox_work
StartupWMClass=firefox_research


[Desktop Action new-window]
[Desktop Action new-window]
Name=Open a New Window
Name=Open a New Window
Exec=firefox -P Logins --class firefox_work --new-window %u
Exec=firefox -P Research --class firefox_research --new-window %u


[Desktop Action new-private-window]
[Desktop Action new-private-window]
Name=Open a New Private Window
Name=Open a New Private Window
Exec=firefox -P Logins --name firefox_work --private-window %u
Exec=firefox -P Research --name firefox_research --private-window %u