(Solved) Nemo's Left Pane - Linux Mint Forums
(Solved) Nemo's Left Pane - Linux Mint Forums
6 posts • Page 1 of 1
Post Reply Search this topic…
Hello, I was wondering if I could change what's in "My Computer" section in Nemo Posts: 2
Joined: Sun Jun 11, 2023 6:31 pm
file manager (see picture). Specifically I'd want to add a shortcut to Videos folder
there, and remove Desktop shortcut since I don't even use it.
I use cinnamon DE.
edit: It turns out I can just drag & drop Videos folder there, I didn't know this was
this easy lol. Still, I want to remove "Desktop" from there.
Last edited by tygryski on Tue Sep 05, 2023 3:16 pm, edited 1 time in total.
The keyboard hotkey way is ctrl+b as you're dealing with " bookmarks " in this Posts: 3322
Joined: Sun Dec 08, 2019 12:25 am
case, however ( and someone correct me if I'm wrong other than the whole " hide
desktop icons..visually removes the " Desktop " selection from the left part of the
Nemo pane window ), I don't think you can remove Desktop selection from Nemo
I use a keyboard hotkey combo of super+s to execute the following script that
toggles desktop icons to be shown or hidden
#!/bin/bash
# NAME: toggleIcons
By continuing
# Script to use this
to toggle website, you consent
showing/hiding to the
of desktop use of cookies
icons. in accordance
Originall num with our Cookies Policy. OK
https://forums.linuxmint.com/viewtopic.php?t=403316 1/3
2024. 02. 11. 21:13 [solved] Nemo's left pane - Linux Mint Forums
if [[ "$(gsettings get org.nemo.desktop show-desktop-icons)" == "tr
then
gsettings set org.nemo.desktop show-desktop-icons false
notify-send -u normal -t 1000 "setting to false"
else
gsettings set org.nemo.desktop show-desktop-icons true
notify-send -u normal -t 1000 "setting to true"
fi
If you'd rather have separate " hide" versus " show " desktop icons executables....
just copy either of these commands into a text file or set them as a keyboard two
button command deal in your Keyboard , Shortcuts , Custom Shortcuts
on the left....keybinding(s).
Posts: 386
All entries in Joined: Wed Apr 20, 2022 4:17 am
Location: Essen, Germany
~/.config/gtk-3.0/bookmarks
appear in the my computer section between Home, Desktop and File System.
Home, Desktop and File System cannot be removed.
Ryzen 5 5600G, 16GB RAM, 2TB M.2 Crucial P3, Asrock Deskmeet X300, Samsung Odyssey
49", Linux Mint 21
@motoryzen @Bleys Thank you for your answers, my problem got solved by Posts: 2
Joined: Sun Jun 11, 2023 6:31 pm
simply checking hide desktop icons in dconf editor
Last edited by tygryski on Tue Sep 05, 2023 3:19 pm, edited 1 time in total.
Posts: 3322
Joined: Sun Dec 08, 2019 12:25 am
By continuing to use this website, you consent to the use of cookies in accordance with our Cookies Policy. OK
https://forums.linuxmint.com/viewtopic.php?t=403316 2/3
2024. 02. 11. 21:13 [solved] Nemo's left pane - Linux Mint Forums
@motoryzen @Bleys Thank you for your answers, my problem got solved
If you were able to solve your problem/accomplish your mission. please edit your
original post in the subject line to include something like (( solved )) so everyone
will know without having to click on the topic/link that you're good to go .
Cheers.
Posts: 125
Joined: Fri Dec 09, 2022 3:02 pm
Bleys wrote: ⤴ Mon Sep 04, 2023 12:49 am
All entries in
~/.config/gtk-3.0/bookmarks
appear in the my computer section between Home, Desktop and File System.
Home, Desktop and File System cannot be removed.
By continuing to use this website, you consent to the use of cookies in accordance with our Cookies Policy. OK
https://forums.linuxmint.com/viewtopic.php?t=403316 3/3