Awn

AWN trunk refuses to start

Asked by Tino

I basically just updated my old AWN by sudoing:

sudo aptitude install avant-window-navigator-trunk awn-extras-applets-trunk

And this is what I get:

(avant-window-navigator:4510): GLib-CRITICAL **: g_key_file_load_from_data: assertion `length != 0' failed

** (avant-window-navigator:4510): WARNING **: Unable to retrieve panels config value: Die Schlüsselwertedatei enthält nicht die Gruppe »panels«

(avant-window-navigator:4510): Gtk-CRITICAL **: gtk_main_quit: assertion `main_loops != NULL' failed

The system I am running is Ubuntu Karmic, AWN version installed is 0.3.9.1.1. I am running compiz on two twinview screens, not having any trouble with anything else..

Any suggestions?

Question information

Language:
English Edit question
Status:
Solved
For:
Awn Edit question
Assignee:
No assignee Edit question
Solved by:
Tino
Solved:
Last query:
Last reply:

This question was reopened

  • by Tino
Revision history for this message
Michal Hruby (mhr3) said :
#1

Which -fdo and -vfs modules do you have installed for libdesktop-agnostic?

Revision history for this message
Launchpad Janitor (janitor) said :
#2

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.

Revision history for this message
Tino (ekelmail) said :
#3

Sorry for not reacting for so long, but i uninstalled the beta and didnt have much time for debugging or anything. However, after regularly updating to 0.4 I ran into this again. This time the error message is a little more verbose:

(avant-window-navigator:6005): GLib-CRITICAL **: g_key_file_load_from_data: assertion `length != 0' failed

** ERROR **: Unable to retrieve panels config value: Die Schlüsselwertedatei enthält nicht die Gruppe »panels«
aborting...

The error message is german and means "The keyfile doesnt contain the group panels"

Revision history for this message
Tino (ekelmail) said :
#4

Oh, I got another one if I try to start awn-settings:

awn-settings
/home/nitzet/.themes/Murrina Deviant/gtk-2.0/gtkrc:56: Murrine configuration option "squaredstyle" is not supported and will be ignored.
/home/nitzet/.themes/Murrina Deviant/gtk-2.0/gtkrc:57: Murrine configuration option "hilight_ratio" will be deprecated in future releases. Please use "highlight_shade" instead.
/usr/bin/awn-settings:111: Warning: g_key_file_load_from_data: assertion `length != 0' failed
  self.client = awn.config_get_default(awn.PANEL_ID_DEFAULT)
/usr/bin/awn-settings:112: Warning: g_key_file_load_from_data: assertion `length != 0' failed
  self.client_taskman = awn.config_get_default_for_applet_by_info("taskmanager", "")
Traceback (most recent call last):
  File "/usr/bin/awn-settings", line 1223, in <module>
    awnmanager = awnManagerMini()
  File "/usr/bin/awn-settings", line 1089, in __init__
    self.prefManager = awnPreferencesMini(self.wTree)
  File "/usr/bin/awn-settings", line 126, in __init__
    self.setup_effects (defs.EFFECTS, defs.ICON_EFFECT, self.wTree.get_object("iconeffects"))
  File "/usr/share/avant-window-navigator/awn-settings/awnClass.py", line 892, in setup_effects
    self.load_effect(group,key,dropdown)
  File "/usr/share/avant-window-navigator/awn-settings/awnClass.py", line 898, in load_effect
    effect_settings = self.client.get_int(group, key)
glib.GError: Die Schlüsselwertedatei enthält nicht die Gruppe »effects«

Revision history for this message
Michal Hruby (mhr3) said :
#5

There are two ways to fix this:
1) Quit Awn, navigate to ~/.config/desktop-agnostic/ and delete all files inside.
2) Install libdesktop-agnostic-cfg-gconf and remove libdesktop-agnostic-cfg-keyfile.

Revision history for this message
Tino (ekelmail) said :
#6

Yoohooo....BIG THANKS. Worked!

Revision history for this message
Tino (ekelmail) said :
#7

Oh, but I still got the problem with the awn-settings...
I just did the first step. Do i need to follow step two in order to get settings to work?

Revision history for this message
Tino (ekelmail) said :
#8

Alright, after installing libdesktop-agnostic-cfg-gconf settings work again...

Revision history for this message
wladek (waldus) said :
#9

Have same problem:
** (awn-applet:4369): CRITICAL **: desktop_agnostic_fdo_desktop_entry_gnome_real_get_localestring: assertion `locale != NULL' failed
Applet [1] flags: 1024: DockletHandlesPositionChange
Traceback (most recent call last):
  File "/usr/bin/awn-settings", line 1223, in <module>
    awnmanager = awnManagerMini()
  File "/usr/bin/awn-settings", line 1089, in __init__
    self.prefManager = awnPreferencesMini(self.wTree)
  File "/usr/bin/awn-settings", line 111, in __init__
    self.client = awn.config_get_default(awn.PANEL_ID_DEFAULT)
AttributeError: 'module' object has no attribute 'config_get_default'