Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Desktop background is black with Nemo icons enabled at X11 depth 30; depth 24 fixes it

オープン
#3,836 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
48/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
活発
技術スタック
c, linux

調査の方向性

/etc/X11/xorg.conf.d/10-bit-color.conf と org.nemo.desktop show-desktop-icons 設定を使用して問題を再現し、深度 30 とデフォルトの深度 24 を比較します。まず、影響を受けている X11 セッションでの Nemo のデスクトップアイコンと壁紙の動作を追跡します。深度 30 で選択した壁紙とデスクトップアイコンの両方が回避策なしで表示されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Environment

  • Linux Mint 22.3 Zena, Cinnamon edition
  • Cinnamon 6.6.9
  • Nemo 6.6.3+zena
  • cinnamon-settings-daemon 6.6.4+zena
  • X11, X.Org 1.21.1.11
  • NVIDIA GeForce RTX 3080 Lite Hash Rate, NVIDIA driver 595.84
  • Display: ASUS PG32UCDM, 3840 × 2160

Problem

With X11 configured for depth 30 (10 bits per color channel), the desktop background is solid black while Nemo desktop icons are enabled. Icons remain visible. Disabling Nemo's desktop icons immediately reveals the selected wallpaper.

Removing the depth-30 override and rebooting fixes the problem with desktop icons enabled. This identifies a configuration-dependent reproduction, but does not establish whether the underlying defect is in Nemo, GTK, Muffin, or the graphics driver.

Steps to reproduce on the affected system

  1. Configure /etc/X11/xorg.conf.d/10-bit-color.conf as follows:

    Section "Screen"
        Identifier "Screen0"
        DefaultDepth 30
    EndSection
    
  2. Restart the computer and log into Cinnamon's X11 session.

  3. Select a built-in Mint wallpaper and enable desktop icons:

    gsettings set org.nemo.desktop show-desktop-icons true
    
  4. Observe the black background with visible icons.

  5. Disable desktop icons:

    gsettings set org.nemo.desktop show-desktop-icons false
    
  6. Observe that the wallpaper becomes visible. Re-enabling icons makes it black again.

The X.Org log confirmed the affected session was running at Depth 30 with framebuffer bpp 32.

Expected behavior

The selected wallpaper and desktop icons should both be visible at depth 30.

Troubleshooting results

  • Selecting a built-in wallpaper: still black.
  • Logging out and back in: still black.
  • Changing the application theme to Mint-Y: still black.
  • Testing both values of org.nemo.desktop use-desktop-grid: still black with icons enabled.
  • Testing without fractional scaling: did not fix it.
  • Disabling desktop icons: wallpaper immediately visible.
  • Disabling the depth-30 X.Org override and rebooting: wallpaper and icons work together.
  • Wallpaper settings had picture-options='zoom' and picture-opacity=100; the selected image file existed and was readable.

Workaround

Rename the depth-30 override so it no longer ends in .conf, then reboot to return to the default color depth. Alternatively, leave desktop icons disabled to show the wallpaper while keeping depth 30.

Related report

https://github.com/linuxmint/muffin/issues/534 describes a different Cinnamon problem with depth 30 (an unclickable panel). It may be related, but this report concerns the black desktop background when Nemo icons are enabled.

主要言語
C
スター
1.6k
フォーク
368
平均マージ
8日 7時間
マージ済み PR(30日)
1

環境構築

このプロジェクトの環境構築ファイルはまだ確認していません。まず README を読み、一般的な手順ははじめてのコントリビューションガイドを参照してください。

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

linuxmint/nemo のほかの issue

linuxmint/nemo の issue をすべて見る

似ている issue

C の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。