Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
GNOME:STABLE:3.26
gnome-shell
gnome-shell-disable-ibus-when-not-installed.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnome-shell-disable-ibus-when-not-installed.patch of Package gnome-shell
Index: gnome-shell-3.26.0/js/misc/ibusManager.js =================================================================== --- gnome-shell-3.26.0.orig/js/misc/ibusManager.js +++ gnome-shell-3.26.0/js/misc/ibusManager.js @@ -45,6 +45,10 @@ var IBusManager = new Lang.Class({ _PRELOAD_ENGINES_DELAY_TIME: 30, // sec _init: function() { + let daemon = Gio.File.new_for_path('/usr/bin/ibus-daemon'); + if (!daemon.query_exists(null)) + return; + if (!IBus) return;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor