#4074 closed Bug (invalid)
transmission-gtk doesn't display tray icon
Reported by: | killasmurf86 | Owned by: | jordan |
---|---|---|---|
Priority: | Normal | Milestone: | None Set |
Component: | GTK+ Client | Version: | 2.20 |
Severity: | Normal | Keywords: | icon |
Cc: |
Description
(transmission-gtk:40992): Gtk-WARNING **: Could not find the icon 'application-octet-stream'. The 'hicolor' theme was not found either, perhaps you need to install it. You can get a copy from: http://icon-theme.freedesktop.org/releases
Transmission-gtk icon isn't displayed in tray, also it isn't displayed in about dialog. Instead there's broken icon image
At first I thought that it might be missing 16x16 icon, but them I set my trays height to 24 and same thing happened. Later I discovered, that Icon isn't displayed in about dialog as well
System: FreeBSD desktop.pc 8.2-RELEASE FreeBSD 8.2-RELEASE #0: Thu Feb 17 02:41:51 UTC 2011 root@…:/usr/obj/usr/src/sys/GENERIC amd64
This happens with bough package and FreeBSD port
P.S. I have hicolor-icon-theme-0.12 installed
Change History (5)
comment:1 Changed 12 years ago by livings124
- Milestone changed from 2.22 to None Set
comment:2 Changed 12 years ago by jordan
- Resolution set to invalid
- Status changed from new to closed
comment:3 Changed 12 years ago by killasmurf86
yes, I did report it to FreeBSD
comment:4 Changed 12 years ago by killasmurf86
This PR can be closed.
The problem was in my XDG environment variables: I had XDG_DATA_HOME="$HOME/.local" XDG_DATA_DIRS="$XDG_DATA_HOME"
Now I fixed them to XDG_DATA_HOME="$HOME/.local:/usr/local/share:/usr/local/kde4/share" XDG_DATA_DIRS="$XDG_DATA_HOME"
This fixes the issue...
comment:5 Changed 12 years ago by jordan
Thanks for following up with the solution!
This works for me when building/installing from source and also works on other distributions. This might be a FreeBSD packaging error.
Please report it to the FreeBSD tracker for another opinion on this. Thank you!