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

Wrong Theme #92

Closed
Foggalong opened this issue Aug 27, 2015 · 13 comments
Closed

Wrong Theme #92

Foggalong opened this issue Aug 27, 2015 · 13 comments
Labels

Comments

@Foggalong
Copy link
Contributor

josh@brain:~/Code/hardcode/main-tray$ sudo -E !!
sudo -E ./script.py 
[sudo] password for josh: 

(script.py:11405): Gtk-WARNING **: Theme parsing error: gtk.css:2334:31: Missing name of pseudo-class

(script.py:11405): Gtk-WARNING **: Theme parsing error: gtk.css:2337:33: Missing name of pseudo-class

(script.py:11405): Gtk-WARNING **: Theme parsing error: gtk.css:2341:33: Missing name of pseudo-class
Welcome to the tray icons hardcoder fixer!
Your indicator icon size is : 22
Your current icon theme is : elementary-xfce-darker
1 - Install
2 - Reinstall
Please choose: 

My current theme is Numix :(

@Foggalong Foggalong mentioned this issue Aug 27, 2015
@bilelmoussaoui
Copy link
Owner

Your icon theme? :P as i just get the value using gsettings; what DE you're using?

@bilelmoussaoui
Copy link
Owner

Can you paste the output of gsettings get org.gnome.desktop.interface icon-theme ?

@Foggalong
Copy link
Contributor Author

It's XFCE+i3+Compton but it's worked previously with that setup. I'll get the output of that command asap

@Foggalong
Copy link
Contributor Author

elementary-xfce-darker :(

@bilelmoussaoui
Copy link
Owner

Do you have Dconf installed? if so can you go to org.gnome.desktop.interface and share a screenshot as it's the same for all the linux DE i guess

@Foggalong
Copy link
Contributor Author

I don't have dconf installed. Should I get it?

@bilelmoussaoui
Copy link
Owner

Yes

@Foggalong
Copy link
Contributor Author

screenshot_2015-08-28_12-55-00

@bilelmoussaoui
Copy link
Owner

I just don't understand this anymore :P try restarting your system as you've "Numix-Cirlc" as a value for org.gnome.desktop.interface icon-theme
or try this gsettings set org.gnome.desktop.interface icon-theme "Numix-Circle"
this should fix the issue

@bilelmoussaoui
Copy link
Owner

I see why you want #94 this 💃

@Foggalong
Copy link
Contributor Author

I've restarted twice since making this issue with no change, but running gsettings set org.gnome.desktop.interface icon-theme "Numix-Circle" seems to have fixed it. The only error that showed in the terminal is this one but I think this just links to #93

Running 
fixing Chromium failed with error:
    Traceback (most recent call last):
      File "./data_pack.py", line 135, in <module>
        main()
      File "./data_pack.py", line 128, in main
        dataPack = ReadDataPack(filename)
      File "./data_pack.py", line 45, in ReadDataPack
        data = ReadFile(input_file, BINARY)
      File "./data_pack.py", line 37, in ReadFile
        with open(filename, mode) as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'chrome_100_percent.pak'

fixing Chromium failed with error:
    Traceback (most recent call last):
      File "./data_pack.py", line 135, in <module>
        main()
      File "./data_pack.py", line 128, in main
        dataPack = ReadDataPack(filename)
      File "./data_pack.py", line 45, in ReadDataPack
        data = ReadFile(input_file, BINARY)
      File "./data_pack.py", line 37, in ReadFile
        with open(filename, mode) as f:
    FileNotFoundError: [Errno 2] No such file or directory: 'chrome_100_percent.pak'
    mv: cannot stat ‘chrome_100_percent.pak’: No such file or directory

@bilelmoussaoui
Copy link
Owner

Yes it's the same issue as in #93; i think this can be closed now ? :D

@Foggalong
Copy link
Contributor Author

Sure thing! :D

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

No branches or pull requests

2 participants