m |
|
(36 intermediate revisions not shown) |
Line 1: |
Line 1: |
- | Background
| + | See my [http://wiki.meego.com/User:Epage MeeGo Profile]. |
- | * BS in Computer Engineering
| + | |
- | * Driver developer
| + | |
- | | + | |
- | Hardware
| + | |
- | * Nokia 770
| + | |
- | * Nokia n810 - Maemo 4.1
| + | |
- | | + | |
- | Software Projects
| + | |
- | * [http://ejpi.garage.maemo.org/ ejpi] Creator
| + | |
- | * [http://gc-dialer.garage.maemo.org/ DialCentral] Maintainer
| + | |
- | * [http://axique.de/?f=Quicknote Quicknote] Contributor
| + | |
- | * [[Mer]] Contributor
| + | |
- | ** [http://gitorious.org/epage-mer/mer-cpa-about mer-cpa-about] Creator
| + | |
- | ** [http://gitorious.org/epage-mer/mer-cpa-input mer-cpa-input] Creator
| + | |
- | ** [http://gitorious.org/epage-mer/mer-cpa-memory mer-cpa-memory] Creator
| + | |
- | ** [http://gitorious.org/epage-mer/first-boot-wizard first-boot-wizard] Contributor
| + | |
- | | + | |
- | Mer Ideas
| + | |
- | * [[User:epage/Lock Screen]]
| + | |
- | * [[User:epage/Branding]]
| + | |
- | | + | |
- | Notes on porting to Mer:
| + | |
- | * Python package dependencies change
| + | |
- | ** I switched to python2.6
| + | |
- | *** Probably most random apps will work with python2.6 as the #!
| + | |
- | ** I removed version numbers from my deps (like python2.5-gtk)
| + | |
- | ** python-glade needs to be explicit
| + | |
- | *** Has installation problems as a dependency, after manually installing it and agreeing to some random question, installation of my package worked
| + | |
- | ** python-xml requires python-launcher not to be installed
| + | |
- | * Py2Deb
| + | |
- | ** It puts package deps in the *.dsc build deps, manually delete them
| + | |
- | ** It also does not follow the new [http://wiki.maemo.org/Task:Package_categories category system]
| + | |
- | * Other
| + | |
- | ** run-standalone.sh is broken due to a missing dependency, so I remove it from my *.desktop file when building for Mer
| + | |