Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • V virtboard
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • Librem5
  • virtboard
  • Merge requests
  • !18

dbus: Listen to show/hide requests

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dorota Czaplejewicz requested to merge dbus_pop into master Sep 14, 2018
  • Overview 55
  • Commits 1
  • Pipelines 9
  • Changes 8

Request: /sm/puri/OSK0 sm.puri.OSK0 SetVisible

Property: Visible

This adds a second way to control the popping up of the keyboard. Eventually this should become the only way to do it.

Test with

busctl --user monitor --match path=/sm/puri/OSK0
busctl call --user sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 SetVisible b true
busctl --user get-property sm.puri.OSK0 /sm/puri/OSK0 sm.puri.OSK0 Visible

This uses a different DBus library than the session management. This is a conscious choice - the keyboard is nearing its ceiling, and porting eekboard should begin soon, making the duplication a non-issue.

Edited Sep 14, 2018 by Dorota Czaplejewicz
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dbus_pop