Skip to content
Snippets Groups Projects
Commit db372b12 authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

Drop osk-wayland

squeekboard now uses the alternative system
parent 13ff816e
No related branches found
No related tags found
1 merge request!373Document changes and release 64pureos1~byz1 into byzantium
Name: Phosh-OSK
Link: /usr/share/applications/sm.puri.OSK0.desktop
Alternative: /usr/share/applications/sm.puri.OSK0-legacy.desktop
Priority: 20
......@@ -9,9 +9,6 @@ default/audio/paths usr/share/pulseaudio/alsa-mixer/
default/audio/ucm2 usr/share/alsa/
default/audio/alsa-restore.service.d lib/systemd/system/
default/sm.puri.OSK0-legacy.desktop usr/share/applications/
default/osk-wayland usr/bin/
# librem5 specific environment variables
default/profile.d/*.sh etc/profile.d/
......
#!/bin/sh
set -e
OSK=/usr/bin/virtboard
if [ -x /usr/bin/squeekboard ]; then
OSK=/usr/bin/squeekboard
fi
exec $OSK
[Desktop Entry]
Type=Application
Name=On-screen keyboard
Comment=Legacy on-screen keyboard wrapper
Exec=/usr/bin/osk-wayland
Categories=GNOME;Core;
OnlyShowIn=GNOME;
NoDisplay=true
X-GNOME-Autostart-Phase=Panel
X-GNOME-Provides=inputmethod
X-GNOME-Autostart-Notify=true
X-GNOME-AutoRestart=true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment