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-WARNING **: Unknown property: gtkmm__GtkMenuButton.use-popover #41

Closed
jarlarntzen opened this issue Nov 18, 2015 · 1 comment
Closed

Comments

@jarlarntzen
Copy link

Hi.

I'm starting the gImageReader from terminal just after installing and I'm getting this

(gimagereader-gtk:8340): Gtk-WARNING **: Unknown property: gtkmm__GtkMenuButton.use-popover

The app starts, though

@manisandro
Copy link
Owner

This depends on which Gtk version is used. The source of the warning is this property in the glade file:

data/gimagereader.ui:                    <property name="use_popover">False</property>

The glade file targets Gtk 3.8. But since the property is False, it does not actually matter if the gtk version in use does not know about popovers, it does not affect the ui. So this is purely esthetical and not really fixable.

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