Closed GoogleCodeExporter closed 8 years ago
Version 1.08 built from source has all control icons except for Volume.
Original comment by yecril7...@gmail.com
on 23 Apr 2013 at 11:18
The volume icon comes from the theme. Your theme is probably missing symbolic
versions of the icons.
Original comment by kdeko...@gmail.com
on 24 Apr 2013 at 12:10
All icons come from the theme, and the others show in the version I have built.
Original comment by yecril7...@gmail.com
on 24 Apr 2013 at 5:00
To find out what icons are being looked for, you can start with
grep symbolic src/*.c
in the gnome-mplayer directory. Are you compiling with GTK2 or GTK3 support in
the code?
The volume icon is loaded by the GtkVolumeButton widget, I do not alter it in
the code.
Original comment by kdeko...@gmail.com
on 24 Apr 2013 at 5:16
All symbolic icons referenced by the source are installed in
/usr/share/icons/gnome/scalable/actions/; there are no symbolic icons related
to volume though. Those icons are in scalable/status but they are not
referenced by your source.
configure:7562: checking for GTK
configure:7569: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3 glib-2.0
gthread-2.0"
configure:7572: $? = 0
configure:7586: $PKG_CONFIG --exists --print-errors "gtk+-3.0 >= 3 glib-2.0
gthread-2.0"
configure:7589: $? = 0
configure:7627: result: yes
configure:7639: checking for GTK
configure:7724: result: yes
| #define GTK3_ENABLED 1
| #define GTK2_12_ENABLED 1
| #define GTK2_14_ENABLED 1
| #define GTK2_18_ENABLED 1
| #define GTK2_20_ENABLED 1
| #define GTK2_22_ENABLED 1
| #define GTK2_24_ENABLED 1
Does that answer your question?
Original comment by yecril7...@gmail.com
on 25 Apr 2013 at 5:34
What gnome/gtk theme are you using? gnome-tweak-tool should be able to tell
you. If you switch to the default icon theme does this problem go away?
I am using the AwOken icon theme. And my player looks like the attached file.
Switching to the default gnome icon theme, and it works there as well (second
screen shot)
Original comment by kdeko...@gmail.com
on 25 Apr 2013 at 8:23
Attachments:
I compiled GTK from source and installed it and the volume icon is there.
Original comment by yecril7...@gmail.com
on 1 May 2013 at 12:15
Original comment by kdeko...@gmail.com
on 1 May 2013 at 12:40
Original issue reported on code.google.com by
yecril7...@gmail.com
on 23 Apr 2013 at 10:43