You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
619 B
12 lines
619 B
--- kdebase-3.5.6/kioslave/media/mediamanager/halbackend.cpp-- 2007-02-05 09:05:15.000000000 +0100
|
|
+++ kdebase-3.5.6/kioslave/media/mediamanager/halbackend.cpp 2007-02-05 09:05:22.000000000 +0100
|
|
@@ -1008,7 +1008,7 @@
|
|
TQString HALBackend::listUsingProcesses(const Medium* medium)
|
|
{
|
|
TQString proclist, fullmsg;
|
|
- TQString cmdline = TQString("/usr/bin/env fuser -vm %1 2>&1").arg(KProcess::quote(medium->mountPoint()));
|
|
+ TQString cmdline = TQString("/usr/bin/env /sbin/fuser -vm %1 2>&1").arg(KProcess::quote(medium->mountPoint()));
|
|
FILE *fuser = popen(cmdline.latin1(), "r");
|
|
|
|
uint counter = 0;
|