Enum IconThemeNameDetector
enum IconThemeNameDetector
: int { ... }
Enum members
Name | Description |
automatic
|
Use all known means to detect icon theme name.
|
fallback
|
Use hardcoded fallback to detect icon theme name depending on the current desktop environment. Has the lowest priority.
|
gtk2
|
Use gtk2 settings to detect icon theme name. Has lower priority than gtk3 when using both flags.
|
gtk3
|
Use gtk3 settings to detect icon theme name.
|
kde
|
Use kde settings to detect icon theme name when the current desktop is KDE4 or KDE5. Has the highest priority when using with other flags.
|