[arch-general] Can not run kdesu kate
Hello, Freshly installed arch with KDE and I can not run kdesu kate filename . When I enter this command it asks for a password and after that it does absolutely nothing. What can I do ? Thanks Junayeed Ahnaf Nirjhor Twitter @ Nirjhor<http://twitter.com/nirjhor>
2017-07-16 1:37 GMT+02:00 Junayeed Ahnaf via arch-general <arch-general@archlinux.org>:
Hello,
Freshly installed arch with KDE and I can not run kdesu kate filename . When I enter this command it asks for a password and after that it does absolutely nothing. What can I do ?
Thanks
Junayeed Ahnaf Nirjhor Twitter @ Nirjhor<http://twitter.com/nirjhor>
SUDO_EDITOR=kate sudoedit <file> i'm not like, but works
Any idea why kdesu isn't working? Sent from BlueMail<http://www.bluemail.me/r?b=10066> On Jul 16, 2017, at 5:50 AM, sL1pKn07 SpinFlo via arch-general <arch-general@archlinux.org<mailto:arch-general@archlinux.org>> wrote: 2017-07-16 1:37 GMT+02:00 Junayeed Ahnaf via arch-general <arch-general@archlinux.org>: Hello, Freshly installed arch with KDE and I can not run kdesu kate filename . When I enter this command it asks for a password and after that it does absolutely nothing. What can I do ? Thanks Junayeed Ahnaf Nirjhor Twitter @ Nirjhor<http://twitter.com/nirjhor> SUDO_EDITOR=kate sudoedit <file> i'm not like, but works
2017-07-16 1:51 GMT+02:00 Junayeed Ahnaf <nirjhor@outlook.com>:
Any idea why kdesu isn't working?
Sent from BlueMail On Jul 16, 2017, at 5:50 AM, sL1pKn07 SpinFlo via arch-general <arch-general@archlinux.org> wrote:
2017-07-16 1:37 GMT+02:00 Junayeed Ahnaf via arch-general <arch-general@archlinux.org>:
Hello,
Freshly installed arch with KDE and I can not run kdesu kate filename . When I enter this command it asks for a password and after that it does absolutely nothing. What can I do ?
Thanks
Junayeed Ahnaf Nirjhor Twitter @ Nirjhor<http://twitter.com/nirjhor>
SUDO_EDITOR=kate sudoedit <file>
i'm not like, but works
the "problem" is kate, not kdesudo or kdesu https://cgit.kde.org/kate.git/commit/?id=9adcebd3c2e476c8a32e9b455cc99f46b0e...
On Sun, 16 Jul 2017 01:54:51 +0200, sL1pKn07 SpinFlo via arch-general wrote:
the "problem" is kate, not kdesudo or kdesu
https://cgit.kde.org/kate.git/commit/?id=9adcebd3c2e476c8a32e9b455cc99f46b0e...
Good catch! So the OP should ignore my reply :).
Thanks , SUDO_EDITOR=kate sudoedit <file> works :-) Junayeed Ahnaf Nirjhor Twitter @ Nirjhor<http://twitter.com/nirjhor> ________________________________ From: arch-general <arch-general-bounces@archlinux.org> on behalf of sL1pKn07 SpinFlo via arch-general <arch-general@archlinux.org> Sent: 16 July 2017 05:49:24 To: General Discussion about Arch Linux Cc: sL1pKn07 SpinFlo Subject: Re: [arch-general] Can not run kdesu kate 2017-07-16 1:37 GMT+02:00 Junayeed Ahnaf via arch-general <arch-general@archlinux.org>:
Hello,
Freshly installed arch with KDE and I can not run kdesu kate filename . When I enter this command it asks for a password and after that it does absolutely nothing. What can I do ?
Thanks
Junayeed Ahnaf Nirjhor Twitter @ Nirjhor<http://twitter.com/nirjhor>
SUDO_EDITOR=kate sudoedit <file> i'm not like, but works
On Sat, 15 Jul 2017 23:37:54 +0000, Junayeed Ahnaf wrote:
Freshly installed arch with KDE and I can not run kdesu kate filename . When I enter this command it asks for a password and after that it does absolutely nothing. What can I do ?
Hi, did you expect "sudo" or "su"? IOW did you type the correct password "user" or "root" password? Did you run it from command line to get detailed information? On my system I've got "kdesu4" installed, but there is no "kdesu" available. [rocketmouse@archlinux ~]$ ls -hAl /usr/bin/kdesu ls: cannot access '/usr/bin/kdesu': No such file or directory [rocketmouse@archlinux ~]$ ls -hAl /usr/bin/kdesu* lrwxrwxrwx 1 root root 27 Jul 12 09:41 /usr/bin/kdesu4 -> /usr/lib/kde4/libexec/kdesu [rocketmouse@archlinux ~]$ pacman -Qo /usr/bin/kdesu4 /usr/bin/kdesu4 is owned by kdebase-runtime 17.04.3-1 So if I e.g. type [rocketmouse@archlinux ~]$ kdesu xed bash: kdesu: command not found I get "command not found". Btw. I don't use it ;). Seemingly the command "kdesu" does exist on your machine, but it seems to be configured incorrectly. Did you take care of https://wiki.archlinux.org/index.php/sudo#kdesu ? Regards, Ralf
2017-07-16 1:57 GMT+02:00 Ralf Mardorf <silver.bullet@zoho.com>:
On Sat, 15 Jul 2017 23:37:54 +0000, Junayeed Ahnaf wrote:
Freshly installed arch with KDE and I can not run kdesu kate filename . When I enter this command it asks for a password and after that it does absolutely nothing. What can I do ?
Hi,
did you expect "sudo" or "su"? IOW did you type the correct password "user" or "root" password? Did you run it from command line to get detailed information?
On my system I've got "kdesu4" installed, but there is no "kdesu" available.
[rocketmouse@archlinux ~]$ ls -hAl /usr/bin/kdesu ls: cannot access '/usr/bin/kdesu': No such file or directory [rocketmouse@archlinux ~]$ ls -hAl /usr/bin/kdesu* lrwxrwxrwx 1 root root 27 Jul 12 09:41 /usr/bin/kdesu4 -> /usr/lib/kde4/libexec/kdesu [rocketmouse@archlinux ~]$ pacman -Qo /usr/bin/kdesu4 /usr/bin/kdesu4 is owned by kdebase-runtime 17.04.3-1
So if I e.g. type
[rocketmouse@archlinux ~]$ kdesu xed bash: kdesu: command not found
I get "command not found".
Btw. I don't use it ;).
Seemingly the command "kdesu" does exist on your machine, but it seems to be configured incorrectly.
Did you take care of
https://wiki.archlinux.org/index.php/sudo#kdesu
?
Regards, Ralf
kdesu is part of kde-cli-tools from [extra]
There is no need whatsoever to run kate as root. Kate will ask for password as needed when trying to save a file to a write-only location. El Sat, 15 Jul 2017 23:37:54 +0000, Junayeed Ahnaf via arch-general escribió:
Hello,
Freshly installed arch with KDE and I can not run kdesu kate filename . When I enter this command it asks for a password and after that it does absolutely nothing. What can I do ?
Thanks
Junayeed Ahnaf Nirjhor Twitter @ Nirjhor<http://twitter.com/nirjhor>
participants (5)
-
Antonio Rojas
-
Junayeed Ahnaf
-
Junayeed Ahnaf
-
Ralf Mardorf
-
sL1pKn07 SpinFlo