Questions tagged [nemo]
A free and open-source software and file manager.
129 questions
2 votes
0 answers
52 views
Dolphin or Nemo file explorer does not sync with integrated terminal
I am on Linux Mint, when I open Nemo (the default File Explorer) and open the integrated terminal, when I do cd in the terminal, the directory in the explorer is not changed (but the inverse works). I ...
0 votes
0 answers
63 views
How can I debug NTFS corruption that occurs after successful eject?
Lately when I write to an external drive formatted as NTFS* and then eject it, and wait a full minute before un-powering, then upon re-powering it won't auto-mount and manual mount attempts give an ...
0 votes
0 answers
141 views
Better understanding accels/nemo file syntax to add keyboard shortcuts for custom Nemo scripts
I carefully followed the instructions to add keyboard shortcuts to custom Nemo scripts as explained in this Ask Ubuntu answer and this Stack Overflow answer. Although this technique works great to ...
0 votes
0 answers
83 views
Restore file on failed move?
I'm running a recent Linux Mint and tried to move a file within the same mount using Cut and Paste in Nemo (file manager). Although there was a file with the same file name already present in the ...
0 votes
1 answer
3k views
Setting default file manager and locating a file with the default file manager
Please don't mark it as duplicated before reading my question. I know that there already are those questions, but the existing answer did not work as expected, and that is why I am asking this ...
0 votes
1 answer
165 views
Modification date fields are not up to date in Nemo
I have a big folder containing several folders. When I open the big folder in Nemo, I noticed that the modification date of several of the subfolders was not up to date, even if files they contain ...
0 votes
1 answer
191 views
How to run scripts named with spaces via "open with" list of applications in Nemo for Linux Mint?
TL;DR Exec=gnome-terminal -- bash -c 'script="%u";if [[ -e "$script" ]] ; then "$script" ; else exec bash ; fi' line in GNOME desktop file runs scrips, but only w/out ...
1 vote
0 answers
463 views
How do I make the minimize, close and maximize window buttons visible?
I am pretty much a linux noob, and I just recently started using Pop OS version 22.04 with GNOME version 42.4 Desktop icons weren't showing correctly on Nautilus so I've installed Nemo. Used xdg-...