User:Chrigi 1/DevelopmentSetup

From KDE TechBase
Revision as of 15:59, 23 January 2011 by Chrigi 1 (talk | contribs) (Created page with 'Since the latest update of akonadi I was not able to run two akonadi instances with the same user anymore, so I switched to a setup using two users. I have my main user (which I...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Since the latest update of akonadi I was not able to run two akonadi instances with the same user anymore, so I switched to a setup using two users.

I have my main user (which I use for all daily tasks) and a devel user. My kde development happens with normal user, and the devel user is only used to run the trunk versions of the parts I'm working on. I.e. currently I'm working on an app using akonadi and nepomuk, so I run another instance of akonadi and nepomuk with the devel user (because I need the latest Akonadi Agents).

This setup is fairly flexible as you can run full sessions with of the trunk version, without touching your working environment. On the other hand you don't need to run a full session, you can also simply run the programs you want with the devel user, from you normal working session with you standard user.

Layout: MainUser: chrigi DevelopmentUser: devel trunk KDEDIR: /opt/devel/KDE trunk sourcecode: /home/chrigi/devel/kde