Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 386463 - media-gfx/fr0st-1.4 doesn't launch
Summary: media-gfx/fr0st-1.4 doesn't launch
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-08 21:59 UTC by wyvern5
Modified: 2011-10-08 22:33 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 wyvern5 2011-10-08 21:59:05 UTC
% fr0st
Traceback (most recent call last):
  File "/usr/bin/fr0st", line 26, in <module>
    app = Fr0stApp()
  File "/usr/lib64/fr0st/fr0stlib/gui/_events.py", line 88, in inner
    __init__(self, *a, **k)
  File "/usr/lib64/fr0st/fr0stlib/gui/__init__.py", line 87, in __init__
    self.SyncUserDirectory()
  File "/usr/lib64/fr0st/fr0stlib/gui/__init__.py", line 115, in SyncUserDirectory
    self.mirror_directory(source_dir, self.user_dir, backup_dir)
  File "/usr/lib64/fr0st/fr0stlib/gui/__init__.py", line 130, in mirror_directory
    for f in os.listdir(source):
OSError: [Errno 2] No such file or directory: '/usr/share/fr0st/samples'

Looks like samples end up in /usr/lib64/fr0st/samples instead. I presume this is a simple tweak of the ebuild...?
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2011-10-08 22:33:47 UTC
Sorry, my bad. Not sure why it worked when I tested it... Perhaps because I had fr0st/ directory in my home directory (???)

+*fr0st-1.4-r1 (08 Oct 2011)
+
+  08 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> +fr0st-1.4-r1.ebuild:
+  Install samples to /usr/share/fr0st wrt #386463 by wyvern5