Skip to content

Commit

Permalink
Fixed transparent nav-bar covering top of window, and updated search.…
Browse files Browse the repository at this point in the history
…json.mozlz4 for Firefox 71.
  • Loading branch information
PCNetSpec committed Dec 18, 2019
1 parent 4256447 commit 9680d93
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 4 deletions.
14 changes: 13 additions & 1 deletion debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
ice (6.0.8) bionic; urgency=low

* Updated search.json.mozlz4 for Firefox 71.

-- Mark Greaves (PCNetSpec) <[email protected]> 10 Dec 2019 13:23:00 +0000

ice (6.0.7) bionic; urgency=low

* Fixed transparent nav-bar covering top of window.

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

ice (6.0.6) bionic; urgency=low

* Fixed address/tab bar reappearance in
Expand All @@ -7,7 +19,7 @@ ice (6.0.6) bionic; urgency=low

ice (6.0.5) bionic; urgency=low

* Add check for zero lentgh SSB name, and
* Add check for zero length SSB name, and
* EmptyNameError to warn/prevent the user
* from creating an SSB with a blank name.
* Updated translations with EmptyNameError
Expand Down
1 change: 0 additions & 1 deletion debian/files

This file was deleted.

2 changes: 1 addition & 1 deletion usr/bin/ice
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def init_firefox_profile(path):
os.system('cp -n /usr/lib/peppermint/ice/places.sqlite ' + path + '/places.sqlite')
os.system("touch {0}".format(cssfile))
with open(cssfile, 'w') as cfile:
cfile.write("#nav-bar { max-height: 0 !important; margin-bottom: -20px !important; opacity: 0; } #identity-box, #navigator-toolbox::after, #tabbrowser-tabs { --tab-min-height: 0px !important; margin-left: 0px !important; height: 0px !important; }")
cfile.write("#nav-bar, #identity-box, #tabbrowser-tabs, #TabsToolbar { visibility: collapse !important; }")

os.system("touch {0}".format(settingsfile))
with open(settingsfile, 'w') as sfile:
Expand Down
2 changes: 1 addition & 1 deletion usr/bin/ice-firefox
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ path = os.path.dirname(chromepath)
execute = 'firefox -profile ' + path + ' -no-remote -new-instance' + ' ' + sys.argv[1]

os.system('mkdir -p ' + chromepath)
os.system('echo "#nav-bar { max-height: 0 !important; margin-bottom: -20px !important; opacity: 0; } #identity-box, #navigator-toolbox::after, #tabbrowser-tabs { --tab-min-height: 0px !important; margin-left: 0px !important; height: 0px !important; }" > ' + chromepath + '/userChrome.css')
os.system('echo "#nav-bar, #identity-box, #tabbrowser-tabs, #TabsToolbar { visibility: collapse !important; }" > ' + chromepath + '/userChrome.css')
os.system('echo "user_pref(\\"browser.cache.disk.enable\\", false);" > ' + profilepath + '/user.js')
os.system('echo "user_pref(\\"browser.cache.disk.capacity\\", 0);" >> ' + profilepath + '/user.js')
os.system('echo "user_pref(\\"browser.cache.disk.filesystem_reported\\", 1);" >> ' + profilepath + '/user.js')
Expand Down
Binary file modified usr/lib/peppermint/ice/search.json.mozlz4
Binary file not shown.

0 comments on commit 9680d93

Please sign in to comment.