ConfigDialog doesn't know self._path() (or self._desklet_path())

Bug #124464 reported by Bjoern Koch
2
Affects Status Importance Assigned to Milestone
gDesklets
Fix Released
Wishlist
Christian Meyer

Bug Description

Since revision 11 of the 0.3x branch an icon attribute to the page tag has been introduced to config/ConfigDialog.py which will show icons in the prefs tabs in front of the labels. The icons are downscaled in height (if necessary) to the size of the label keeping the aspect ratio.
Usage:
        <page label="My Label" icon="test.png">

Only problem so far: the icon has to be in the root directory (/) or its full path (like /home/user/.gdesklets/Displays/MyDesklet/test.png ) has to be given as the path to the display's directory is unknown to the ConfigDialog (linke self._path() (or self._desklet_path()).

Revision history for this message
Christian Meyer (chrisime) wrote :

Thanks, this should be not too difficult to solve.

Changed in gdesklets:
assignee: nobody → chrisime
importance: Undecided → Wishlist
status: New → Confirmed
Revision history for this message
Bjoern Koch (h.humpel) wrote :

Fixed in rev.48 of the 0.3x branch.
Hope it is not "too dirty" done :).

Changed in gdesklets:
status: Confirmed → Fix Committed
Revision history for this message
Bjoern Koch (h.humpel) wrote :

Released in 0.36.

Changed in gdesklets:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related blueprints

Remote bug watches

Bug watches keep track of this bug in other bug trackers.