https://bugs.kde.org/show_bug.cgi?id=495878
--- Comment #50 from BananasGoMoo <gdtcomp...@aol.com> --- (In reply to Méven from comment #48) > (In reply to BananasGoMoo from comment #47) > > Any updates on this? Were you able to check my log? > > Yes but they aren't that helpful. > > org.kde.dolphin: Saving view-properties to > "/home/bananasgomoo/.local/share/dolphin/view_properties/local/" > > Should be > > org.kde.dolphin: Saving view-properties to > "/home/bananasgomoo/.local/share/dolphin/view_properties/local/home// > Document" > > Unless you were changing the view settings for path root /. In that case yes, I was changing it in root. Here is the output for home/documents: qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile qt.gui.imageio: libpng warning: known incorrect sRGB profile qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile qt.gui.imageio: libpng warning: known incorrect sRGB profile org.kde.dolphin: Saving view-properties to "/home/bananasgomoo/Documents" qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile qt.gui.imageio: libpng warning: known incorrect sRGB profile qt.gui.imageio: libpng warning: iCCP: known incorrect sRGB profile qt.gui.imageio: libpng warning: known incorrect sRGB profile > Do you experience the issue on all folders or only specific ones ? > What does the log says if you change folders and change some view settings. It happens on all folders, on both my ext4 and on the exfat i mentioned, but all my examples have been from ext4. Nothing comes up in the log when i change folders. all that comes up is the message when it tries to save view settings (when I change the view settings). > > This is on an ext4 internal drive but it also has a problem on my exFAT > > external drive. > > Those are two cases, different case exfat does not support xattr IIRC, ext4 > does and should allow it unless you have some specific setting. I don't know what settings I would have enabled. I only modified settings available in the GUI. > We have unit-test for this case. > > I certainly don't reproduce: > ``` > STEPS TO REPRODUCE > 1. Set "Remember display style per folder" in preferences. > 2. Change only the View Mode in a folder. > 3. change directories to some other folder > 4: Return to modified folder > > OBSERVED RESULT > Folder reverts to default view mode. > > EXPECTED RESULT > Folder view mode is the same as set previously. > ``` > > so there is something particular with the way you do things or your setup. > Can you be specific with the path of folders you tested. > And test in different folders, in "~/New Folder" for instance. > > It could be your mount/filesystem options. Please share `mount` output. > > The original bug is fixed (three people confirmed the fix), your case is > more specific it seems and Iyán M. V. share the same setup. > But most people wouldn't. my mount output is as follows: proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) sys on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) dev on /dev type devtmpfs (rw,nosuid,relatime,size=32697560k,nr_inodes=8174390,mode=755,inode64) run on /run type tmpfs (rw,nosuid,nodev,relatime,mode=755,inode64) efivarfs on /sys/firmware/efi/efivars type efivarfs (rw,nosuid,nodev,noexec,relatime) devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) /dev/nvme0n1p2 on / type ext4 (rw,relatime) securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev,inode64) cgroup2 on /sys/fs/cgroup type cgroup2 (rw,nosuid,nodev,noexec,relatime,nsdelegate,memory_recursiveprot) pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) bpf on /sys/fs/bpf type bpf (rw,nosuid,nodev,noexec,relatime,mode=700) systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=40,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=3393) hugetlbfs on /dev/hugepages type hugetlbfs (rw,nosuid,nodev,relatime,pagesize=2M) mqueue on /dev/mqueue type mqueue (rw,nosuid,nodev,noexec,relatime) debugfs on /sys/kernel/debug type debugfs (rw,nosuid,nodev,noexec,relatime) tracefs on /sys/kernel/tracing type tracefs (rw,nosuid,nodev,noexec,relatime) tmpfs on /run/credentials/systemd-journald.service type tmpfs (ro,nosuid,nodev,noexec,relatime,nosymfollow,size=1024k,nr_inodes=1024,mode=700,inode64,noswap) configfs on /sys/kernel/config type configfs (rw,nosuid,nodev,noexec,relatime) fusectl on /sys/fs/fuse/connections type fusectl (rw,nosuid,nodev,noexec,relatime) tmpfs on /tmp type tmpfs (rw,nosuid,nodev,size=32707372k,nr_inodes=1048576,inode64) /dev/nvme0n1p1 on /boot type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,utf8,errors=remount-ro) binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,nosuid,nodev,noexec,relatime) tmpfs on /run/user/1000 type tmpfs (rw,nosuid,nodev,relatime,size=6541472k,nr_inodes=1635368,mode=700,uid=1000,gid=1000,inode64) portal on /run/user/1000/doc type fuse.portal (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000) gdrive: on /home/bananasgomoo/Cloud/GDrive type fuse.rclone (rw,nosuid,nodev,relatime,user_id=1000,group_id=1000) /dev/sda1 on /run/media/bananasgomoo/My Book type exfat (rw,nosuid,nodev,relatime,uid=1000,gid=1000,fmask=0022,dmask=0022,iocharset=utf8,errors=remount-ro,uhelper=udisks2) for the above, the only one i configured manually was the original FS of the system when I installed it (root directory, boot), Google Drive (rclone), and my external HDD (sda1). everything else was configured either automatically by Arch or KDE. Here are some various folders I have tested in: / /home/bananasgomoo/Documents/Ventoy/ /dev/ /home/bananasgomoo/Documents/FloppyDrive Stuff/ /home/bananasgomoo/Pictures/ /etc/ so basically various kinds of issues. but actually, just as I was re-testing to give some answers I discovered a new part of the issue. If i set the view mode to "compact mode", it saves it properly alone, without changing other settings. it is only an issue of I try to set "Icons Mode" so is there something that works differently with those 2 buttons? I am using the GUI toolbar -- You are receiving this mail because: You are watching all bug changes.