Hide Forgot
Description of problem: Configure in rclone-browser is not working. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. Run rclone-browser 2. Click configure button Actual results: Error with message about missing TERMINAL environment variable. Expected results: Terminal running configure command. Additional info: I have only changed /usr/share/applications/rclone-browser.desktop file to cointain Exec=env TERMINAL=/usr/bin/gnome-terminal /usr/bin/rclone-browser instead of Exec=/usr/bin/rclone-browser and configure is working.
I can't set the TERMINAL variable to /usr/bin/gnome-terminal because people choice of terminal emulators are varied. I, for example, don't have gnome-terminal even installed. You should define the TERMINAL environment variable to your preferred one in your ~/.bashrc or ~/.profile. export TERMINAL=/usr/bin/gnome-terminal You'll need to reload after the change.
Ok. I will set variable in shell profile. Thank for info.