gThumb 3.2.7 瀏覽器和檢視器如何設定黑色背景,舊修復在 d-conf 上不再可用

gThumb 3.2.7 瀏覽器和檢視器如何設定黑色背景,舊修復在 d-conf 上不再可用

我希望能夠將 gThumb 3.2.7 中的背景顏色改為黑色,如這篇舊文章的答案中所列, gThumb瀏覽器和檢視器應該有黑色背景,該怎麼辦? gThumb 3.2.7 有辦法做到這一點嗎?

附言。我檢查了 d-conf 編輯器,據我所知,舊答案似乎不合適,那麼我可能是腦損傷了,不知何故錯過了它?

答案1

我混合了應用程式和這個答案與 gThumb 無關。但我現在決定把它留在這裡。這個答案是關於應用程式的圖片瀏覽器,這實際上被稱為 [1]EoG - 侏儒之眼。


您可以變更背景顏色圖片瀏覽器透過其設定:ImageViewer Menu > Preferences > Image View [tab].

在此輸入影像描述


如果您想透過以下方式變更應用程式 ImageViewer 中的背景顏色dconf-editor去:org > gnome > eog > view > background-color

在此輸入影像描述

  • rgb(255,255,0)黃色的RGB程式碼在哪裡 [2]

或使用gsettings [3],如果您想透過命令列更改此設定:

  • get當前值使用:

    gsettings get org.gnome.eog.view background-color
    
  • set新的價值用途:

    gsettings set org.gnome.eog.view background-color 'rgb(255,255,0)'
    

答案2

該選項image-viewer > black-background不再可用g拇指從3.2.0版本開始: [1] [2]

version 3.2.0
-------------
* always use a dark background in the image viewer
version 3.1.1
-------------
* Image viewer: use dark background by default, and more neutral color instead of black

ChangeLog版本 3.2.0 開始: [3]

2003-02-03  Paolo Bacchilega  <[email protected]>
    * src/gthumb.schemas:
    * src/gthumb-window.c (window_new, pref_black_background_changed)
    * src/fullscreen.c (fullscreen_stop, fullscreen_start): added a black_background option to always use a black background for the image viewer.

更改背景的一種可能方法是編輯原始碼並重新編譯。 [4]但我對程式設計不太熟悉,不幸的是我無能為力。

相關內容