Unable to select an icon from the theme (trunk)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| Desktop Agnostic Library for GLib-based Projects |
Medium
|
Michal Hruby | ||
| avant-window-navigator (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Binary package hint: avant-window-
Since I started using the karmic trunk version of AWN I am unable to select an icon when creating or editing a launcher. When I click on the icon in the Desktop Entry Editor I am presented with a .png in my /home folder under from File (that has been deleted over a week ago), but when I click the radio button to select icons from the current theme I am presented with an empty window (see attachments). The issue occurs regardless of which GTK theme I am using.
Ubuntu Version: 9.10 (beta/RC, with all updates as of 11am EDT today)
AWN Version: Avant Window Navigator 0.3.9-rewrite-
STEPS:
1. Launch AWN-trunk
2. Open Awn Settings
3. Go to the Launchers pane and either click Add or select an existing launcher and click Edit
4. If adding a new launcher insert the appropriate information into the fields
5. Click the icon button
6. The Desktop Entry Editor opens with the From File panel
EXPECTED:
1. Click the From Theme radio button
2. Select the desired icon from the icons available in the active GTK theme
ACTUAL:
1. Click the From Theme radio button
2. No icons are presented from active GTK theme
ProblemType: Bug
Architecture: i386
CheckboxSubmission: 6577f4a98123013
CheckboxSystem: fc73f07fcd9845b
Date: Mon Oct 26 11:19:47 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelMo
Package: avant-window-
ProcEnviron:
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: avant-window-
Uname: Linux 2.6.31-14-generic i686
Related branches
- Mark Lee: Needs Fixing (style, build system) on 2011-01-09
- Julien Lavergne: Approve on 2011-01-03
-
Diff: 2099 lines (+1062/-186)37 files modifieddebian/control (+3/-3)
docs/known-issues.rst (+1/-1)
libdesktop-agnostic/config-bridge.vala (+4/-6)
libdesktop-agnostic/config-client.vala (+2/-3)
libdesktop-agnostic/config-impl-gconf.vala (+0/-1)
libdesktop-agnostic/config-impl-keyfile.vala (+4/-1)
libdesktop-agnostic/config-impl-memory.vala (+0/-1)
libdesktop-agnostic/config-impl-null.vala (+0/-1)
libdesktop-agnostic/config-schema.vala (+2/-1)
libdesktop-agnostic/config-type-color.vala (+0/-1)
libdesktop-agnostic/desktop-entry-impl-gio.vala (+394/-0)
libdesktop-agnostic/desktop-entry-impl-glib.vala (+53/-1)
libdesktop-agnostic/desktop-entry-impl-gnome.vala (+0/-1)
libdesktop-agnostic/ui-color-button.vala (+1/-1)
libdesktop-agnostic/ui-icon-chooser-dialog.vala (+147/-64)
libdesktop-agnostic/ui-launcher-editor-dialog.vala (+123/-53)
libdesktop-agnostic/vfs-bookmarks-gtk.vala (+1/-1)
libdesktop-agnostic/vfs-file-impl-gio.vala (+65/-0)
libdesktop-agnostic/vfs-file-impl-gnome-vfs.vala (+18/-0)
libdesktop-agnostic/vfs-file-impl-thunar-vfs.vala (+18/-0)
libdesktop-agnostic/vfs-file.vala (+42/-0)
libdesktop-agnostic/vfs-impl-gio.vala (+0/-1)
libdesktop-agnostic/vfs-impl-gnome-vfs.vala (+0/-1)
libdesktop-agnostic/vfs-impl-thunar-vfs.vala (+0/-1)
libdesktop-agnostic/vfs-trash-impl-gio.vala (+1/-1)
libdesktop-agnostic/vfs-trash-impl-thunar-vfs.vala (+1/-1)
libdesktop-agnostic/vfs-volume-impl-gio.vala (+4/-4)
libdesktop-agnostic/vfs-volume-impl-gnome-vfs.vala (+1/-2)
libdesktop-agnostic/vfs-volume-impl-thunar-vfs.vala (+1/-1)
libdesktop-agnostic/wscript (+14/-5)
python/desktopagnostic.override (+22/-14)
python/fdo.override (+15/-3)
python/ui.override (+5/-1)
python/vfs.defs (+38/-0)
python/vfs.override (+70/-6)
tools/lda-desktop-entry-editor.vala (+2/-2)
wscript (+10/-3)
J.M. "Peng" Hardin (bostonpeng) wrote : | #1 |
J.M. "Peng" Hardin (bostonpeng) wrote : | #2 |
Mark Lee (malept) wrote : | #3 |
Note related to the package in Ubuntu proper.
Changed in avant-window-navigator (Ubuntu): | |
status: | New → Invalid |
Mark Lee (malept) wrote : | #4 |
Well, technically you can select an icon category from the dropdown, but that's obviously not a discoverable action. What I'm going to attempt to do when I get some coding time is to have it default to a dropdown entry that says "Select Category" (which cannot be selected).
Changed in libdesktop-agnostic: | |
assignee: | nobody → Mark Lee (malept) |
importance: | Undecided → Medium |
milestone: | none → 0.3.9 |
status: | New → Confirmed |
J.M. "Peng" Hardin (bostonpeng) wrote : | #5 |
You read my mind, Mark. Once I was able to select an icon from the theme again I was going to see if I needed to file a bug against what a PITA it [was|is] to find a specific icon amongst the semi-sorted listing. I always hated having to muddle my way through the icons trying to find the one I wanted. I look forward to seeing your fix in the nightly updates.
Mark Lee (malept) wrote : | #6 |
Yeah, pretty much the only reason why it's currently blank is because it takes a little time to load a category, and I didn't want to incur that cost when someone initially selects "From Theme".
Changed in libdesktop-agnostic: | |
milestone: | 0.3.90 → 0.4.0 |
Changed in libdesktop-agnostic: | |
status: | Confirmed → Fix Committed |
assignee: | Mark Lee (malept) → Michal Hruby (mhr3) |
Changed in libdesktop-agnostic: | |
milestone: | 0.4.0 → 0.3.92 |
Changed in libdesktop-agnostic: | |
status: | Fix Committed → Fix Released |
Adding screenshot using the Dust Sand theme that shipped with Ubuntu 9.10 (beta/RC). Would also include a screenshot showing the Mac4Lin_Aqua theme (my normal theme) but it shows the same result.