简体   繁体   English

Ubuntu - 我无法启动应用程序并使用 sudo 运行命令

[英]Ubuntu - I can't lauch apps and run command with sudo

I am writing this post because after several hours of research I did not manage to find an answer.我写这篇文章是因为经过几个小时的研究,我没有找到答案。

I have been using Ubuntu 20.04 for a few months in dualboot on my original Windows.在我原来的 Windows 上,我已经在双引导中使用 Ubuntu 20.04 几个月了。 But since a few days I have not been able to launch applications (example: Chromium, Firefox, Visual Studio Code, Settings), I tried to launch them via the terminal, but I have no response, not even an error.但是由于几天以来我一直无法启动应用程序(例如:Chromium、Firefox、Visual Studio Code、设置),我尝试通过终端启动它们,但我没有响应,甚至没有错误。 I also cannot execute a command with sudo我也无法使用 sudo 执行命令

After several searches I understood that it could come from gnome, I then try several subject recommend it to execute经过几次搜索,我知道它可能来自 gnome,然后我尝试了几个主题推荐它来执行

$ killall gnome-control-center
$ gnome-control-center

When I try to kill I get no response, and when I run gnome-control-center I get the following error: Failed to register: Timeout was reached当我尝试杀死时,我没有得到任何响应,当我运行gnome-control-center时,我收到以下错误: Failed to register: Timeout was reached

I cannot move forward in my plans because of this problem, would you have a solution please?由于这个问题,我无法推进我的计划,请问您有解决方案吗?

This might just be that something on your system is corrupted, you might just have to copy the files you use all the time (Code, pdfs) wipe the drive and reinstall your ubuntu.这可能只是系统上的某些内容已损坏,您可能只需要复制您一直使用的文件(代码、pdf)擦除驱动器并重新安装 ubuntu。 Also, check if the Windows is working if that's not working it might be a problem with your computers internals.此外,请检查 Windows 是否正常工作,如果它不起作用,则可能是您的计算机内部有问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Ubuntu - 在启动时使用“sudo”运行命令 - Ubuntu - Run command on start-up with “sudo” 无法在RHEL 5.4上运行“ sudo lvdisplay”命令 - Can't run “sudo lvdisplay” command on RHEL 5.4 有没有我可以以非root用户身份运行的命令,以查看用户是否可以运行某些sudo命令 - Is there a command I can run as a non-root user to see if a user can run a certain sudo command sudo:psql:找不到命令:无法修复 - sudo: psql: command not found: can't fix it Django - 无法以 sudo 运行服务器 - Django - can't run server as sudo 使用sudo运行命令 - Run command with sudo 使用密码运行sudo命令 - Run sudo command with password 为什么我不能在shell脚本中使用'sudo su'? 如何自动使用sudo运行shell脚本 - Why can't I use 'sudo su' within a shell script? How to make a shell script run with sudo automatically 如何在 Linux *不*对 Postgres 用户进行 Sudo-ing 时运行 PostgreSQL 的“dropdb”命令? - How Can I Run PostgreSQL's “dropdb” Command on Linux *Without* Sudo-ing to the Postgres User? 编译程序没有给我权限2执行 clang -o user.o|can't run user.ow/ sudo 说找不到命令或 sudo 权限被拒绝 - Compiling program is not give me permission2 execute outpt of clang -o user.o|can't run user.o w/ sudo says command not found or sudo permision denied
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM