diff options
author | Aaron Ball <nullspoon@iohq.net> | 2015-09-24 16:21:02 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@iohq.net> | 2015-09-25 00:10:55 -0600 |
commit | 4c921d1dd9e16eb456da3e97d72aecb0881ff39d (patch) | |
tree | 7e66e633fbd643f239346aac2e299b8eb3d75bd5 /src/Empathy_Accounts_Dialog_won't_Launch.ascii | |
parent | 161a81152e7b644444dea3000165f436d16ce3f5 (diff) | |
download | oper.io-4c921d1dd9e16eb456da3e97d72aecb0881ff39d.tar.gz oper.io-4c921d1dd9e16eb456da3e97d72aecb0881ff39d.tar.xz |
Initial conversion to php
Wrote index.php
Moved all asciidoc source files into new src directory
Created index.ascii for keeping track of post index (and allow for
drafts easily)
Updated styles to allow for styles unique to the index page
Fixed a few issues with various posts
Added tracking code
Diffstat (limited to 'src/Empathy_Accounts_Dialog_won't_Launch.ascii')
-rw-r--r-- | src/Empathy_Accounts_Dialog_won't_Launch.ascii | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/Empathy_Accounts_Dialog_won't_Launch.ascii b/src/Empathy_Accounts_Dialog_won't_Launch.ascii new file mode 100644 index 0000000..f1aa6ae --- /dev/null +++ b/src/Empathy_Accounts_Dialog_won't_Launch.ascii @@ -0,0 +1,36 @@ +Empathy Accounts Dialog Won't Launch +==================================== +:author: Aaron Ball +:email: nullspoon@iohq.net + + +== {doctitle} + +I am currently working on a blog post on how to build a non-linux user +friendly-ish laptop (something similar to Ubuntu in software sets) using Arch +Linux (I know, not exactly the best of ideas). In this process, I installed +Empathy, a multi-medium instant messenger. When I tried to add an account +however, I ran into a strange issue that gave me very ambiguous errors (which I +unfortunately forgot to copy). After searching around, I stumbled upon +https://bbs.archlinux.org/viewtopic.php?id=96918[this] forum thread that solved +my problem. The issue is that in Arch Linux, installing Empathy doesn't +automagically install telepathy, a framework for real time conversation (the +project page can be found http://www.ohloh.net/p/telepathy[here]). To fix this +issue, we simply need to install telepathy. + +---- +pacman -S telepathy +---- + +And with that, give Empathy a reboot +(http://www.youtube.com/watch?v=W8_Kfjo3VjU[three times]). I found +unfortunately however that Empathy has a process that likes to hang behind even +after quitting the application. Just run an ol' *ps -ef | grep empathy* and +kill the pid and you should be golden. + + +Category:Linux +Category:Linux_Applications + + +// vim: set syntax=asciidoc: |