<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title type='text'>Luca Ferrari</title>
<subtitle type='html'></subtitle>
<link href="https://fluca1978.github.io" />
<author>
  <name>Luca Ferrari</name>
  <email>fluca1978@gmail.com</email>
  <uri>https://fluca1978.github.io</uri>
  <link href="https://fluca1978.github.io" />
</author>


<!-- category: planet-kde-org  -->
  
  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  
  <entry>
        <title>Producing PDF the easy way: PDFQuirk</title>
        <link href="https://fluca1978.github.io/2020/06/11/PDFQuirk.html" />
        <updated>2020-06-11T00:00:00+00:00</updated>
        <id>https://fluca1978.github.io/2020/06/11/PDFQuirk</id>
        <content type="html">&lt;p&gt;I found a very nice tool to use on my Plasma desktop to produce PDF documents starting from a range of other documents.&lt;/p&gt;

&lt;h1 id=&quot;producing-pdf-the-easy-way-pdfquirk&quot;&gt;Producing PDF the easy way: PDFQuirk&lt;/h1&gt;

&lt;p&gt;&lt;a href=&quot;https://dragotin.github.io/quirksite/&quot; target=&quot;_blank&quot;&gt;PDF Quirk&lt;/a&gt; is a fresh and simple tools, and at the very same time a very powerful one, that is available as an application that runs on top of Qt 5 (and therefore, on Plasma too).
&lt;br /&gt;
The idea behind &lt;a href=&quot;https://dragotin.github.io/quirksite/&quot; target=&quot;_blank&quot;&gt;PDF Quirk&lt;/a&gt; is that it is possible to produce a single PDF froma  list of images or other documents, something like what you can do with &lt;a href=&quot;https://imagemagick.org/index.php&quot; target=&quot;_blank&quot;&gt;ImageMagick&lt;/a&gt; or similar tools. Effectively, this is just a front-end for the well know ImageMagick, so it exploits the same reliable technology.
&lt;br /&gt;
So where is the advantage of using PDF Quirk? An easy and clean GUI instead of having to deal with the command line. I’m not scare by the command line, and quite frankly is the only way I do my stuff, but I find it hard to remember how to merge documents into a single one, and therefore PDF Quirk is somehow a relief.
&lt;br /&gt;
On the command line I’ve to do something like the following:&lt;/p&gt;

&lt;div class=&quot;language-shell highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;% convert &lt;span class=&quot;s1&quot;&gt;&apos;pre 1.jpg&apos;&lt;/span&gt;  &lt;span class=&quot;s1&quot;&gt;&apos;pre 2.jpg&apos;&lt;/span&gt;  &lt;span class=&quot;s1&quot;&gt;&apos;pre 3.jpg&apos;&lt;/span&gt;  &lt;span class=&quot;s1&quot;&gt;&apos;pre 4.jpg&apos;&lt;/span&gt;  &lt;span class=&quot;s1&quot;&gt;&apos;pre 5.jpg&apos;&lt;/span&gt;  &lt;span class=&quot;s1&quot;&gt;&apos;pre 6.jpg&apos;&lt;/span&gt;  &lt;span class=&quot;s1&quot;&gt;&apos;pre 7.jpg&apos;&lt;/span&gt;  &lt;span class=&quot;s1&quot;&gt;&apos;pre 8.jpg&apos;&lt;/span&gt; pre.pdf
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;that will merge all &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;pre&lt;/code&gt; JPEG files into a single PDF.
&lt;br /&gt;
Now with PDF Quirk I can launch the GUI and add the images with &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Add from File&lt;/code&gt; button, that handles multiple selections, and then &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;Save&lt;/code&gt; to get the progam asking for the output file to produce.
&lt;br /&gt;&lt;/p&gt;
&lt;center&gt;
&lt;img src=&quot;/images/posts/pdfquirk/pdfquirk1.png&quot; /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;img src=&quot;/images/posts/pdfquirk/pdfquirk2.png&quot; /&gt;
&lt;/center&gt;

&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
The &lt;a href=&quot;https://github.com/dragotin/pdfquirk&quot; target=&quot;_blank&quot;&gt;tool&lt;/a&gt; is at a very early stage, but it is already useful to me (and probably to many others), and will get surely improved during time.&lt;/p&gt;
</content>
    </entry>
    

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  
  <entry>
        <title>Eclipse Frozen: the strange case of the SSD disk</title>
        <link href="https://fluca1978.github.io/2020/04/25/SSD.html" />
        <updated>2020-04-25T00:00:00+00:00</updated>
        <id>https://fluca1978.github.io/2020/04/25/SSD</id>
        <content type="html">&lt;p&gt;I lost almost three days trying to figure out why my computer was freezing…&lt;/p&gt;

&lt;h1 id=&quot;eclipse-frozen-the-strange-case-of-the-ssd-disk&quot;&gt;Eclipse Frozen: the strange case of the SSD disk&lt;/h1&gt;

&lt;p&gt;It started on Thursday of the last week: while I was happily developing within Eclipse my home computer got frozen, nothing was responding, including the Plasma desktop. After a couple of minutes, I rebooted the computer, increased the amount of memory related to Eclipse and started working again.
&lt;br /&gt;
&lt;br /&gt;
On the next Monday I got the same behavior, again while working within Eclipse. I’m not a big fan of Eclipse anymore, I believe it is too much &lt;em&gt;huge&lt;/em&gt; nowdays, and so I blamed Eclipse &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;2019-12&lt;/code&gt; as the responsible of this whole Plasma desktop freeze.
I then tried, after a reboot, to keep Eclipse resources at a miminum, for example closing not interesting projects, but with an increasing frequency, the computer was freezing and I was getting nervous.
&lt;br /&gt;
I then start digging into the Eclipse workspace logs, without any success. Also the Linux logs were not reporting anything, the computer simply stopped working.
&lt;br /&gt;
In the meantime I have experienced slowing computer performances, and I’ve noted hat only &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;2 GB&lt;/code&gt;s out of my &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;240 GB&lt;/code&gt;s Solid State Disk were left. I therefore decided to trash some stuff to make more room on the disk, and the computer immediatly started to behave better.
&lt;br /&gt;
But then, again, it froze.
&lt;br /&gt;
&lt;br /&gt;
As a last resort, I tried to update Eclipse from &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;2019-12&lt;/code&gt; to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;2020-03&lt;/code&gt;, a couple of time without any success.
&lt;br /&gt;
I then started to move my stuff out from the hme folder to another partition (on the same disk) in the hope to get it resuming its performances.
&lt;br /&gt;
&lt;br /&gt;
But here the clue: while &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;rsync&lt;/code&gt;ing content, in particular a quite large &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;git&lt;/code&gt; project, the computer froze again.
&lt;br /&gt;
Could it be something related to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;git&lt;/code&gt;? Quick, run &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;git gc&lt;/code&gt; on the project! And in fact the project was moved to another partition easily, so that mademe hope again I found and fixed the problem, that appeared to be due to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;git&lt;/code&gt; misbehaving in Eclipse and on the filesystem.
&lt;br /&gt;
But the very next day, another freeze.
&lt;br /&gt;
Ok, enough for me: get rid of Eclipse! Let’s install Netbeans.
&lt;br /&gt;
But I was unable to complete the installation, since the computer was freezing every time I attempted to run the installer.
&lt;br /&gt;
&lt;br /&gt;
Ok, there was nothing remaining except the hard disk drive. My &lt;strong&gt;Sandisk SSD 240 GB&lt;/strong&gt; was misbehaving after only two years of usage.
&lt;br /&gt;
So, here I’m removing the hard disk and substituting it with another SSD, reinstalling the operating sysem from scratch and hoping this can be a solution.&lt;/p&gt;

&lt;h2 id=&quot;it-is-not-as-simple-as-it-is&quot;&gt;It is not as simple as it is&lt;/h2&gt;

&lt;p&gt;Reinstalling an operating system from scratch is a very long activity: you have to reconfigure the whole system.
&lt;br /&gt;
But luckily I placed the old SSD disk into a container and attached it via USB: I was able to restore pretty much everything in a matter of hours (yes, USB 1!). And the Sandisk SSD was always working, I suspect &lt;em&gt;USB was not pushing pressure on the data bus&lt;/em&gt;.
&lt;br /&gt;
Of course, the hardest part was to remember how to unlock my encrypted home folder, but thanks to &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;ecryptfs-recover-pivate&lt;/code&gt; I was able to unlock the content and get back many of my settings, including &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;git&lt;/code&gt; repositories not yet pushed!&lt;/p&gt;
</content>
    </entry>
    

  

  
  <entry>
        <title>Strange Plasma Behaviors (at least to me)</title>
        <link href="https://fluca1978.github.io/2020/04/24/PlasmaSingleClick.html" />
        <updated>2020-04-24T00:00:00+00:00</updated>
        <id>https://fluca1978.github.io/2020/04/24/PlasmaSingleClick</id>
        <content type="html">&lt;p&gt;A few things I found strange in Plasma.&lt;/p&gt;

