Compare commits
4 Commits
squeekboar
...
mib
| Author | SHA1 | Date | |
|---|---|---|---|
| 2641a3b3d8 | |||
| b45039a813 | |||
| 04b105ab38 | |||
| 80388c0042 |
2
debian/compat
vendored
2
debian/compat
vendored
@ -1 +1 @@
|
|||||||
10
|
12
|
||||||
|
|||||||
1
debian/control
vendored
1
debian/control
vendored
@ -41,6 +41,7 @@ Depends:
|
|||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Breaks:
|
Breaks:
|
||||||
librem5-base (<< 24),
|
librem5-base (<< 24),
|
||||||
|
phosh (<= 0.10),
|
||||||
Description: On-screen keyboard for Wayland
|
Description: On-screen keyboard for Wayland
|
||||||
Virtual keyboard supporting Wayland, built primarily for the Librem 5 phone.
|
Virtual keyboard supporting Wayland, built primarily for the Librem 5 phone.
|
||||||
|
|
||||||
|
|||||||
2
debian/squeekboard.install
vendored
2
debian/squeekboard.install
vendored
@ -1,2 +1,2 @@
|
|||||||
tools/squeekboard-restyled usr/bin
|
|
||||||
usr/bin/squeekboard /usr/bin
|
usr/bin/squeekboard /usr/bin
|
||||||
|
usr/share/applications/sm.puri.Squeekboard.desktop
|
||||||
|
|||||||
16
debian/squeekboard.user.service
vendored
Normal file
16
debian/squeekboard.user.service
vendored
Normal 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
|
||||||
|
|
||||||
Reference in New Issue
Block a user