(newbie)where is the .config file supposed to be exactly? (there's two folder for it in ?Linux Mint) #16478
-
so I tried looking for information about this but there are varying answers and its kind of conflicting which one I'm supposed to follow. so just a little bit of context: I installed MPV's flatpak version by downloading it directly from the web (from Flathub I think) cause i needed the latest version. (i'm still unsure how flatpak's version differs from the ones in default repository but anyway..thats another thing to learn later...) I was having problems with the version (0.37.0) in default software manager and installing the flatpak version seem to fix them. so i'm trying to learn how to configure mpv and already struggling with the first step. I don't know which folder i'm supposed to find the config files or create it because there's two folder for it. one is the home/USER/.config/mpv and IT DOES NOT have any files in it. the other is etc/mpv/ and it DOES HAVE a input.conf and mpv.conf file in it. looking for an answer for this in different forums, other say i'm supposed to create a config in home/USER/.config/mpv but then other posts says there should be a mpv.conf in there already. but the only folder (that I could find) that has the config files is the one on etc folder. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Flatpak config directly should be /etc/ is the global config directory, while ~/.config is user specific. This has nothing to do with mpv, this is how every config file on linux works |
Beta Was this translation helpful? Give feedback.
Flatpak config directly should be
Flatpak: mpv config directory is ~/.var/app/io.mpv.Mpv/config/mpv
./etc/ is the global config directory, while ~/.config is user specific. This has nothing to do with mpv, this is how every config file on linux works