summarylogtreecommitdiffstats
path: root/ice.patch
blob: 8753115ffcbcc0c35c1ad0b07b5c6741c76e36ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
diff -ru --color old/usr/bin/ice new/usr/bin/ice
--- old/usr/bin/ice	2020-02-15 01:22:24.116774879 +0100
+++ new/usr/bin/ice	2020-02-15 01:23:35.936773243 +0100
@@ -39,8 +39,8 @@
 _FF_PROFILES_DIR = "{0}/firefox".format(_ICE_DIR)
 _ICE_ICON = "/usr/share/pixmaps/ice.png"
 _BRAVE_BIN = "/usr/bin/brave"
-_CHROME_BIN = "/usr/bin/google-chrome"
-_CHROMIUM_BIN = "/usr/bin/chromium-browser"
+_CHROME_BIN = "/usr/bin/google-chrome-stable"
+_CHROMIUM_BIN = "/usr/bin/chromium"
 _VIVALDI_BIN = "/usr/bin/vivaldi-stable"
 _FIREFOX_BIN = "/usr/bin/firefox"
 
@@ -259,7 +259,7 @@
     if chrome.get_active() == True:
         browser = "google-chrome"
     elif chromium.get_active() == True:
-        browser = "chromium-browser"
+        browser = "chromium"
     elif brave.get_active() == True:
         browser = "brave"
     elif vivaldi.get_active() == True: