テーマアプリケーションは、CinnamonにインストールされているGTKテーマ(ウィンドウの枠線とコントロール)のプレビューを表示しません。

テーマアプリケーションは、CinnamonにインストールされているGTKテーマ(ウィンドウの枠線とコントロール)のプレビューを表示しません。

ppaを使ってUbuntuにCinnamonをインストールしました。私が経験している問題は、新しくインストールされたGTKテーマがテーマアプリケーションにプレビューを表示しないことです。ここにスクリーンショットがあります。ウィンドウ枠のプレビューここに画像の説明を入力してください。ご覧のとおり、ウィンドウの枠線とコントロールのプレビューは空です。どうすれば解決できますか?ただし、Mint-x などの基本テーマにはプレビューが表示されます。

ベストアンサー1

回答が遅れましたが、まだ役に立つことを願っています。これは、シナモンのテーマサムネイルが提供されていないために発生する可能性が高いです。バラより/usr/share/cinnamon/thumbnails/gtk-3.0/README

HOW TO MAKE A GTK THEME THUMBNAIL?
----------------------------------

- Install ImageMagick ("apt install imagemagick")
- Open a terminal and run "cinnamon-preview-gtk-theme mytheme" (where mytheme is the name of the Theme you want to thumbnail)
- Press Alt+Print-Screen to take a screenshot of the window
- Go to your Pictures directory and move the screenshot to ~/screenshot.png
- Open a terminal and type:

       cd
       convert screenshot.png -gravity north-west -extent 120x35 thumbnail.png

WHICH THUMBNAIL IS USED BY CINNAMON TO REPRESENT A THEME?
---------------------------------------------------------

- Cinnamon first tries to find a gtk-3.0/thumbnail.png file in the theme directory
- If it doesn't find any, it looks in /usr/share/cinnamon/thumbnails/gtk-3.0/

そして/usr/share/cinnamon/thumbnails/metacity-1/README

HOW TO MAKE A METACITY THUMBNAIL?
---------------------------------

- Install ImageMagick ("apt install imagemagick")
- Open a window (Nemo for instance)
- Press Alt+Print-Screen to take a screenshot of the window
- Go to your Pictures directory and move the screenshot to ~/screenshot.png
- Open a terminal and type:

       cd
       convert screenshot.png -gravity north-east -extent 100x32 thumbnail.png

WHICH THUMBNAIL IS USED BY CINNAMON TO REPRESENT A THEME?
---------------------------------------------------------

- Cinnamon first tries to find a metacity-1/thumbnail.png file in the theme directory
- If it doesn't find any, it looks in /usr/share/cinnamon/thumbnails/metacity-1/

おすすめ記事