dzsessona / QuickOpener-NetBeans

Sometimes while programming in NetBeans you want to explore a particular file that you are editing on the file system browser, or maybe launch a command in a terminal to do something with it.
52 stars 41 forks source link

Gnome desktop environment not idetified in Ubuntu 16.04 #77

Closed dellekappa closed 7 years ago

dellekappa commented 7 years ago

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 7 years ago

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 7 years ago

fixed in 1.1.0.3