Remove reverse-applicable patch.
This commit is contained in:
parent
668bc8bd1f
commit
28bce28f70
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -5,6 +5,7 @@ lxqt-session (1.2.0-0ubuntu1) UNRELEASED; urgency=medium
|
|||||||
* Bump Standards-version to 4.6.1, no changes needed.
|
* Bump Standards-version to 4.6.1, no changes needed.
|
||||||
* Lubuntuify the package slightly, to make debhelper happy.
|
* Lubuntuify the package slightly, to make debhelper happy.
|
||||||
* Bump build dependencies in debian/control.
|
* Bump build dependencies in debian/control.
|
||||||
|
* Remove reverse-applicable patch.
|
||||||
|
|
||||||
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 18 Nov 2022 17:42:07 -0600
|
-- Simon Quigley <tsimonq2@ubuntu.com> Fri, 18 Nov 2022 17:42:07 -0600
|
||||||
|
|
||||||
|
@ -1,27 +0,0 @@
|
|||||||
From 9d63aba3cdb88dafb837fe3e94ada3047de7ec0c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Chih-Hsuan Yen <yan12125@gmail.com>
|
|
||||||
Date: Sun, 29 May 2022 20:22:08 +0800
|
|
||||||
Subject: [PATCH] Reload mouse & touchpad settings when devices are reconnected
|
|
||||||
|
|
||||||
Fixes https://github.com/lxqt/lxqt/issues/2245
|
|
||||||
---
|
|
||||||
lxqt-session/src/sessionapplication.cpp | 3 ++-
|
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/lxqt-session/src/sessionapplication.cpp b/lxqt-session/src/sessionapplication.cpp
|
|
||||||
index 86a7ff1b..97c80974 100644
|
|
||||||
--- a/lxqt-session/src/sessionapplication.cpp
|
|
||||||
+++ b/lxqt-session/src/sessionapplication.cpp
|
|
||||||
@@ -91,10 +91,11 @@ bool SessionApplication::startup()
|
|
||||||
// but with such a little probablity we can live...
|
|
||||||
LXQt::Settings settings(configName);
|
|
||||||
loadKeyboardSettings(settings);
|
|
||||||
+ QProcess::startDetached(QStringLiteral("lxqt-config-input"), QStringList(QStringLiteral("--load-touchpad")));
|
|
||||||
});
|
|
||||||
connect(dev_notifier, &UdevNotifier::deviceAdded, this, [this, dev_timer] (QString device)
|
|
||||||
{
|
|
||||||
- qCWarning(SESSION) << QStringLiteral("Session '%1', new input device '%2', keyboard setting will be (optionaly) reloaded...").arg(configName,device);
|
|
||||||
+ qCWarning(SESSION) << QStringLiteral("Session '%1', new input device '%2', keyboard, mouse and touchpad settings will be (optionaly) reloaded...").arg(configName,device);
|
|
||||||
dev_timer->start();
|
|
||||||
});
|
|
||||||
// Detect display connection:
|
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
@ -1,2 +1 @@
|
|||||||
ensure-necessary-paths-are-pulled-from.patch
|
ensure-necessary-paths-are-pulled-from.patch
|
||||||
fix-bluetooth-saving-settings.patch
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user