You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cause @import url statements to deleted files to be leftover in ~./config/gtk-3.0/gtk.css when the extension is removed, as reported in #73.
#73 was closed when the person decided just to remove the lines from gtk.css which works but I'm reporting that the extension doesn't remove the lines correctly, i.e.
Confirming this defect: After uninstalling the extension, when I start Firefox from a terminal, it reports:
(/usr/lib/firefox/firefox:4777): Gtk-WARNING **: 13:41:38.944: Theme parsing error: gtk.css:4:114: Failed to import: Error opening file /home/pkehl/.local/share/gnome-shell/extensions/[email protected]/stylesheet.css: No such file or directory (/usr/lib/firefox/firefox:4777): Gtk-WARNING **: 13:41:38.944: Theme parsing error: gtk.css:5:120: Failed to import: Error opening file /home/pkehl/.local/share/gnome-shell/extensions/[email protected]/stylesheet-tiled.css: No such file or directory
Thank you for no-title-bar and for considering this report.
For anyone following the instruction above: the correct location of file to edit is ~/.config/gtk-3.0/gtk.css.
The lines
no-title-bar/decoration.js
Lines 469 to 477 in 0fd20f3
cause
@import url
statements to deleted files to be leftover in~./config/gtk-3.0/gtk.css
when the extension is removed, as reported in #73.#73 was closed when the person decided just to remove the lines from
gtk.css
which works but I'm reporting that the extension doesn't remove the lines correctly, i.e.no-title-bar/decoration.js
Lines 480 to 482 in 0fd20f3
does not work properly when called by
_disable
.The text was updated successfully, but these errors were encountered: