Package Details: bmpanel2 2.1pre1-5

Git Clone URL: https://aur.archlinux.org/bmpanel2.git (read-only, click to copy)
Package Base: bmpanel2
Description: A NETWM-compatible panel for X11
Upstream URL: http://bmpanel2.googlecode.com/
Licenses: custom:MIT
Submitter: nsf
Maintainer: bidulock
Last Packager: bidulock
Votes: 80
Popularity: 0.000000
First Submitted: 2009-08-07 07:03 (UTC)
Last Updated: 2018-12-11 02:14 (UTC)

Latest Comments

micwoj92 commented on 2022-12-29 19:36 (UTC)

Hello, do you know if python2 is needed for build? I did build and run the panel itself against python3 with no problems, althrough I did not test configuration gui as it gives error

Traceback (most recent call last):
  File "/usr/bin/bmpanel2cfg", line 3, in <module>
    import bmpanel2
  File "/usr/lib/python3.10/site-packages/bmpanel2.py", line 143
    raise KeyError, item
                  ^
SyntaxError: invalid syntax

nsf commented on 2017-04-09 09:08 (UTC)

I suggest using github releases instead: https://github.com/nsf/bmpanel2/archive/2.1pre1.tar.gz https://github.com/nsf/bmpanel2/releases

XShell commented on 2017-04-09 06:02 (UTC)

Sources should be updated to https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/bmpanel2/bmpanel2-2.1pre1.tar.gz

renodesper commented on 2015-11-09 15:49 (UTC)

I got this kind of error, is there any clue to solve this? ==> Starting build()... -- Configuring done -- Generating done -- Build files have been written to: /tmp/makepkg/bmpanel2/src/bmpanel2-2.1pre1/bld [ 4%] Generating bmpanel2.1.gz /home/user/.pyenv/libexec/pyenv: line 40: cd: a2x.py: Not a directory [100%] Built target bmpanel2 a2x: WARNING: --destination-dir option is only applicable to HTML based outputs a2x: ERROR: "xmllint" --nonet --noout --valid "/tmp/makepkg/bmpanel2/src/bmpanel2-2.1pre1/bld/man/bmpanel2.xml" returned non-zero exit status 4 man/CMakeFiles/manpage.dir/build.make:61: recipe for target 'man/bmpanel2.1.gz' failed make[2]: *** [man/bmpanel2.1.gz] Error 1 CMakeFiles/Makefile2:122: recipe for target 'man/CMakeFiles/manpage.dir/all' failed make[1]: *** [man/CMakeFiles/manpage.dir/all] Error 2 Makefile:127: recipe for target 'all' failed make: *** [all] Error 2

nsf commented on 2013-04-18 19:30 (UTC)

Sure, pygtk is in optdeps, because bmpanel2cfg usage is optional, you can edit config files with your text editor just fine.

<deleted-account> commented on 2013-04-18 14:37 (UTC)

For me, bmpanel2cfg required the pygtk package, or it throws back 'ImportError: no module named gtk'

speps commented on 2012-04-02 01:35 (UTC)

Package owned and updated to 2.1pre1-5, fixed runtime build and optional dependencies, added license, better description, minor fixes.

nsf commented on 2011-10-08 06:42 (UTC)

Fixed, I haven't found a good way to specify that I need python 2.6 or python 2.7 in CMake, so I've just added an ugly hack for archlinux only. "-DPYTHON_EXECUTABLE=/usr/bin/python2.7", should work now.

Feanor12 commented on 2011-10-07 21:33 (UTC)

I changed raise KeyError, item to raise KeyError(item) to get it working in python3, but now there is no gtk package for python3 -> could you use python2 in the package

Feanor12 commented on 2011-10-07 21:25 (UTC)

Hi I can't get bmpanel2cfg running on a fresh installed arch-openbox vm If i run bmpanel2cfg i get File "/usr/bin/bmpanel2cfg", line 3, in <module> import bmpanel2 File "/usr/bin/python3.2/site-packages/bmpanel2.py", line 143 raise KeyError, item invalid syntax