Thanks,
Chris
CHRMAR3@AOL.COM


On Monday, August 3, 2026 at 06:43:15 AM CDT, Dr. Nikolaus Klepp via tde-users <users@trinitydesktop.org> wrote:


Anno domini 10:45:22 Mon, 3 Aug 2026 +0000 (UTC)
CHRIS M via tde-users scripsit:
>
> It's funny, I can log into Cinnamon and the files are still there. 
> So its come down to either:
> 1. Nuke the OS, nuke the partition and set the partition back up under TDE
> 2. same as above, but not set up a partition ( Makes downloading dropbox files a pain ) 
> 3. Or give up trying to use TDE. 
> Thanks,ChrisCHRMAR3@AOL.COM


I think you have a misconception on how your OS works. Most likely your two user accounts have different uids and different main groups. Your data folder most likly is owned by user1:group1 with rxw------ permissions, so user2:group2 cannot read nor write to that directory.

You might want to check these and post the result:
# groups user1
# groups user2
# ls -ld data_directory

Nik

--

chris@LENOVO:~$ sudo ls -ld /home/data
drwxrwxr-x 7 chris chris 4096 Aug  2 22:45 /home/data
chris@LENOVO:~$