{"id":187,"date":"2008-04-15T23:10:22","date_gmt":"2008-04-16T03:10:22","guid":{"rendered":"http:\/\/timony.com\/mickzblog\/?p=187"},"modified":"2008-04-15T23:10:22","modified_gmt":"2008-04-16T03:10:22","slug":"e17-on-ubuntu-revisited","status":"publish","type":"post","link":"http:\/\/timony.com\/mickzblog\/2008\/04\/15\/e17-on-ubuntu-revisited\/","title":{"rendered":"e17 on Ubuntu Revisited"},"content":{"rendered":"<p>Ever since my original <a title=\"Enlightement e17 on Debian &amp; Ubuntu\" href=\"http:\/\/timony.com\/mickzblog\/2007\/02\/18\/enlightement-e17-on-debian-ubuntu\/\" target=\"_blank\">post<\/a> on installing <a title=\"E-17\" href=\"http:\/\/www1.get-e.org\/\">Enlightenment E17<\/a> on <a title=\"Debian GNU\/Linux\" href=\"http:\/\/www.debian.org\/\">Debian<\/a> and <a title=\"Ubuntu\" href=\"http:\/\/www.ubuntu.com\/\">Ubuntu<\/a> things have changed, such as the server that hosted the package repositories for both Debian &amp; Ubuntu going off-line (supposedly temporarily but it&#8217;s been offline for almost 6 months).<\/p>\n<p>Also, I&#8217;ve been having issues with E17 working correctly on my laptop running Ubuntu. This is probably because of conflicts between old and new packages, and because E17 is still beta code.<\/p>\n<p>In this posting I&#8217;ll concentrate on <em>installing or reinstalling E17 on Ubuntu 8.04<\/em> otherwise know as <a title=\"Hardy Heron\" href=\"https:\/\/wiki.ubuntu.com\/HardyHeron\">Hardy Heron<\/a>. You should be able to use the same instructions to install E17 on other recent versions of Ubuntu. I&#8217;ll also try and the same for installing E17 on <a title=\"Install E17 on Debian\" href=\"http:\/\/timony.com\/mickzblog\/2008\/04\/17\/update-on-enlightenment-e17-for-debian\/\">Debian<\/a> at some point in the future.<\/p>\n<p><strong>First,<\/strong> remove all existing traces of any previous E17 installs.<\/p>\n<pre style=\"padding-left: 30px;\">sudo apt-get remove --purge e17 emodule* libevas* libefreet*<\/pre>\n<p>You&#8217;ll notice that I&#8217;ll use a mixture of apt-get and aptitude to remove and install packages. I&#8217;ve found that sometimes aptitude is a little too aggressive in removing packages, and sometime will remove package that I need. For instance when I started to remove E17, aptitude also wanted to remove xserver-xorg which would mean X wouldn&#8217;t work (no <a title=\"Wiki def of GUI\" href=\"http:\/\/en.wikipedia.org\/wiki\/Graphical_user_interface\">GUI<\/a>).<\/p>\n<p><strong>Next,<\/strong> remove any old repositories for E17 from you sources.list. But, first make a back-up copy of the file:<\/p>\n<pre style=\"padding-left: 30px;\">sudo cp \/etc\/apt\/sources.list \/etc\/apt\/sources.list.bak<\/pre>\n<p>Then, remove or comment out any other E17 repositories from the file, by editing the file with your favourite text editor. I normally use emacs:<\/p>\n<pre style=\"padding-left: 30px;\">sudo emacs \/etc\/apt\/sources.list<\/pre>\n<p>Or if you don&#8217;t have X running and are doing this from a console:<\/p>\n<pre style=\"padding-left: 30px;\">sudo emacs -nw \/etc\/apt\/sources.list<\/pre>\n<p>You can use # to comment out lines. Remove any references to edevelop.org or soulmachine.net .<\/p>\n<p><strong>Then, <\/strong>add the dunnewinde.net repository, by adding the following lines:<\/p>\n<pre style=\"padding-left: 30px;\"># dunnewind e17 repository for Ubuntu Hardy<\/pre>\n<pre style=\"padding-left: 30px;\">deb http:\/\/e17.dunnewind.net\/ubuntu hardy e17<\/pre>\n<p>You can replace hardy with either gutsy or feisty if your running either of those versions of Ubuntu.<\/p>\n<p><strong>Now<\/strong> your ready to install\/reinstall Enlightenment E17! \ud83d\ude42<\/p>\n<pre style=\"padding-left: 30px;\">sudo aptitude install e17<\/pre>\n<p>Or if you also want to play with a media player based on E17 libraries install eclair also.<\/p>\n<pre style=\"padding-left: 30px;\">sudo aptitude install e17 eclair<\/pre>\n<p><script type=\"text\/javascript\"><!--\ngoogle_ad_client = \"pub-8137689346830294\";\n\/* 468x60, created 12\/6\/08 enlightenment-post *\/\ngoogle_ad_slot = \"8968112620\";\ngoogle_ad_width = 468;\ngoogle_ad_height = 60;\n\/\/ --><\/script><br \/>\n<script src=\"http:\/\/pagead2.googlesyndication.com\/pagead\/show_ads.js\" type=\"text\/javascript\"><\/script><\/p>\n<p style=\"text-align: left;\">Once the install is completed, logout. At the login screen (GDM) change your session to Enlightenment and login and you should see something that looks like the following:<\/p>\n<p style=\"text-align: left;\"><em>Sorry that screenshot is missing. I deleted it as someone was leeching the image by linking directly to the image from their blog (using up my bandwidth instead of theirs). I&#8217;ll upload a new image in the near future.<\/em><\/p>\n<p style=\"text-align: left;\">No other themes are installed, I&#8217;ll write another post in the next few days showing how to get themes from <a title=\"get-e.org\" href=\"http:\/\/www1.get-e.org\/\">get-e.org<\/a> and install them. In the meantime here&#8217;s a screen-shot using the Darkness theme:<\/p>\n<p style=\"text-align: left;\"><a rel=\"attachment wp-att-27\" href=\"http:\/\/timony.com\/mickzblog\/2007\/03\/23\/enlightement-e17-on-ubuntu-screenshots\/e17-darkness-theme-with-menu\/\"><img loading=\"lazy\" decoding=\"async\" class=\"size-medium wp-image-27 aligncenter\" title=\"E17 Darkness Theme with Menu\" src=\"http:\/\/timony.com\/mickzblog\/wp-content\/uploads\/2007\/03\/e17-b.jpg\" alt=\"\" width=\"300\" height=\"187\" srcset=\"http:\/\/timony.com\/mickzblog\/wp-content\/uploads\/2007\/03\/e17-b.jpg 1280w, http:\/\/timony.com\/mickzblog\/wp-content\/uploads\/2007\/03\/e17-b-300x188.jpg 300w, http:\/\/timony.com\/mickzblog\/wp-content\/uploads\/2007\/03\/e17-b-1024x640.jpg 1024w\" sizes=\"auto, (max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\n<p style=\"text-align: left;\">This posting originally at:<a href=\"http:\/\/timony.com\/mickzblog\/2008\/04\/15\/e17-on-ubuntu-revisitede17-on-ubuntu-revisited\/\"><\/a><\/p>\n<p style=\"text-align: left;\"><a href=\"http:\/\/timony.com\/mickzblog\/2008\/04\/15\/e17-on-ubuntu-revisitede17-on-ubuntu-revisited\/\"><span id=\"sample-permalink\">http:\/\/timony.com\/mickzblog\/2008\/04\/15\/<span id=\"editable-post-name\" title=\"Click to edit this part of the permalink\">e17-on-ubuntu-revisited<\/span><span id=\"editable-post-name-full\">e17-on-ubuntu-revisited<\/span>\/<\/span><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Ever since my original post on installing Enlightenment E17 on Debian and Ubuntu things have changed, such as the server that hosted the package repositories for both Debian &amp; Ubuntu going off-line (supposedly temporarily but it&#8217;s been offline for almost 6 months). Also, I&#8217;ve been having issues with E17 working correctly on my laptop running &hellip; <a href=\"http:\/\/timony.com\/mickzblog\/2008\/04\/15\/e17-on-ubuntu-revisited\/\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">e17 on Ubuntu Revisited<\/span> <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[52,8,22,41],"tags":[100,101,103,190,193,214,218,237,251,284,285,307,310,311,390,506,512,536,556,602,642],"class_list":["post-187","post","type-post","status-publish","format-standard","hentry","category-debian-linux","category-e17","category-linux","category-ubuntu-linux-2","tag-apt","tag-apt-get","tag-aptitude","tag-debian","tag-desktop","tag-dunnewind","tag-e17","tag-enlightenment","tag-feisty","tag-get-e","tag-get-eorg","tag-gutsy","tag-hardy","tag-hardy-heron","tag-linux","tag-purge","tag-rasterman","tag-screenshot","tag-sourceslist","tag-ubuntu","tag-x"],"_links":{"self":[{"href":"http:\/\/timony.com\/mickzblog\/wp-json\/wp\/v2\/posts\/187","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/timony.com\/mickzblog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/timony.com\/mickzblog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/timony.com\/mickzblog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/timony.com\/mickzblog\/wp-json\/wp\/v2\/comments?post=187"}],"version-history":[{"count":0,"href":"http:\/\/timony.com\/mickzblog\/wp-json\/wp\/v2\/posts\/187\/revisions"}],"wp:attachment":[{"href":"http:\/\/timony.com\/mickzblog\/wp-json\/wp\/v2\/media?parent=187"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/timony.com\/mickzblog\/wp-json\/wp\/v2\/categories?post=187"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/timony.com\/mickzblog\/wp-json\/wp\/v2\/tags?post=187"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}