FS#9275 - AWN preferences bug
Attached to Project:
Community Packages
Opened by Bogdan Tanasoiu (nightraven) - Sunday, 20 January 2008, 12:12 GMT
Last edited by Timm (gummibaerchen) - Monday, 21 January 2008, 19:02 GMT
Opened by Bogdan Tanasoiu (nightraven) - Sunday, 20 January 2008, 12:12 GMT
Last edited by Timm (gummibaerchen) - Monday, 21 January 2008, 19:02 GMT
|
Details
Description:
The freshly [community]-added version of avant window navigator does not function properly, as it does not respond to my "right click - > preferences" option. this is the output I get, when running it from command line: /usr/share/themes/Rezlooks-Gilouche/gtk-2.0/gtkrc:186: error: invalid string constant "panel", expected valid string constant Traceback (most recent call last): File "/usr/bin/awn-manager", line 200, in <module> awnmanager = AwnManager() File "/usr/bin/awn-manager", line 95, in __init__ self.appletManager = awnApplet(self.wTree) File "/usr/share/avant-window-navigator/awn-manager/awnApplet.py", line 76, in __init__ self.make_model() File "/usr/share/avant-window-navigator/awn-manager/awnApplet.py", line 352, in make_model self.refresh_tree (applets) File "/usr/share/avant-window-navigator/awn-manager/awnApplet.py", line 416, in refresh_tree icon, text = self.make_row(path) File "/usr/share/avant-window-navigator/awn-manager/awnApplet.py", line 361, in make_row return self.make_icon (item.get_string(gnomedesktop.KEY_ICON)), text File "/usr/share/avant-window-navigator/awn-manager/awnApplet.py", line 381, in make_icon icon = gtk.gdk.pixbuf_new_from_file_at_size (name, 32, 32) gobject.GError: Unrecognized image file format Additional info: I also frequently get this warning: (avant-window-navigator:8279): Wnck-WARNING **: Unhandled action type (nil) Steps to reproduce: I've just installed the dependencies and then installed the app itself. |
This task depends upon
Because the first error is triggered by Gilouche, which I also use myself without any problems.
I will see if I can find anything upstream about that.
Changing it removes the first line of the output, thus I guess there is no more theme/engine error.
But it doesn't solve the bug. The preferences panel still doesn't appear and produces the same output as the previous (without the first line)
Did you have AWN installed before? If yes, did you compile and install it directly (with package)?
Do you have another awn version installed? (or awn-extras?)
http://aur.archlinux.org/packages.php?do_Details=1&ID=8310&O=0&L=0&C=0&K=avant&SB=n&SO=a&PP=25&do_MyPackages=0&do_Orphans=0&SeB=nd
and it worked fine, no problems with it. This was about 2 weeks ago.
After I've made a fresh install of Arch, I've installed it once more, only this time from the [community] repo to which it had been moved.
As of yet I don't have any other version of awn installed, nor awn-extras.
Have you tried to compile it youself (the one that's in community now)?
So that should work for you then, right?
So please try that.
I will recheck the whole dependency list, maybe I removed one too much.
Will post an update later today.
pkgname=avant-window-navigator
pkgver=0.2.1
pkgrel=14
pkgdesc="Fully customisable dock-like window navigator for GNOME"
arch=('i686' 'x86_64')
url="https://launchpad.net/awn"
license=('GPL')
depends=('libwnck' 'libgnome' 'gnome-vfs' 'gconf' 'xproto' 'dbus-glib' 'libglade' 'libxdamage' 'libxcomposite' 'libxrender' 'gnome-python-desktop' 'gnome-python-extras')
makedepends=('intltool' 'gnome-doc-utils')
install=avant-window-navigator.install
source=(https://edge.launchpad.net/awn/0.2/$pkgver/+download/$pkgname-$pkgver.tar)
md5sums=('59733ce392d58236338736f6726cac9d')
==> Checking Runtime Dependencies...
==> Checking Buildtime Dependencies...
==> Retrieving Sources...
-> Found avant-window-navigator-0.2.1.tar in build dir
==> Validating source files with md5sums...
avant-window-navigator-0.2.1.tar ... Passed
==> Extracting Sources...
-> bsdtar -x -f avant-window-navigator-0.2.1.tar
==> Removing existing pkg/ directory...
==> Entering fakeroot environment...
==> Starting build()...
/usr/bin/makepkg: line 694: build: command not found
==> ERROR: Build Failed.
Aborting...
"build" binary is missing, but I don't know which packet contains it.
A...I get it. So the problem's in the PKGBUILD itself, not a dependency.
Well then, the PKGBUILD doesn't work.
So, I think we have to search upstream for the problem to find out what part of your configuration caused this.
So, I think I have to update AWN-package as it seems that librsvg isn't included by any other dependency.