我运行的是 Linux Manjaro,我非常喜欢 Gnome 3 的外观,但我讨厌必须手动将窗口移开。我试过i3
并且真的很喜欢它,但它看起来相当丑陋。
我的计划是用 i3 替换 Gnome 3 窗口管理器(我认为是 metacity)。我尝试了各种指南,但都得出一个结果:i3 启动了,但根本没有 Gnome 运行的迹象(至少,没有视觉上)
当我尝试运行时gnome-tweak-tool
,我注意到扩展菜单丢失,并且已输出到控制台:
WARNING : Shell not installed or running WARNING : Error detecting shell Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/gtweak/tweaks/tweak_group_shell_extensions.py", line 275, in __init__ raise Exception("Shell not running or DBus service not available") Exception: Shell not running or DBus service not available WARNING : Shell not running
如果它们很重要,这是我当前的配置:
/usr/share/xsessions/gnome-i3.desktop
:
[Desktop Entry] Name=GNOME with i3 Comment=A GNOME session using i3 as the window manager. TryExec=gnome-session Exec=gnome-session --session=i3 Type=Application
/usr/share/gnome-session/sessions/i3.session
:
[GNOME Session] Name=i3 RequiredComponents=gnome-settings-daemon;gnome-panel;i3
请原谅我的无知,我非常对 Linux 整体而言还是新手。
有人能帮我让 i3 在 Manjaro 上的 Gnome 内运行吗?(我在登录屏幕上选择了 Gnome 和 i3)