Skip to content

Commit

Permalink
Fixed address/tab bar reappearance in SSB's using Firefox 69.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark-Peppermint committed Sep 6, 2019
1 parent c9a4208 commit 8f85e0b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
9 changes: 8 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
ice (6.0.6) bionic; urgency=low

* Fixed address/tab bar reappearance in
* SSB's using Firefox 69.

-- Mark Greaves (PCNetSpec) <[email protected]> 06 Sep 2019 16:52:00 +0000

ice (6.0.5) bionic; urgency=low

* Add check for zero length SSB name, and
* Add check for zero lentgh SSB name, and
* EmptyNameError to warn/prevent the user
* from creating an SSB with a blank name.
* Updated translations with EmptyNameError
Expand Down
2 changes: 1 addition & 1 deletion debian/files
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ice_6.0.4_source.buildinfo net optional
ice_6.0.6_source.buildinfo net optional
1 change: 1 addition & 0 deletions usr/bin/ice
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def init_firefox_profile(path):
sfile.write('user_pref("browser.ctrlTab.previews", true);')
sfile.write('user_pref("browser.tabs.warnOnClose", false);')
sfile.write('user_pref("plugin.state.flash", 2);')
sfile.write('user_pref("toolkit.legacyUserProfileCustomizations.stylesheets", true);')

# rhein: do we really need this?
#os.system('rm -rf ' + chromepath + '/cache2')
Expand Down
1 change: 1 addition & 0 deletions usr/bin/ice-firefox
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ os.system('echo "user_pref(\\"browser.cache.disk.smart_size.use_old_max\\", fals
os.system('echo "user_pref(\\"browser.ctrlTab.previews\\", true);" >> ' + profilepath + '/user.js')
os.system('echo "user_pref(\\"browser.tabs.warnOnClose\\", false);" >> ' + profilepath + '/user.js')
os.system('echo "user_pref(\\"plugin.state.flash\\", 2);" >> ' + profilepath + '/user.js')
os.system('echo "user_pref(\\"toolkit.legacyUserProfileCustomizations.stylesheets\\", true);" >> ' + profilepath + '/user.js')
os.system('cp -n /usr/lib/peppermint/ice/search.json.mozlz4 ' + profilepath + '/search.json.mozlz4')
os.system('cp -n /usr/lib/peppermint/ice/places.sqlite ' + profilepath + '/places.sqlite')
os.system(execute)
Expand Down

0 comments on commit 8f85e0b

Please sign in to comment.