Awn

Comment 2 for bug 651592

Revision history for this message
Gabor Karsay (gabor-karsay) wrote :

First, to install applets at all from Awn Settings, see bug #553141.
The attached patch should fix the rest.

- The icon path in the .desktop file should be an absolute path, so it's not enough to just copy the .desktop file. Installing it from Awn Settings dialog should convert it now to a relative path (fix in awn-settings/awnClass.py)

- A fix in libawn/awn-config.c searches for a schema-file in the home directory if it isn't found in the package directory. Note the schema file is assumed to be in ~/.config/awn/applets/<applet-name>/ I'm not sure what the appropriate place is. I tested the patch with Awn Radio applet where the schema file is in ~/.config/awn/applets but that seems wrong to me.

- set_icon_name worked for me, I think that's releted to bug #330110.