标题栏中的 Firefox 选项卡

Iva*_*van 3 kde firefox

在 Debian stable 上使用 KDE 时,是否可以将 Firefox 选项卡放在标题栏上,类似于在 Windows 上发生的情况?

about:config 上有一个选项browser.tabs.tabsintitlebar,可以在当前的 Firefox 窗口上启用该选项,但在关闭或其他窗口打开时它会停止执行此操作。

Pie*_*ths 5

你不需要为此搞乱 about:config 。打开 URL 栏右侧的汉堡菜单(三个水平线),然后单击自定义。左下方有一个标记为“标题栏”的复选框,您可以取消选中。

编辑:
为了从 Debian Unstable 获取 Firefox,同时仍然为所有其他软件包使用 Stable 存储库,请将以下内容添加到您的/etc/apt/sources.list
deb https://deb.debian.org/debian/ unstable main contrib non-free

接下来,将以下内容添加到etc/apt/preferences(如果文件不存在则创建该文件):

Package: *
Pin: release a=stable
Pin-Priority: 1000

Package: *
Pin: release a=unstable
Pin-Priority: 2

Package: firefox
Pin: release a=unstable
Pin-Priority: 1001

Package: libfontconfig1
Pin: release a=unstable
Pin-Priority: 1001

Package: fontconfig-config
Pin: release a=unstable
Pin-Priority: 1001

Package: libnss3
Pin: release a=unstable
Pin-Priority: 1001
Run Code Online (Sandbox Code Playgroud)

然后运行 sudo apt update && sudo apt install firefox