mario0alberto1 / gnome-mplayer

Automatically exported from code.google.com/p/gnome-mplayer
0 stars 0 forks source link

Playback control icons are missing #680

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. { gnome-mplayer; }

What is the expected output? 
Playback controls at the bottom.

What do you see instead?
Missing icons where the playback controls should be.

What version of the product are you using? On what operating system?
1.07 
Linux localhost 3.8.7-1-ARCH #1 SMP PREEMPT Sat Apr 13 12:52:41 CEST 2013 i686 
GNU/Linux

Please provide any additional information below.
The missing icons look like a document icon with a red X.
The playback icons in /usr/share/icons/gnome/16x16/actions are present and look 
all right.  I was unable to figure what icons gnome-mplayer exactly is missing.

Original issue reported on code.google.com by yecril7...@gmail.com on 23 Apr 2013 at 10:43

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by kdeko...@gmail.com on 1 May 2013 at 12:40