Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gtk @import errors #3

Closed
capn-damo opened this issue May 19, 2015 · 2 comments
Closed

gtk @import errors #3

capn-damo opened this issue May 19, 2015 · 2 comments

Comments

@capn-damo
Copy link
Contributor

gtk.css has the line @import url("apps/lightdm-gtk-greeter.css") which is throwing up a terminal error:
Gtk-WARNING **: Theme parsing error: gtk.css:74:44: Failed to import: Error opening file: No such file or directory

There is no gtk-3.0/apps/lightdm-gtk-greeter.css in the themes, except for Bunsen-lightdm

Commenting out the @import line stops the error

@ghost
Copy link

ghost commented May 19, 2015

Hm, but every theme includes a lightdm-unity-greeter.css file. I'm unsure as to whether @hhhorb is still planning to add gtk greeter styling, but since re-adding these @import lines later is no problem, I am going to patch the unused @imports out for now.

@ghost ghost closed this as completed in 4ef85b9 May 19, 2015
@hhhorb
Copy link
Contributor

hhhorb commented Jun 17, 2015

I managed to miss this issue, so sorry. To explain, I split the default lightdm theme out of the GTK theme because I wanted the greeter panel to use symbolic icons and the line I used to remove most of the symbolic icons from the gtk3 file chooser was overriding the lightdm css. Removing the gtk.css @import lines was the right thing to do.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants