Add command line parameter for overriding the system icon theme
authorManuel Nickschas <sputnick@quassel-irc.org>
Sat, 25 Oct 2014 20:35:01 +0000 (22:35 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sat, 25 Oct 2014 21:16:33 +0000 (23:16 +0200)
commit5c6c9730bd840bcd51f32988dd4e224fed69c85d
tree4b39a90f4374146543679882a033337c6044e5ef
parent7de4debb5a6744d9f67cb09c5fc0aa136f05be96
Add command line parameter for overriding the system icon theme

Quassel uses many icons that are not part of the freedesktop naming
spec, but supported by KDE icon themes. If Quassel is run in
another environment, such as GNOME, which would select a non-KDE icon
theme, there may be missing icons.

In such cases, it is recommended to install the Oxygen icon theme and
start the Quassel client with '--icontheme=oxygen' to override the
system setting. Of course, you are free to choose any other theme as
well.

Note that oxygen is already selected as a fallback if the platform does
not tell Qt about its icon theme (for example, on non-Linux platforms).
src/common/main.cpp
src/qtui/qtuiapplication.cpp