diff --git a/debian/control b/debian/control index bde46e4f2643d1200c00588b8fb458955e9274a4..826e24fe05e3b099d8fbe53f945fefe8c869e6b0 100644 --- a/debian/control +++ b/debian/control @@ -87,7 +87,7 @@ Recommends: phosh-mobile-tweaks, phosh-plugins, slurp, - squeekboard | phosh-osk-stub, + phosh-osk-stevia | squeekboard, Provides: notification-daemon, polkit-1-auth-agent, diff --git a/docs/gettingstarted.md b/docs/gettingstarted.md index 21952ee810d1d423cc451273d6446053a8089fde..9383d0755ea49b083febff351e99939212ff72fb 100644 --- a/docs/gettingstarted.md +++ b/docs/gettingstarted.md @@ -34,8 +34,9 @@ It uses [GTK](https://www.gtk.org/) as it's GUI toolkit and widgets. Although targeted at touch devices Phosh does not implement a -on screen keyboard (OSK) but leaves this to -[squeekboard](https://gitlab.gnome.org/World/Phosh/squeekboard). +on screen keyboard (OSK) but leaves this to separate on-screen +keyboards like [stevia](https://gitlab.gnome.org/World/Phosh/stevia) +or [squeekboard](https://gitlab.gnome.org/World/Phosh/squeekboard). The above combination of software is also often (a bit imprecisely) named Phosh. For a high level overview see [Phosh Overview](https://honk.sigxcpu.org/con/phosh_overview.html). diff --git a/docs/phosh-session.rst b/docs/phosh-session.rst index 9c3e7aa5144cecb5d8c6814e00afc25eccd4e976..bff171789ab02e521a345557cebdb10a45f168dd 100644 --- a/docs/phosh-session.rst +++ b/docs/phosh-session.rst @@ -18,10 +18,10 @@ DESCRIPTION ``phosh-session`` is the script to startup phosh including required components like the Wayland compositor ``phoc`` and an on screen -keyboard like ``squeekboard``. The script is rarely invoked by a user -but rather activated by a display manager or systemd unit. However -it's perfectly valid to e.g. log into a tty and run ``phosh-session`` -to bring up phosh and needed components. +keyboard like ``stevia`` or ``squeekboard``. The script is rarely invoked by a +user but rather activated by a display manager or systemd unit. However it's +perfectly valid to e.g. log into a tty and run ``phosh-session`` to bring up +phosh and needed components. OPTIONS ------- @@ -53,4 +53,4 @@ For debugging purposes you can put environment variables into See also -------- -``phosh(1)`` ``phoc(1)`` ``phoc.ini(5)`` +``phosh(1)`` ``phoc(1)`` ``phoc.ini(5)`` ``phosh-osk-stevia(1)``