Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 389772 Details for
Bug 529880
gnome-extra/cinnamon-2.4.3 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix gnome 3.14 support
cinnamon-2.4.3-gnome-3.14.patch (text/plain), 1001 bytes, created by
Allen Holl
on 2014-11-19 16:35:06 UTC
(
hide
)
Description:
Patch to fix gnome 3.14 support
Filename:
MIME Type:
Creator:
Allen Holl
Created:
2014-11-19 16:35:06 UTC
Size:
1001 bytes
patch
obsolete
>--- /a/data/theme/cinnamon.css >+++ /b/data/theme/cinnamon.css >@@ -1443,7 +1443,8 @@ > } > .applet-box:hover .applet-icon { > color: #fff; >- icon-shadow: white 0px 0px 3px; >+/* Broken with GNOME 3.14 (icon-size is not honoured) >+ * icon-shadow: white 0px 0px 3px;*/ > } > > /* =================================================================== >--- /a/files/usr/lib/cinnamon-settings/modules/cs_themes.py >+++ /b/files/usr/lib/cinnamon-settings/modules/cs_themes.py >@@ -245,7 +245,7 @@ > > def _load_icon_themes(self): > dirs = ("/usr/share/icons", os.path.join(os.path.expanduser("~"), ".icons")) >- valid = walk_directories(dirs, lambda d: os.path.isdir(d) and not os.path.exists(os.path.join(d, "cursors")) and os.path.exists(os.path.join(d, "index.theme"))) >+ valid = walk_directories(dirs, lambda d: os.path.isdir(d) and os.path.exists(os.path.join(d, "index.theme"))) > valid.sort(lambda a,b: cmp(a.lower(), b.lower())) > res = [] > for i in valid:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 529880
:
389766
|
389768
|
389770
| 389772 |
389774
|
389776
|
389778
|
389888
|
389890
|
389892
|
389894
|
389896
|
389898