gtkservicesetup "Service description" error

You think you have found a bug? Let us know about it.
Post Reply
User avatar
ibka
Posts: 158
Joined: 12. Sep 2010, 13:14
Location: Sweden
Contact:

gtkservicesetup "Service description" error

Post by ibka »

Just found a bug in gtkservicesetup, look at the cgconfig and the following rows marked in red in the picture below, the description show "The gconfig service" it should be "The cgconfig service"

Image

The problem is the line:

Code: Select all

description = _('The {0} service').format(service.lstrip('rc.'))
If i change it to:

Code: Select all

description = _('The {0} service').format(service[3:])
The result is "The cgconfig service"

Image

Why no one has discovered this before I do not know.

Regards Ingemar
Image
User avatar
gapan
Salix Wizard
Posts: 6236
Joined: 6. Jun 2009, 17:40

Re: gtkservicesetup "Service description" error

Post by gapan »

Huh... look at that... :oops:

Thanks ibka, I'll make the change.
Image
Image
Post Reply