Default to DesktopEnv_Other.
This commit is contained in:
parent
167d81bda0
commit
3a6b0814f7
|
@ -79,6 +79,8 @@ static DesktopEnvironment detectDesktopEnvironment() {
|
|||
return DesktopEnv_Kde4;
|
||||
}
|
||||
}
|
||||
|
||||
return DesktopEnv_Other;
|
||||
}
|
||||
|
||||
static KeyringBackend detectKeyringBackend()
|
||||
|
|
Loading…
Reference in New Issue