mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Multiple sessions inherits the "ubuntu" base settings properties in ubuntu. One of the most popular one is communitheme: the next ubuntu default theme has its dedicated session, with thus duplicated indicators for dropbox. Rather than a string comparison for ubuntu, only match a substring then. XDG_CURRENT_DESKTOP can be of form: "communitheme:ubuntu:GNOME", "ubuntu:GNOME", … Fixes: #12843.