Package requires python2-six as a dependency.
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 .. 13 Next › Last »
<deleted-account> commented on 2016-09-04 04:03 (UTC)
HisDudeness commented on 2016-05-25 07:47 (UTC)
Is there any way to have the MATE panel applet?
martynjy commented on 2015-10-06 21:15 (UTC)
@12b1ac
Thanks. That did the trick.
12b1ac commented on 2015-10-06 19:25 (UTC)
@martynjy
Also can be fixed by changing line "s = im.tostring('raw', 'BGRA')" to "s = im.tobytes('raw', 'BGRA')" in /usr/lib/python2.7/site-packages/dockbarx/iconfactory.py. That's dirty fix, I know.
martynjy commented on 2015-10-06 09:53 (UTC)
Won't load after python2-pillow upgrade:
python2-pillow (2.9.0-2 -> 3.0.0-1)
Downgrade fixes for now.
Bluthund commented on 2014-07-12 16:47 (UTC)
NOTE regarding PKGBUILD 0.91-1:
DockbarX v0.91 uses /usr/bin/python2 to interpret it's files by default. This change is rendering the sed substitution changing the interpreter for dockx, dockbarx_factory and dbx_preference in package() obsolete as it changes the interpreter from /usr/bin/python2 to /usr/bin/python22 which is not what you want.
ispeaknousa commented on 2014-05-06 07:58 (UTC)
I also encounter @hthntts's error, but only when running dockx as a regular user. Root can run it just fine.
korrode commented on 2014-01-23 11:27 (UTC)
Currently for me there's graphical issues with icons that have transparency unless i use python2-imaging rather than python2-pillow
https://aur.archlinux.org/packages/python2-imaging/
na12 commented on 2013-10-17 06:54 (UTC)
Traceback (most recent call last):
File "/usr/bin/dockx", line 36, in <module>
from Xlib import display
ImportError: No module named Xlib
And I have python2-xlib installed.
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.