{"id":112,"date":"2007-08-12T20:54:52","date_gmt":"2007-08-12T19:54:52","guid":{"rendered":"http:\/\/albertomilone.com\/wordpress\/?p=112"},"modified":"2007-08-12T20:54:52","modified_gmt":"2007-08-12T19:54:52","slug":"mini-howto-using-envy-on-debian-testing-or-unstable-warning-use-it-at-your-very-own-risk","status":"publish","type":"post","link":"https:\/\/albertomilone.com\/blog\/mini-howto-using-envy-on-debian-testing-or-unstable-warning-use-it-at-your-very-own-risk\/","title":{"rendered":"Mini-howto: using Envy on Debian Testing or Unstable (WARNING: use it at your very own risk)"},"content":{"rendered":"<p>Etch is the only Debian distribution currently supported by Envy, however many users keep asking me how to use Envy on Debian Testing (Lenny) or Unstable (Sid). If you want to try Envy on Debian testing or unstable <strong>at your very own risk<\/strong> you can follow these steps:<\/p>\n<p>NOTE: you will have to put the word &#8220;sid&#8221; instead of &#8220;lenny&#8221; if you use Debian unstable<\/p>\n<p>type:<br \/>\n<code>sudo nano -w \/usr\/share\/envy\/instun\/classes.py<\/code><\/p>\n<p>go to line 324 so as to see the following line:<br \/>\n<code>    elif self.details['osname'] == 'cassandra':#SUPPORT FOR LINUX MINT CASSANDRA<br \/>\n            self.details['osname'] = 'feisty'#this will make it act like<br \/>\nfeisty<\/code><\/p>\n<p>replace &#8216;cassandra&#8217; with &#8216;lenny&#8217; and &#8216;feisty&#8217; with &#8216;etch&#8217; so as to see something like the following (please, edit the file manually so as not to break Python&#8217;s indentation):<br \/>\n<code>    elif self.details['osname'] == 'lenny':#SUPPORT FOR LINUX MINT CASSANDRA<br \/>\n            self.details['osname'] = 'etch'#this will make it act like feisty<\/code><\/p>\n<p>Then press CTRL+X to exit (save the file)<\/p>\n<p>Envy will no longer complain about the fact that your OS is not supported however it may crash for other reasons.<\/p>\n<p>NOTE: WordPress doesn&#8217;t seem to keep Python&#8217;s indentation :-\/<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Etch is the only Debian distribution currently supported by Envy, however many users keep asking me how to use Envy on Debian Testing (Lenny) or Unstable (Sid). If you want to try Envy on Debian testing or unstable at your very own risk you can follow these steps: NOTE: you will have to put the <a class=\"read-more\" href=\"https:\/\/albertomilone.com\/blog\/mini-howto-using-envy-on-debian-testing-or-unstable-warning-use-it-at-your-very-own-risk\/\">[&hellip;]<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4,5],"tags":[],"class_list":["post-112","post","type-post","status-publish","format-standard","hentry","category-envy","category-planet"],"_links":{"self":[{"href":"https:\/\/albertomilone.com\/blog\/wp-json\/wp\/v2\/posts\/112","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/albertomilone.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/albertomilone.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/albertomilone.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/albertomilone.com\/blog\/wp-json\/wp\/v2\/comments?post=112"}],"version-history":[{"count":0,"href":"https:\/\/albertomilone.com\/blog\/wp-json\/wp\/v2\/posts\/112\/revisions"}],"wp:attachment":[{"href":"https:\/\/albertomilone.com\/blog\/wp-json\/wp\/v2\/media?parent=112"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/albertomilone.com\/blog\/wp-json\/wp\/v2\/categories?post=112"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/albertomilone.com\/blog\/wp-json\/wp\/v2\/tags?post=112"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}