Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gnome-shell gnome-shell
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,042
    • Issues 2,042
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 153
    • Merge requests 153
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gnome-shellgnome-shell
  • Merge requests
  • !1080
The source project of this merge request has been removed.

ibusManager: fix ibus launch error because of wrong method name

Merged Alynx Zhou requested to merge (removed):fix-ibus-autostart into master Mar 09, 2020
  • Overview 3
  • Pipelines 0
  • Changes 1
Mar 09 09:07:52 pendragon gnome-shell[663]: Failed to launch ibus-daemon: launcher.launch is not a function

It seems that there is no launch method for Gio.SubprocessLauncher, but a spawnv method do this, so it might be a typo.

@carlosg please have a look at this (because git blame tells me that you write those code) and if I am wrong, please close this MR, thanks!

Edited Mar 11, 2020 by Alynx Zhou
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-ibus-autostart