forked from poz/niksos
fix firefox path in desktop entry
This commit is contained in:
parent
4fd383f698
commit
6dd8e013f6
1 changed files with 2 additions and 2 deletions
|
@ -97,7 +97,7 @@ in {
|
|||
firefox-schizo = {
|
||||
name = "Schizofox";
|
||||
genericName = "Web Browser";
|
||||
exec = "firefox --name firefox-schizo --profile /home/jacek/.mozilla/firefox/schizo %U";
|
||||
exec = "firefox-devedition --name firefox-schizo --profile /home/jacek/.mozilla/firefox/schizo %U";
|
||||
icon = "${logo}";
|
||||
terminal = false;
|
||||
categories = [ "Network" "WebBrowser" ];
|
||||
|
@ -111,7 +111,7 @@ in {
|
|||
firefox-unschizo = {
|
||||
name = "Sanefox";
|
||||
genericName = "Web Browser";
|
||||
exec = "firefox --name firefox-sane --profile /home/jacek/.mozilla/firefox/unschizo %U";
|
||||
exec = "firefox-devedition --name firefox-sane --profile /home/jacek/.mozilla/firefox/unschizo %U";
|
||||
icon = "${logo}";
|
||||
terminal = false;
|
||||
categories = [ "Network" "WebBrowser" ];
|
||||
|
|
Loading…
Reference in a new issue