Compare commits

...

4 Commits
v1.14.0 ... mib

Author SHA1 Message Date
2641a3b3d8 WiP 2021-04-09 14:56:54 +00:00
b45039a813 pureos: Conflict with phosh
Phosh currently launches Squeekboard on its own via gnome-session already. Launching agian via systemd could cause trouble.
2021-04-02 06:22:22 +00:00
04b105ab38 debian: Install systemd service
`squeekboard-restyled` is not needed any more, because the user can alter the style in the systemd unit if desired.
2021-04-02 06:21:41 +00:00
80388c0042 debian: Install .desktop file 2021-04-02 06:19:33 +00:00
4 changed files with 19 additions and 2 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
10
12

1
debian/control vendored
View File

@ -41,6 +41,7 @@ Depends:
${misc:Depends},
Breaks:
librem5-base (<< 24),
phosh (<= 0.10),
Description: On-screen keyboard for Wayland
Virtual keyboard supporting Wayland, built primarily for the Librem 5 phone.

View File

@ -1,2 +1,2 @@
tools/squeekboard-restyled usr/bin
usr/bin/squeekboard /usr/bin
usr/share/applications/sm.puri.Squeekboard.desktop

16
debian/squeekboard.user.service vendored Normal file
View File

@ -0,0 +1,16 @@
[Unit]
Description=Squeekboard - a Wayland virtual keyboard
PartOf=graphical-session.target
# Don't stop restarting the program
StartLimitIntervalSec=0
[Service]
Environment="GTK_THEME=Adwaita:dark"
ExecStart=/usr/bin/squeekboard
Restart=on-failure
RestartSec=3s
[Install]
WantedBy=graphical-session.target