Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 196464

Summary: media-video/vlc-0.8.6c - wrong dir in osdmenu/default.cfg
Product: Gentoo Linux Reporter: Tomáš Chvátal (RETIRED) <scarabeus>
Component: New packagesAssignee: Gentoo Media-video project <media-video>
Status: RESOLVED UPSTREAM    
Severity: trivial    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Tomáš Chvátal (RETIRED) gentoo-dev 2007-10-19 21:41:04 UTC
vlc has bad config, ebuild should fix this

Reproducible: Always

Steps to Reproduce:
go and compile it :)
Actual Results:  
[00000649] vcdx access warning: Can't get file status for share/osdmenu/default/unselected.png:
není souborem ani adresářem
[00000649] vcdx access warning: could not retrieve file info for `share/osdmenu/default/unselected.png': není souborem ani adresářem
[00000649] vcdx access warning: can't open nrg image file share/osdmenu/default/unselected.png for reading
[00000649] access_file access warning: share/osdmenu/default/unselected.png: není souborem ani adresářem
[00000649] cdda access warning: could not open share/osdmenu/default/unselected.png
[00000649] cddax access warning: could not open share/osdmenu/default/unselected.png
[00000646] main private error: no suitable access module for `share/osdmenu/default/unselected.png'
[00000646] main private debug: could not open share/osdmenu/default/unselected.png for reading
[00000646] main private error: parsing file failed (returned 1)
[00000646] main private error: creating OSD menu object failed
[00000646] osdmenu private error: osdmenu filter discarded
[00000646] main private warning: no sub filter module matching "text" could be loaded

Expected Results:  
show osd

diff -Naur /store/vlc-conf-backup/vlc/osdmenu/default.cfg /usr/share/vlc/osdmenu/default.cfg
--- /store/vlc-conf-backup/vlc/osdmenu/default.cfg	2007-10-12 17:09:08.000000000 +0200
+++ /usr/share/vlc/osdmenu/default.cfg	2007-10-19 22:51:07.000000000 +0200
 -1,4 +1,4 @@
-dir /usr/share/vlc/osdmenu/default
+dir share/osdmenu/default
 action	key-play-pause (0,0)
 	unselect unselected.png
 	select   selection/play_pause.png
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-10-19 22:00:51 UTC
This is NOT a Gentoo Bugzilla product bug; read the descriptions please.
Comment 2 Jakub Moc (RETIRED) gentoo-dev 2007-10-19 22:04:10 UTC
Already fixed in 0.9.0_alpha20071009.

$ grep dir /usr/share/vlc/osdmenu/default.cfg
dir share/osdmenu/default
Comment 3 Marek Hakala 2007-10-20 09:52:05 UTC
Correct Diff

diff -Naur /usr/share/vlc/osdmenu/default.cfg.org /usr/share/vlc/osdmenu/default.cfg
--- /usr/share/vlc/osdmenu/default.cfg.org  2007-10-19 22:51:07.000000000 +0200
+++ /usr/share/vlc/osdmenu/default.cfg      2007-10-12 17:09:08.000000000 +0200
@@ -1,4 +1,4 @@
-dir share/osdmenu/default
+dir /usr/share/vlc/osdmenu/default
 action key-play-pause (0,0)
        unselect unselected.png
        select   selection/play_pause.png