I use v3.2.2 Xfce
mousepad in terminal works.
mousepad in terminal with root access doesn't work.
Error:
(mousepad:4059): dconfig_WARNING**:
failed to commit changes to dconfig: The connection is closed
pFilesearch results:
/home/guest/.config/Mousepad
and
/usr/bin/mousepad
That's confusing: Mousepad and mousepad
Can this be the cause?
What to do?
Thanks for the help
mousepad with root access doesn't work
Re: mousepad with root access doesn't work
Use su -l (that is, a login shell) to gain root access in the terminal and then run mousepad.
-
- Full of knowledge
- Posts: 2104
- Joined: 17 Jun 2013, 13:17
- Distribution: Porteus 3.2.2 XFCE 32bit
- Location: Germany
Re: mousepad with root access doesn't work
I may add ,that from within the guest account - which one should use -
is sufficient.
Just in case....
"sudo" requests the guest account password .
Code: Select all
guest@porteus:~$ sudo mousepad /etc/usm/mirrors-salix.txt
Just in case....
"sudo" requests the guest account password .
- Ed_P
- Contributor
- Posts: 8908
- Joined: 06 Feb 2013, 22:12
- Distribution: Cinnamon 5.01 ISO
- Location: Western NY, USA
Re: mousepad with root access doesn't work
And I might add that from within the guest account this works also:

Especially handy when used in a script.
BTW Kulle I'm not seeing your problem with my Cinnamon DE.
Code: Select all
echo guest | sudo -S mousepad /etc/usm/mirrors-salix.txt

Especially handy when used in a script.
Code: Select all
#!/bin/sh
if [ ! $1 ]; then echo "-No file specified-"; exit; fi
echo guest | sudo -S mousepad $1
BTW Kulle I'm not seeing your problem with my Cinnamon DE.
- brokenman
- Site Admin
- Posts: 6105
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
Re: mousepad with root access doesn't work
If you are in a root account and you want to edit a file as root try this: sudo -i mousepad
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.