Page 1 of 1

(Solved) Is it possible... shared .font folder for guests?

Posted: 21. Feb 2011, 10:40
by loukingjr
I run a lot of different Linux guests in VirtualBox and tend to try out new ones fairly often. I find myself doing certain things over and over and it gets tedious. I was wondering if it would be possible to create ONE each ~/.font, ~/.icons, ~/.themes, ~/Pictures folder as shared folders that I could point each guest to so they could all share the same fonts, icons, themes, etc., rather than having to reinstall the same ones over and over. It would be much easier if I could tell a guest "go look over there for your fonts" etc.

thanks

Re: Is it possible to create a shared .font folder for guests?

Posted: 22. Feb 2011, 21:55
by Sasquatch
That should be possible, but keep in mind that some things might not work because of the access to the files and the mount may fail. In general, those folders are empty (or don't exist) and nothing writes to it except you, so if you have the proper mount in rc.local, it should be fine.

Re: Is it possible to create a shared .font folder for guests?

Posted: 22. Feb 2011, 22:41
by loukingjr
Sasquatch wrote:That should be possible, but keep in mind that some things might not work because of the access to the files and the mount may fail. In general, those folders are empty (or don't exist) and nothing writes to it except you, so if you have the proper mount in rc.local, it should be fine.
Thank You.
I'm more or less a Linux novice but I do know Linux looks in /usr/share/fonts first, then if I create a .fonts folder in home it will look there. What I'm not sure about is, I have all my guests automounting a partition of an external HD as a shared folder. That works fine, it has mp3s, videos, photos, artwork on it which they can all access. I guess what I don't know is, if I create a .fonts folder in the shared folder will Linux know to look for it there. Does it see any .fonts folder or just the one in the home folder? Or do I have to point to it and say use the fonts in the folder in the shared folder. And if so, how exactly does one tell Linux, look over here for fonts.?

Re: Is it possible to create a shared .font folder for guests?

Posted: 22. Feb 2011, 23:38
by Sasquatch
Your questions are better suited for linuxquestions.org than here. It has little to do with VB, but more with certain home folders residing on a network share. Basically, it just checks the existence of a few folders and use them if they do, in addition to the default ones.

Re: Is it possible to create a shared .font folder for guests?

Posted: 23. Feb 2011, 00:26
by loukingjr
Sasquatch wrote:Your questions are better suited for linuxquestions.org than here. It has little to do with VB, but more with certain home folders residing on a network share. Basically, it just checks the existence of a few folders and use them if they do, in addition to the default ones.
Actually, based on your response earlier it dawned on me I should be looking for that particular answer on a Linux forum. I ended up just Googling symlinks and found what I needed. It works just fine. Thanks for pointing me in the right direction. :)