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

mate-screemsaver-preferences doesn't start with glib2-2.41.2-1.fc21 #50

Closed
raveit65 opened this issue Jul 20, 2014 · 0 comments · Fixed by #51
Closed

mate-screemsaver-preferences doesn't start with glib2-2.41.2-1.fc21 #50

raveit65 opened this issue Jul 20, 2014 · 0 comments · Fixed by #51

Comments

@raveit65
Copy link
Member

[rave@f21-qemu-mate-gtk3 ~]$ mate-screensaver-preferences 

** (mate-screensaver-preferences:14528): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(mate-screensaver-preferences:14528): GLib-GObject-WARNING **: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

** (mate-screensaver-preferences:14528): WARNING **: Couldn't load builder file: Invalid property: GtkDialog.has_separator on line 38

(mate-screensaver-preferences:14528): Gtk-CRITICAL **: gtk_label_set_mnemonic_widget: assertion 'GTK_IS_LABEL (label)' failed

(mate-screensaver-preferences:14528): Gtk-CRITICAL **: gtk_label_set_mnemonic_widget: assertion 'GTK_IS_LABEL (label)' failed

(mate-screensaver-preferences:14528): Gtk-CRITICAL **: gtk_widget_set_no_show_all: assertion 'GTK_IS_WIDGET (widget)' failed

** (mate-screensaver-preferences:14528): CRITICAL **: widget_set_best_visual: assertion 'widget != NULL' failed

(mate-screensaver-preferences:14528): Gtk-CRITICAL **: gtk_range_set_value: assertion 'GTK_IS_RANGE (range)' failed

<snip>

The error with the builder file is simple to fix. This line needs to be removed from https://github.com/mate-desktop/mate-screensaver/blob/master/data/mate-screensaver-preferences.ui#L38
which is saved. i did that already with a package of mine today.
Now

[rave@f21-qemu-mate-gtk3 ~]$ mate-screensaver-preferences 

** (mate-screensaver-preferences:14602): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(mate-screensaver-preferences:14602): GLib-GObject-WARNING **: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14602): GLib-GObject-WARNING **: The property GtkButton:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14602): GLib-GObject-WARNING **: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14602): GLib-GObject-WARNING **: The property GtkMisc:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14602): GLib-GObject-WARNING **: The property GtkMisc:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14602): GLib-GObject-WARNING **: The property GtkMisc:xpad is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14602): GLib-GObject-WARNING **: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version.

** (mate-screensaver-preferences:14602): WARNING **: Couldn't load builder file: Invalid property: GtkHScale.update_policy on line 296

(mate-screensaver-preferences:14602): Gtk-CRITICAL **: gtk_widget_set_no_show_all: assertion 'GTK_IS_WIDGET (widget)' failed
<snip>

This ends up in an empty window only with buttons.
Removing this line
https://github.com/mate-desktop/mate-screensaver/blob/master/data/mate-screensaver-preferences.ui#L297
starts the window.

[rave@f21-qemu-mate-gtk3 ~]$ mate-screensaver-preferences 

** (mate-screensaver-preferences:14647): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(mate-screensaver-preferences:14647): GLib-GObject-WARNING **: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14647): GLib-GObject-WARNING **: The property GtkButton:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14647): GLib-GObject-WARNING **: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14647): GLib-GObject-WARNING **: The property GtkMisc:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14647): GLib-GObject-WARNING **: The property GtkMisc:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14647): GLib-GObject-WARNING **: The property GtkMisc:xpad is deprecated and shouldn't be used anymore. It will be removed in a future version.

(mate-screensaver-preferences:14647): GLib-GObject-WARNING **: The property GtkMisc:ypad is deprecated and shouldn't be used anymore. It will be removed in a future version.
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

** (/usr/libexec/mate-screensaver-gl-helper:14649): WARNING **: Couldn't register with accessibility bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

(mate-screensaver-preferences:14647): GLib-GObject-WARNING **: gsignal.c:2461: signal 'size-request' is invalid for instance '0x1c71370' of type 'GtkScrolledWindow'

I'm not shure about remomoving this line so i won't do a PR for the moment.
Let me know if this is save too.
Full log.
https://dl.dropboxusercontent.com/u/49862637/Mate-desktop/Bugs/mate-screensaver

infirit pushed a commit that referenced this issue Sep 25, 2014
this will fix #50
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

Successfully merging a pull request may close this issue.

1 participant