Bug #527
Set process name
Status: | New | Start: | 10/16/2010 | |
Priority: | Normal | Due date: | ||
Assigned to: | Mirco Bauer | % Done: | 0% |
|
Category: | Frontend GNOME | |||
Target version: | - | |||
Complexity: | Low |
Found in Version: | ||
Votes: | 1 (View) |
Description
The process name currently seems to be "mono" (as shown in gnome-system-monitor). This should be the actual application name instead.
History
Updated by Mirco Bauer 5023 days ago
- Category changed from Common to Frontend GNOME
- Complexity set to Low
Are there some GNOME guidelines or specifications about this? I wonder because Tomboy is not doing this and is part of the official desktop.
Updated by Kai Korla 4224 days ago
I think there are no guidelines for this, but it makes the user happier. With this feature you will identify smuxi processes in htop or gnome-system-monitor better. Also a do "killall smuxi-whatever" is possible. In my opinion mono should handle this, but it wont fix it: https://bugzilla.novell.com/show_bug.cgi?id=147947.
A workaround is to use the "prctl" (http://man7.org/linux/man-pages/man2/prctl.2.html). If desired, i can do it and make a pull request then.
regards
Kai
Updated by Mirco Bauer 4224 days ago
You can do this but please watch out for Linux, *BSD, Mac OSX and Windows differences