spheras / desktopfolder

Bring your Desktop Back to Life
GNU General Public License v3.0
200 stars 40 forks source link

Open Terminal Here doesn't work on Fedora #321

Open jsg2021 opened 3 years ago

jsg2021 commented 3 years ago

I do not think x-terminal-emulator is a command outside of Debian distros.

image

jsg2021 commented 3 years ago

This makes it work for me...

sudo ln -s $(which gnome-terminal) /usr/local/bin/x-terminal-emulator

Maybe just some documentation is all that's needed for those using this amazing program outside of Debian's universe. :)