Open talorin73 opened 13 years ago
Same for me! Any fix? Installed via "git clone" and then "sudo sh INSTALL".
Hell All, I clone head version of bumblebee and install with INSTALL script,but cannot solve problem. Programs follow as
(bumblebee-indicator:3843): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(bumblebee-indicator:3843): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(bumblebee-indicator:3843): Gtk-WARNING **: Unable to locate theme engine in module_path: "pixmap",
(bumblebee-indicator:3843): Gtk-WARNING *_: Unable to locate theme engine in module_path: "pixmap",
Traceback (most recent call last):
File "./bumblebee-indicator", line 43, in <module>
import app.Config
File "/usr/local/bin/app/Config.py", line 69, in <module>
[default_compression]=[re.sub(r'VGL_COMPRESS=(._)\n', r'\1', line) for line in open(config_file_path) if 'VGL_COMPRESS' in line]
IOError: [Errno 2] No such file or directory: '/etc/default/bumblebee'
In this case bumblebee-indicator searches for config file /etc/default/bumblebee, but I don't know what content it should consists of. Trying to touch /etc/default/bumblebee but no effect.
mubuntu-mobil:~/Downloads/MrMEEE-bumblebee-ui-8e9ec77$ bumblebee-indicator Traceback (most recent call last): File "/usr/local/bin/bumblebee-indicator", line 43, in
import app.Config
File "/usr/local/bin/app/Config.py", line 69, in
[default_compression]=[re.sub(r'VGL_COMPRESS=(.*)\n', r'\1', line) for line in open(config_file_path) if 'VGL_COMPRESS' in line]
IOError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/etc/default/bumblebee'