File location test
From Stellarium Wiki
(Difference between revisions)
(Vista is unable to write to screenshot directory) |
Daggerstab (Talk | contribs) |
||
| (16 intermediate revisions by 10 users not shown) | |||
| Line 12: | Line 12: | ||
Please enter your results in this table: | Please enter your results in this table: | ||
| − | {| | + | {| class="wikitable" width=100% |
| − | | ''' | + | | '''Version (or revision)''' || '''Platform''' || '''Item''' || '''Result''' |
|- | |- | ||
| − | ||v-0.9. | + | ||v-0.9.1||Linux||install dir||$PREFIX/share/stellarium/ |
|- | |- | ||
| − | ||v-0.9. | + | ||v-0.9.1||Linux||config.ini||$HOME/.stellarium/config.ini |
|- | |- | ||
| − | ||v-0.9. | + | ||v-0.9.1||Linux||screenshots||$HOME/ |
|- | |- | ||
| − | ||v-0.9. | + | ||v-0.9.1||Linux||recorded scripts||$HOME/.stellarium/scripts/ |
|- | |- | ||
| − | ||v-0.9. | + | ||v-0.9.1||Win XP Win 2000||install dir||(root-partition):\Program Files\Stellarium\ |
|- | |- | ||
| − | ||v-0.9. | + | ||v-0.9.1||Win XP Win 2000||config.ini||(root-partion):Documents and settings\(your settings folder)\stellarium\ |
|- | |- | ||
| − | ||v-0.9. | + | ||v-0.9.1||Win XP Win 2000||screenshots||(root-partition):\Documents and settings\(your settings)\Desktop\stellarium-xxx.bmp |
|- | |- | ||
| − | ||v-0.9. | + | ||v-0.9.1||Win XP Win 2000||Recorded scripts||(root-partition):\Documents and settings\(your settings)\stellarium\scripts\recorded-xxx.sts |
|- | |- | ||
||r2133||OSX||install dir||can be anywhere, but typically /Applications | ||r2133||OSX||install dir||can be anywhere, but typically /Applications | ||
| Line 39: | Line 39: | ||
||r2133||OSX||recorded scripts||~/Library/Preferences/Stellarium/scripts | ||r2133||OSX||recorded scripts||~/Library/Preferences/Stellarium/scripts | ||
|- | |- | ||
| − | || | + | ||0.9.1||Vista||install dir||(root-partition):\Program Files\Stellarium\ |
|- | |- | ||
| − | || | + | ||0.9.1||Vista||config.ini||(root-partition)\Users\(user name)\Appdata\Roaming\Stellarium |
|- | |- | ||
| − | || | + | ||0.9.1||Vista||screenshots||error msg: 'directory ~\desktop not writable' The attribute for this directory needs to be changed from read only to allow stellarium to write screenshot. This is best done by opening a command prompt in the (root drive)\users\(user name) and typing attrib -r desktop |
|- | |- | ||
| − | || | + | ||0.9.1||Vista||recorded scripts||(root-partition)\Users\(user name)\Appdata\Roaming\Stellarium\scripts |
|- | |- | ||
| − | ||v-0.9. | + | ||v-0.9.1||Windows ME & 98-2e||install dir||Stellarium is not availble under Qt4 for these systems Use version 0.8.2 |
| − | + | ||
|- | |- | ||
| − | ||v-0.9. | + | ||v-0.9.1||Windows ME & 98-2e|| config.ini||Stellarium is not availble under Qt4 for these systems Use version 0.8.2 |
| − | + | ||
|- | |- | ||
| − | || v-0.9. | + | || v-0.9.1||Windows ME & 98-2e||screenshots||Stellarium is not availble under Qt4 for these systems Use version 0.8.2 |
|- | |- | ||
| − | || v-0.9. | + | || v-0.9.1||Windows ME & 98-2e||recorded Scripts||Stellarium is not availble under Qt4 for these systems Use version 0.8.2 |
| + | |- | ||
| + | ||v-0.9.0||Windows XP (zhTW Locale)||install dir||\Program Files\Stellarium | ||
| + | |- | ||
| + | ||v-0.9.0||Windows XP (zhTW Locale)||config.ini||(User Profile)\Stellarium\config.ini | ||
| + | |- | ||
| + | ||v-0.9.0||Windows XP (zhTW Locale)||config.ini||'''Stellarium WILL UNABLE TO START if User Profile dir consists non-English names''' | ||
| + | |- | ||
| + | ||v-0.9.0||Windows XP (zhTW Locale)||screenshots||'''ERROR StelAppSdl::saveScreenShot: could not determine screenshot directory: NOTFOUND''' | ||
| + | |- | ||
| + | ||v-0.9.0||Windows XP (zhTW Locale)||recorded scripts||(Not tested) | ||
| + | |- | ||
| + | ||v-0.10.2||Windows XP (zhCN Locale)||install dir||c:\Program Files\Stellarium | ||
| + | |- | ||
| + | ||v-0.10.2||Windows XP (zhCN Locale)||config.ini||c:\Program Files\Stellarium\config.ini | ||
| + | |- | ||
| + | ||v-0.10.5||Windows 7 (zhCN Locale)||config.ini||C:\Users\%username%\AppData\Roaming\Stellarium\config.ini | ||
| + | |- | ||
| + | ||v-0.11.2||Windows 7 64-bit ||install dir||C:\Program Files (x86)\Stellarium | ||
| + | |- | ||
| + | ||v-0.11.2||Windows 7 64-bit ||config.ini||C:\Users\%username%\AppData\Roaming\Stellarium\config.ini | ||
| + | |- | ||
| + | ||v-0.11.2||Windows 7 64-bit ||screenshots||C:\Users\%username%\Desktop | ||
| + | |- | ||
| + | ||v-0.11.2||Windows 7 64-bit ||recorded scripts||(Not tested) | ||
| + | |||
|- | |- | ||
|} | |} | ||
| + | |||
| + | [[Category:Development]] | ||
Latest revision as of 13:45, 23 March 2012
To whoever is able to build Stellarium on non-Linux platforms:
- Please see if build works with respect to the locations of files (I moved code from elsewhere into StelFileMgr, but don't have access to non-linux machines to do a test build).
- Report where files end up. It is not clear to me where this is on non-POISX systems, as the location is determined by a system call unfamiliar to me.
I would like to know the following for the user guide:
- Installation directory - the name of the directory where the nebulae, scripts, skycultures, landscapes etc. are installed.
- Location of config.ini (the version which is saved when clicking save in the config window, not the default_config.ini file)
- Location where screenshots get saved
- Location where recorded scripts get saved.
Please enter your results in this table:
| Version (or revision) | Platform | Item | Result |
| v-0.9.1 | Linux | install dir | $PREFIX/share/stellarium/ |
| v-0.9.1 | Linux | config.ini | $HOME/.stellarium/config.ini |
| v-0.9.1 | Linux | screenshots | $HOME/ |
| v-0.9.1 | Linux | recorded scripts | $HOME/.stellarium/scripts/ |
| v-0.9.1 | Win XP Win 2000 | install dir | (root-partition):\Program Files\Stellarium\ |
| v-0.9.1 | Win XP Win 2000 | config.ini | (root-partion):Documents and settings\(your settings folder)\stellarium\ |
| v-0.9.1 | Win XP Win 2000 | screenshots | (root-partition):\Documents and settings\(your settings)\Desktop\stellarium-xxx.bmp |
| v-0.9.1 | Win XP Win 2000 | Recorded scripts | (root-partition):\Documents and settings\(your settings)\stellarium\scripts\recorded-xxx.sts |
| r2133 | OSX | install dir | can be anywhere, but typically /Applications |
| r2133 | OSX | config.ini | ~/Library/Preferences/Stellarium/config.ini |
| r2133 | OSX | screenshots | ~/Desktop |
| r2133 | OSX | recorded scripts | ~/Library/Preferences/Stellarium/scripts |
| 0.9.1 | Vista | install dir | (root-partition):\Program Files\Stellarium\ |
| 0.9.1 | Vista | config.ini | (root-partition)\Users\(user name)\Appdata\Roaming\Stellarium |
| 0.9.1 | Vista | screenshots | error msg: 'directory ~\desktop not writable' The attribute for this directory needs to be changed from read only to allow stellarium to write screenshot. This is best done by opening a command prompt in the (root drive)\users\(user name) and typing attrib -r desktop |
| 0.9.1 | Vista | recorded scripts | (root-partition)\Users\(user name)\Appdata\Roaming\Stellarium\scripts |
| v-0.9.1 | Windows ME & 98-2e | install dir | Stellarium is not availble under Qt4 for these systems Use version 0.8.2 |
| v-0.9.1 | Windows ME & 98-2e | config.ini | Stellarium is not availble under Qt4 for these systems Use version 0.8.2 |
| v-0.9.1 | Windows ME & 98-2e | screenshots | Stellarium is not availble under Qt4 for these systems Use version 0.8.2 |
| v-0.9.1 | Windows ME & 98-2e | recorded Scripts | Stellarium is not availble under Qt4 for these systems Use version 0.8.2 |
| v-0.9.0 | Windows XP (zhTW Locale) | install dir | \Program Files\Stellarium |
| v-0.9.0 | Windows XP (zhTW Locale) | config.ini | (User Profile)\Stellarium\config.ini |
| v-0.9.0 | Windows XP (zhTW Locale) | config.ini | Stellarium WILL UNABLE TO START if User Profile dir consists non-English names |
| v-0.9.0 | Windows XP (zhTW Locale) | screenshots | ERROR StelAppSdl::saveScreenShot: could not determine screenshot directory: NOTFOUND |
| v-0.9.0 | Windows XP (zhTW Locale) | recorded scripts | (Not tested) |
| v-0.10.2 | Windows XP (zhCN Locale) | install dir | c:\Program Files\Stellarium |
| v-0.10.2 | Windows XP (zhCN Locale) | config.ini | c:\Program Files\Stellarium\config.ini |
| v-0.10.5 | Windows 7 (zhCN Locale) | config.ini | C:\Users\%username%\AppData\Roaming\Stellarium\config.ini |
| v-0.11.2 | Windows 7 64-bit | install dir | C:\Program Files (x86)\Stellarium |
| v-0.11.2 | Windows 7 64-bit | config.ini | C:\Users\%username%\AppData\Roaming\Stellarium\config.ini |
| v-0.11.2 | Windows 7 64-bit | screenshots | C:\Users\%username%\Desktop |
| v-0.11.2 | Windows 7 64-bit | recorded scripts | (Not tested) |