Package Details: dockbarx 2:1.0beta3-1

Git Clone URL: https://aur.archlinux.org/dockbarx.git (read-only, click to copy)
Package Base: dockbarx
Description: TaskBar with groupping and group manipulation
Upstream URL: https://github.com/xuzhen/dockbarx
Licenses: GPL3
Submitter: flamelab
Maintainer: twa022
Last Packager: twa022
Votes: 181
Popularity: 0.000000
First Submitted: 2009-04-08 12:19 (UTC)
Last Updated: 2023-07-31 20:23 (UTC)

Pinned Comments

twa022 commented on 2020-08-02 19:13 (UTC)

Package is updated to the new python3 / GTK3 port. Please read the configuration migration instructions to migrate your settings from 0.93 (from the README at https://github.com/M7S/dockbarx/tree/pygi-python3)

Window previews work on all display managers now, not just compiz.

If you are using dockbarx as an xfce4-panel plugin, be sure to update xfce4-dockbarx-plugin as well.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 13 Next › Last »

hthntts commented on 2013-07-14 04:16 (UTC)

@twa022: i remove config and reinstall but not work, DockbarX Preference can run but dockx is not

twa022 commented on 2013-07-14 01:43 (UTC)

@hthntts: I can't recreate your problem. Maybe move the settings to a backup and see if a fresh configuration helps? mv ~/.gconf/apps/dockbarx ~/.gconf/apps/dockbarx.bak (or some more correct way of doing this) If not, we can at least see if it's a plugin that's causing the problem.

hthntts commented on 2013-07-13 05:57 (UTC)

** (dockx:6654): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags' ** (dockx:6654): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags' ** (dockx:6654): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags' DockbarX 0.90.3 DockbarX init DockbarX reload Traceback (most recent call last): File "/usr/bin/dockx", line 1306, in <module> dockx = DockX(monitor) File "/usr/bin/dockx", line 504, in __init__ self.dockbar.load() File "/usr/lib/python2.7/site-packages/dockbarx/dockbar.py", line 288, in load self.reload() File "/usr/lib/python2.7/site-packages/dockbarx/dockbar.py", line 359, in reload self.__on_window_opened(self.screen, window) File "/usr/lib/python2.7/site-packages/dockbarx/dockbar.py", line 489, in __on_window_opened self.__add_window(window) File "/usr/lib/python2.7/site-packages/dockbarx/dockbar.py", line 601, in __add_window self.groups[identifier].add_window(window) File "/usr/lib/python2.7/site-packages/dockbarx/groupbutton.py", line 358, in add_window window = Window(wnck_window, self) File "/usr/lib/python2.7/site-packages/dockbarx/windowbutton.py", line 76, in __init__ self.item = WindowItem(self, group) File "/usr/lib/python2.7/site-packages/dockbarx/windowbutton.py", line 343, in __init__ self.update_show_state() File "/usr/lib/python2.7/site-packages/dockbarx/windowbutton.py", line 457, in update_show_state window.monitor != self.group_r().monitor): AttributeError: Window instance has no attribute 'monitor' I can't start dockx

farangoth commented on 2013-06-07 09:26 (UTC)

The PKGBUILD depends on 'python-xlib' while the software itself needs 'python2-xlib'. 'python-xlib' had been moved to use python3.

<deleted-account> commented on 2013-06-05 14:45 (UTC)

Hi, after yesterday's update of python-xlib, dockbarx doesn't start anymore. Here's the error that shows up: ** (dockx:4633): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags' ** (dockx:4633): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags' ** (dockx:4633): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags' Traceback (most recent call last): File "/usr/bin/dockx", line 36, in <module> from Xlib import display ImportError: No module named Xlib

toketin commented on 2013-04-24 22:33 (UTC)

And: $ dockx Traceback (most recent call last): File "/usr/bin/dockx", line 30, in <module> import dockbarx.dockbar File "/usr/lib/python2.7/site-packages/dockbarx/dockbar.py", line 34, in <module> from common import * File "/usr/lib/python2.7/site-packages/dockbarx/common.py", line 24, in <module> from dbus.mainloop.glib import DBusGMainLoop ImportError: cannot import name DBusGMainLoop

toketin commented on 2013-04-24 22:30 (UTC)

Hi, dockbarx doesn't work on my Arch system: $ dockbarx_factory Traceback (most recent call last): File "/usr/bin/dockbarx_factory", line 30, in <module> import gi File "/usr/lib/python2.7/site-packages/gi/__init__.py", line 27, in <module> from ._gi import _API, Repository ImportError: could not import gobject (error was: ImportError('When using gi.repository you must not import static modules like "gobject". Please change all occurrences of "import gobject" to "from gi.repository import GObject".',))