<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 30: Diffuse don't start in Linuxmint 19.1</title><link href="https://sourceforge.net/p/diffuse/bugs/30/" rel="alternate"/><link href="https://sourceforge.net/p/diffuse/bugs/30/feed.atom" rel="self"/><id>https://sourceforge.net/p/diffuse/bugs/30/</id><updated>2019-04-30T20:22:37.995000Z</updated><subtitle>Recent changes to 30: Diffuse don't start in Linuxmint 19.1</subtitle><entry><title>#30 Diffuse don't start in Linuxmint 19.1</title><link href="https://sourceforge.net/p/diffuse/bugs/30/?limit=25#b4d6" rel="alternate"/><published>2019-04-30T20:22:37.995000Z</published><updated>2019-04-30T20:22:37.995000Z</updated><author><name>Dennis Miller</name><uri>https://sourceforge.net/u/millerdl/</uri></author><id>https://sourceforge.nete9d177c28f5cda7b225ab7f70eb7a85b29e22d43</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Looks like you have done something to make Python 3 the default on your system or you are directly invoking it with Python 3, since this is Python 2 code.  If you are using Python 3 in an active virtual environment, then you will get this error since the virtual environment sittings will override the Python 2 system default with Python 3.  Mint 19.1 uses Python 2 as default so it should work fine.  You will have to find out what you have done to cause it to be run under Python 3.&lt;/p&gt;
&lt;p&gt;In the meantime you should be able to explicitly run it under Python 2 by using the command:&lt;br/&gt;
$ python2 /usr/bin/diffuse&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Diffuse don't start in Linuxmint 19.1</title><link href="https://sourceforge.net/p/diffuse/bugs/30/" rel="alternate"/><published>2019-02-27T13:01:57.581000Z</published><updated>2019-02-27T13:01:57.581000Z</updated><author><name>Moisés Bites</name><uri>https://sourceforge.net/u/moisesbites/</uri></author><id>https://sourceforge.netb7079118429896fbfc4bb7d66ca63ade753923ec</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Diffuse is not starint anymore. &lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ diffuse
  File &lt;span class="s2"&gt;"/usr/bin/diffuse"&lt;/span&gt;, line &lt;span class="m"&gt;74&lt;/span&gt;
    print codecs.encode&lt;span class="o"&gt;(&lt;/span&gt;unicode&lt;span class="o"&gt;(&lt;/span&gt;s, &lt;span class="s1"&gt;'utf_8'&lt;/span&gt;&lt;span class="o"&gt;)&lt;/span&gt;, sys.getfilesystemencoding&lt;span class="o"&gt;())&lt;/span&gt;
               ^
SyntaxError: invalid syntax
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;My system:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;$ apt version diffuse
&lt;span class="m"&gt;0&lt;/span&gt;.4.8-3

$ uname -orvsi 
Linux &lt;span class="m"&gt;4&lt;/span&gt;.15.0-45-generic &lt;span class="c1"&gt;#48-Ubuntu SMP Tue Jan 29 16:28:13 UTC 2019 x86_64 GNU/Linux&lt;/span&gt;

$ lsb_release -a
No LSB modules are available.
Distributor ID: LinuxMint
Description:    Linux Mint &lt;span class="m"&gt;19&lt;/span&gt;.1 Tessa
Release:    &lt;span class="m"&gt;19&lt;/span&gt;.1
Codename:   tessa

$ apt version cinnamon
&lt;span class="m"&gt;4&lt;/span&gt;.0.9+tessa
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</summary></entry></feed>