Mac - Default Folder Locations #1370
-
Hi, so I have Amiberry in my default Applications folder. Amiberry created a set of folders in a username/Documents/Amiberry folder. How can I move this Amiberry folder up a level to username/Amiberry and not have anything in the Documents folder. Reason for asking is everything I've read says the amiberry.conf file is read by Amiberry on startup from username/Documents/Amiberry/Configurations/Amiberry.conf. So its a bit of a catch 22 situation (need to find this file within Documents to then read paths for everything else) Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
Solved it myself ... sniffing around inside the mac app package I just modified the Contents/Resources/Configuration/amiberry-osx.conf file to remove all the Documents references from the paths so it was just USERNAME/Amiberry/..... When I loaded Amiberry it then found my all my configuration from username/Amiberry |
Beta Was this translation helpful? Give feedback.
-
There's a hardcoded path in src/osdep/amiberry.cpp at Line 3967...
....from what I can gather, macos_init_amiberry.zsh is also involved...
I haven't touched MacOS in 2 decades (not about to do it again ;), and I don't know if the variable $EXTERNAL_FILES_DIR actually works in the MacOS case..... but this is where the behavior is coming from. HTH |
Beta Was this translation helpful? Give feedback.
Solved it myself ... sniffing around inside the mac app package I just modified the Contents/Resources/Configuration/amiberry-osx.conf file to remove all the Documents references from the paths so it was just USERNAME/Amiberry/..... When I loaded Amiberry it then found my all my configuration from username/Amiberry