I'm having issues/ questions since I installed manjaro-openbox-regular-17.1.12-stable-x86_64, both on a new vm and on a new desktop (dual boot with win7).
The list is a bit long, and some of it might not be specifically openbox-related, but I still hope to get it solved or listed on some todo-list:
-
jgmenu doesn't open from virtualbox:
Click on jgmenu opens the menu on the live iso and desktop installation, but not on the installed vm.
How do I fix it? -
I changed my preferred browser (in preferred applications) and uninstalled chromium.
Still in jgmenu it is first in the list.
How do I change it? -
I installed lightdm-setting and grub-customizer (both on desktop and vm)
Both won't start from the openbox menu. The authentication opens, but nothing after.
I am able to use both from the terminal, with sudo.
For lightdm-settings there's a long list of errors listed at the end of the post. -
For a while now, I am unable to open catfish search from openbox-menu without opening a terminal as well.
If I open termite or xfce4-terminal, then cat will start (from openbox-menu). No errors listed.
Cat will then start for a while after terminal was closed.
Very uncomfortable.
IIRC, this started a few updates ago (stable brunch). It also happens on an older vm I have: manjaro-xfce-16.08-x86_64 -
Running rofr.sh -r, I get an error message when closing the menu:
xkbcommon: ERROR: couldn't find a Compose file for locale "en_IL"
I didn't look into this, but here are facts I remember from a while back, which philm helped with and fixed (IIRC) in the XFCE edition.
Currently, on my vm, with locale en_IL I get the error, but on the desktop, where locale is us.utf-8, there's no error.
I think this should be corrected in the installation phase.
For this vm I used calamares with uefi. -
starting pamac-tray from terminal shows the following message:
(pamac-tray:23880): Gdk-CRITICAL **: 10:36:57.062: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed
And last:
lightdm-settings errors
/usr/lib/lightdm-settings/lightdm-settings:107: PyGIDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "schema" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
settings = Gio.Settings("x.dm.slick-greeter")
/usr/lib/lightdm-settings/lightdm-settings:132: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Background")), SettingsPictureChooser(keyfile, settings, "background"))
/usr/lib/lightdm-settings/lightdm-settings:136: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Background color")), SettingsColorChooser(keyfile, settings, "background-color"))
/usr/lib/lightdm-settings/lightdm-settings:140: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Draw user backgrounds")), SettingsSwitch(keyfile, settings, "draw-user-backgrounds"))
/usr/lib/lightdm-settings/lightdm-settings:144: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Draw a grid")), SettingsSwitch(keyfile, settings, "draw-grid"))
/usr/lib/lightdm-settings/lightdm-settings:150: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "mode" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
size_group = Gtk.SizeGroup(Gtk.SizeGroupMode.HORIZONTAL)
/usr/lib/lightdm-settings/lightdm-settings:152: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("GTK theme")), SettingsCombo(keyfile, settings, "theme-name", self.get_gtk_themes(), "string", size_group))
/usr/lib/lightdm-settings/lightdm-settings:156: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Icon theme")), SettingsCombo(keyfile, settings, "icon-theme-name", self.get_icon_themes(), "string", size_group))
/usr/lib/lightdm-settings/lightdm-settings:162: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Other monitors")), SettingsPictureChooser(keyfile, settings, "other-monitors-logo"))
/usr/lib/lightdm-settings/lightdm-settings:166: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Bottom left")), SettingsPictureChooser(keyfile, settings, "logo"))
/usr/lib/lightdm-settings/lightdm-settings:177: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Allow manual login") + " *"), LightDMSwitch(lightdm_keyfile, "greeter-show-manual-login", value))
/usr/lib/lightdm-settings/lightdm-settings:182: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Hide the user list") + " *"), LightDMSwitch(lightdm_keyfile, "greeter-hide-users", value))
/usr/lib/lightdm-settings/lightdm-settings:189: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Allow guest sessions") + " *"), LightDMSwitch(lightdm_keyfile, "allow-guest", value))
/usr/lib/lightdm-settings/lightdm-settings:196: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Username") + " *"), LightDMEntry(lightdm_keyfile, "autologin-user", value))
/usr/lib/lightdm-settings/lightdm-settings:200: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
description = Gtk.Label("* " + _("These settings require a computer reboot to take effect."))
/usr/lib/lightdm-settings/lightdm-settings:208: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Activate numlock")), SettingsSwitch(keyfile, settings, "activate-numlock"))
/usr/lib/lightdm-settings/lightdm-settings:216: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "mode" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
size_group = Gtk.SizeGroup(Gtk.SizeGroupMode.HORIZONTAL)
/usr/lib/lightdm-settings/lightdm-settings:222: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("HiDPI support")), SettingsCombo(keyfile, settings, "enable-hidpi", hidpi_options, "string", size_group))
/usr/lib/lightdm-settings/lightdm-settings:227: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Monitor")), SettingsCombo(keyfile, settings, "only-on-monitor", monitors, "string", size_group))
/usr/lib/lightdm-settings/lightdm-settings:233: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Hostname")), SettingsSwitch(keyfile, settings, "show-hostname"))
/usr/lib/lightdm-settings/lightdm-settings:237: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Accessibility options")), SettingsSwitch(keyfile, settings, "show-a11y"))
/usr/lib/lightdm-settings/lightdm-settings:241: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Battery power")), SettingsSwitch(keyfile, settings, "show-power"))
/usr/lib/lightdm-settings/lightdm-settings:245: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Keyboard layout")), SettingsSwitch(keyfile, settings, "show-keyboard"))
/usr/lib/lightdm-settings/lightdm-settings:249: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Clock")), SettingsSwitch(keyfile, settings, "show-clock"))
/usr/lib/lightdm-settings/lightdm-settings:253: PyGTKDeprecationWarning: Using positional arguments with the GObject constructor has been deprecated. Please specify keyword(s) for "label" or use a class specific constructor. See: https://wiki.gnome.org/PyGObject/InitializerDeprecations
row = SettingsRow(Gtk.Label(_("Quit menu")), SettingsSwitch(keyfile, settings, "show-quit"))