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
  • 110,292
  • 102
  • 269
  • 299
user852814
  • 11
  • 5
  • 4
    Possible duplicate of [How to shift side bar (Ubuntu dock) to bottom on Ubuntu 17.10 and later](https://askubuntu.com/questions/966927/how-to-shift-side-bar-ubuntu-dock-to-bottom-on-ubuntu-17-10-and-later). You are using Ubuntu 18.04 which comes with GNOME instead of Unity, that's why that `gsettings set` command has no impact. – pomsky Jul 24 '18 at 07:39
  • 1
    Also please avoid asking multiple questions in a single question. It is not supported here and questions with multiple questions are usually closed as "too broad". – pomsky Jul 24 '18 at 07:44

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
  • 1
  • 12
  • 21