&lt;h1 id=&quot;strange-plasma-behaviors-at-least-to-me&quot;&gt;Strange Plasma Behaviors (at least to me)&lt;/h1&gt;

&lt;p&gt;Recently I had to install my computer from scratch, due to the failure of its hard disk. I then installed the most recent of &lt;a href=&quot;https://www.kubuntu.org&quot; target=&quot;_blank&quot;&gt;Kubuntu&lt;/a&gt; from scratch, and with that the most available version of &lt;a href=&quot;https://www.kde.org&quot; target=&quot;_blank&quot;&gt;Plasma desktop&lt;/a&gt; available for it.
&lt;br /&gt;
Also, due to the COVID-19 scenario, I’m working from home (let’s call it &lt;em&gt;smart working&lt;/em&gt;), and I’ve prepared a workstation with a double monitor. I’ve never used Plasma with two monitors before.
&lt;br /&gt;
First of all, I’m running Plasma &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;5.16.5&lt;/code&gt;, that is not the latest version (that at the time of writing is &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;5.18.4&lt;/code&gt;), and so part of the things I describe as problems could have been reverted back to what I remember was the old behavior.
&lt;br /&gt;
&lt;br /&gt;
And here comes the strange things…&lt;/p&gt;

&lt;h2 id=&quot;a-panel-in-another-monitor&quot;&gt;A Panel in Another Monitor&lt;/h2&gt;

&lt;p&gt;It should be trivial: you can move a window from one monitor to the other by right-clicking on the titlebar and move it as you would do with a virtual desktop.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;center&gt;
  &lt;img src=&quot;/images/posts/plasma/plasma_move_screen.png&quot; alt=&quot;Move to screen menu&quot; /&gt;
&lt;/center&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;However, moving a panel from a screen to the other is not the same. In fact, in order to move a panel you have to &lt;em&gt;drag it form one screen to the other&lt;/em&gt;. Ok, that could sound trivial, since the same can be done with any window, but placing a menu entry in the panel settings could help people like me that don’t like dragging very much. Moreover, having a panel to be created in the screen you are working is surely better than creating it on the main screen.&lt;/p&gt;

&lt;h2 id=&quot;plasma-single-click-to-open-folders&quot;&gt;Plasma Single Click to Open Folders&lt;/h2&gt;

&lt;p&gt;When I opened a folder in Dolphin, nothing happened.
&lt;br /&gt;
I clicked the mouse, but nothing. I quickly realized that there was the double click mode active: I had to press double click to open folders, that to me is quite annoying and remembers other operating systems.
&lt;br /&gt;
But hey, this is Plasma, and I know there is a setting for that!
&lt;br /&gt;
I opened the &lt;em&gt;System Settings&lt;/em&gt; dialog and go straight to the &lt;em&gt;Input Devices&lt;/em&gt; and then to the &lt;em&gt;Mouse&lt;/em&gt;, but the setting was not there.
&lt;br /&gt;
I spent several minutes in searching for the setting, and finally I found it under the &lt;em&gt;Desktop Behavior&lt;/em&gt;:&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;&lt;/p&gt;
&lt;center&gt;
  &lt;img src=&quot;/images/posts/plasma/plasma_single_click.png&quot; alt=&quot;Desktop Behavior&quot; /&gt;
&lt;/center&gt;

&lt;p&gt;&lt;br /&gt;
&lt;br /&gt;
I don’t want to say this is a poor choice, but there are several forum posts bout this same problem that are pointing to the old location, the &lt;em&gt;Mouse Options&lt;/em&gt;, that to me seems much more natural.
&lt;br /&gt;
While I understand that this could be a way to uniform the input device click behavior, I also think that different input devices could require different behavior, so I would at least make a clear link between the &lt;em&gt;Mouse Settings&lt;/em&gt; and the &lt;em&gt;Deskatop Behavior&lt;/em&gt; to make it clear that the clicking behavior is configured outside the scope of the mouse.
&lt;br /&gt;
That’s my opinion.&lt;/p&gt;

