How do I drag and move icons in Ubuntu 18.04.1 favourites bar? I've tried all the suggestions at How-to-drag-and-move-icons-in-the-gnome-shell-favourites-bar (@2018-01-10) but they didn't work for me.
Asked
Active
Viewed 4,947 times
2
2 Answers
5
I had the same problem and solved it using the dconf
editor.
Install dconf
by going to a terminal by pressing Ctrl+Alt+T and type:
sudo apt install dconf-editor
dconf-editor
to install and then run dconf-editor
.
Afterwards:
- Navigate to
org/gnome/shell
. - Select
favorite-apps
toward the bottom of the screen (You may have to scroll down). - Highlight the text for the app you want to move and drag to it's new location (be careful with the location of commas and quotes).

Fabby
- 34,259

Craig Fanguy
- 66
-
Welcome to Ask Ubuntu! ;-) Could you please review my edits and also review the editing help to improve the readability of your answers in the future... ;-) – Fabby Apr 06 '19 at 21:14
-
-
Thank you for that; it's the easiest way I've found so far. Sadly, not as easy as Ubuntu 16.04 was, where you could just drag'n'drop the icons on the desktop. It seems like lots of Ubuntu 18.04 has gone backwards. – brewmanz Apr 08 '19 at 06:05
0
I didn't notice this problem when I was running 18.04, but I've done a clean install of 20.04 and I have this issue. On 20.04 I found the icons can be rearranged by a left click, hold, and drag quickly before the menu pops up (about one second) and the icons will drag. Maybe this works for 18.04, too.
Gnome desktop is getting like a game and you have to find the treasures. I like Gnome overall but this is annoying. Now that I fixed it, I forgot what I was doing before...

John
- 111
- 6
gsettings get org.gnome.shell favorite-apps
– PRATAP Jan 10 '19 at 06:21gsettings set org.gnome.shell favorite-apps "[ 'org.gnome.Nautilus.desktop', 'rhythmbox.desktop', 'libreoffice-writer.desktop', 'org.gnome.Software.desktop', 'firefox.desktop', 'thunderbird.desktop', 'yelp.desktop', 'ubuntu-amazon-default.desktop', 'gnome-system-monitor_gnome-system-monitor.desktop', 'org.gnome.Cheese.desktop', 'google-chrome.desktop', 'org.gnome.Terminal.desktop', 'grsync.desktop', 'alacarte.desktop', 'simple-scan.desktop', 'k4dirstat.desktop', 'geany.desktop', 'virtualbox.desktop' ]"
– PRATAP Jan 10 '19 at 06:29gsettings set org.gnome.shell favorite-apps "['firefox.desktop', 'thunderbird.desktop', 'org.gnome.Nautilus.desktop', 'rhythmbox.desktop', 'libreoffice-writer.desktop', 'org.gnome.Software.desktop', 'yelp.desktop', 'ubuntu-amazon-default.desktop', 'gnome-system-monitor_gnome-system-monitor.desktop', 'org.gnome.Cheese.desktop', 'google-chrome.desktop', 'org.gnome.Terminal.desktop', 'grsync.desktop', 'geany.desktop', 'virtualbox.desktop', 'alacarte.desktop', 'simple-scan.desktop', 'k4dirstat.desktop']"
– PRATAP Jan 10 '19 at 06:34ls /usr/share/gnome-shell/extensions/
– PRATAP Jan 10 '19 at 06:45ubuntu-appindicators@ubuntu.com ubuntu-dock@ubuntu.com`
– brewmanz Jan 11 '19 at 22:21