[Bug 151855] Re: program doesn't start

2008-03-20 Thread emre.
*** This bug is a duplicate of bug 154214 ***
https://bugs.launchpad.net/bugs/154214

Restricted Manager in Turkish doesn't work either because of "%(os)s"
changing. Also Totem and some other programs either. Can't we make a
function to check these wrong translations? I wrote this to Brainstorm
too: http://brainstorm.ubuntu.com/idea/5134/

-- 
program doesn't start
https://bugs.launchpad.net/bugs/151855
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151855] Re: program doesn't start

2007-12-18 Thread giner
*** This bug is a duplicate of bug 154214 ***
https://bugs.launchpad.net/bugs/154214

LANG= restricted-manager - WORK
LANG=en_US.UTF-8 restricted-manager  - WORK

LANG=ru_RU.UTF-8 restricted-manager - Doesn't work
Traceback (most recent call last):
  File "/usr/bin/restricted-manager", line 42, in 
rm = RestrictedManager()
  File 
"/usr/lib/python2.5/site-packages/RestrictedManager/RestrictedManagerGtk.py", 
line 53, in __init__
RestrictedManagerCommon.__init__(self,args,opts)
  File 
"/usr/lib/python2.5/site-packages/RestrictedManager/RestrictedManagerCommon.py",
 line 197, in __init__
self.launch_manager()
  File 
"/usr/lib/python2.5/site-packages/RestrictedManager/RestrictedManagerGtk.py", 
line 151, in launch_manager
self.ManagerWindow(self.xml, self.handlers, self)
  File 
"/usr/lib/python2.5/site-packages/RestrictedManager/RestrictedManagerGtk.py", 
line 209, in __init__
self.reset_model()
  File 
"/usr/lib/python2.5/site-packages/RestrictedManager/RestrictedManagerGtk.py", 
line 262, in reset_model
self.parent.set_title_label(self.xml.get_widget('label_heading'), 
any_enabled)
  File 
"/usr/lib/python2.5/site-packages/RestrictedManager/RestrictedManagerGtk.py", 
line 122, in set_title_label
(bold, normal) = RestrictedManagerCommon.title_label(self, in_use)
  File 
"/usr/lib/python2.5/site-packages/RestrictedManager/RestrictedManagerCommon.py",
 line 242, in title_label
'these drivers.') % {'os': get_os_name()}
KeyError: u's'

-- 
program doesn't start
https://bugs.launchpad.net/bugs/151855
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151855] Re: program doesn't start

2007-11-20 Thread b52
*** This bug is a duplicate of bug 154214 ***
https://bugs.launchpad.net/bugs/154214

to  Roman Prokopovich  wrote on 2007-10-19:  (permalink)
it's work  :)

-- 
program doesn't start
https://bugs.launchpad.net/bugs/151855
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151855] Re: program doesn't start

2007-10-20 Thread Hippu
*** This bug is a duplicate of bug 154214 ***
https://bugs.launchpad.net/bugs/154214

** This bug has been marked a duplicate of bug 154214
   [gutsy] restricted-manager fails to start after upgrade

-- 
program doesn't start
https://bugs.launchpad.net/bugs/151855
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151855] Re: program doesn't start

2007-10-19 Thread Te Anton
Ubuntu developers must change translations this text:

Proprietary drivers do not have public source code that %(os)s
developers are free to modify. They represent a risk to you because they
are only available on the types of computer chosen by the manufacturer,
and security updates to them depend solely on the responsiveness of the
manufacturer. %(os)s cannot fix or improve these drivers.

from:

Проприетарные (патентованные) драйвера не имеют открытого исходного
кода, который разработчики %(s) могли бы изменить. Такие драйверы
снижают надёжность и стабильность вашей системы, потому что доступны
только для типов компьютеров выбранных производителем драйвера и
оперативность обновлений безопасности для них зависит только от их
производителя. %(s) не может исправить или улучшить эти драйвера.

to:

Проприетарные (патентованные) драйвера не имеют открытого исходного
кода, который разработчики %(os)s могли бы изменить. Такие драйверы
снижают надёжность и стабильность системы, потому что доступны только
для типов компьютеров выбранных производителем драйвера и оперативность
обновлений безопасности для них зависит только от их производителя.
Разработчики %(os)s не могут исправить или улучшить эти драйвера.

-- 
program doesn't start
https://bugs.launchpad.net/bugs/151855
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 151855] Re: program doesn't start

2007-10-19 Thread Roman Prokopovich
You must open with any editor file RestrictedManagerCommon.py.
Go to line 234. add to the end:  'Some text')
All other strings (lines 235-243) must be commented with sign #.

Sorry for poor english :)

-- 
program doesn't start
https://bugs.launchpad.net/bugs/151855
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151855] Re: program doesn't start

2007-10-19 Thread Te Anton
I have same error after updating to gutsu. I think the error in russian
language pack. I modifed string in line 242, and restricted manager
begin work.

-- 
program doesn't start
https://bugs.launchpad.net/bugs/151855
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 151855] Re: program doesn't start

2007-10-17 Thread Eduardo Corrêa
After the last update, my restricted manager works fine...

-- 
program doesn't start
https://bugs.launchpad.net/bugs/151855
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs