Gnome desktop environment not idetified in Ubuntu 16.04
dellekappa opened this issue · 2 comments
dellekappa commented
In ubuntu 16.04 there is no "gnome-session" processes so the class com.sessonad.oscommands.detector.OSDector fails to identify the correct desktop environment.
yanosh-k commented
I'm experiencing the same problem.
Adding a check for gnome-session-binary
in the OSDetector seems to fix the issue.
if (checkProcessNames("gnome-session", "gnome-session-binary"))
markiewb commented
fixed in 1.1.0.3