Updated to 0.43.r381 to remove all the dependencies that are no longer available *bonobo*.
Dockbarx will still run in AWN or as a standalone dock (/usr/bin/dockx)
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 .. 5 6 7 8 9 10 11 12 13 Next › Last »
twa022 commented on 2011-05-24 11:26 (UTC)
twa022 commented on 2011-05-04 07:46 (UTC)
You may want to used dockbarx-bzr until a post 0.43 release is available as bonobo will probably be removed soon from the repos
bokal commented on 2011-02-21 13:42 (UTC)
python-keybinder dependency is missing
<deleted-account> commented on 2011-02-06 10:52 (UTC)
Oh, it seems the problem was in lapack-3.3.0-1. Upgrading to 3.3.0-2 fixed the problem.
<deleted-account> commented on 2011-02-06 10:46 (UTC)
Today dockbarx started crashing every time I moved my mouse over. Log:
$ python2 /usr/bin/dockbarx_factory.py run-in-window
** (dockbarx_factory.py:18101): WARNING **: Trying to register gtype 'WnckWindowState' as enum when in fact it is of type 'GFlags'
** (dockbarx_factory.py:18101): WARNING **: Trying to register gtype 'WnckWindowActions' as enum when in fact it is of type 'GFlags'
** (dockbarx_factory.py:18101): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as enum when in fact it is of type 'GFlags'
DockbarX 0.42.1
DockbarX init
DockbarX reload
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/numpy/__init__.py", line 136, in <module>
import add_newdocs
File "/usr/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in <module>
from numpy.lib import add_newdoc
File "/usr/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, in <module>
from polynomial import *
File "/usr/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 17, in <module>
from numpy.linalg import eigvals, lstsq
File "/usr/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 48, in <module>
from linalg import *
File "/usr/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 23, in <module>
from numpy.linalg import lapack_lite
ImportError: /usr/lib/liblapack.so.3: undefined symbol: chetrs2_
Awebb commented on 2010-12-22 17:38 (UTC)
Thanks a lot, twa022 =-)
twa022 commented on 2010-12-20 03:31 (UTC)
Rel 3: tried to clean up the dependencies array.
Let me know if you have any problems.
toketin commented on 2010-12-08 14:39 (UTC)
0.41 is out
viniavila commented on 2010-12-06 16:19 (UTC)
Awebb.
That's not the problem... the problem is: Arch migrated package 'python' to python 3 but all python modules packages are designed only to python 2. So Arch team create package 'python2' to run programas compatibles for only python 2, but few programs support it... I've do this and worked:
1) I removed 'python' and installed 'python2' via pacman
2) Create a symlink from /usr/bin/python2 to /usr/bin/python
3) All AUR PKGBUILD python dependents, I change the list deps removing 'python' and inserting 'python2'
Sorry bad english.
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.