# # # patch "guitone/src/util/OpenFile.cpp" # from [0c0d9d5b5469e14bd99300192911167776b673a9] # to [739e60749138a3c06d4cf5437d29998d66c5bf8c] # ============================================================ --- guitone/src/util/OpenFile.cpp 0c0d9d5b5469e14bd99300192911167776b673a9 +++ guitone/src/util/OpenFile.cpp 739e60749138a3c06d4cf5437d29998d66c5bf8c @@ -15,9 +15,8 @@ bool OpenFile::open(QWidget *widget, con #ifdef Q_WS_X11 Q_UNUSED(widget); - // due to a weird behaviour in kfmclient (always return 1 for any - // exec command) we need to find out by hand if kfmclient resides in the - // current path + // due to a bug in KDE < 3.5.3 we can't trust the return value kfmclient + // gives us back (its always 1!) if (system("which kfmclient") == 0) { qDebug("OpenFile::open: using kfmclient");