Kaydet (Commit) 411162f2 authored tarafından heiko tietze's avatar heiko tietze Kaydeden (comit) Heiko Tietze

tdf#117007 - Elementary not appearing on some backends

unity & mate added in iconthemeselector

Change-Id: I9a10af148b405068726645940d482c89962fec5c
Reviewed-on: https://gerrit.libreoffice.org/52880Reviewed-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
Tested-by: 's avatarHeiko Tietze <tietze.heiko@gmail.com>
üst 9c475ed2
......@@ -56,7 +56,10 @@ IconThemeSelector::GetIconThemeForDesktopEnvironment(const OUString& desktopEnvi
desktopEnvironment.equalsIgnoreAsciiCase("macosx") ) {
r = "breeze";
}
else if ( desktopEnvironment.equalsIgnoreAsciiCase("gnome") ) {
else
if ( desktopEnvironment.equalsIgnoreAsciiCase("gnome") ||
desktopEnvironment.equalsIgnoreAsciiCase("mate") ||
desktopEnvironment.equalsIgnoreAsciiCase("unity") ) {
r = "elementary";
}
else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment