dzsessona/QuickOpener-NetBeans

Gnome desktop environment not idetified in Ubuntu 16.04

dellekappa opened this issue · 2 comments

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.

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"))

fixed in 1.1.0.3