Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 196464 - media-video/vlc-0.8.6c - wrong dir in osdmenu/default.cfg
Summary: media-video/vlc-0.8.6c - wrong dir in osdmenu/default.cfg
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-19 21:41 UTC by Tomáš Chvátal (RETIRED)
Modified: 2008-04-03 20:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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