0

I just installed Ubuntu on a Windows (dual-use) computer and trying to change the position of the task bar with

gsettings set com.canonical.Unity.Launcher launcher-position Bottom

and have no response from Computer. Is sth ( a driver, an app?) missing?

Also, trying install FSL with Ubuntu 18.04 (installed Python as recommended) and after fslinstaller.py --> "command not found" although I downloaded it.

Does anyone have an idea how to help?

karel
  • 114,770

1 Answers1

0

Try installing Gnome Tweaks and Dash to Panel from the Ubuntu store. Enable the panel extension from the Gnome Tweak, then change the panel position to bottom.

enter image description here

As to running the python installation script, make sure the script is executable before running it.

chmod a+x fslinstaller.py
./fslinstaller.py
Bernard Wei
  • 2,125