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 .. 13 Next › Last »

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.

rayman2200 commented on 2013-10-01 06:15 (UTC)

I've created a patch and updated the PKGBUILD, also made a src.tar.gz from both. You can grab the src.tar.gz from http://media-nation.de/~rayman2200/dockbarx-0.90.3-6.src.tar.gz It contains the patch image_pillow.patch and new PKGBUILD. For all xfce4-dockbarx-plugin users. You need to reload the panel after patching the dockbarx. Just reboot or perform dbus-send --print-reply --dest=org.xfce.Panel /org/xfce/Panel org.xfce.Panel.Terminate boolean:true

xzy3186 commented on 2013-09-25 01:10 (UTC)

Today, dockbarx stopped working after replacing python2-imaging with python2-pillow. According to [1], 'import Image' need to be changed to 'from PIL import Image' in following files: 1) /usr/lib/python2.7/site-packages/dockbarx/theme.py 2) /usr/lib/python2.7/site-packages/dockbarx/iconfactory.py Please update the PKGBUILD, thanks in advance. [1] https://www.archlinux.org/todo/replace-pil-with-pillow/