how to do kdesu dolphin in mga6?

This forum is dedicated to testing early releases and cauldron : Howtos, tips, tricks and user global feedback and thoughts...

Helpful tip :
For bugs tracking we use : https://bugs.mageia.org = The Mageia Bug Tracker
In this bug tracker you'll find already reported bugs and you'll be able to report those you have found....

how to do kdesu dolphin in mga6?

Postby taboutanche » Apr 29th, '16, 19:58

Hello
now with Magéia 6I cannot log me as root in dolphin
Before I pressed ALT F2 and type kdesu Dolphin.
It seems that under mageia6 the entry window is used to search but no longer serves to send orders?
How to proceed to log as root with DOLPHIN?
taboutanche
 
Posts: 7
Joined: Apr 29th, '16, 19:44

Re: how to do kdesu dolphin in mga6?

Postby benmc » Apr 30th, '16, 05:01

please open a terminal, change to root ( su -(enter), password (enter), dolphin)

GUI will launch with / at top of GUI.

Not kdesu, but a near same outcome.
benmc
 
Posts: 1213
Joined: Sep 2nd, '11, 12:45
Location: Pirongia, New Zealand

Re: how to do kdesu dolphin in mga6?

Postby taboutanche » Apr 30th, '16, 07:02

its seems to don't work ?


Code: Select all
lajoiejp@localhost ~]$ su
Mot de passe :
[root@localhost lajoiejp]# dolphin
QStandardPaths: wrong ownership on runtime directory /run/user/1000, 1000 instead of 0
"Session bus not found\nTo circumvent this problem try the following command (with Linux and bash)\nexport $(dbus-launch)"
[root@localhost lajoiejp]#
Last edited by isadora on Apr 30th, '16, 08:11, edited 1 time in total.
Reason: Placed command-output in between [CODE]-tags for better readability ;)
taboutanche
 
Posts: 7
Joined: Apr 29th, '16, 19:44

Re: how to do kdesu dolphin in mga6?

Postby gohlip » Apr 30th, '16, 09:13

I learnt this on this forum myself.

Make sure sudo is installed
Then at /etc/sudoer
## Allows people in group wheel to run all commands
Code: Select all
<your user>    ALL=(ALL)    ALL

Then
Code: Select all
sudo ln -s  /usr/lib64/kde4/libexec/kdesu /usr/bin/kdesu
Why do we live? To prove not everything in nature has a purpose.
gohlip
 
Posts: 573
Joined: Jul 9th, '12, 10:50

Re: how to do kdesu dolphin in mga6?

Postby Ken-Bergen » Apr 30th, '16, 09:34

taboutanche wrote:its seems to don't work ?
It should be
Code: Select all
lajoiejp@localhost ~]$ su -
Note the space and dash.
Ken
Ken-Bergen
 
Posts: 1019
Joined: Mar 30th, '11, 02:45
Location: Chilliwack, BC, Canada

Re: how to do kdesu dolphin in mga6?

Postby doktor5000 » Apr 30th, '16, 14:58

gohlip wrote:Make sure sudo is installed
Then at /etc/sudoer
## Allows people in group wheel to run all commands
Code: Select all
<your user>    ALL=(ALL)    ALL

Then
Code: Select all
sudo ln -s  /usr/lib64/kde4/libexec/kdesu /usr/bin/kdesu


You advise to install and configure sudo, just to create a symlink? Doesn't make much sense and that is totally overkill, you can do the same thing as root via
Code: Select all
su - -c "ln -s /usr/lib64/kde4/libexec/kdesu /usr/bin/kdesu"
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: how to do kdesu dolphin in mga6?

Postby gohlip » Apr 30th, '16, 15:59

You advise to install and configure sudo, just to create a symlink?

Well, not just to make that sym-link.
After installing sudo, we can use sudo without having to be root (su -) for other commands...like,
sudo grub2-install /dev/sda
sudo rm <file>
sudo <whatever>

Makes sense now?

[edit] - Also I don't think we can "kdesu <whatever gui>" without being in the sudoers (wheel) group.
Makes double sense.
Why do we live? To prove not everything in nature has a purpose.
gohlip
 
Posts: 573
Joined: Jul 9th, '12, 10:50


Return to Testing : Alpha, Beta, RC and Cauldron

Who is online

Users browsing this forum: No registered users and 1 guest

cron