Bug 357224 - Add ability to change icon theme
Summary: Add ability to change icon theme
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Usability-Themes (show other bugs)
Version: 4.14.0
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-27 17:59 UTC by DrSlony
Modified: 2017-08-03 20:35 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.0.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description DrSlony 2015-12-27 17:59:59 UTC
Hello

If one uses the Breeze color scheme and Breeze icon theme in Plasma and wants to use a dark color scheme in digiKam, one finds that this is not possible, because digiKam doesn't allow one to choose an icon theme, leading to this:
http://i.imgur.com/l6oNjFA.png
http://i.imgur.com/mGjH6R1.png

It is standard that photography software use a neutral dark theme. If digiKam intends on letting users choose themes themselves, it should also let them choose icon themes so that they can match the two. Otherwise just hard-code a dark color scheme with a matching icon theme.

Reproducible: Always
Comment 1 andreas 2015-12-27 22:49:04 UTC
there is a possibility to change the colors for the monochrome icons. plasma did it so I add marco martin and hope we can find a good solution for the kde applications in general.
Comment 2 Maik Qualmann 2016-02-14 17:41:01 UTC
Git commit 0c99bd8e2cff68829cddab7b4b399fe46f01b05d by Maik Qualmann.
Committed on 14/02/2016 at 17:38.
Pushed by mqualmann into branch 'master'.

makes the Breeze icon theme selectable in setup from digiKam
Related: bug 359108
FIXED-IN: 5.0.0

M  +2    -1    NEWS
M  +6    -0    app/main/main.cpp
M  +2    -0    libs/settings/applicationsettings.cpp
M  +3    -0    libs/settings/applicationsettings.h
M  +10   -0    libs/settings/applicationsettings_miscs.cpp
M  +2    -0    libs/settings/applicationsettings_p.cpp
M  +2    -0    libs/settings/applicationsettings_p.h
M  +39   -1    utilities/setup/setupmisc.cpp

http://commits.kde.org/digikam/0c99bd8e2cff68829cddab7b4b399fe46f01b05d
Comment 3 Maik Qualmann 2016-02-14 18:00:30 UTC
Note: Only The Breeze or Breeze Dark icon theme is selectable if it is found. Only the Breeze icon theme has all the symbols needed for digiKam.

Maik