matchbox/matchbox-common: Start matchbox-keyboard in daemon mode. (#1483)
matchbox-panel has a keyboard applet, but it was unresponsive. This was because it sends an event to a running keyboard in daemon mode. The solution is to start matchbox-keyboard with --daemon in matchbox-session.
This commit is contained in:
parent
2e426c6f9b
commit
f7690dc1b6
2 changed files with 6 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Duncan Guthrie <dguthrie@posteo.net>
|
# Maintainer: Duncan Guthrie <dguthrie@posteo.net>
|
||||||
pkgname=matchbox-common
|
pkgname=matchbox-common
|
||||||
pkgver=0_git20070606
|
pkgver=0_git20070606
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_commit=3055fb158054d059e9a50141e7ded2a41ecfbd47
|
_commit=3055fb158054d059e9a50141e7ded2a41ecfbd47
|
||||||
pkgdesc="Common data files for Matchbox"
|
pkgdesc="Common data files for Matchbox"
|
||||||
url="http://matchbox-project.org"
|
url="http://matchbox-project.org"
|
||||||
|
@ -34,4 +34,4 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="742c38c60efa99de6a7d9bf510045eaf8ea1038722c9e45d614b66a3112f2b48f715d53bf9d44f173ca35e858aee135d0fbc3ed4fe0937b74c40ac515c5320f4 matchbox-common-3055fb158054d059e9a50141e7ded2a41ecfbd47.tar.gz
|
sha512sums="742c38c60efa99de6a7d9bf510045eaf8ea1038722c9e45d614b66a3112f2b48f715d53bf9d44f173ca35e858aee135d0fbc3ed4fe0937b74c40ac515c5320f4 matchbox-common-3055fb158054d059e9a50141e7ded2a41ecfbd47.tar.gz
|
||||||
dc96692d51803d71288e030757ad6f597ffffb107a57d7fc51d6dea3a1eabd5736535164ec33d86effff4891e38aa30ea5ee33a1e68c58683204cf1b220721d7 matchbox-v2-utils.patch"
|
d2e01db56b2f230ca36773e96678359e528570fc0a3f78124ab1088cdf94a495d67173dec539400f7529382bc405ac9de93e266a905c022099396d1865fe1775 matchbox-v2-utils.patch"
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
diff -Naur a/matchbox-session b/matchbox-session
|
diff -Naur a/matchbox-session b/matchbox-session
|
||||||
--- a/matchbox-session 2007-06-06 12:30:47.000000000 +0100
|
--- a/matchbox-session 2018-05-12 13:33:32.019726303 +0100
|
||||||
+++ b/matchbox-session 2018-05-09 17:30:48.556398420 +0100
|
+++ b/matchbox-session 2018-05-12 13:34:06.633851723 +0100
|
||||||
@@ -4,21 +4,24 @@
|
@@ -4,21 +4,25 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
# Uncomment below to enable parsing of debian menu entrys
|
# Uncomment below to enable parsing of debian menu entrys
|
||||||
|
@ -40,4 +40,5 @@ diff -Naur a/matchbox-session b/matchbox-session
|
||||||
-matchbox-panel --orientation south &
|
-matchbox-panel --orientation south &
|
||||||
-exec matchbox-window-manager $@
|
-exec matchbox-window-manager $@
|
||||||
+matchbox-panel --edge=bottom --start-applets=$START_APPLETS --end-applets=$END_APPLETS &
|
+matchbox-panel --edge=bottom --start-applets=$START_APPLETS --end-applets=$END_APPLETS &
|
||||||
|
+matchbox-keyboard --daemon &
|
||||||
+exec matchbox-window-manager-2-simple -use_cursor yes $@
|
+exec matchbox-window-manager-2-simple -use_cursor yes $@
|
||||||
|
|
Loading…
Reference in a new issue