Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:15.0:Ports
sddm
0001-Remove-suffix-for-Wayland-session.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Remove-suffix-for-Wayland-session.patch of Package sddm
From aa342153bf3bd88a7af5dc6c454cb4c9d16f95ee Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini <pierluigi.fiorini@liri.io> Date: Tue, 20 Mar 2018 18:22:39 +0100 Subject: [PATCH] Remove suffix for Wayland session Some desktops like GNOME specify which windowing system is in use with the Name entry of their desktop file. For Wayland-only desktops such as Liri this information is redundant and so is for X11-only window managers. Do not append the Wayland suffix and let desktops handle it themeselves. [ChangeLog][Greeter] Remove suffix for Wayland sessions --- src/common/Session.cpp | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/common/Session.cpp b/src/common/Session.cpp index 4812d67..a2be266 100644 --- a/src/common/Session.cpp +++ b/src/common/Session.cpp @@ -161,12 +161,8 @@ namespace SDDM { if (current_section != QLatin1String("Desktop Entry")) continue; // We are only interested in the "Desktop Entry" section - if (line.startsWith(QLatin1String("Name="))) { - if (type == WaylandSession) - m_displayName = QObject::tr("%1 (Wayland)").arg(line.mid(5)); - else - m_displayName = line.mid(5); - } + if (line.startsWith(QLatin1String("Name="))) + m_displayName = line.mid(5); if (line.startsWith(QLatin1String("Comment="))) m_comment = line.mid(8); if (line.startsWith(QLatin1String("Exec="))) -- 2.16.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor