Various settings and files reset after power off.
Hello,
I don't really know what to call it other than some settings reset after power off. I noticed that:
- My audio levels keep resetting after reboot or power off, I use pulseaudio, couldn't move to pipewire, as suggested in my previous post, but because of some issues, I decided to stick to pulseaudio for now, might change later.
- More importantly my aliases keep resetting. I made an alias for vscodium from flatpack alias vsc='flatpak run com.vscodium.codium'
, but today it didn't work and ls returned
alias grep='grep --colour=auto'
alias ls='ls --color=auto'
this alias stays until restart, do I have to use some option for it to keep it after reboot?
- Also after installing vscodium, default folder viewer switched to it, so I changed file '/var/lib/flatpak/exports/share/applications/mimeinfo.cache' from
inode/directory=com.vscodium.codium.desktop;
to
inode/directory=nemo.desktop;
and it works for now, but randomly after power off it doesn't, can't really reproduce and maybe was just a one time thing.
- Activities search. I always thought it 'learns' so when i type in 'ter' or 't' it would always open terminal, but after resetting it just shows apps in alphabetical order. Not really an issue, just QoL.
With that being said, is there a possible fix? I think this might also be an issue for why my audio keeps resetting. For now those are issues I remember, there might be more, but for now, these are ones I remember