Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#19177 - [avant-window-navigator] Clicking in "dock preferences" does not start the panel
Attached to Project:
Community Packages
Opened by Dormeletti Carlo (onekk) - Monday, 19 April 2010, 19:43 GMT
Last edited by Dan Griffiths (Ghost1227) - Saturday, 08 May 2010, 00:19 GMT
Opened by Dormeletti Carlo (onekk) - Monday, 19 April 2010, 19:43 GMT
Last edited by Dan Griffiths (Ghost1227) - Saturday, 08 May 2010, 00:19 GMT
|
DetailsDescription:
community/avant-window-navigator 0.4.0-5 Clicking in "dock preferences" won't start the awn panel if i launch awn-settings on command line i obtain this error. Traceback (most recent call last): File "/usr/bin/awn-settings", line 1223, in <module> awnmanager = awnManagerMini() File "/usr/bin/awn-settings", line 1092, in __init__ self.themeCustomize = awnThemeCustomizeMini(self.wTree) File "/usr/bin/awn-settings", line 673, in __init__ self.ui_setup() File "/usr/bin/awn-settings", line 817, in ui_setup False, config.BIND_METHOD_FALLBACK) glib.GError: Il file chiavi non presenta la chiave "tooltip_outline_color" Additional info: * package version(s) * config and/or log files etc. i use xfce4 Steps to reproduce: awn-settings |
This task depends upon
Closed by Dan Griffiths (Ghost1227)
Saturday, 08 May 2010, 00:19 GMT
Reason for closing: Fixed
Additional comments about closing: implemented onekk's workaround for now. anyone knows a better way, let me know
Saturday, 08 May 2010, 00:19 GMT
Reason for closing: Fixed
Additional comments about closing: implemented onekk's workaround for now. anyone knows a better way, let me know
I was using xfce before, so this may be related to something that xfce installation does, but when I was trying to launch awn-settings I was running Gnome.
$ packer -Q pygobject glib2
pygobject 2.21.1-1
glib2 2.24.0-1
yaourt -Q pygobject glib2
extra/pygobject 2.21.1-1
core/glib2 2.24.0-1
it seems that the versions are the same
Regards
Also:
~ > pacman -Q pygobject glib2
pygobject 2.21.1-1
glib2 2.24.0-1
If we're all running the same version of glib2, and it's working for some of us... I officially have no idea.
$ pacman -Q pygobject glib2
pygobject 2.21.1-1
glib2 2.24.0-1
Out of curiosity, I tried compiling the BZR version from the AUR - same problem.
I know that you are running Gnome, but I am just wondering, have you got, or had, xfce installed? I am just wondering, is it xfce that is breaking things.
(move the offendig line out of the definition, and commented it)
self.color_map = [
(self.client, defs.THEME, defs.GSTEP1, "theme_firstgradient", True),
(self.client, defs.THEME, defs.GSTEP2, "theme_secondgradient", True),
(self.client, defs.THEME, defs.GHISTEP1, "theme_firsthighlight", True),
(self.client, defs.THEME, defs.GHISTEP2, "theme_secondhighlight", True),
(self.client, defs.THEME, defs.BORDER, "theme_outerborder", True),
(self.client, defs.THEME, defs.HILIGHT, "theme_innerborder", True),
(self.client, defs.THEME, defs.ICON_TEXT_COLOR, "theme_icon_font_color", True),
(self.client, defs.THEME, defs.ICON_TEXT_OUTLINE_COLOR, "theme_icon_font_outline_color", True),
(self.client, defs.THEME, defs.TOOLTIP_FONT_COLOR, "theme_tooltip_font_color", False),
(self.client, defs.THEME, defs.TOOLTIP_BG_COLOR, "theme_tooltip_bg_color", False),
(self.client, defs.THEME, defs.SEP_COLOR, "theme_separator_color", True),
(self.client, defs.EFFECTS, defs.DOT_COLOR, "effects_dot_color", True),
(self.client, defs.EFFECTS, defs.ACTIVE_RECT_COLOR, "activerect_color", True),
(self.client, defs.EFFECTS, defs.ACTIVE_RECT_OUTLINE, "activerect_outline_color", True)
]
# (self.client, defs.THEME, defs.TOOLTIP_OUTLINE_COLOR, "theme_tooltip_outline_color", False),
it works but it's a woekaround
Best Regards