Skip to content

Commit 9680d93

Browse files
committed
Fixed transparent nav-bar covering top of window, and updated search.json.mozlz4 for Firefox 71.
1 parent 4256447 commit 9680d93

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

debian/changelog

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
ice (6.0.8) bionic; urgency=low
2+
3+
* Updated search.json.mozlz4 for Firefox 71.
4+
5+
-- Mark Greaves (PCNetSpec) <mark@pcnetspec.co.uk> 10 Dec 2019 13:23:00 +0000
6+
7+
ice (6.0.7) bionic; urgency=low
8+
9+
* Fixed transparent nav-bar covering top of window.
10+
11+
-- Mark Greaves (PCNetSpec) <mark@pcnetspec.co.uk> 22 Nov 2019 16:52:00 +0000
12+
113
ice (6.0.6) bionic; urgency=low
214

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

820
ice (6.0.5) bionic; urgency=low
921

10-
* Add check for zero lentgh SSB name, and
22+
* Add check for zero length SSB name, and
1123
* EmptyNameError to warn/prevent the user
1224
* from creating an SSB with a blank name.
1325
* Updated translations with EmptyNameError

debian/files

Lines changed: 0 additions & 1 deletion
This file was deleted.

usr/bin/ice

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def init_firefox_profile(path):
317317
os.system('cp -n /usr/lib/peppermint/ice/places.sqlite ' + path + '/places.sqlite')
318318
os.system("touch {0}".format(cssfile))
319319
with open(cssfile, 'w') as cfile:
320-
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; }")
320+
cfile.write("#nav-bar, #identity-box, #tabbrowser-tabs, #TabsToolbar { visibility: collapse !important; }")
321321

322322
os.system("touch {0}".format(settingsfile))
323323
with open(settingsfile, 'w') as sfile:

usr/bin/ice-firefox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = os.path.dirname(chromepath)
1515
execute = 'firefox -profile ' + path + ' -no-remote -new-instance' + ' ' + sys.argv[1]
1616

1717
os.system('mkdir -p ' + chromepath)
18-
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')
18+
os.system('echo "#nav-bar, #identity-box, #tabbrowser-tabs, #TabsToolbar { visibility: collapse !important; }" > ' + chromepath + '/userChrome.css')
1919
os.system('echo "user_pref(\\"browser.cache.disk.enable\\", false);" > ' + profilepath + '/user.js')
2020
os.system('echo "user_pref(\\"browser.cache.disk.capacity\\", 0);" >> ' + profilepath + '/user.js')
2121
os.system('echo "user_pref(\\"browser.cache.disk.filesystem_reported\\", 1);" >> ' + profilepath + '/user.js')
-10.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)