&lt;h2 id=&quot;conclusions&quot;&gt;Conclusions&lt;/h2&gt;

&lt;p&gt;Plasma is a great desktop, so far the best I’ve never far with respect to other operating system (and quite frankly, I’ve used a lot of them, proprietary or not). However, some choices with regard to configuration and setup are not always &lt;em&gt;optimal&lt;/em&gt;, considering that here &lt;em&gt;optimal&lt;/em&gt; is in the eyes of who uses the desktop.
&lt;br /&gt;
I have written this post not to blame Plasma, rather to be useful with my considerations and experience to other users that could find the same settings and behaviors odd to their habits.&lt;/p&gt;
</content>
    </entry>
    

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  
  <entry>
        <title>A week with Latte Dock</title>
        <link href="https://fluca1978.github.io/2019/05/17/LatteDock.html" />
        <updated>2019-05-17T00:00:00+00:00</updated>
        <id>https://fluca1978.github.io/2019/05/17/LatteDock</id>
        <content type="html">&lt;p&gt;I tried Latte Dock for a week or so, in order to see if this great piece of software can improve my desktop experience. Here is what I think about.&lt;/p&gt;

&lt;h1 id=&quot;a-week-with-latte-dock&quot;&gt;A week with Latte Dock&lt;/h1&gt;
&lt;p&gt;&lt;a href=&quot;https://store.kde.org/p/1169519/&quot;&gt;Latte Dock&lt;/a&gt; is a dock that provides multiple visual effects in order to improve the experience with icons and applications. I’ve already written about it, mostly in a negative way and not because of the software nor its quality, but because I don’t see too much excitement around &lt;em&gt;another OSX style dock&lt;/em&gt; bar.
&lt;br /&gt;
However, in order to let me give a more accurate review about the experience with Latte, I decided to try it forcing to use it as the only one dock on my main computer.
&lt;br /&gt;
&lt;br /&gt;
I don’t know much about the history and goals of the project, I suspect it is aimed to be a more elegant dock than the default plasma one is, and is of course inspired to the OS X dock that provides parabolic zooms and removes the &lt;em&gt;application tray&lt;/em&gt;. It is worth noting that there are multiple &lt;em&gt;layouts&lt;/em&gt; out there, each one adding one or more features to customize the appearence of the dock, for example adding a top bar or changing the bar layout and size. I’d rather used the out-of-the-box layout in order to get a more unbiased impression.&lt;/p&gt;

&lt;h2 id=&quot;my-plasma-dock&quot;&gt;My Plasma Dock&lt;/h2&gt;

&lt;p&gt;My plasma dock was pretty much simple and is composed by (from left to right):&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;the plasma menu;&lt;/li&gt;
  &lt;li&gt;the switch desktop applet;&lt;/li&gt;
  &lt;li&gt;the application tray;&lt;/li&gt;
  &lt;li&gt;a deck of my main applications (four);&lt;/li&gt;
  &lt;li&gt;the plasma dashboard icon;&lt;/li&gt;
  &lt;li&gt;the notification area;&lt;/li&gt;
  &lt;li&gt;the (digital) clock;&lt;/li&gt;
  &lt;li&gt;the logout applet.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I tend to keep my panel always laid out the same on all my computers, so that my eyes and movements get acquainted to each part I need for opening a resource.&lt;/p&gt;

&lt;h2 id=&quot;the-latte-dock&quot;&gt;The Latte Dock&lt;/h2&gt;

&lt;p&gt;I placed on the dock all the main icons that were present on the deck of my old panel, so that I can have them always on the screen. Then I placed the device notifier, useful for my USB activity (I do use a lot of USB storages), the clock and the logout applet. The panel looks like the following:&lt;/p&gt;

&lt;center&gt;
&lt;img src=&quot;/images/posts/latte/lattedock1.png&quot; /&gt;
&lt;/center&gt;

&lt;p&gt;So here are my first impressions after a week of usage of Latte.&lt;/p&gt;

