https://bugs.kde.org/show_bug.cgi?id=381982
Fabian Vogt <fab...@ritter-vogt.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://commits.kde.org/sdd |https://commits.kde.org/sdd |m-kcm/992143c4bf5ad5219a20c |m-kcm/65dc9de7c45d5ea4affaa |c7c56efea5c941ef79b |6bf9e6601a000c3e321 --- Comment #4 from Fabian Vogt <fab...@ritter-vogt.de> --- Git commit 65dc9de7c45d5ea4affaa6bf9e6601a000c3e321 by Fabian Vogt. Committed on 11/07/2017 at 11:07. Pushed by fvogt into branch 'Plasma/5.10'. Session file parser: Support sections and respect the Hidden property Summary: Some desktop files have multiple sections, but for now we're only interested in [Desktop Entry]. Without this patch, every entry was seen as part of the [Desktop Entry] session, resulting in values getting overwritten. Additionally, the Hidden=true property specifies that the desktop file needs to be treated like it was non-existant. Same as https://github.com/sddm/sddm/pull/821 for sddm. Test Plan: Installed the KCM, now there are no duplicate sessions and the right Name is shown for icewm-session.desktop. Reviewers: #plasma Subscribers: plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D6626 M +20 -2 src/sessionmodel.cpp https://commits.kde.org/sddm-kcm/65dc9de7c45d5ea4affaa6bf9e6601a000c3e321 -- You are receiving this mail because: You are watching all bug changes.