Thank you Morten for your interest in improving GParted.

Does the "ps -e" command on your system list the command arguments in
addition to the command itself?

If so, would you be able to provide a listing of the command and
output in this report?

In my experience if the "ps -ef" command is used then I agree and
would expect to see both the grep command and grep command arguments
listed.  With "ps -e" I do not expect to see the command arguments.

For example:

$ ps -e | grep gpartedbin
10738 ?        00:00:00 gpartedbin
$ ps -ef | grep gpartedbin
root     10737 10709  0 10:35 ?        00:00:00 udisks --inhibit --
/usr/local/sbin/gpartedbin
root     10738 10737  0 10:35 ?        00:00:00 /usr/local/sbin/gpartedbin
gedakc   12290  3139  0 10:37 pts/1    00:00:00 grep --color=auto
gpartedbin
$

Note that the "ps -e" output above does not include the "grep
gpartedbin" process, whereas the "ps -ef" output does.

I tested on an up-to-date virtual machine with debian 8 Jessie and did
not observe the problem you indicated.

If gparted does not start on your debian system, perhaps you
encountered the following bug?

Debian Bug report logs - #782838 - udisks2-inhibit mount move fails
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=782838

Regards,
Curtis


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to