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
Search Criteria
Package Details: dockbarx 2:1.0beta4-1
Package Actions
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: | GPL-3.0-or-later |
Submitter: | flamelab |
Maintainer: | twa022 |
Last Packager: | twa022 |
Votes: | 182 |
Popularity: | 0.030199 |
First Submitted: | 2009-04-08 12:19 (UTC) |
Last Updated: | 2024-06-09 14:40 (UTC) |
Dependencies (20)
- dbus-python (python-dbus)
- libkeybinder3
- python-cairo (python-cairo-gitAUR)
- python-gobject (python-gobject-gitAUR)
- python-pillow (python-pillow-gitAUR)
- python-pyxdg
- python-xlib
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-packaging (make)
- python-polib (make)
- python-setuptools (make)
- python-wheel (make)
- dockbarx-lxqt-pluginAUR (dockbarx-lxqt-plugin-gitAUR) (optional) – lxqt applet
- dockbarx-mate-appletAUR (dockbarx-mate-applet-gitAUR) (optional) – mate applet
- gconfAUR (optional) – export settings from older versions of dockbarx
- python-lxml (optional) – import settings script
- python-pyudev (optional) – dockx battery applet
- xfce4-dockbarx-pluginAUR (xfce4-dockbarx-plugin-gitAUR) (optional) – xfce4-panel plugin
- zeitgeist (optional) – recently used file list
Required by (12)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 13 Next › Last »
toketin commented on 2013-04-24 22:33 (UTC)
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".',))
na12 commented on 2013-04-14 10:03 (UTC)
As AWN applet not works,actually it works but it have only vertical layout,and icons are too much small to be usable.
twa022 commented on 2013-04-14 00:42 (UTC)
0.90.3-3: works for me now in xfce with xfce4-dockbarx-plugin, as an AWN applet, and as dockx standalone dock, but doesn't work in MATE. Still working on that, patches or suggestions welcome.
twa022 commented on 2013-04-02 18:31 (UTC)
The MATE folks are in the process of tagging for the 1.6 release. Significant changes / patches will have to be added to work with MATE 1.6, so if not having dockbarx is a deal-breaker for your MATE desktop, wait to upgrade.
twa022 commented on 2013-03-31 03:12 (UTC)
@edoardo: xfce4-dockbarx-plugin just added
twa022 commented on 2013-03-30 23:43 (UTC)
@edoardo: I will definitely work on that tonight or tomorrow. I will probably submit as a new package since it's developed by someone else (and outside the dockbarx vcs).
edoardo commented on 2013-03-30 17:31 (UTC)
twa022, dockbarx now have an xfce4 panel applet. Are you planning to integrate it in this package (like MATE support)? Thanks, here's the link: xfce-look.org/content/show.php?content=157865
twa022 commented on 2013-01-20 05:34 (UTC)
@accensi, @abi0tic: /usr/bin/dockbarx_factory is the GNOME2 / MATE (if you choose to enable MATE support) panel applet. Since GNOME2 is not maintained in Arch, if you choose not to enable MATE support you are limited to using /usr/bin/dockx (the standalone dock) or the AWN applet.
<deleted-account> commented on 2013-01-18 09:44 (UTC)
I'm having the same problem here:
Traceback (most recent call last):
File "/usr/bin/dockbarx_factory", line 30, in <module>
import gnomeapplet
ImportError: No module named gnomeapplet
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.