Installing
|
Size: 3488
Comment:
|
Size: 4072
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 9: | Line 9: |
| ''Note 1: This installation method uses a daily builds PPA. If you want to build the application manually from it's source code, please use [[Accomplishments/Installing/Building|another guide]].'' ''Note 2: This guide presents how to install the client-side application. If you are interested in setting up a validation server, read [[https://wiki.ubuntu.com/Accomplishments/Installing/ValidationServer|how to set up the server component]].'' |
|
| Line 15: | Line 11: |
| * Ubuntu Accomplishments System works only on Ubuntu 12.04 Precise Pangolin. * You need to have a working UbuntuOne Account - it is used to sync your trophies with validation server. |
* Ubuntu Accomplishments System works only on Ubuntu 12.04 Precise Pangolin. We are working on Quantal packages as we speak. |
| Line 18: | Line 13: |
| == Installing latest version (0.1) from releases PPA == | == Installing latest version (0.2) from releases PPA == |
| Line 20: | Line 15: |
| Run following commands in terminal: | All users are recommended to install from the `releases` PPA; this contains the most current and stable release of Ubuntu Accomplishments. To install, simply run following commands in terminal: |
| Line 29: | Line 27: |
| To begin, run the '''Accomplishments Viewer''', which should be now available via Dash (or run {{{accomplishments-viewer}}}). | To begin, run the '''Accomplishments Viewer''' app which is now available in the Dash (or run `accomplishments-viewer` from a terminal). |
| Line 31: | Line 29: |
| Follow the on-screen instructions and soon you will see a note in the status bar saying the app is checking for accomplishments: you should see new accomplishments you have already completed appear in the My Trophies view shortly afterwards. Bugs can be reported here: https://bugs.launchpad.net/ubuntu-accomplishments-system/+filebug. Questions can go to jono@ubuntu.com Thanks! |
* '''Have a question?''' - go and ask it [[http://askubuntu.com/questions/ask?tags=accomplishments|here]]. * '''Found a bug?''' - go and report it [[https://bugs.launchpad.net/ubuntu-accomplishments-system/+filebug|here]]. |
| Line 50: | Line 44: |
| Uninstallation is as simple as removing it's three packages: {{{accomplishments-daemon}}}, {{{accomplishments-viewer}}} and {{{ubuntu-community-accomplishments}}} | You can uninstall using the following commands: {{{ sudo apt-get remove accomplishments-daemon accomplishments-viewer ubuntu-community-accomplishments ubuntu-desktop-accomplishments accomplishments-lens }}} You can remove all the accomplishments configuration files with: {{{ rm -rf ~/.config/accomplishments/ && rm -rf ~/.cache/accomplishments/ && rm -rf ~/.local/share/accomplishments/ }}} |
| Line 53: | Line 57: |
== Installation == === Are there Quantal packages yet? === Not yet, they are coming === Does this work on other distos? === We haven't tested, but we would love if other distros packaged and shipped Ubuntu Accomplishments! === Do I need to have an Ubuntu One account? === You do if you want to make use of the community accomplishments; the Ubuntu One account is used to sync the trophies to the validation server to verify that the trophies are valid. You can sign up for an Ubuntu One account within the app...it is simple! :-) == Usage == === My Trophies Lens doesn't show anything. How do I make it work? ==== If you just started Ubuntu Accomplishments for the first time, log out and then log back in again. Also, ensure that you have the background service option enabled in ''Edit -> Preferences''. |
Installing Ubuntu Accomplishments
So you want to try out the Ubuntu Accomplishments? Luckily, this is very simple.
Requirements
- Ubuntu Accomplishments System works only on Ubuntu 12.04 Precise Pangolin. We are working on Quantal packages as we speak.
Installing latest version (0.2) from releases PPA
All users are recommended to install from the releases PPA; this contains the most current and stable release of Ubuntu Accomplishments.
To install, simply run following commands in terminal:
sudo add-apt-repository ppa:ubuntu-accomplishments/releases sudo apt-get update sudo apt-get install accomplishments-daemon accomplishments-viewer ubuntu-community-accomplishments ubuntu-desktop-accomplishments accomplishments-lens
The accomplishments system should be now installed on your system.
To begin, run the Accomplishments Viewer app which is now available in the Dash (or run accomplishments-viewer from a terminal).
Installing from a daily-builds PPA
IT IS NOT RECOMMENDED TO USE THIS PPA UNLESS YOUR ARE A DEVELOPER. IF YOU ARE A USER, USE THE 'RELEASES` PPA ABOVE.
There is also a daily builds PPA available: ppa:ubuntu-accomplishments-admins/daily.
It usually has all newest not-yet-released features, and is up-to-date with trunk, but also contains more bugs, and from time to time may be not working at all. Use at your own risk!
Warning: Daily builds and releases PPAs have conflicting version numbers. You should never have both of them installed, such setups will not work correctly.
Uninstalling
You can uninstall using the following commands:
sudo apt-get remove accomplishments-daemon accomplishments-viewer ubuntu-community-accomplishments ubuntu-desktop-accomplishments accomplishments-lens
You can remove all the accomplishments configuration files with:
rm -rf ~/.config/accomplishments/ && rm -rf ~/.cache/accomplishments/ && rm -rf ~/.local/share/accomplishments/
FAQ
Installation
Are there Quantal packages yet?
Not yet, they are coming
Does this work on other distos?
We haven't tested, but we would love if other distros packaged and shipped Ubuntu Accomplishments!
Do I need to have an Ubuntu One account?
You do if you want to make use of the community accomplishments; the Ubuntu One account is used to sync the trophies to the validation server to verify that the trophies are valid. You can sign up for an Ubuntu One account within the app...it is simple!
Usage
=== My Trophies Lens doesn't show anything. How do I make it work? ====
If you just started Ubuntu Accomplishments for the first time, log out and then log back in again.
Also, ensure that you have the background service option enabled in Edit -> Preferences.
How can I force a re-verification of my trophies?
Click File -> Check Accomplishments.
The application does not give me trophy for something I have accomplished!
Keep in mind that when Ubuntu One happens to lag a bit, the validation server may take some longer time to send you validated trophies. Also try re-verification your trophies. And double-check if your credentials are correct. If the application still misbehaves, report a bug: https://bugs.launchpad.net/ubuntu-accomplishments-system/+filebug
How do I clear out my user information so I can re-enter it?
Your trophies directory lives in ~/.local/share/accomplishments/trophies. In that directory is a sub-directory called .extrainformation - just delete it.
Accomplishments/Installing (last edited 2012-12-24 12:08:19 by 177)
