Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (73 - 75 of 301)

Ticket Resolution Summary Owner Reporter
#266 invalid waitForFinished() doesn't work Silvan Scherrer
Description

I think there is a problem with waitForFinished() in 4.7

Scribus fails when trying to check if Ghostscript exists:

The code snippet is: bool testGSAvailability( const QString& gsPath ) { fprintf(stderr,"testGSAvailability( const QString& gsPath )\n");

QStringList args; args.append( "-h" ); QProcess proc;

qDebug() << gsPath; qDebug() << getShortPathName(gsPath);

proc.start(getShortPathName(gsPath), args);

if (!proc.waitForStarted(5000))

return false;

proc.waitForFinished(5000); return (proc.exitCode()==0);

} gsPath is e:/gs/gs8.71/bin/gsos2.exe and args = -h

proc.waitForFinished(5000) never returns. when I add a debug printf before and after it, only the first one prints...

#268 invalid file selection doesn't always work guzzi
Description

Not sure if this is the proper place to report this... See tickets: http://svn.netlabs.org/qtapps/ticket/27 http://svn.netlabs.org/qtapps/ticket/28

I remember the same thing as in http://svn.netlabs.org/qtapps/ticket/28 happened with some earlier versions of smplayer, although in smplayer it has been fixed.

#269 invalid Missing files with YUM David McKenna
Description

Not all the files in the prerequisite file gcc4core-1_2_1.wpi are installed by the YUM install of QT4.7.3 (tried an UPDATE too). I also cannot install them with this file because LIBC064 was installed by YUM so the WPI cannot find it and won't continue. I manually extracted the files.

Found this out when trying to run the new SMPlayer B4.

Note: See TracQuery for help on using queries.