[parallels@localhost ~]$ ^[[200~gnome-shell --40.10~ bash: gnome-shell: command not found... gnome-shell --40.10~[parallels@localhost ~]$ gnome-shell (gnome-shell:14538): mutter-WARNING **: 01:18:29.747: Failed to create backend: Could not take control: GDBus.Error:System.Error.EBUSY: Device or resource busy [parallels@localhost ~]$ ps aux | grep gnome-shell paralle+ 2530 1.7 11.2 3879668 203936 ? Ssl 00:08 1:14 /usr/bin/gnome-shell paralle+ 2645 0.0 2.4 697292 43584 ? Ssl 00:08 0:00 /usr/libexec/gnome-shell-calendar-server paralle+ 2760 0.0 1.3 2722684 24200 ? Ssl 00:08 0:00 /usr/bin/gjs /usr/share/gnome-shell/org.gnome.Shell.Notifications paralle+ 2905 0.0 1.3 2796424 24356 ? Ssl 00:08 0:00 /usr/bin/gjs /usr/share/gnome-shell/org.gnome.ScreenSaver paralle+ 14731 0.0 0.1 221788 2244 pts/1 S+ 01:19 0:00 grep --color=auto gnome-shell [parallels@localhost ~]$ killall gnome-shellgnome-shell gnome-shellgnome-shell: no proce
时间: 2023-06-26 08:09:34 浏览: 175
It seems like you are trying to run or kill the gnome-shell process. However, it looks like the process is not running or has already been killed. Is there anything else I can help you with?
相关问题
bash: gnome-shell: command not found... gnome-shell --version~[parallels@localhost ~]$ gnome-shell --version GNOME Shell 40.10这个结果是不是gnome已经安装了,下一步怎么操作
如果你能够成功运行 `gnome-shell --version` 命令并获得版本号的输出,那么说明 GNOME Shell 已经安装了。
如果你想在 GNOME Shell 中进行一些操作,可以通过以下步骤启动 GNOME Shell:
1. 在终端中输入 `gnome-shell` 命令并按下回车键。
2. 如果一切正常,你将会进入 GNOME Shell 界面。
如果你想让 GNOME Shell 成为默认的桌面环境,可以按照以下步骤进行操作:
1. 安装 GDM(GNOME Display Manager):`sudo dnf install gdm`
2. 启用 GDM:`sudo systemctl enable gdm`
3. 重启系统:`sudo reboot`
重启后,你应该能够看到 GNOME Shell 成为默认的桌面环境。如果你想切换回其他桌面环境,可以在登录界面中选择相应的选项即可。
0 info it worked if it ends with ok 1 verbose cli [ 1 verbose cli 'C:\\Program Files (x86)\\nodejs\\node.exe', 1 verbose cli 'C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js', 1 verbose cli 'run', 1 verbose cli 'serve' 1 verbose cli ] 2 info using npm@6.10.2 3 info using node@v12.8.1 4 verbose run-script [ 'preserve', 'serve', 'postserve' ] 5 info lifecycle fasp-gp@1.0.0~preserve: fasp-gp@1.0.0 6 info lifecycle fasp-gp@1.0.0~serve: fasp-gp@1.0.0 7 verbose lifecycle fasp-gp@1.0.0~serve: unsafe-perm in lifecycle true 8 verbose lifecycle fasp-gp@1.0.0~serve: PATH: C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\npm-lifecycle\node-gyp-bin;C:\Users\apple\test\fasp-gp-dev\node_modules\.bin;C:\Program Files\Parallels\Parallels Tools\Applications;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\nodejs\;C:\Users\apple\AppData\Local\Microsoft\WindowsApps;C:\Users\apple\AppData\Roaming\npm;C:\Users\apple\AppData\Local\Programs\Microsoft VS Code\bin 9 verbose lifecycle fasp-gp@1.0.0~serve: CWD: C:\Users\apple\test\fasp-gp-dev 10 silly lifecycle fasp-gp@1.0.0~serve: Args: [ '/d /s /c', 'vue-cli-service serve' ] 11 silly lifecycle fasp-gp@1.0.0~serve: Returned: code: 134 signal: null 12 info lifecycle fasp-gp@1.0.0~serve: Failed to exec serve script 13 verbose stack Error: fasp-gp@1.0.0 serve: `vue-cli-service serve` 13 verbose stack Exit status 134 13 verbose stack at EventEmitter.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\npm-lifecycle\index.js:326:16) 13 verbose stack at EventEmitter.emit (events.js:203:13) 13 verbose stack at ChildProcess.<anonymous> (C:\Program Files (x86)\nodejs\node_modules\npm\node_modules\npm-lifecycle\lib\spawn.js:55:14) 13 verbose stack at ChildProcess.emit (events.js:203:13) 13 verbose stack at maybeClose (internal/child_process.js:1021:16) 13 verbose stack at Process.ChildProcess._handle.onexit (internal/child_process.js:283:5) 14 verbose pkgid fasp-gp@1.0.0 15 verbose cwd C:\Users\apple\test\fasp-gp-dev 16 verbose Windows_NT 10.0.19045 17 verbose argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "run" "serve" 18 verbose node v12.8.1 19 verbose npm v6.10.2 20 error code ELIFECYCLE 21 error errno 134 22 error fasp-gp@1.0.0 serve: `vue-cli-service serve` 22 error Exit status 134 23 error Failed at the fasp-gp@1.0.0 serve script. 23 error This is probably not a problem with npm. There is likely additional logging output above. 24 verbose exit [ 134, true ]
根据日志信息,出现了一个 Exit status 134 错误,这通常表示发生了一个非正常的进程终止。根据日志中的信息,这个错误是由于运行 "vue-cli-service serve" 命令时引起的。
要进一步排查该问题,可以尝试以下步骤:
1. 确保你的项目依赖项已经正确安装。可以尝试运行 `npm install` 命令来安装缺失的依赖项。
2. 尝试使用最新版本的 npm 和 Node.js。你正在使用 npm 6.10.2 和 Node.js v12.8.1,你可以尝试更新到最新版本来看看是否能够解决问题。
3. 检查项目的配置和代码是否正确。特别注意 "vue-cli-service serve" 命令是否正确配置和调用。
4. 如果你使用了自定义的插件或配置,请确保它们与当前版本的 Vue CLI 兼容。可能需要更新插件或调整配置文件以适应最新版本。
如果上述方法都没有解决问题,建议查找类似的问题或在相关社区寻求帮助,以获取更多针对你具体项目和配置的支持。
阅读全文