ooo-thumbnailer should use icons from the current icon theme
Bug #743962 reported by
migash.r
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ooo-thumbnailer (abandoned) |
Triaged
|
Undecided
|
Unassigned | ||
ooo-thumbnailer (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: ooo-thumbnailer
ooo-thumbnailer adds an ODF document icon in the lower right corner of the thumbnail. That part works fine, but:
Expected behaviour:
ooo-thumbnailer should use icons from the current icon theme.
Actual behaviour:
ooo-thumbnailer is hardcoded to use icons from the hicolor theme, which are:
a) quite hard to tell apart - at first I thought it uses the same icon for all the documents.
b) rather fugly - the hicolor theme's ODF icons look like they're from the early 1990's, and make the desktop environment feel inconsistent.
---
Ubuntu release: 10.10
ooo-thumbnailer version: 0.2-5ubuntu1 (latest version from Ubuntu repos)
Changed in ooo-thumbnailer: | |
status: | Confirmed → Triaged |
To post a comment you must log in.
I have tried to write a patch, but I can't find the path to the current icon theme. Using icons/` gconftool- 2 -g /desktop/ gnome/interface /icon_theme`
$ /usr/share/
is no good, because the Ubuntu's default theme ubuntu-mono-dark contains only a handful of icons, while the rest are pulled from the Humanity icon theme. A quick google search didn't turn up anything useful on how to locate the actual icon in use.
So far, I only managed to change the hardcoded paths to use the Humanity icons - but that's just a workaround. A diff is attached.