You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a problem with TDE's Printers app failing to enable Administration mode, and tracked its cause to the option: -DWITH_SUDO_TDESU_BACKEND="ON"
which appears in tdebase.SlackBuild and tdelibs.SlackBuild here.
As a non-root user on a default Slackware install is allowed to do with sudo exactly nothing at all, this option makes tdesu unable to work and need be gotten rid of, along with the option -DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="ON" in tdebase.SlackBuild.
The text was updated successfully, but these errors were encountered:
I've never had a problem with this as I don't use su, and it would seem no-one else has.
I'll set the SUDO options to OFF.
There has been an issue in the past with a user requiring a different option than the one set in a SlackBuild so I'll add a note in the README.md to draw attention to users setting their own options for their particular requirements.
I had a problem with TDE's Printers app failing to enable Administration mode, and tracked its cause to the option:
-DWITH_SUDO_TDESU_BACKEND="ON"
which appears in tdebase.SlackBuild and tdelibs.SlackBuild here.
As a non-root user on a default Slackware install is allowed to do with sudo exactly nothing at all, this option makes tdesu unable to work and need be gotten rid of, along with the option -DWITH_SUDO_KONSOLE_SUPER_USER_COMMAND="ON" in tdebase.SlackBuild.
The text was updated successfully, but these errors were encountered: