Opened 8 years ago
Last modified 7 years ago
#417 confirmed task
Improve WarFoundry installation experience
Reported by: | ibboard | Owned by: | |
---|---|---|---|
Priority: | blocker | Milestone: | WarFoundry API 0.2 |
Component: | General/Unknown | Version: | Unknown or N/A |
Keywords: | documentation install usability userdocs | Cc: | |
Blocked By: | Blocking: |
Description
While WarFoundry is just a simple app that should install and go, the process could be better explained and better handled (including error handling).
Things we need:
- Better install documentation
- Better start scripting
- Better checks for dependencies (and messages about what to do)
- Better error handling/reporting
Change History (18)
comment:1 Changed 8 years ago by
Milestone: | → WarFoundry API 0.2 |
---|---|
Status: | new → confirmed |
comment:2 Changed 8 years ago by
comment:3 Changed 8 years ago by
comment:4 Changed 8 years ago by
comment:5 Changed 8 years ago by
comment:6 Changed 8 years ago by
comment:7 Changed 8 years ago by
comment:8 Changed 8 years ago by
comment:9 Changed 8 years ago by
comment:10 Changed 8 years ago by
comment:11 Changed 8 years ago by
comment:12 Changed 8 years ago by
comment:13 Changed 7 years ago by
It would be good to use kdialog instead of zenity on KDE systems, zenity might not be installed in this case.
On Debian Squeeze, I have the same issue as in Ubuntu, I need the “--runtime=v4.0” or I get an error.
Another minor point is that the Nightly build is a zip, so the execution bit on the sh file is lost.
comment:14 Changed 7 years ago by
Thanks for the suggestion. I've not merged it yet, but you can try this new script for the KDialog option: http://dev.ibboard.co.uk/repos/IBDev-IBBoard.WarFoundry.GUI.GTK/files/4149dbdf042f52078b8a12c77430ac7b60b55876/WarFoundry.sh (click "Download as raw" on the right)
I'll look into what can be done about Debian Squeeze. Unfortunately, the guys on the Mono mailing list aren't that useful and say I should just build as 4.0, even though most distros haven't moved everything over to it yet.
I'll look into the zip and the execution bit - unfortunately, that is just what the build service provides at the moment, but there may be another option.
comment:15 Changed 7 years ago by
Another point: the sh contains a test on monoo, I don’t think this is installed when installing mono, might it be a typo?
comment:16 Changed 7 years ago by
I noticed that one and fixed it in my local branch a while ago, but it hasn't made it into the main dev version because of other changes. I'll try to get it merged and released soon.
In b612d7137f4de815272e626181ef6566a89b5fcb/IBBoard.WarFoundry.GUI.GTK: