Siduction Forum

BUGS => Archiv Bugs => 2014.1 => Topic started by: jaegermeister on 2014/12/06, 15:20:29

Title: sux and kdesu in manual
Post by: jaegermeister on 2014/12/06, 15:20:29
Hi,

sux is not installed nor apt-cache finds it within the available default repos.
Also kdesu is no more present, substituted by kdesudo.

Still a lot of manual pages report either kdesu or sux for procedures.
Title: Re: sux and kdesu in manual
Post by: devil on 2014/12/06, 16:00:47
I was pretty sure I caught all the occurances of sux and changed them to suxterm.  Is this the online manual or the one on the disk? Do you have an example page where sux is still present?


greetz
devil
Title: Re: sux and kdesu in manual
Post by: jaegermeister on 2014/12/06, 17:27:20
It is in both.

The most obvious example is: http://manual.siduction.org/term-konsole#sux (http://manual.siduction.org/term-konsole#sux)

But there are a few scattered around, for instance:
http://manual.siduction.org/wm-dm#ch-th (http://manual.siduction.org/wm-dm#ch-th)  (kdesu)
http://sidu-manual/sys-admin-grub2#chroot (http://sidu-manual/sys-admin-grub2#chroot) (sux)

Btw what is this suxterm?

Code: [Select]
$ apt-cache search suxterm
$ which suxterm
$
Title: Re: sux and kdesu in manual
Post by: ayla on 2014/12/06, 19:54:27
Hi,

@devil: As you told me a few month ago:
Quote
As suxterm was part of sux, that is gone for good. I installed on a new notebook yesterday and miss it already

Maybe the manual should point to the workarround from melmarker insteed:

http://forum.siduction.org/index.php?topic=4279.msg35758#msg35758


greets
ayla
Title: Re: sux and kdesu in manual
Post by: jaegermeister on 2014/12/07, 23:56:51
I tried and

Code: [Select]
alias sux="su -l -c x-terminal-emulator"
definitely works!
I think it's good for the manual and, maybe, also to be stuffed in /etc/profile and .bashrc
THX