&lt;p&gt;However, after a few days of using, I changed the layout to the more comfortable, in my opinion, &lt;em&gt;Plasma&lt;/em&gt; one. Here it is a short video of how it appears on my home computer:&lt;/p&gt;

&lt;center&gt;
&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/t5wCQvuU_pU&quot; frameborder=&quot;0&quot; allow=&quot;accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture&quot; allowfullscreen=&quot;&quot;&gt;&lt;/iframe&gt;
&lt;/center&gt;

&lt;h3 id=&quot;advanatges-of-using-latte-dock&quot;&gt;Advanatges of using Latte Dock&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;the panel is automatically configured to hide itself, and this makes the application whole screen sized improving the visual space for every window. While this can be achieved also with the Plasma panel, making the latter auto-hide makes the applications to switch before full screen mode and almost-full-screen when the panel pops up;&lt;/li&gt;
  &lt;li&gt;when an application needs the user attention Latte makes the icon jumping on the dock, and this &lt;em&gt;noise&lt;/em&gt; is easy to catch up by the user;&lt;/li&gt;
  &lt;li&gt;the quick launcher also does as an &lt;em&gt;inco-only&lt;/em&gt; task manager, and this helps keeping the panel at the minimal size (this is something that also Microsoft Windows does, but apparently not Plasma!).&lt;/li&gt;
&lt;/ol&gt;

&lt;h3 id=&quot;drawbacks-of-using-latte-dock&quot;&gt;Drawbacks of using Latte Dock&lt;/h3&gt;

&lt;ol&gt;
  &lt;li&gt;the panel automatically grows or shrinks depending on the number of applications executing, and this makes it difficult to know where an icon will be exactly;&lt;/li&gt;
  &lt;li&gt;hiding the panel makes more room for application windows but, at the same time, removes some useful information from the desktop like the clock, the number of windows opened and so on. Keeping a top panel for those icons and information is not a solution, since it vanish the hiding of the panel and the gained space on the monitor anyway;&lt;/li&gt;
  &lt;li&gt;dialogs don’t recognize the size of the dock, and sometimes they undergo the panel which, when a dialog is shown, pops up. This makes some interactions annoying, unless you switch from the default &lt;em&gt;dodge active&lt;/em&gt; mode to &lt;em&gt;auto-hide&lt;/em&gt;;&lt;/li&gt;
  &lt;li&gt;having a zoomable centered panel has the drawback that menus and alike are shown in a more &lt;em&gt;random&lt;/em&gt; position across the screen, with the side effects that the mouse could be pointing the middle of screen itself and thus resulting in a wrong selection.&lt;/li&gt;
  &lt;li&gt;it tends to forgot icons in the launcher section. After a reboot some of my favourite applications (and related icons) are missing, I don’t know why;&lt;/li&gt;
  &lt;li&gt;sometimes the launcher duplicates icons of running applications, as if there were two active instances. As an example, below you can see &lt;em&gt;Emacs&lt;/em&gt; running on a single instance but reported with two identical icons; I suspect it could be tied to non-KDE applications mainly.&lt;/li&gt;
&lt;/ol&gt;

&lt;center&gt;
&lt;img src=&quot;/images/posts/latte/lattedock3.png&quot; /&gt;
&lt;/center&gt;

&lt;p&gt;It is clear that some of the above drawbacks, e.g., 5 and 6, depends on my lack of knowledge about Latte Dock configuration rather than bugs, but they make harder for me to switch to this panel.&lt;/p&gt;

&lt;h1 id=&quot;conclusions&quot;&gt;Conclusions&lt;/h1&gt;

&lt;p&gt;I do believe &lt;em&gt;Latte Dock&lt;/em&gt; is really a great piece of software and is really cute on eyes, unluckily so far it is not something I get used to, probably due to my eyes problems. Therefore, after having tried it for a week, I decided to switch back to Plasma default panel.
So far, the only things that Latte made me think about are:&lt;/p&gt;
&lt;ol&gt;
  &lt;li&gt;an &lt;em&gt;icon-only&lt;/em&gt; task manager;&lt;/li&gt;
  &lt;li&gt;an *auto-hide** panel.
&lt;br /&gt;
Therefore my actual Plasma panel looks like the following:&lt;/li&gt;
&lt;/ol&gt;

&lt;center&gt;
&lt;img src=&quot;/images/posts/latte/lattedock2.png&quot; /&gt;
&lt;/center&gt;

&lt;p&gt;&lt;strong&gt;I strongly encourage everybody to try and help improving Latte Dock&lt;/strong&gt; because it is really a very nice piece of software and clearly demonstrate the Plasma supremacy, however so far it is not something I see using in my near future on my desktops.&lt;/p&gt;
</content>
    </entry>
    

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  
  <entry>
        <title>Plasma 5.10 is amazing!</title>
        <link href="https://fluca1978.github.io/2017/09/21/KDE3.5.10.html" />
        <updated>2017-09-21T00:00:00+00:00</updated>
        <id>https://fluca1978.github.io/2017/09/21/KDE3.5.10</id>
        <content type="html">&lt;p&gt;I took the time to upgrade my main desktop to Plasma 5.10, and it is amazing. Allow me to explain why this
project is so great and why I like this powerful desktop.&lt;/p&gt;

&lt;h1 id=&quot;plasma-510-is-amazing&quot;&gt;Plasma 5.10 is amazing!&lt;/h1&gt;

&lt;p&gt;A few days ago I spent some time upgrading my main desktop to a stable &lt;a href=&quot;http://www.kde.org&quot;&gt;Plasma Workspace&lt;/a&gt;, or for short &lt;strong&gt;5.10&lt;/strong&gt;.
It is well known Plasma (KDE) is my only and true desktop, and there as a time when my computer was always compiling and upgrading the desktop, but
in these days I tend to stay with a working instance the most and tend not to upgrade it quite often due to the fact that I need more
computer power and time to make things done than to upgrade my desktop.
This also means that what I find as &lt;em&gt;new&lt;/em&gt; in this Plasma version could be a well established feature in previous versions and I was not aware of them
or never tried directly.&lt;/p&gt;

&lt;p&gt;Anyway, the update was a little problematic, but that was mainly due to the automatic upgrade of the Linux distribution I use, and that is another reason I tend to stay behind the bleeding edge version.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Once finished I was astonished!&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/posts/KDE5.10_b.png&quot; alt=&quot;Breeze Dark&quot; /&gt;&lt;/p&gt;

