0
:

 

 

MintMenu

  
: 0
- .
, , . , , , , .
- ? ?
- ? ?

: - . . :
Traceback (most recent call last):
File "main.py", line 25, in <module>
from lib import *
File "/usr/share/pyshared/ailurus/lib.py", line 2003, in <module>
VERSION = ['hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', 'maverick'][int(VERSION)-5]
IndexError: list index out of range
Error in atexit._run_exitfuncs:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/share/pyshared/ailurus/lib.py", line 587, in drop_priviledge
daemon().drop_priviledge(dbus_interface='cn.ailurus.Interface')
TypeError: 'NoneType' object is not callable
Error in sys.exitfunc:
Traceback (most recent call last):
File "/usr/lib/python2.7/atexit.py", line 24, in _run_exitfuncs
func(*targs, **kargs)
File "/usr/share/pyshared/ailurus/lib.py", line 587, in drop_priviledge
daemon().drop_priviledge(dbus_interface='cn.ailurus.Interface')
TypeError: 'NoneType' object is not callable
: 1 (: 17 2011 12:12)
: 0
VERSION = ['hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', 'maverick'][int(VERSION)-5]

"natty"
: 0
, miri4.
- .
. , , , , .
: 0
?
. .
: 0
- -
/apps/mintMenu
: 0
, .
, , ...
, , , -...
: 0
ailurus
http://forums.linuxmint.com/viewtopic.php?f=90&t=74455

PHP:
  1.  
  2. sudo gedit /usr/share/pyshared/ailurus/lib.py
  3.  


PHP:
  1. @classmethod
  2. def get_all_Ubuntu_versions(cls):
  3. return ['hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', 'maverick']
  4.  

PHP:
  1.  
  2. elif MINT:
  3. DISTRIBUTION = 'ubuntu'
  4. UBUNTU_DERIV = True
  5. VERSION = Config.get_Mint_version() # VERSION is in ['5', '6', '7', '8', '9', '10']
  6. VERSION = ['hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', 'maverick'][int(VERSION)-5]
  7. BACKEND = APT
  8. installation_command_backend = debian_installation_command

PHP:
  1.  
  2. return ['hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', 'maverick', 'natty']
  3.  
PHP:
  1.  
  2. VERSION = Config.get_Mint_version() # VERSION is in ['5', '6', '7', '8', '9', '10', '11']
  3. VERSION = ['hardy', 'intrepid', 'jaunty', 'karmic', 'lucid', 'maverick', 'natty'][int(VERSION)-5]

lisa , 12 oneiric
: 2 (: 16 2011 16:08)
 
|
:
, .