View Single Post
Saturn's Avatar
Posts: 1,648 | Thanked: 2,122 times | Joined on Mar 2007 @ UNKLE's Never Never Land
#66
Originally Posted by eagle-eyes View Post
ok mate
thats the result:

/opt/CSSUfeatures/CSSU_Features_configuration: not found
~ $ /opt/CSSUfeatures/CSSU_Features_Configuration
/etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderLeft.png"
/etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename
/etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderRight.png"
/etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename
/etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderTop.png"
/etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename
/etc/hildon/theme/gtk-2.0/gtkrc:1: Unable to locate image file in pixmap_path: "../images/LockSliderBottom.png"
/etc/hildon/theme/gtk-2.0/gtkrc:1: Background image options specified without filename
Traceback (most recent call last):
File "/opt/CSSUfeatures/CSSU_Features_Configuration", line 4, in <module>
from CSSUfeatures import *
File "/opt/CSSUfeatures/CSSUfeatures.py", line 369, in <module>
class CSSUfeaturesMain():
File "/opt/CSSUfeatures/CSSUfeatures.py", line 394, in CSSUfeaturesMain
myapp = CSSUfeaturesMainWindow()
File "/opt/CSSUfeatures/CSSUfeatures.py", line 237, in __init__
self.doSetCurrent()
File "/opt/CSSUfeatures/CSSUfeatures.py", line 268, in doSetCurrent
self.ui.comboBoxZoomPress.setCurrentIndex(int(data Vars['zoom_on_press']))
KeyError: 'zoom_on_press'
~ $
Sorry cannot really fix your problem. It seems that you are using a theme that it's not compatible with the CSSU. it provides its own transitions.ini which misses the new features.

I would propose to contact the maintainer of the theme after checking if he has not posted already an update.

In the application, will add some code to catch this and give a warning message.