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

Bug 368895

Summary: app-emulation/playonlinux-3.8.12 - IOError: [Errno 2] No such file or directory: '/usr/share/games/playonlinux/LICENCE'
Product: Gentoo Linux Reporter: Jani Kananen <jani.m.kananen>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED TEST-REQUEST    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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.