Kde
標題欄中的 Firefox 選項卡
在 Debian stable 上使用 KDE 時,是否可以將 Firefox 選項卡放在標題欄上,類似於在 Windows 上發生的情況?
about:config 上有一個選項
browser.tabs.tabsintitlebar
,可以在目前 Firefox 視窗上啟用該選項,但在關閉或打開其他視窗時會停止。
你不需要為此弄亂 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
然後執行
sudo apt update && sudo apt install firefox