Bug 365945 - Unable to change the theme
Summary: Unable to change the theme
Status: RESOLVED FIXED
Alias: None
Product: kfourinline
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: martin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-21 12:53 UTC by André Marcelo Alvarenga
Modified: 2017-05-23 23:10 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description André Marcelo Alvarenga 2016-07-21 12:53:35 UTC
Go to Settings -> Theme and choose any other theme.
If I restart the program, the default theme is selected.

Reproducible: Always
Comment 1 André Marcelo Alvarenga 2016-07-21 12:55:22 UTC
KFourInLine 1.41 - Applications 16.04.3
Comment 2 Burkhard Lück 2016-07-22 05:07:49 UTC
confirmed with v1.41 / master compiled from sources
Comment 3 Andrius Štikonas 2017-05-23 21:59:29 UTC
Looks like changeTheme slot in kwin4.cpp is never triggered when clicking menu items even though there is a line

connect(action, &QAction::triggered, this, &KWin4App::changeTheme);
Comment 4 Albert Astals Cid 2017-05-23 23:10:48 UTC
Git commit 969ced8ee36d711c35680a5383e873a4aa5f78ee by Albert Astals Cid.
Committed on 23/05/2017 at 23:09.
Pushed by aacid into branch 'Applications/17.04'.

Fix theme change not being acted upon

Need to connect to the proper triggered signal

M  +6    -5    src/kwin4.cpp

https://commits.kde.org/kfourinline/969ced8ee36d711c35680a5383e873a4aa5f78ee