Ukuu v17.12.1 is now available.
What’s New
Wayland Support
In previous versions, the console app (ukuu) had Gtk dependencies and required admin privileges for installing kernel packages. It would fail to run under Wayland, since Wayland doesn’t allow Gtk apps to run as admin.
Gtk dependencies have been removed for the console app. It can now be used in a Wayland session, which is the default on Ubuntu 17.10. It can also be used on systems which doesn’t have a display server installed
Internet Connectivity Fixes
The code for checking internet connectivity is updated to support systems where ping is not available (ping is sometimes blocked by system administrators).
The code now uses curl to test the connection to kernels.ubuntu.com. Curl supports proxy servers that may be configured on your system. These are usually specified in environment variables:
export http_proxy=proxy.example.com:1234
export https_proxy=proxy.example.com:1234
export ftp_proxy=proxy.example.com:1234
You can add above lines to your ~/.bashrc file if you wish to use any specific proxies for connecting to the internet.
Other Changes
- Update notification window now shows up in taskbar so that you can minimise and restore it later. It didn’t show up in taskbar in previous versions.
- Installers are now compressed with XZ. This reduces size of installer, but also requires XZ to be installed on the target system.
Donate
PayPal ~ If you find this application useful and wish to say thanks, you can buy me a coffee by making a donation with Paypal.
Patreon ~ You can also sign up as a sponsor on Patreon.com. As a patron you will get access to beta releases of new applications that I’m working on. You will also get news and updates about new features that are not published elsewhere.