From ec42c966069343e93003b2a0747dfa818af8f58b Mon Sep 17 00:00:00 2001 From: Fred Gleason Date: Mon, 18 Dec 2017 12:21:16 -0500 Subject: [PATCH] 2017-12-18 Fred Gleason * Modified the PAM modules for rdalsaconfig(8) and rdhpiinfo(8) to start correctly from the desktop menu. --- ChangeLog | 3 +++ xdg/rdalsaconfig-root-consolehelper | 1 + xdg/rdhpiinfo-root-consolehelper | 1 + 3 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7ee36616..3c92bfe6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -16506,3 +16506,6 @@ 2017-12-18 Fred Gleason * Added dependency information to 'rivendell.spec.in' to enforce consistent Rivendell versioning across sub-packages. +2017-12-18 Fred Gleason + * Modified the PAM modules for rdalsaconfig(8) and rdhpiinfo(8) + to start correctly from the desktop menu. diff --git a/xdg/rdalsaconfig-root-consolehelper b/xdg/rdalsaconfig-root-consolehelper index 42c1fd81..b7ec8ebe 100644 --- a/xdg/rdalsaconfig-root-consolehelper +++ b/xdg/rdalsaconfig-root-consolehelper @@ -1,2 +1,3 @@ USER=root PROGRAM=/usr/bin/rdalsaconfig +SESSION=true diff --git a/xdg/rdhpiinfo-root-consolehelper b/xdg/rdhpiinfo-root-consolehelper index 67378d3b..ff490ec1 100644 --- a/xdg/rdhpiinfo-root-consolehelper +++ b/xdg/rdhpiinfo-root-consolehelper @@ -1,2 +1,3 @@ USER=root PROGRAM=/usr/bin/rdhpiinfo +SESSION=true