Menu Content/Inhalt
Home

Login






Lost Password?
No account yet? Register

PokerTH - Forum

homepost replythreaded viewruleshelp
 
littletux
User

Fresh Boarder
Posts: 2
graphgraph
Karma: 0  
license box empty - 2007/12/21 02:08 Hello,

I use this patch for the Mandriva package, otherwise the license can not be opened (the rights on data files are 0644).

Code:

 --- src/gui/qt/aboutpokerth/aboutpokerthimpl.cpp~    2007-12-13 17:18:10.000000000 -0500 +++ src/gui/qt/aboutpokerth/aboutpokerthimpl.cpp    2007-12-20 12:22:35.000000000 -0500 @@ -46,+46,@@      QFile gplFile(QDir::toNativeSeparators(myAppDataPath+"misc/gpl2.html"));      QString gplString;      if(gplFile.exists()) { -        if (gplFile.openQIODevice::ReadWrite)) { +        if (gplFile.openQIODevice::ReadOnly)) {              QTextStream stream( &gplFile );              gplString stream.readAll();              textBrowser_licence->setHtml(gplString);




Regards,

Guillaume B.
  The administrator has disabled public write access.
doitux
Admin

Admin
Posts: 254
graph
Karma: 16  
Re:license box empty - 2007/12/21 06:36 Hi

This is a known bug. It is fixed in current source package: PokerTH-0.6-1.src.tar.bz2.
If you like we can provide mandriva package at our downloads section.
regards
doitux
____________________________
doitux@pokerth.net
  The administrator has disabled public write access.
littletux
User

Fresh Boarder
Posts: 2
graphgraph
Karma: 0  
Re:license box empty - 2007/12/21 17:06 Thanks for the reply,

I did not see that there was a new source release.
Good to see that the install target is complete now

At the moment, the package is built only for cooker, the dev version.

When it works correctly, it will be available through mandriva mirrors in "backports", so no need to keep a package up-to-date on the site.

It would be enough to tell that a package exists (and less work).

Regards,

Guillaume B.
  The administrator has disabled public write access.
designed by www.madeyourweb.com