LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-16-2020, 08:30 PM   #1
LenSessions
LQ Newbie
 
Registered: Nov 2020
Posts: 5

Rep: Reputation: Disabled
Nemo refuses to access folders


There are folders that appear in my tree view - they even expand to show their sub-folders - but when I click on them Nemo refuses to show any of the files in those folders. The address bar doesn’t even indicate that I have clicked on it - it still shows the name of the previous folder I’d been in.
These are folders that Nemo HAS accessed in the past but won’t any more, and I have no idea what changed.
Other file managers can still access those folders but Nemo refuses to.
I’ve been unable to find anyone else who’s had this problem, possibly because my search terms are too generic. Any thoughts?
 
Old 11-16-2020, 09:26 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
From Nemo's right-click menu (I don't use Nemo but I assume it has one), what does Nemo tell you about the permissions of those directories? Alternatively, from the command line, what does

Code:
ls -l
tell you about their permissions?

See man ls for more.
 
Old 11-17-2020, 10:20 PM   #3
LenSessions
LQ Newbie
 
Registered: Nov 2020
Posts: 5

Original Poster
Rep: Reputation: Disabled
For both accessible and inaccessible folders Nemo shows me as owner with permission to create and delete files.
And from the command line, accessible and inaccessible folders both seem to be drwxrwxrwx.
Other file managers can still access the folders that Nemo can’t - which is both weird and possibly a clue to what’s going on here.
 
Old 11-18-2020, 01:01 PM   #4
LenSessions
LQ Newbie
 
Registered: Nov 2020
Posts: 5

Original Poster
Rep: Reputation: Disabled
“Have you tried turning it off and on again?”
If anyone else has this issue, you can just rename the unviewable directory then change it back again.
But it sure would be nice to understand what’s actually happening and why.
 
Old 11-18-2020, 07:19 PM   #5
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
Try starting Nemo from the command line and accessing an available folder, then one of the unavailable ones.

See whether Nemo throws anything helpful to the terminal; if it does, post it here, being sure to surround it with "code" tags, which appear on the menu when you click the "Go Advanced" button beneath the compose/edit post window.
 
Old 11-24-2020, 08:23 PM   #6
LenSessions
LQ Newbie
 
Registered: Nov 2020
Posts: 5

Original Poster
Rep: Reputation: Disabled
First of all, let me apologize for being a bit of a Linux noob. I spent most of my life as a Windows guy and I suspect my shortcomings with Linux are about to become apparent.
I’d never launched Nemo from the command line before. Doing so seemed to make no difference to the ability to access or not access folders, and nothing of interest appeared in the terminal.
I then tried to get creative and launch Nemo in a specific folder (hoping eventually to launch in an inaccessible folder).
It took me a while to work out how to do that even with an accessible folder but I did get some activity in the terminal (before Nemo promptly crashed). I don’t know if any of this is relevant to my original problem:

Code:
(nemo:32057): Gtk-WARNING **: Failed to register client: GDBus.Error:org.gnome.SessionManager.AlreadyRegistered: Unable to register client
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.

** (nemo:32057): CRITICAL **: fm_tree_model_get_value: assertion 'iter_is_valid (FM_TREE_MODEL (model), iter)' failed

(nemo:32057): GLib-GObject-WARNING **: /build/glib2.0-Rpbmm0/glib2.0-2.48.2/./gobject/gtype.c:4273: type id '0' is invalid

(nemo:32057): GLib-GObject-WARNING **: can't peek value table for type '<invalid>' which is not currently referenced
Segmentation fault
 
Old 11-24-2020, 09:36 PM   #7
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,342
Blog Entries: 28

Rep: Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145Reputation: 6145
Quote:
First of all, let me apologize for being a bit of a Linux noob.
LenSessions, please don't apologize for being new to Linux. We were all newbies once.

That this occurs in Nemo and not in other file managers leads me to think that this might be a bug in Nemo.

You might consider filing a bug report or at least reviewing the Nemo bug reports that have already been filed. https://github.com/linuxmint/nemo/issues

Full disclosure: My preferred GUI file manager is Dolphin. I'm not a big fan of KDE/Plasma as a desktop environment (I usually use the Fluxbox window manager), but I do rather like KDE/Plasma applications and tend to default o them.
 
Old 11-25-2020, 12:13 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by LenSessions View Post
I’d never launched Nemo from the command line before.
Since nemo is probably already running (as a daemon and/or managing the desktop) this probably won't help much.
Although the Segmentation fault in your output does seem to tell us something.

Sorry, but we really need an
Code:
ls -al
of the folder(s) in question. See post #2.
 
Old 12-03-2020, 08:39 AM   #9
LenSessions
LQ Newbie
 
Registered: Nov 2020
Posts: 5

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by frankbell View Post
That this occurs in Nemo and not in other file managers leads me to think that this might be a bug in Nemo.
That seemed logical to me, but I also wasn’t sure if I‘d done something to cause the issue. I’d been using Nemo happily for months before this started happening. Having looked at the bugs on github, though, something similar does seem to have been reported although that was over 2 years ago!
If it’s a known bug, I’ll just use workarounds for the next few months til I upgrade this PC. When I installed Linux on this 10yr old 32-bit machine it was meant to be an experiment but instead I just never went back to Windows.
In my Windows days I was the tech guy in the family, but I’ve only learned enough about Linux to “get by”, so it’s a bit of a comedown.

For a little amusement, though, when I run "ls -al", I get this. Guess which folder is the inaccessible one.

drwxrwxrwx 1 lensessions lensessions 4096 Nov 25 19:35 .
drwxrwxrwx 1 lensessions lensessions 24576 Nov 18 18:20 ..
drwxrwxrwx 1 lensessions lensessions 4096 Oct 7 13:56 archive
drwxrwxrwx 1 lensessions lensessions 28672 Nov 24 15:58 K
drwxrwxrwx 1 lensessions lensessions 4096 Nov 23 17:53 L
drwxrwxrwx 1 lensessions lensessions 94208 Nov 22 04:12 L&K
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Shell Script to compare folders,Sub-Folders and Sub-Sub-Folders unix_72427 Programming 8 08-08-2012 02:51 PM
LXer: Project Nemo: when file managers and calendars converge LXer Syndicated Linux News 0 01-24-2008 05:50 PM
LXer: Nemo file manager organizes around a calendar LXer Syndicated Linux News 0 12-10-2007 11:40 PM
Samba can create new files and folders but access denied in any new folders k.king Linux - Networking 2 01-15-2006 06:14 AM
replies to Chinaman (and Ranger Nemo) beginnerx Linux - Newbie 5 10-21-2003 09:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 12:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration