- October 8, 2017
- Vasilis Vryniotis
- . 3 Feedback
On October 19 2017, Ubuntu 17.10 can be launched and as a lot of you already know it packs a lot of important modifications. I spend every week testing the Beta 2 and on this “final minute” overview, I doc a number of the much less apparent options/gotchas of Ubuntu 17.10. I additionally share with you my expertise and supply a number of workarounds for some issues that I noticed. For a extra standard overview, take a look at OMGUbuntu’s wonderful blogpost.
For these of you who don’t know me, I’m a creature of behavior and an Ubuntu fan-boy, so when Canonical introduced that they’re ditching Unity I used to be not significantly blissful. Nonetheless, regardless that Unity had some nice options and it was significantly interesting to me, I discover it a bit pointless to attempt to go towards the movement of the river (manually putting in Unity 7, utilizing one of many neighborhood forks and so on). What it’s accomplished is finished and from my standpoint one ought to attempt to modify to the brand new actuality or select a unique distro.
On the constructive facet, Unity at all times shipped with a really giant variety of Gnome applications so many of the purposes you used are nonetheless out there by default. Furthermore there are many attention-grabbing Gnome Extensions that may provide help to configure your desktop to be extra unity-like. As an example the Sprint to Dock extension will assist you to customise the Sprint (location, launcher button, types and so on) and provides considerably extra choices than the default forked extension provided by Ubuntu. For these of you who’re keen on the Indicator Applets, Canonical forked the Prime Icons Plus extension (which is now discontinued). For me the official Indicator extension was sufficient and lined many of the functionalities that I need however your mileage might fluctuate. One other helpful extension is the Keep Overlay in Utility View which is a not very intuitive approach of claiming that you’re going to get the Utility View (Gnome’s equal of Unity Sprint) if you happen to press the Home windows/Tremendous button. These 3 plugins had been sufficient for me to breed the naked minimal of Unity and make Gnome extra user-friendly. For these of you who favored the International Utility Menu/HUD you should use an unofficial plugin; I personally haven’t examined it.
Wayland is the default session for Ubuntu 17.10 and replaces Xorg (regardless that Xorg continues to be out there). Sadly on the time of writing the article, a critical bug remained unresolved which led to the crashing of a number of purposes. The drawback appears to have an effect on pkexec’ed, su-to-root and gksu/gksudo purposes and in response to the bug reviews well-liked applications reminiscent of synaptic, backintime, gui-ufw and bleachbit don’t work. A number of workarounds have been proposed reminiscent of working xhost +si:localuser:root after which sudo synaptic or switching to Xorg till that is patched. Not the top of the world however positively annoying.
Despite the fact that Unity packed numerous Gnome purposes, most of them had been severely modified. Consequently on Ubuntu 17.10 it is best to look forward to finding some noticeable variations. For instance the Archive Supervisor doesn’t help exports by drag and drop (perhaps it’s a bug?), the save dialog of gedit modified, Nautilus’ navigation and proper click on menus are totally different and so on. Lastly some applications such because the system-config-lvm should not but out there on the newest model.

The default Backup utility of Unity had a really cool function. By putting in a easy plugin, one might take automated backups on Amazon S3. Deja Dup helps additionally encryption so this yielded a value efficient and safe answer. Sadly the builders of the appliance determined to Deprecate a number of storage providers, amongst them Amazon S3. They supply a collection of causes of why they did it, however for me it is a very poor alternative. One in all their core arguments is that Google Drive is extra user-friendly than Amazon S3 for the informal customers. Truthful sufficient however I believed that Linux was all in regards to the freedom of customization and selection. Furthermore Linux sometimes attracts numerous power-users evaluating to different standard working techniques. Eradicating Amazon S3, a stable cloud storage choice, makes Ubuntu poorer not richer when it comes to choices and usefulness.
Fortunately for now the plugins are nonetheless supported however they’re hidden. So when you’ve got setup the required libraries (examine the primary linked article) and run the next command on terminal gsettings set org.gnome.DejaDup backend 's3' it is best to nonetheless be capable of take backups on S3.
My laptop computer producer mapped particular operations reminiscent of Rising/lowering the lighting of the display and the sound quantity on the F1-12 buttons. Fortunately to activate them you have to press them together with the “Fn” button. To this point so good. Sadly, additionally they had the superb thought of putting the sleep button subsequent to the sound quantity button, which ends up in accidents and drives me loopy. On Unity it was comparatively straight ahead to disable it, both through gui (dconf editor) or through the console utilizing the next instructions:
gsettings set org.gnome.settings-daemon.plugins.energy button-suspend 'nothing' gsettings set org.gnome.settings-daemon.plugins.energy button-sleep 'nothing' gsettings set org.gnome.settings-daemon.plugins.energy button-hibernate 'nothing'
Sadly on Gnome these instructions don’t work for my laptop computer. Fortunately it’s Linux, you possibly can customise every thing! So after trying to find an hour and studying random discussion board messages and blogposts, I discovered the next working answer:
xmodmap -e 'keycode 213 = NoSymbol' #XF86Suspend xmodmap -e 'keycode 150 = NoSymbol' #XF86Sleep
Ubuntu 17.10 seems good and with some customization you may make it extra usable. There are some gotchas/bugs/issues however hopefully they are going to all be addressed earlier than the 18.04 LTS. All of us have to remember the fact that this isn’t a LTS model and Canonical tries to iron out the transition from Unity to Gnome. Having mentioned that, it’s a no brainer that you shouldn’t set up 17.10 on a manufacturing machine. It’s price attempting it out in your secondary PC or on a Digital Machine; hopefully this may clean your transition.
For me testing Ubuntu 17.10 was alternative to maneuver all of my set up scripts from ugly bash scripts to Ansible. For these of you who haven’t used Ansible, it’s an open-source free automation engine which simplifies provisioning, configuration and administration of servers. You write scripts in YAML and Python, which beats coding in Bash any day. Throughout the course of I ended up writing an Ansible function for putting in Jprofiler since I couldn’t discover any present answer on Ansible Galaxy. I ended up open-sourcing it so if you happen to use JProfiler in your improvement give it a attempt. 🙂
