From f9fabb462657dba73ff8c2d39c03d923eb2f4dc4 Mon Sep 17 00:00:00 2001 From: Arie Middelkoop Date: Tue, 24 Jan 2012 22:09:17 +0000 Subject: added kwooty: a binary newsreader (kde). svn path=/nixpkgs/trunk/; revision=31829 --- .../networking/newsreaders/kwooty/searchPath.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pkgs/applications/networking/newsreaders/kwooty/searchPath.patch (limited to 'pkgs/applications/networking/newsreaders/kwooty/searchPath.patch') diff --git a/pkgs/applications/networking/newsreaders/kwooty/searchPath.patch b/pkgs/applications/networking/newsreaders/kwooty/searchPath.patch new file mode 100644 index 0000000000000..602002d0173f0 --- /dev/null +++ b/pkgs/applications/networking/newsreaders/kwooty/searchPath.patch @@ -0,0 +1,19 @@ +--- kwooty-kwooty/src/utility.cpp 2012-01-24 22:22:45.091383072 +0100 ++++ kwooty-kwooty/src/utility.cpp 2012-01-24 22:29:08.526208140 +0100 +@@ -299,6 +299,7 @@ + + QString programPathName; + QStringList searchPathList = Settings::searchPathList(); ++ searchPathList << "/usr/bin/unpar" << "/usr/bin/unrar" << "/usr/bin/7z"; + + QStringList programsWithDifferentNames = programToSearch.split(";"); + +@@ -363,7 +364,7 @@ + QStringList niceProcessArgs; + + // look for 'nice' location : +- QString nicePath = KStandardDirs::findExe("nice"); ++ QString nicePath = QString("/usr/bin/nice"); + niceProcessArgs.append(nicePath); + niceProcessArgs.append("-n"); + -- cgit 1.4.1