After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667124 - support CSS3 text-shadow to Extension
support CSS3 text-shadow to Extension
Status: RESOLVED DUPLICATE of bug 698301
Product: gnome-shell
Classification: Core
Component: extensions
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-01-02 11:26 UTC by Bijan Binaee
Modified: 2013-05-24 14:10 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
This is an sample extension that show the bug (1.54 KB, application/x-gzip)
2012-01-05 03:41 UTC, Bijan Binaee
Details

Description Bijan Binaee 2012-01-02 11:26:54 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
Comment 1 Florian Müllner 2012-01-04 16:19:40 UTC
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?
Comment 2 Bijan Binaee 2012-01-05 00:00:27 UTC
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!
Comment 3 Jasper St. Pierre (not reading bugmail) 2012-01-05 00:28:53 UTC
St.Label already supports text-shadow.
Comment 4 Bijan Binaee 2012-01-05 00:44:33 UTC
are you sure since what version

i use gnome 3.2 a test it and the result is in 3.2 not supported!
Comment 5 Bijan Binaee 2012-01-05 03:41:55 UTC
Created attachment 204657 [details]
This is an sample extension that show the bug

Please change the "ashora" file inside the extension
Comment 6 Bijan Binaee 2012-01-05 03:45:03 UTC
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
Comment 7 André Klapper 2012-01-17 13:54:10 UTC
What is the *exact* line in which file (name?) to change?
Comment 8 Bijan Binaee 2012-01-17 15:01:52 UTC
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
Comment 9 Bijan Binaee 2012-03-08 00:35:54 UTC
Also you need to enable the extenion and then click on icon of extension in the "System status icon"
Comment 10 Florian Müllner 2013-05-24 14:10:38 UTC
Let's tentatively close this as duplicate of bug 698301 ...

*** This bug has been marked as a duplicate of bug 698301 ***