diff options
author | Aaron Ball <nullspoon@iohq.net> | 2015-10-15 08:32:36 -0600 |
---|---|---|
committer | Aaron Ball <nullspoon@iohq.net> | 2015-10-15 08:32:36 -0600 |
commit | ad1f7364ae32e3968508f5be1e4ee9dd756c541e (patch) | |
tree | ff4dfa8b29a9768eb762ecb6c55887640b454665 /src/Empathy_Accounts_Dialog_wont_Launch.ascii | |
parent | 4b6ecb418c19bfc421f225e016c1cee0919943ce (diff) | |
download | oper.io-ad1f7364ae32e3968508f5be1e4ee9dd756c541e.tar.gz oper.io-ad1f7364ae32e3968508f5be1e4ee9dd756c541e.tar.xz |
Fixed some posts with apostrophes in their titles
Diffstat (limited to 'src/Empathy_Accounts_Dialog_wont_Launch.ascii')
-rw-r--r-- | src/Empathy_Accounts_Dialog_wont_Launch.ascii | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/src/Empathy_Accounts_Dialog_wont_Launch.ascii b/src/Empathy_Accounts_Dialog_wont_Launch.ascii new file mode 100644 index 0000000..f1aa6ae --- /dev/null +++ b/src/Empathy_Accounts_Dialog_wont_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: |