http://unix.stackexchange.com/questions/213549/centos-7-gnome-applications-menu-items-dont-respond
Answer:
This is a known issue. See here:
apps-menu: Exception: can't convert event.get_time() to an integer #7
A fix is to change line 77 of
from:
apps-menu: Exception: can't convert event.get_time() to an integer #7
A fix is to change line 77 of
/usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com/extension.jsfrom:
this._app.open_new_window(event.get_time());
to:this._app.open_new_window(-1);
Žádné komentáře:
Okomentovat