Re: C++/library requirements for Plasma 5.26

2022-07-07 Thread Bernie Innocenti
, building and possibly also *testing* ;-) Cheers, Ivan p.s. From a personal standpoint, yes, I'd really like to be able to use QCoro in Vault... [1] https://en.cppreference.com/w/cpp/compiler_support/20 [2] https://clang.llvm.org/cxx_status.html -- _ // Bernie Innocenti \X/ https://codewiz.org/

Re: Killing the systemd user session on logout

2020-07-13 Thread Bernie Innocenti
On 13/07/2020 17.48, David Edmundson wrote: On Sun, Jul 12, 2020 at 5:29 PM Bernie Innocenti <mailto:ber...@codewiz.org>> wrote: (re-posting because most subscribers might have missed my previous post due to an excessively strict DKIM policy applied by my domain). I

Killing the systemd user session on logout

2020-07-12 Thread Bernie Innocenti
s starting "systemd --user", shouldn't the same PAM module also do the cleanup? -- _ // Bernie Innocenti \X/ https://codewiz.org/

Re: Killing the systemd user session on logout

2020-07-11 Thread Bernie Innocenti
+sddm-de...@googlegroups.com On 12/07/2020 02.27, Bernie Innocenti wrote: On 12/07/2020 00.14, Bernie Innocenti wrote: I'm trying to fix this longstanding bug where there are dangling user processes after the desktop session exists:    https://bugs.kde.org/show_bug.cgi?id=359651

Re: Killing the systemd user session on logout

2020-07-11 Thread Bernie Innocenti
On 12/07/2020 00.14, Bernie Innocenti wrote: I'm trying to fix this longstanding bug where there are dangling user processes after the desktop session exists:   https://bugs.kde.org/show_bug.cgi?id=359651 This is reproducible every time on multiple distributions and KDE versions. It also

Killing the systemd user session on logout

2020-07-11 Thread Bernie Innocenti
d), and a few other mentions of logind and systemd, but nothing really relevant. Am I looking in the wrong place? -- _ // Bernie Innocenti \X/ https://codewiz.org/

[PATCH] [kcms/phonon] Don't overwrite audio profile entries with same priority

2015-06-18 Thread Bernie Innocenti
This is a bug that's been annoying me for ages. My system has 3 HDMI ports, and HDMI2 would show in pavucontrol, but not show in kcm_phonon. The reason was that HDMI3 had the same priority of HDMI2 and would be overridden in the cardInfo profiles QMap. --- kcms/phonon/audiosetup.h | 2 +- 1 file

Re: [PATCH] [kcms/phonon] Don't overwrite audio profile entries with same priority

2015-06-17 Thread Bernie Innocenti
paragraph explaining how to produce patches by hand with diff, so I left it there. -- _ // Bernie Innocenti \X/ http://codewiz.org ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: Review Request 124108: [kcms/phonon] Don't overwrite audio profile entries with same priority

2015-06-17 Thread Bernie Innocenti
marked as submitted. Review request for Plasma and Harald Sitter. Changes --- Submitted with commit 4b576cd02867672069c8077a43bb7caf442de8cc by Harald Sitter on behalf of Bernie Innocenti to branch Plasma/5.3. Repository: plasma-desktop Description --- My system has 3 HDMI ports

Re: [PATCH] [kcms/phonon] Don't overwrite audio profile entries with same priority

2015-06-15 Thread Bernie Innocenti
with a full developer account, but it would be good to clarify it near the top of the page. - The Reviewboard page talks about a cli tool called post-review, but I had to use rbt post on Fedora (the rpm is called RBTools, like on Suse). -- _ // Bernie Innocenti \X/ http://codewiz.org

Review Request 124108: [kcms/phonon] Don't overwrite audio profile entries with same priority

2015-06-15 Thread Bernie Innocenti
/phonon/audiosetup.h dfb25bf8c111d72065a27bb91583026093f0598d Diff: https://git.reviewboard.kde.org/r/124108/diff/ Testing --- Manually tested with: QT_PLUGIN_PATH=$PWD:$QT_PLUGIN_PATH kcmshell5 kcm_phonon Thanks, Bernie Innocenti ___ Plasma

[PATCH] [kcms/phonon] Don't overwrite audio profile entries with same priority

2015-06-15 Thread Bernie Innocenti
This is a bug that's been annoying me for ages. My system has 3 HDMI ports, and HDMI2 would show in pavucontrol, but not show in kcm_phonon. The reason was that HDMI3 had the same priority of HDMI2 and would be overridden in the cardInfo profiles QMap. --- kcms/phonon/audiosetup.h | 2 +- 1 file