GNOME Bugzilla – Bug 667124
support CSS3 text-shadow to Extension
Last modified: 2013-05-24 14:10:38 UTC
Hi after spend a week for writing an extension i realize that gnome shell need text-shadow for extension , actor , .... so i volunteer to do this! but i need some help like how can i commit my code and etc Thanks A lot
What exactly are you asking for? Multiple shadows? As far as I can see, that is the only part of CSS3 shadows (box-shadow, text-shadow) we don't implement. Also, what exactly do extensions have to do with it?
as you know extensions have a css file. it use for setting the style and properties of widget like background , text font size and etc i want to support css3 text-shadow in st label in extension!
St.Label already supports text-shadow.
are you sure since what version i use gnome 3.2 a test it and the result is in 3.2 not supported!
Created attachment 204657 [details] This is an sample extension that show the bug Please change the "ashora" file inside the extension
OK i find the real bug! please test the extension that i attach if you remove only one line from bottom of the "Ashora" file in extension director you will see the shadow otherwise you wont! i think when the size of st-label text overflow from a certain byte the shadow will not show anymore just test it to ensure
What is the *exact* line in which file (name?) to change?
i said the Ashora file please download the extension you could see that file in the extension directory! and then remove one line from it it's not important what line you remove the length of string is important
Also you need to enable the extenion and then click on icon of extension in the "System status icon"
Let's tentatively close this as duplicate of bug 698301 ... *** This bug has been marked as a duplicate of bug 698301 ***