&lt;p&gt;First of all, &lt;em&gt;Breeze&lt;/em&gt; is a really great theme, must better than the ugly (to me) &lt;em&gt;Air&lt;/em&gt; and more consistent as it was the old &lt;em&gt;Oxygen&lt;/em&gt;. The dark theme is very relaxing for who has eye problems like me.
Desktop effects work like a charm, and the application dashboard is something really cute, and much more useful than other desktop activities (yes &lt;a href=&quot;http://www.gnome.org&quot;&gt;Gnome&lt;/a&gt;, I’m looking at you!), even if text search is a little slower (I believe that’s due to the semantic desktop search).&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;/images/posts/KDE5.10_a.png&quot; alt=&quot;Breeze Dark&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I tried the &lt;em&gt;Global Menu&lt;/em&gt; for applications, something like what OS 9 had several years ago (and yes, also KDE 1 did!), but I’m quite greedy on screen space, so I disabled it after a few hours. Instead, the choice of the menu within the application title bar is a lot more useful for me, especially if you think I tend to do a lot of things thru keyboard shortcuts (and therefore not needing the menu at all).&lt;/p&gt;

&lt;p&gt;I showed my desktop to a few friends, and they pointed out that it was really similar to the OS X workspace.
It could be, I’m not sure since I’m not working with Apple systems by far, but I have to say that &lt;strong&gt;Plasma is deploying a rich and elegant workspace for free&lt;/strong&gt;, do other vendors do the same?&lt;/p&gt;
</content>
    </entry>
    

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  
  <entry>
        <title>My story about KDE</title>
        <link href="https://fluca1978.github.io/2015/02/10/my-story-about-kde.html" />
        <updated>2015-02-10T20:03:00+00:00</updated>
        <id>https://fluca1978.github.io/2015/02/10/my-story-about-kde</id>
        <content type="html">&lt;h1&gt;~&lt;/h1&gt;


&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;a href=&quot;http://www.kde.org/&quot;&gt;KDE&lt;/a&gt; is by far the Open Source project I used longer than all the others, of course excluding Linux itself, a few shells and to some extent GNU Emacs.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I first met the Kool Desktop Environment (KDE) when I was a student at university. At that time I was spending my time digging into this Linux-thing, as well as learning a lot of new cool Unix stuff.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;At home, I had just installed a Red Hat 5.2, that was shipped with what I believe it was a prototype of some Gnome applications (I remember the configuration system was a GTK application). There was no KDE desktop at all.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;At the university, there were machines running Debian GNU/Linux (with Gnome) and a few Solaris workstations with the CDE.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I liked CDE, I really did! It was quite clean to me, and I found the multiple desktop a very interesting idea. I also liked the panel with multiple menus, or docks or whatever their name was.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;But my Linux box at home looked ugly, with FWWM2 and WindowMaker as the more advanced &quot;desktops&quot; available.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Later that year, I don&apos;t remember how, I found a distro called Mandrake.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;And everything changed.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Mandrake was based on Red Hat (if my memory serves me well the numbering was pretty much the same) shipped with KDE installed as default desktop.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I was impressed from such piece of code: I felt at home with such an UI.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;There was a dock, there were applications and a file manager that didn&apos;t suck (well, the Gnome one sucked for a while in my opinion), a lot of ready-to-go applications.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;The look and feel was great, and it seemed that developers did spent a lot of time and effort in making all consistent. As an example, I remember even the window title animated when the size of the window did not suffice to make it all readable.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Well, at that time I was not doing a lot of stuff using Linux. I was just experimenting and trying to get some documents well written using an office suite (it was too early for me to learn some LaTeX!). Internet was something quite obscure outside of the campus, and I spent a few money chaning my winmodem to an external one that allowed me to use KPPP to connect to the Internet.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;My KDE desktop had a classic configuration:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://www.kde.org/screenshots/images/medium/matthiase1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://www.kde.org/screenshots/images/medium/matthiase1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;KDE did play an important role in my Linux conversion: the command line is quite scarying to anyone who is just learning, and having a fully integrated desktop (even more integrated than others) allowed me to sit in front of my computer and concentrate on learning, being assured that if I cannot do something via the CLI the UI would have done it for me.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;So my university life continued using KDE and some KDE applications (e.g., the debugger) assisting me in the small homeworks. However the university was not using KDE at all, preferring Gnome desktops on both Linux and Solaris; I suspect the choice was done due to some issues between the Free Software Foundation and the Qt-KDE, as well as some major distro (like Red Hat) offering and supporting Gnome.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I have to admit that at some point in time, a few Solaris machines started prompting the user for a CDE/KDE alternative, but many students excluding me were using CDE because that was what the university teached us.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;At that time it was a lot easier to find some help related to the Gnome desktop than to the KDE one, and the latter was something not well appreciated here in Italy, or at least not as strongly pushed as it was in Germany. But a few distros started shipping KDE and KDE-only installations, such as SuSE and Caldera. Feeling a little less alone in using my desktop of choice, I sticked with it and continued to use and explore.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I believe a huge jump in quality was at the time of KDE 2, where the &quot;component&quot; model become more and more apparent to the bare user. I&apos;m not talking directly at KOM (and Corba related stuff), even if that was the engine under the hood, but to the fact that an application could do a many things because they were simply available to the desktop as a whole. So for instance you could open a PDF file into a web browser, or use a web browser to see a directory tree (and not with the horrible apache-like web interface), and stuff like that. That was a kind of impressive cohesion amongst the application components.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://www.kde.org/screenshots/images/large/kde2final_1.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://www.kde.org/screenshots/images/large/kde2final_1.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;In those years I did not have a broadband  Internet connection, so the only thing to do in order to have a fully fresh KDE desktop was to wait for some magazines to issue with a set of CDs. And most of the time updating from such CDs was a pain, and that was how I become quite good in doing backups and restoting a working machine from scratch, but this is another story.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;By the way, at a point in time I got a Red Hat 9 shipped with KDE 3, which was really cool. The look and feel, the applications and the themes were pure eyecandy. And how to forget the great work done by Mosfet (and the incident that occurs with Pixie)?&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;That was the time of my master thesis.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://www.kde.org/screenshots/images/1152x864/kde300-snapshot2-1152x864.jpg&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://www.kde.org/screenshots/images/1152x864/kde300-snapshot2-1152x864.jpg&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Having acquired more confidence in the desktop itself, as well as in the toolchain required to build it, I started to build my own versions. That was not so simple, since I had to download all sets using the Internet connection of my job place and then let the computer doing the hard work. My poor Intel Celeron was busy all day compiling KDE in background, and you cna imagine how responsive it could have been at peeks! But it did not matter, in less than a week I could have a new KDE version up and running on my system!&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;The 3.3 release, with the bubble titles and that great icons was really impressive to me.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://www.kde.org/screenshots/images/3.3/snapshot8.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://www.kde.org/screenshots/images/3.3/snapshot8.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I did that until version 3.5, and then, shame on me, I switched to Microsoft Windows for a while. That&apos;s because I was doing a kind of University project, and having university laziness on me, I didn&apos;t want to spend a lot of time in configuring my laptop.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Luckily, as when you got drunk, the bad effects go away sooner or later, and so I quickly joined back KDE. At that time a distro in particular was famous in the KDE panorama: Kubuntu. I installed 6.04, if my memory serves me right, and liked the idea of having a KDE-specific distribution. I still use Kubuntu on a lot of machine of mines.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;The jump to KDE 4 was quite a shock, even for me that I have followed the decisions and improvements. However, once I got used to the new interface and look and feel, I was at home again. And of course, I was not expecting the big vendors shift, but was running 4.0 as soon as it was considered stable. I laugh remembering a colleague of mine that, in the act of emulating, get messed with KDE 4.0 and was forced to switch back to something he knew better. He does not know KDE a lot even today, sorry pal!&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://www.kde.org/announcements/4.1/screenshots/desktop.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;300&quot; src=&quot;https://www.kde.org/announcements/4.1/screenshots/desktop.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;Even if the desktop was not so complete as in previous versions, the ideas behind it were really promising. In particular the widgets and SVG graphic were winners in my opinion (and in fact were &quot;migrated&quot; to other popular proprietary platforms).&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class=&quot;separator&quot; style=&quot;clear: both; text-align: center;&quot;&gt;&lt;a href=&quot;https://www.kde.org/announcements/4.3/images/kde430-desktop.png&quot; imageanchor=&quot;1&quot; style=&quot;margin-left: 1em; margin-right: 1em;&quot;&gt;&lt;img border=&quot;0&quot; height=&quot;250&quot; src=&quot;https://www.kde.org/announcements/4.3/images/kde430-desktop.png&quot; width=&quot;400&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;In the last years my KDE-aggressiveness has calmed down, and now I follow only stable and mature branches, even if I&apos;m always excited when I get the opportunity to get a new release.&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;br /&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;And yes, I&apos;ve not switched yet to Plasma 5...I was a lot busy at the time. But I&apos;m going to try it very soon.&lt;/div&gt;</content>
    </entry>
    

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  
  <entry>
        <title>Daniel is free</title>
        <link href="https://fluca1978.github.io/2012/11/16/daniel-is-free.html" />
        <updated>2012-11-16T14:53:00+00:00</updated>
        <id>https://fluca1978.github.io/2012/11/16/daniel-is-free</id>
        <content type="html">&lt;h1&gt;~&lt;/h1&gt;


&lt;div style=&quot;text-align: justify;&quot;&gt;According to the &lt;a href=&quot;http://pledgie.com/campaigns/18626&quot;&gt;last message sent from his wife&lt;/a&gt;, Daniel is at home and fine:&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;&lt;blockquote class=&quot;tr_bq&quot;&gt;&amp;nbsp;Thank God he came home well, and is now recovering, we appreciate all the help and support of you! &lt;/blockquote&gt;&lt;/div&gt;&lt;div style=&quot;text-align: justify;&quot;&gt;I don&apos;t know if the battle is over, but at least Daniel&apos;s nightmare is!&lt;br /&gt;&lt;br /&gt;&lt;i&gt;Update&lt;/i&gt;: as &lt;a href=&quot;http://dantti.wordpress.com/2012/11/16/thank-you/&quot;&gt;Daniel blogs&lt;/a&gt;, he spent 6 days in jails and can now be again together with his family since he is free. The trial is not over though, but one piece is done! &lt;/div&gt;</content>
    </entry>
    

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  

  


</feed>
