diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-06 02:34:39 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-04-06 02:34:39 -0500 |
commit | 06b65e787b816b67624d435a1d7e7d443e8a6233 (patch) | |
tree | b8182ab627bc457e1dcd6e3e26e5773e01d1b701 /tdeio/tdefile/kpropertiesdialog.cpp | |
parent | 658707d49e5359eaf9dfa4c398ee492e90f8f1aa (diff) | |
download | tdelibs-06b65e787b816b67624d435a1d7e7d443e8a6233.tar.gz tdelibs-06b65e787b816b67624d435a1d7e7d443e8a6233.zip |
Honor application suid requests even if they are directed at KDE
Diffstat (limited to 'tdeio/tdefile/kpropertiesdialog.cpp')
-rw-r--r-- | tdeio/tdefile/kpropertiesdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeio/tdefile/kpropertiesdialog.cpp b/tdeio/tdefile/kpropertiesdialog.cpp index 87d3926b3..bece689ca 100644 --- a/tdeio/tdefile/kpropertiesdialog.cpp +++ b/tdeio/tdefile/kpropertiesdialog.cpp @@ -3154,7 +3154,7 @@ KDesktopPropsPlugin::KDesktopPropsPlugin( KPropertiesDialog *_props ) TQString pathStr = config.readPathEntry( "Path" ); m_terminalBool = config.readBoolEntry( "Terminal" ); m_terminalOptionStr = config.readEntry( "TerminalOptions" ); - m_suidBool = config.readBoolEntry( "X-TDE-SubstituteUID" ); + m_suidBool = config.readBoolEntry( "X-TDE-SubstituteUID" ) || config.readBoolEntry( "X-KDE-SubstituteUID" ); m_suidUserStr = config.readEntry( "X-TDE-Username" ); if( config.hasKey( "StartupNotify" )) m_startupBool = config.readBoolEntry( "StartupNotify", true ); |