在跑步的时候
gksu gedit /etc/udev/rules.d/somefile.rules
我收到了这个建议。
Command 'gksu' not found, did you mean:
command 'gosu' from deb gosu
command 'ksu' from deb heimdal-clients
command 'ksu' from deb krb5-user
Try: sudo apt install <deb name>
在跑步的时候
gksu gedit /etc/udev/rules.d/somefile.rules
我收到了这个建议。
Command 'gksu' not found, did you mean:
command 'gosu' from deb gosu
command 'ksu' from deb heimdal-clients
command 'ksu' from deb krb5-user
Try: sudo apt install <deb name>
当我 sudo(或 gksu)进入 root 或其他用户时(就像我有时使用 sudo -i 所做的那样),我无法使用显示器。
我知道作为 root 的风险,这通常是当我想以另一个用户的身份短暂地做某事而不关闭我常用帐户中的所有窗口时。连接了三台显示器和 4 个工作区,这可能是很多窗口。
当我尝试时,但是我得到了类似的东西
green@camelot-x:~$ firefox
No protocol specified
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
Error: cannot open display: :0.0
我并不真正理解大部分错误输出(我什至不认识“和平号”这个名字——除了一个名为“和平”的已解散的俄罗斯空间站),当然也不知道如何让它工作。
我正在努力成为一个好孩子并停止使用gksudo
,特别是因为它刚刚在 18.04 每日构建中成为孤儿(请注意,这个问题并非特定于 18.04)。
在过去使用的糟糕日子里gksudo
,我通常会导航到包含我要编辑的文件的文件夹(我使用 pcmanfm),然后从菜单中选择工具/在终端中打开当前文件夹。然后我会输入gksudo leafpad [file-I-wish-to-edit]
新打开的终端。
使用非常有用的答案中的信息How to configure pkexec? 我设置了我的 .bash_aliases,现在我可以pkexec leafpad [file-I-wish-to-edit]
在新打开的终端中输入,我没有收到任何错误。可悲的是,虽然我得到了一个空白文件而不是我想要的。我已经确定这是因为 Leafpad 正在查找/root
而不是我希望进入的文件夹。
如何保持我的光环,继续使用pkexec
而不是gksudo
,同时保留我习惯的功能?
我有一个正在尝试解决的电池电源问题。一个提议的解决方案涉及添加一些启动参数,然后取出电池,但我在第一步遇到了麻烦。要添加引导参数,我正在运行
gksudo gedit etc/default/grub
但是,我得到了这样的回应:
Error copying '/home/username/.Xauthority' to /tmp/libgksu-0n0AJS': No such file or directory
Ubuntu 新手,不是高级用户。