Bryce Leo said:
Pleng said:
Why? If I have 4 SD cards then I can only have 2 in at once. An app that keeps PNDs up to date would need some way of differentiating between them.
I don't understand why you'd have an app on multiple cards. And an app that keeps them up to date wouldn't if the user has the same app in multiple places they can manage that OR if they update with the new card it it'll pick that up and update that.
OK I'm guessing English isn't your first language so I'll explain in nice easy steps:
On SD1, which is labelled 'Business', I have OpenOffice, Firefox and Some Calculators.
On SD2, which is labelled 'Games', I have OpenJazz, Doom and Quake.
On SD3, which is labelled 'Emulators', I have PicoDrive, PSX4Pandora and Mupen64.
On SD4, which is labelled 'Multimedia', I have VLC and MilkyTracker.
Now if your PND updater only catalogues SDs by mmcblk* mountpoints then it can only ever keep track of PNDs on 2 of your cards and only providing that they are inserted into the slots in the SAME order.
Lol. Hey jerk... normal people should never know what the name of the mounted folder for their cards are. They can use the desktop shortcuts or the ones in the side panel of thunar. Now before you say you need that for some of the emulators, that just means that the emulators aren't "average joe" friendly. And if they want to use them they can learn. The emulators will EVENTUALLY be "average joe friendly". Seriously grow up and try to make a point without trying to make fun of someone you know nothing about. When people don't actually HAVE a point is when they usually devolve into speaking from their asses.
Lol. Normal people. Nice. Being a geek makes you totally superior.
So, yes 'normal' people can use the icons on the desktop. Of course they can. But when they get curious and want to look around the system they shouldn't HAVE to read into the depths of Linux mounting naming conventions to find out where the SD cards are mounted.
How does exposing them directly encourage sloppy programming?
Let me demonstrate:
JurnD said:
I just want to say here that the gemrb PND I made was just a first test. I do understand that hardcoding to /media/mmcblk1p1/bg1 will not stand. But as God Ginrai said, it was the easiest thing that came to mind at the time.
Just wanted to explain that.
Jurn
Now I'm not intentionally knocking Jurn here (well, sorry, I kind of am. Sorry you got caught in the crossfire, Jurn) but had the SD cards been mounted by their names in previous releases, he would have been forced to find a better solution, and use the recommended appdata (or tell every user that their SD card HAS to be labelled Games).
FYI Jurn, as far as I'm aware if you declare an appdata in your PXML, this gets mounted as $HOME. So you can simply refer to the path $HOME/BG1 etc... I hope somebody with more knowledge of the PND system can confirm this for me?