[neon/3rdparty/sddm/Neon/unstable] debian/patches: Revert "add patch from https://github.com/sddm/sddm/pull/1437"

David Edmundson null at kde.org
Mon Aug 23 17:20:30 BST 2021


Git commit 27d37fa8a6e2dbed19dcff4d9e5c3aa3d675b986 by David Edmundson.
Committed on 23/08/2021 at 16:20.
Pushed by davidedmundson into branch 'Neon/unstable'.

Revert "add patch from https://github.com/sddm/sddm/pull/1437"

This reverts commit c9d67dd8dd3971a815bdf06fb47fef876d381c28

D  +0    -15   debian/patches/new-vt.diff
M  +0    -1    debian/patches/series

https://invent.kde.org/neon/3rdparty/sddm/commit/27d37fa8a6e2dbed19dcff4d9e5c3aa3d675b986

diff --git a/debian/patches/new-vt.diff b/debian/patches/new-vt.diff
deleted file mode 100644
index fbbd338..0000000
--- a/debian/patches/new-vt.diff
+++ /dev/null
@@ -1,15 +0,0 @@
-Index: sddm-0.19.0+p20.04+tunstable+git20210813.0153/src/daemon/Display.cpp
-===================================================================
---- sddm-0.19.0+p20.04+tunstable+git20210813.0153.orig/src/daemon/Display.cpp
-+++ sddm-0.19.0+p20.04+tunstable+git20210813.0153/src/daemon/Display.cpp
-@@ -369,7 +369,9 @@ namespace SDDM {
-         m_sessionName = session.fileName();
- 
-         // New VT
--        m_lastSession.setVt(VirtualTerminal::setUpNewVt());
-+	if (session.xdgSessionType() != QLatin1String("x11") || m_displayServerType != X11DisplayServerType) {
-+            m_lastSession.setVt(VirtualTerminal::setUpNewVt());
-+        }
- 
-         // some information
-         qDebug() << "Session" << m_sessionName << "selected, command:" << session.exec();
diff --git a/debian/patches/series b/debian/patches/series
index 3e88a16..e02a20a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
 02_kubuntu_use_breeze.diff
 05_add_debian_themes.diff
 06_nvidia_prime_setup.diff
-new-vt.diff


More information about the Neon-commits mailing list