summarylogtreecommitdiffstats
path: root/ice.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ice.patch')
-rw-r--r--ice.patch15
1 files changed, 12 insertions, 3 deletions
diff --git a/ice.patch b/ice.patch
index b4286cd9a932..8753115ffcbc 100644
--- a/ice.patch
+++ b/ice.patch
@@ -1,6 +1,6 @@
-diff --color -ru old/usr/bin/ice new/usr/bin/ice
---- old/usr/bin/ice 2020-02-03 02:51:36.368382791 +0100
-+++ new/usr/bin/ice 2020-02-03 02:52:06.268382110 +0100
+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"
@@ -12,3 +12,12 @@ diff --color -ru old/usr/bin/ice new/usr/bin/ice
_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: