Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d8a86d172 | |||
| fa972253be | |||
| 3899c042b8 | |||
| 492c4ba948 | |||
| e3d08fff88 | |||
| bc43abdb02 | |||
| bdcf23750d |
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,10 +1,10 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/">
|
<Project xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:admin="http://webns.net/mvcb/">
|
||||||
<name>squeekboard</name>
|
<name>squeekboard</name>
|
||||||
<shortdesc>A Wayland virtual keyboard</shortdesc>
|
<shortdesc>A virtual keyboard for Wayland</shortdesc>
|
||||||
<description>A virtual keyboard supporting Wayland, built primarily for the Librem 5 phone.</description>
|
<description>An on-screen-keyboard input method for Wayland</description>
|
||||||
<homepage rdf:resource="https://source.puri.sm/Librem5/squeekboard" />
|
<homepage rdf:resource="https://gitlab.gnome.org/World/Phosh/squeekboard" />
|
||||||
<bug-database rdf:resource="https://source.puri.sm/Librem5/squeekboard/issues" />
|
<bug-database rdf:resource="https://gitlab.gnome.org/World/Phosh/squeekboard/issues" />
|
||||||
<os>Linux</os>
|
<os>Linux</os>
|
||||||
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
|
<license rdf:resource="http://usefulinc.com/doap/licenses/gpl" />
|
||||||
<maintainer>
|
<maintainer>
|
||||||
|
|||||||
@ -59,8 +59,8 @@ popover_open_settings_panel (char *panel)
|
|||||||
g_dbus_proxy_new_for_bus (G_BUS_TYPE_SESSION,
|
g_dbus_proxy_new_for_bus (G_BUS_TYPE_SESSION,
|
||||||
G_DBUS_PROXY_FLAGS_NONE,
|
G_DBUS_PROXY_FLAGS_NONE,
|
||||||
NULL,
|
NULL,
|
||||||
"org.gnome.ControlCenter",
|
"org.gnome.Settings",
|
||||||
"/org/gnome/ControlCenter",
|
"/org/gnome/Settings",
|
||||||
"org.gtk.Actions",
|
"org.gtk.Actions",
|
||||||
NULL,
|
NULL,
|
||||||
(GAsyncReadyCallback) create_dbus_proxy_cb,
|
(GAsyncReadyCallback) create_dbus_proxy_cb,
|
||||||
|
|||||||
Reference in New Issue
Block a user