From 6ae3c08a9f1cb260facae9e9c658ad9f1af0c8aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 27 Sep 2025 17:17:27 +0200 Subject: [PATCH] treewide: Use stevia MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit phosh-osk-stub is no more. Signed-off-by: Guido Günther Part-of: --- debian/control | 2 +- docs/gettingstarted.md | 5 +++-- docs/phosh-session.rst | 10 +++++----- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/debian/control b/debian/control index bde46e4f2..826e24fe0 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 21952ee81..9383d0755 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 9c3e7aa51..bff171789 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)`` -- GitLab