Perusal, Synthesis, Bliss

October 28, 2016: installation of Xubuntu 16.04.1 LTS and then of Xubuntu 17.04 on LDLC computer Saturne SG4-I3-8-S9H7

Why switching from KDE to Xfce?

With KDE I get some instability after several suspend on RAM/wake up procedures (screenpaper that disappears, icons disappearing, etc.). And there is some slowness in the desktop environment, for instance:
There weren’t such problems in KDE 3, and even in early KDE 4 versions. Another reason to switch to Xfce is to have a non-Qt desktop environment to test possible Qt applications I may develop (it is out of question of learning another framework). Xfce lacks some features compared to KDE, but it is not so much a problem.
My first idea was to stick to a LTS (long term support) version, namely 16.04, but as explained above I have switched to 17.04 to get a newer kernel. I have installed Xubuntu rather than Kubuntu and Xfce, so as to get all Xfce “candy” installed by default.

Installation

I have used the same installation procedure as in the past, without major problem: I ran the installation by clicking on the installer desktop icon in a live Xubuntu session (16.04.1 or 17.04) instead of a live Kubuntu session. It was still necessary to mount my encrypted partitions (in Thunar instead of Dolphin); then answer ’yes’ when the installer asks for trying to unmount these partitions. In my case, the bootloader has to be installed on /dev/sda, not the default choice /dev/dm-1.

Qt/KDE software I continue to use

Yet I will continue to use some Qt/KDE software:

Xfce panel applets I have installed

Xfce special tuning

For a future installation, it may be interesting to read this in details.
Interesting in Xfce:

Switching from Kontact to Thunderbird

As already said, I have switched to Thunderbird because of lack of scalability in akonadi and other stuff (mysql server working too hard due to my several tens of thousand mails, resulting in heavy hard disk usage). I have followed the indications here:
Good in thunderbird: quick to search, quick to launch, no special hard disk use though several 10e4 messages. Filter very quick: Thunderbird menu (the one with three horizontal bars — not the main menu) -> View -> Messages -> Custom Views. Thunderbird is astonishingly fast to display tens of thousand of mails in its list widget. It is written in the GTK toolkit on Linux (see here; on Windows and Apple, native toolkits are used. It seems to be the same for firefox). It is interesting to note that “The French military uses Thunderbird and contributes to its security features, which are claimed to match the requirements for NATO’s closed messaging system.” (see here).
There are nice customizations to be done:
There are however advantages of KMail/Kontact that are lost in Thunderbird, in particular:
I have moved all my mail up to now from ~/.local/share to ~/LOCAL_MAIL_KONTACT_DECEMBER_2016. I will probably remove it in the future if the switch to Thunderbird is satisfying. I have also removed akonadi stuff in ~/.local/share/akonadi/ and ~/.local/share/baloo/.
To activate the calendar in Thunderbird, it is sufficient to install the “xul-ext-lightning” package. In the preference dialog of the calendar, I have changed some settings, as activating default reminder one day before appointment, and make the week start on Monday (the latter was impossible in the last version of Kontact I used).
No problem to import the address book from Kontact in Thunderbird: run KAddressBook and File -> Export -> Export vCard 4.0 -> All contacts -> Export to One File. I have saved it in ~/Documents/personal_info/people_I_knew/. It is imported without problem in the Thunderbird address book: Tools -> Import -> Address Books -> Next -> vCard file. Then I have removed obsolete contacts from the Thunderbird address book, so as to avoid seeing them when I begin to type a name in the mail composer (it would be nice to be able to “deactivate” some directories of the address book). I can recover these addresses by looking at the people_I_knew directory.
To get color for the items in the calendar, I have used the extension “calendar-tweaks”: here, and chose “apply category color to event backgrounds” in the configuration dialog.
To get reminders for the contacts for which I have indicated birthdays in the address book, I have first tried Birthday Reminder (version 1.0.6.5), but after installation at Thunderbird restart a popup appears: “No birthday found in the address books” or something similar, though there are birthdays indicated for some of my contacts in my address book. So I did not insist and instead tried the extension ThunderBirthDay (version 0.8.2), following the installation guide:
Create a new calendar in Lightning by clicking File>New>Calendar... in the menu bar. Then choose "On My Computer" as location and "Birthdays from the Thunderbird addressbook" as type for your calendar. Also specify the address book to use as a source for birthdays. Finally choose a name for the new calendar.
After this indeed new events corresponding to birthdays appear in the calendar, and reminder popups are displayed at the right time. When a birthday is added in the address book, it appears some time later in the calendar, this time depending on the value set in the “properties” contextual menu of the calendar (right-click on the calendar created as explained above).
At some stage the calendar was deactivated, indicating to be incompatible with the too recent Thunderbird version. The solution has been so upgrade the package xul-ext-lightning Ubuntu package. After a Thunderbird restart it worked again.
To create a Usenet account: File -> New -> Other Accounts -> Newsgroup account. However, I can’t run KNode to copy my configuration, because KNode is not available in the Kubuntu 16.04 Kontact: see here. So I will set usenet later.

Firefox session lost

At some stage I have lost my previous session without being able to restore it (“History -> Restore Previous Session” greyed out).
$ cd ~/.mozilla/firefox/38z5cgik.default
$ rm -f sessionstore*js
After that Firefox enables the menu entry “History -> Restore Previous Session”, which probably loads sessionstore-backups/previous.js.

Nvidia drivers

I have installed some packages that in turn required the nvidia-367 package (the latest one in 16.04) to be installed. But after that, the CPU fan is always very high; for instance when running foobillard, one of my four threads corresponding to my dual-core CPU (Intel(R) Core(TM) i3-3110M CPU @ 2.40GHz) is 100% in use (see here: “Unlike hyper-threading, there are no tricks here — a dual-core CPU literally has two central processing units on the CPU chip”), and the CPU fan is almost at maximum. The solution has been to uninstall nvidia-367: the open source Nouveau driver is then used and after that everything is fine. The performance is the same as in 2012:
$ glxgears 
Running synchronized to the vertical refresh.  The framerate should be
approximately the same as the monitor refresh rate.
305 frames in 5.0 seconds = 60.923 FPS
302 frames in 5.0 seconds = 60.266 FPS
[...]
Note that I have not tried to get support for Optimus. As in 2012, the best option seems to be Bumblebee (cf here; see also here); installing the package "bumblebee" does not install nvidia drivers, and no CPU/fan problem appears.

libdvdcss (DVD encryption) support

$ wajig install libdvd-pkg
$ sudo dpkg-reconfigure libdvd-pkg

Other

Username mismatch

During installation I have called my user name "jscordi" instead of "jscordia": then a lot of things did not work anymore due to (i) broken absolute symlinks to /home/jscordia that no more exists (ii) /home/jscordia appearing in configuration files. The solution has been to create a symlink /home/jscordia pointing to /home/jscordi. I tried to move /home/jscordi in /home/jscordia, and changing rights in the whole /home/jscordia directory as:
$ chown -R . jscordia:jscordia
without success: when starting Xfce, the graphical environment is buggy.

KDE applications (Konsole, Skanlite, etc.)

Typing in xfce4-terminal:
$ konsole
** (konsole:18684): WARNING **: Couldn’t connect to accessibility bus: Failed to connect to socket /tmp/dbus-uuI6DSv5BV: Connection refused
Segmentation fault (core dumped)
Fortunately the problem is solved after a reboot.

Errors at package installation