跳转至内容

GNOME/Flashback

来自 ArchWiki

GNOME Flashback(以前称为“GNOME fall-back mode”)是 GNOME 3 的一个外壳。其桌面布局和底层技术与 GNOME 2 类似。它根本不使用 3D 加速,因此通常比使用 llvmpipe 的 GNOME Shell 更快、CPU 占用更少。

安装

可以从 gnome-flashback 包安装 GNOME Flashback。建议同时安装其可选依赖项,以获得更完整的桌面环境。

您还可以安装以下提供 GNOME 面板附加小程序(applets)的软件包:

  • GNOME Applets — GNOME 面板的小应用程序
https://wiki.gnome.org/Projects/GnomeApplets || gnome-applets
  • Pomodoro Applet — GNOME 面板小程序,用于定时番茄工作法(Pomodoro Technique™)使用的间隔时间
https://github.com/stump/pomodoro-applet || pomodoro-appletAUR
  • Sensors Applet — GNOME Flashback 面板的小程序,用于显示硬件传感器读数,包括 CPU 温度、风扇速度和电压读数
https://sensors-applet.sourceforge.net/ || sensors-applet

建议安装 gnome 组,其中包含标准 GNOME 体验所需的应用程序。

启动

图形登录

在您选择的 显示管理器 中,从菜单中选择“GNOME Flashback (Metacity)”。

那些希望将 Compiz 与 GNOME Flashback 一起使用的人,应改选择“GNOME Flashback (Compiz)”。

手动设置

  • 对于 **GNOME Flashback (Metacity)** 会话,请将以下内容添加到 `~/.xinitrc` 文件中:
    export XDG_CURRENT_DESKTOP=GNOME-Flashback:GNOME
    exec gnome-session --session=gnome-flashback-metacity
  • 对于 **GNOME Flashback (Compiz)** 会话,请将以下内容添加到 `~/.xinitrc` 文件中:
    export XDG_CURRENT_DESKTOP=GNOME-Flashback:GNOME
    exec gnome-session --session=gnome-flashback-compiz

编辑 `~/.xinitrc` 后,可以使用 `startx` 启动 GNOME Flashback。有关详细信息,请参阅 xinitrc

配置

GNOME Flashback 大部分设置与 GNOME 共享。有关更多详细信息,请参阅 GNOME#Configuration

自定义 GNOME 面板

  • 要配置面板,请按住 `Alt` 键,然后在面板的空白区域右键单击。
  • 要移动面板上的小程序,请按住 `Alt` 键,然后用鼠标中键抓取它。
注意 如果 `Alt` + 右键单击组合不起作用,请尝试 `Super` + `Alt` + 右键单击。

替代窗口管理器

您可以通过创建自定义 GNOME 会话来使用替代的 窗口管理器 与 GNOME Flashback 一起使用,其中包含以下组件:

RequiredComponents=gnome-flashback-init;gnome-flashback;gnome-panel;window-manager;gnome-settings-daemon;nautilus-classic;

其中 `window-manager` 是您希望使用的窗口管理器。请参阅 GNOME/Tips and tricks#Custom GNOME sessions

另请参阅 这篇文章,了解在 GNOME 中运行 Awesome 作为窗口管理器。

技巧与提示

面板速度设置

隐藏/显示延迟

要调整启用自动隐藏时面板消失或重新出现所需的时间,请执行以下命令:

$ gsettings set org.gnome.gnome-panel.toplevel:/org/gnome/gnome-panel/layout/toplevels/panel/ hide-delay time
$ gsettings set org.gnome.gnome-panel.toplevel:/org/gnome/gnome-panel/layout/toplevels/panel/ unhide-delay time

其中 `panel` 是 `top-panel` 或 `bottom-panel`,而 `time` 是毫秒值,例如 300。

动画速度

要设置面板动画发生的ani速度,请执行以下命令:

$ gsettings set org.gnome.gnome-panel.toplevel:/org/gnome/gnome-panel/layout/toplevels/panel/ animation-speed value

其中 `panel` 是 `top-panel` 或 `bottom-panel`,而 `value` 是 `"'fast'"`, `"'medium'"` 或 `"'slow'"`。

替换应用程序菜单图标

注意 此更改将在更新图标主题包时被覆盖。

将 `/usr/share/icons/icon-theme/16x16/places/start-here.png` 替换为您自己的图标(其中 `icon-theme` 是您的图标主题名称)。

进行更改后,重新启动 GNOME 面板:`gnome-panel --replace`。

参见

© . This site is unofficial and not affiliated with Arch Linux.

Content is available under GNU Free Documentation License 1.3 or later unless otherwise noted.