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

Theme directory actions/* of theme Dracula has no size field #212

Open
jdnumm opened this issue Aug 22, 2022 · 4 comments
Open

Theme directory actions/* of theme Dracula has no size field #212

jdnumm opened this issue Aug 22, 2022 · 4 comments

Comments

@jdnumm
Copy link

jdnumm commented Aug 22, 2022

GTK Applications are trowing warnings on startup:

(org.pwmt.zathura:22354): Gtk-WARNING **: 14:09:23.563: Theme directory actions/24 of theme Dracula has no size field


(org.pwmt.zathura:22354): Gtk-WARNING **: 14:09:23.563: Theme directory actions/32 of theme Dracula has no size field


(org.pwmt.zathura:22354): Gtk-WARNING **: 14:09:23.563: Theme directory actions/16@2x of theme Dracula has no size field


(org.pwmt.zathura:22354): Gtk-WARNING **: 14:09:23.563: Theme directory actions/22@2x of theme Dracula has no size field


(org.pwmt.zathura:22354): Gtk-WARNING **: 14:09:23.563: Theme directory actions/24@2x of theme Dracula has no size field


(org.pwmt.zathura:22354): Gtk-WARNING **: 14:09:23.563: Theme directory actions/32@2x of theme Dracula has no size field


(org.pwmt.zathura:22354): Gtk-WARNING **: 14:09:23.563: Theme directory actions/symbolic of theme Dracula has no size field
@EliverLara
Copy link
Member

HI, that's an issue with your icon theme not gtk.

@jdnumm
Copy link
Author

jdnumm commented Sep 16, 2022

@EliverLara ok, but the icons are part of the GTK Dracula theme.

https://draculatheme.com/gtk

@CBroz1
Copy link

CBroz1 commented Feb 28, 2023

Are there manual edits that can be made to address this issue?

Also experienced with redshift-gtk

(redshift-gtk:205693): Gtk-WARNING **: 12:56:35.368: Theme directory actions/24 of theme Dracula has no size field
(redshift-gtk:205693): Gtk-WARNING **: 12:56:35.368: Theme directory actions/32 of theme Dracula has no size field
(redshift-gtk:205693): Gtk-WARNING **: 12:56:35.368: Theme directory actions/16@2x of theme Dracula has no size field
(redshift-gtk:205693): Gtk-WARNING **: 12:56:35.368: Theme directory actions/22@2x of theme Dracula has no size field
(redshift-gtk:205693): Gtk-WARNING **: 12:56:35.368: Theme directory actions/24@2x of theme Dracula has no size field
(redshift-gtk:205693): Gtk-WARNING **: 12:56:35.368: Theme directory actions/32@2x of theme Dracula has no size field
(redshift-gtk:205693): Gtk-WARNING **: 12:56:35.368: Theme directory actions/symbolic of theme Dracula has no size field

@CBroz1
Copy link

CBroz1 commented Mar 28, 2023

I added the lines below to /usr/share/Dracula/index.theme, the location of which may differ based on installation. These solved the warnings.

I get the sense that these warnings are due to a mismatch of design spec across GTK 2 v 3, SO post. I don't know what I'm doing here, so copy at your own risk.

[actions/24] 
Context=Actions
Size=24
Type=Fixed

[actions/32] 
Context=Actions
Size=32
Type=Fixed

[actions/32] 
Context=Actions
Size=32
Type=Fixed

[actions/16@2x] 
Context=Actions
Size=16
Type=Fixed

[actions/22@2x] 
Context=Actions
Size=22
Type=Fixed

[actions/24@2x] 
Context=Actions
Size=24
Type=Fixed

[actions/32@2x] 
Context=Actions
Size=32
Type=Fixed

[actions/symbolic] 
Context=Actions
Size=22
Type=Fixed

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

No branches or pull requests

3 participants