Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: crash on Cinnamon 6.4.6 #846

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions Glass-Mint-Classic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,13 @@

**Supported Cinnamon:**
`Themes have Cinnamon 1.8 and later versions support.
Last supported version: 3.4.3`
Last supported version: 6.4.6`

**Installation:**
`Extract {Glass-Theme-Name} folder (which contains 'cinnamon' folder) from archive into either /usr/share/themes/ (as root) or ~/.themes/ (recommended).`
`Extract {Glass-Theme-Name} folder (which contains 'cinnamon' folder) to ~/.themes/.`

**Other Glass themes:**
- On Bitbucket: ssh://[email protected]/vlad1777d/cinnamon-glass-themes

- Glass Mint Classic: https://cinnamon-spices.linuxmint.com/themes/view/Glass-Mint-Classic
- Glass Lemon Classic: https://cinnamon-spices.linuxmint.com/themes/view/Glass-Lemon-Classic
- Glass Glaucous Classic: https://cinnamon-spices.linuxmint.com/themes/view/Glass-Glaucous-Classic
**Other Color variations of Glass themes:**
- On Sourcehut: https://hg.sr.ht/~vlad0337187/cinnamon-glass-themes

Totally there are:
Glass Mint, Glass Mint Classic, Glas Ubuntu, Glass Ubuntu Classic,
Expand All @@ -28,4 +24,6 @@ Glass Lemon, Glass Lemon Classic, Glass Glaucous, Glass Glaucous Classic.
Best regards,
Vladislav.

03.02.2025
20.09.2020
27.09.2012
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ StScrollBar StButton#vhandle:hover {
background-gradient-end: rgba(46, 45, 42, 0.9);
box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.5);
border: 1px solid rgb(22, 22, 22);
text-shadow: -1px 1px 3px rgba(0, 0, 0, 1);
/*text-shadow: -1px 1px 3px rgba(0, 0, 0, 1);*/ /* causes Cinnamon 6.4.5 to crash when loading this item */
color: rgb(230, 230, 230);
}

Expand Down Expand Up @@ -1720,7 +1720,7 @@ StBin.menu #notification {
font-weight: normal;
caret-size: 1px;
color: rbg(230, 230, 230);
text-shadow: -1px 1px 3px rgba(255, 255, 255, 0.5);
/*text-shadow: -1px 1px 3px rgba(255, 255, 255, 0.5);*/ /* causes Cinnamon 6.4.5 to crash when loading this item */
selected-color: rgb(22, 22, 22);
caret-color: rgb(230, 230, 230);

Expand Down Expand Up @@ -2067,7 +2067,7 @@ StBin.menu #notification {
.window-list-item-box.top,
.window-list-item-box.bottom {
spacing: 4px;
padding: 0 0.5em;
padding: 4px 4px;
}


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Cinnamon theme": {
"name": "Glass-Mint-Classic",
"author": "Vladislav (vlad1777d)",
"version": "3.5.1",
"version": "3.5.2",
"type": "custom",
"thumbnail": "thumbnail.png",
"url": ""
Expand Down
2 changes: 1 addition & 1 deletion Glass-Mint-Classic/info.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"author": "vlad1777d",
"author": "vlad0337187",
"name": "Glass-Glass-Mint-Classic",
"description": "Semi-transparent theme with Mint colors and classic borders."
}