Skip to content

Instantly share code, notes, and snippets.

@ilovejs
Last active September 19, 2022 06:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ilovejs/a9ab9ee7a37dfc83113af740782a454a to your computer and use it in GitHub Desktop.
Save ilovejs/a9ab9ee7a37dfc83113af740782a454a to your computer and use it in GitHub Desktop.

https://forums.linuxmint.com/viewtopic.php?f=208&t=360790

Hi! There are not such a settings. They are also absent in the Nemo settings. I made the next: CODE: SELECT ALL

nano ~/.local/share/applications/nemo.desktop

$ sudo subl /usr/local/share/applications/nemo.desktop

Then wrote at it Caveat: Desktop Bin will open ur Downlaod folder. cuz we hard coded it...

[Desktop Entry]
Name=My lovely folder
Comment=To launch it at first of all
Exec=nemo /home/YourNAME/someway/somewhere # there was "nemo %U"
Icon=system-file-manager
# Translators: these are keywords of the file manager
Keywords=folders;filesystem;explorer;
Terminal=false
Type=Application
StartupNotify=true # to notify when launching applications.
Categories=GNOME;GTK;Utility;Core;FileManager;
MimeType=inode/directory;application/x-gnome-saved-search;
Actions=Window;

You can see the similar file at CODE: SELECT ALL

$ less /usr/share/applications/nemo.desktop

This is for all users at your system. At your home directory you can make changes only for yourselves.

Then we need to stop nemo:

$ nemo -q

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment