After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 698659 - Broken English in polkit prompt
Broken English in polkit prompt
Status: RESOLVED FIXED
Product: system-monitor
Classification: Core
Component: process list
3.8.x
Other Linux
: Normal minor
: ---
Assigned To: System-monitor maintainers
System-monitor maintainers
Depends on:
Blocks:
 
 
Reported: 2013-04-23 13:53 UTC by Michael Catanzaro
Modified: 2013-04-25 20:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Catanzaro 2013-04-23 13:53:47 UTC
There's a typo in usr/share/polkit-1/actions/org.gnome.gnome-system-monitor.policy - when I try to kill a process that is running as root, the following dialog pops up:

"Privileges are required to kill process"

It should read:

"Privileges are required to kill this process"
Comment 1 Robert Roth 2013-04-23 18:04:53 UTC
As this prompt should be as generic as possible, I guess I will change it to "Privileges are required to kill processes", as that implies that privileges are required to kill one process too, and still allows multiple process kill (bug 681405) to work without having to add a separate string for that. Would that be OK for you?
Comment 2 Michael Catanzaro 2013-04-23 23:02:57 UTC
Thanks for the fast response! And good point, but that doesn't completely work because privileges are only required if the process belongs to another user: system-monitor allows me to kill my own processes without authentication. (Hence why I chose to include the word "this" in my suggested prompt.) So how about "Privileges are required to kill other users' processes".  (I only tested this on a root process since I have a single-user system, but I presume that's how it works?)

I also noticed this is also a problem for changing the priority of a process. The current message is "Privileges are required to renice process".  Since you do need privileges to renice your own processes, the message "Privileges are required to renice processes" would work fine here... but how about "Privileges are required to change the priority of processes" in order to avoid the confusing technical term (I had never heard of it, myself).
Comment 3 Robert Roth 2013-04-24 06:18:18 UTC
I saw that we also have the same problem with renice, good point with the technical term renice, I'll fix these in the following days. Thanks for the bugreport, the feedback, it's always welcome.
Comment 4 Robert Roth 2013-04-25 20:54:58 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.