Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 368895 - app-emulation/playonlinux-3.8.12 - IOError: [Errno 2] No such file or directory: '/usr/share/games/playonlinux/LICENCE'
Summary: app-emulation/playonlinux-3.8.12 - IOError: [Errno 2] No such file or directo...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal trivial (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-27 14:21 UTC by Jani Kananen
Modified: 2013-11-03 17:22 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 Jani Kananen 2011-05-27 14:21:53 UTC
PlayOnLinux about window is not working, complains about missing license file.

Reproducible: Always

Steps to Reproduce:
1. Run PlayOnLinux
2. Go to Help -> About
Actual Results:  
Nothing happens.

Expected Results:  
Show about window.

Running from command line spits out this when trying to open about window:

Traceback (most recent call last):
  File "/usr/share/games/playonlinux/python/mainwindow.py", line 457, in About
    self.aboutBox.SetLicence(open(Variables.playonlinux_env+"/LICENCE",'r').read())
IOError: [Errno 2] No such file or directory: '/usr/share/games/playonlinux/LICENCE'
Comment 1 Pacho Ramos gentoo-dev 2012-03-25 10:40:58 UTC
Still valid with 4.0.14?
Comment 2 Pacho Ramos gentoo-dev 2012-06-16 07:55:18 UTC
(In reply to comment #1)
> Still valid with 4.0.14?
Comment 3 Jani Kananen 2013-11-03 17:22:47 UTC
(In reply to Pacho Ramos from comment #2)
> (In reply to comment #1)
> > Still valid with 4.0.14?

About window works with latest stable version.