Update gtk-3.0 theme thumbnail. #3462
Initu-Castilhos
started this conversation in
General
Replies: 2 comments 4 replies
-
Thanks a lot for this @Initu-Castilhos 👍 |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've made an update to the image cropping if you're interested in creating a P.R. just download the images. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry to bother you again but I figured out how to generate thumbnail for gtk-3.0 themes, there is a text file explaining how to generate thumbnail for themes located at:/usr/share/cinnamon/gtk-3.0.
Here are the images.
The tutorial is this:
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?
Again I apologize but I thought it was important to pass this information on to future compilations.
Beta Was this translation helpful? Give feedback.
All reactions