The system-config-printer can’t be unlock in labwc but it can be unlock in wayfire and xfce4 labwc wayland.
Below is the terminal messages in xfce with labwc.
~> system-config-printer
(system-config-printer.py:47585): Handy-WARNING **: 19:31:22.088: Using GtkSettings:gtk-application-prefer-dark-theme together
with HdyStyleManager is unsupported. Please use HdyStyleManager:color-scheme instead.
/usr/share/system-config-printer/system-config-printer.py:325: DeprecationWarning: Gtk.ActionGroup.list_actions is deprecated
for action in printer_manager_action_group.list_actions ():
/usr/share/system-config-printer/system-config-printer.py:326: DeprecationWarning: Gtk.Action.set_sensitive is deprecated
action.set_sensitive (False)
/usr/share/system-config-printer/system-config-printer.py:334: DeprecationWarning: Gtk.ActionGroup.get_action is deprecated
act = printer_manager_action_group.get_action (action)
/usr/share/system-config-printer/system-config-printer.py:364: DeprecationWarning: Gtk.UIManager.ensure_update is deprecated
self.ui_manager.ensure_update ()
/usr/share/system-config-printer/system-config-printer.py:365: DeprecationWarning: Gtk.UIManager.get_accel_group is deprecated
self.PrintersWindow.add_accel_group (self.ui_manager.get_accel_group ())
/usr/share/system-config-printer/system-config-printer.py:374: DeprecationWarning: Gtk.UIManager.get_action is deprecated
action = self.ui_manager.get_action ("/new-printer")
/usr/share/system-config-printer/system-config-printer.py:375: DeprecationWarning: Gtk.Action.create_menu_item is deprecated
newprinteritem = action.create_menu_item ()
/usr/share/system-config-printer/system-config-printer.py:673: DeprecationWarning: Gtk.Action.get_proxies is deprecated
for widget in action.get_proxies ():
/usr/share/system-config-printer/system-config-printer.py:2253: DeprecationWarning: Gdk.threads_enter is deprecated
Gdk.threads_enter ()
(system-config-printer:47585): Gdk-CRITICAL **: 19:31:22.464: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
(system-config-printer:47585): Gdk-CRITICAL **: 19:31:22.985: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
(system-config-printer:47585): Gdk-CRITICAL **: 19:31:23.374: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
Below is the terminal messages in labwc
> system-config-printer
(system-config-printer.py:56347): Handy-WARNING **: 19:35:22.107: Using GtkSettings:gtk-application-prefer-dark-theme together
with HdyStyleManager is unsupported. Please use HdyStyleManager:color-scheme instead.
/usr/share/system-config-printer/system-config-printer.py:325: DeprecationWarning: Gtk.ActionGroup.list_actions is deprecated
for action in printer_manager_action_group.list_actions ():
/usr/share/system-config-printer/system-config-printer.py:326: DeprecationWarning: Gtk.Action.set_sensitive is deprecated
action.set_sensitive (False)
/usr/share/system-config-printer/system-config-printer.py:334: DeprecationWarning: Gtk.ActionGroup.get_action is deprecated
act = printer_manager_action_group.get_action (action)
/usr/share/system-config-printer/system-config-printer.py:364: DeprecationWarning: Gtk.UIManager.ensure_update is deprecated
self.ui_manager.ensure_update ()
/usr/share/system-config-printer/system-config-printer.py:365: DeprecationWarning: Gtk.UIManager.get_accel_group is deprecated
self.PrintersWindow.add_accel_group (self.ui_manager.get_accel_group ())
/usr/share/system-config-printer/system-config-printer.py:374: DeprecationWarning: Gtk.UIManager.get_action is deprecated
action = self.ui_manager.get_action ("/new-printer")
/usr/share/system-config-printer/system-config-printer.py:375: DeprecationWarning: Gtk.Action.create_menu_item is deprecated
newprinteritem = action.create_menu_item ()
/usr/share/system-config-printer/system-config-printer.py:673: DeprecationWarning: Gtk.Action.get_proxies is deprecated
for widget in action.get_proxies ():
/usr/share/system-config-printer/system-config-printer.py:2253: DeprecationWarning: Gdk.threads_enter is deprecated
Gdk.threads_enter ()
(system-config-printer:56347): Gdk-CRITICAL **: 19:35:22.464: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
(system-config-printer:56347): Gdk-CRITICAL **: 19:35:35.469: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
(system-config-printer:56347): Gdk-CRITICAL **: 19:35:35.520: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
(system-config-printer:56347): Gdk-CRITICAL **: 19:35:35.521: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
(system-config-printer:56347): Gdk-CRITICAL **: 19:35:35.631: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
(system-config-printer:56347): Gdk-CRITICAL **: 19:35:35.665: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
**(system-config-printer:56347): Gtk-WARNING **: 19:35:35.668: Error acquiring permission: Failed to acquire permission for action-id **
**org.opensuse.cupspkhelper.mechanism.all-edit**
(system-config-printer:56347): Gdk-CRITICAL **: 19:35:36.347: gdk_x11_window_get_xid: assertion 'GDK_IS_X11_WINDOW (window)' failed
It used to work before it was only yesterday when I notice it when I am trying to add an epson printer.
Oh just for info the system-config-printer is a gui tool in xfce4 for configuring printer it is the one called print settings in xfce4. ![]()
Thanks in advance