ubuntu-mate / mate-menu

An Advanced Menu for the MATE Desktop
GNU General Public License v2.0
37 stars 18 forks source link

Fix opening Desktop entries with Path #76

Closed vkareh closed 4 years ago

vkareh commented 4 years ago

Desktop Entry files can specify a working directory for the path. Instead of prepending that path to the command, we instead change the current working directory in the executable context so that those applications can load correctly.

Fixes https://github.com/ubuntu-mate/mate-menu/issues/75