Page 2 of 2

Nemesis artix based: a few problems

Posted: 25 Oct 2017, 22:40
by ncmprhnsbl
does anything else(other than chromium) work like that? just to check it's not just chromium..
i hardly ever run X as root these days, a terminal and filemanager covers most of what i need to do..

Nemesis artix based: a few problems

Posted: 27 Oct 2017, 03:48
by francois

Code: Select all

[porteus ~]# su -c kwrite guest
QStandardPaths: wrong ownership on runtime directory /run/user/0, 0 instead of 1000
No protocol specified
qt.qpa.screen: QXcbConnection: Could not connect to display :0
Could not connect to any X display.
[porteus ~]#

Code: Select all

[porteus ~]# su -c dolphin guest
QStandardPaths: wrong ownership on runtime directory /run/user/0, 0 instead of 1000
No protocol specified
qt.qpa.screen: QXcbConnection: Could not connect to display :0
Could not connect to any X display.
[porteus ~]# 

Nemesis artix based: a few problems

Posted: 02 Nov 2017, 17:33
by francois
Should it be this way under guest account to install packages or resorting to su instead:

Code: Select all

[guest@porteus ~]$ sudo pman -S deepin
[sudo] password for guest: 
guest is not in the sudoers file.  This incident will be reported.
[guest@porteus ~]
$
Thanks.

Edit:
The answer could be yes or resorting to make guest a sudoer:
https://bbs.archlinux.org/viewtopic.php?id=148870
as root open the file /etc/sudoers with your text editor (like nano) and this line:

Code: Select all

guest   ALL=(ALL) ALL
under
as root open the file /etc/sudoers with your text editor (like nano) and this line:

Code: Select all

root   ALL=(ALL) ALL