Bug 311919 - Aurorae doesn't honor text shadow and halo settings
Summary: Aurorae doesn't honor text shadow and halo settings
Status: CONFIRMED
Alias: None
Product: kwin
Classification: Plasma
Component: aurorae (show other bugs)
Version: 5.24.2
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-19 04:57 UTC by garth83@gmail.com
Modified: 2022-03-04 18:15 UTC (History)
6 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description garth83@gmail.com 2012-12-19 04:57:07 UTC
No matter what settings are changed for text shadows or halos in Aurorae's 'themerc' file, nothing happens.  All other settings work fine.

Reproducible: Always

Steps to Reproduce:
1.Create Aurorae window decoration
2.Specify text shadow or halo values in the 'themerc' file
3.
Actual Results:  
Settings do nothing.

Expected Results:  
Theme changes according to settings.
Comment 1 Martin Flöser 2012-12-22 22:01:32 UTC
could you please select the version which you are using as Aurorae changed rather a lot lately.
Comment 2 Thomas Lübking 2012-12-23 18:47:15 UTC
Afaics it's the same in git master (just tried enabling that for some deco - caching issue or not QML implemeted at all?)
Comment 3 Martin Flöser 2012-12-23 19:17:12 UTC
TextShadow is implemented but using the options provided by QML which do not 
visually fit the old custom implementation.

Halo is I think currently gone - at least none of the QML-ified Plasmoids have 
it. I guess it should be possible to reimplement it with QtQuick 2.
Comment 4 lokiisyourmaster 2013-03-07 10:55:34 UTC
So, is it possible to have text shadows for aurorae theme in KDE 4.10?
Comment 5 Garth Johnson 2013-12-13 03:20:04 UTC
Any developments on this?  I'm seeing this bug under KDE 4.11 currently, and was just wondering if Aurorae (or QML Window Decorator now?) was still being supported.
Comment 6 Martin Flöser 2013-12-13 06:23:55 UTC
(In reply to comment #5)
> Any developments on this?  I'm seeing this bug under KDE 4.11 currently, and
> was just wondering if Aurorae (or QML Window Decorator now?) was still being
> supported.
as mentioned in comment #3 it requires QtQuick 2. In 4.11 we still use QtQuick 1, only on master (going towards "5") QtQuick 2 is used. Though this specific feature is not yet implemented.
Comment 7 Garth Johnson 2013-12-13 13:15:12 UTC
Thanks for the info.
Comment 8 Mircea Kitsune 2015-03-10 12:42:16 UTC
Subscribing and I guess bumping this. I forked and maintain a few Aurorae themes, and noticed that the text shadow options aren't working although most themes have them. I found this and it explains the problem.
Comment 9 Martin Flöser 2015-03-12 08:07:41 UTC
Right, as we now use QtQuick 2 it would be possible to add shadows back. No promise yet whether I find time to look into it. If someone else wants to look into this, it would be highly appreciated :-)
Comment 10 Mircea Kitsune 2015-03-12 12:53:00 UTC
Good to know! Also, since one of the devs replied, please allow me to mention a related issue I recently reported (also about the titlebar text color) so perhaps you can take a look at both:

https://bugs.kde.org/show_bug.cgi?id=345007
Comment 11 Chaz Rittich 2022-03-04 18:15:21 UTC
Kwin's text halo effect is broken and doesn't render even when enabled in themerc.
Here's what the effect is supposed to look like https://store.kde.org/p/1002683/ and in modern releases the text halo doesn't appear and instead you just get text on a transparent background. This creates problems with legacy theme or even maybe some newer themes that wish to have a transparent titlebar and not sacrifice on title quality. This bug is reproducible by the following the instructions in the above posts.