Archives For November 30, 1999

Ubuntu 17.04 Reaches End of Life Today

Last updated: January 13, 2018

Ubuntu 17.04

Ubuntu 17.04 Zesty Zapus reaches end of its life today on Jan 13. Ubuntu Security Notices will no longer include information or updated packages for Ubuntu 17.04.

Users can either upgrade to Ubuntu 17.10 (support will end in July 2018), or download Ubuntu 16.04, the current LTS with 5-year support cycle.

Ubuntu announced its 17.04 (Zesty Zapus) release almost 9 months ago, on April 13, 2017. As a non-LTS release, 17.04 has a 9-month support cycle and, as such, will reach end of life on Saturday, January 13th.

At that time, Ubuntu Security Notices will no longer include information or updated packages for Ubuntu 17.04.

The supported upgrade path from Ubuntu 17.04 is via Ubuntu 17.10. Instructions and caveats for the upgrade may be found at:

https://help.ubuntu.com/community/Upgrades

Note that is NOT patched against Meltdown and Spectre vulnerabilities due to the End of Life timing. Users are advised to upgrade to Ubuntu 17.10 and install the updated kernel packages.

Development of a complete response to the highly-publicized Meltdown and Spectre vulnerabilities is ongoing, and due to the timing with respect to this End of Life, we will not be providing updated Linux kernel packages for Ubuntu 17.04. We advise users to upgrade to Ubuntu 17.10 and install the updated kernel packages for that release when they become available.

Read the announcement for more details.

Ubuntu 17.10

Ubuntu 17.10 Artful Aardvark will be released soon today. Here’s how you can upgrade from the Ubuntu 17.04 desktop.

Ubuntu 17.10 replaces Unity with Gnome Shell as its default desktop environment. It’s powered by 4.13 Kernel and runs Gnome on Wayland by default. Xorg is also available for choice.

A fresh install of Ubuntu 17.10 is recommended. But for those who want to upgrade from Ubuntu 17.04, do:

1. First is always backup your important data, bookmarks, and other user documents.

2. Launch Software & Updates utility from application launcher,

  • in first tab, choose “Download from” Main server
  • in Other Software tab, remove/disable all third-party repositories.
  • in Additional Drivers tab, choose an open-source driver if a proprietary one is in use.

3. Remove other desktop environments (KDE, Cinnamon, etc). Upgrading desktop packages may take a few more minutes in the upgrading process.

4. Make you system up-to-date by running command in terminal (Ctrl+Alt+T):

sudo apt update && sudo apt upgrade

5. Finally launch Software Updater to get the upgrade option. Or run following command (-d is required before it’s officially announced):

sudo update-manager -d

Click the Upgrade button and confirm in the next release note dialog to start the upgrading wizard.

Note: while the upgrading process, you need a few clicks to confirm installing or removing some packages.

It’s 2024 now! Ubuntu is still lacking the option to create new documents in the default Nautilus file manager. Though, the GNOME developer team is working on this function.

It’s easy to enable the option in Nautilus context menu. As it prompts in Templates folder, simply create an empty document under Templates folder, the file name will be displayed as sub-menu option of ‘New Document’ menu.


Meaning all you need to do is create an empty file and save it under user’s “Template” folder. The file-name will be displayed as sub-menu option of “New Documents” context menu.

Method 1: Use Text editor

First, press Super (the Windows logo) key on keyboard to open ‘Activities’ overview. Then search for and open text editor.

When the text editor opens, you don’t have to input anything, just leave it blank, then press Ctrl+Shift+S to open the “save as” dialog and do:

  • Type filename, which will display as sub-menu option for ‘New Documents’ menu.
  • Choose location – Templates folder.
  • Finally, click Save.

Method 2: Run a single command

For those familiar with Linux command, this can also be done by running a single command.

Firstly, press Ctrl+Alt+T on keyboard to open a terminal window. When it opens, run command:

touch ~/Templates/Untitled\ Document

This command creates an empty file called ‘Untitled Document‘ in the Templates folder.

Tip: the backslash in the code tells that the space following it is part of the filename since the shell treats whatever comes after a space as a separate argument.

Finally, right-click on blank area in your file manager and see the magic!

Ubuntu 17.04

The final release of Ubuntu 17.04 Zesty Zapus was available for download earlier today on April 13.

After installing the new fresh Ubuntu Desktop, you may have some top things to do before it’s ready to use. And here are some of what I did.

1. Check for updates

First of first, check for updates via Software Updater and install kernel patches, security updates, and other system updates.

check updates

2. Install Media Codecs

Due to legal reasons, Ubuntu does not include some media codecs to play video and audio files via the default Totem media player and Rhythmbox music player.

Besides installing VLC, mplayer, MPV, or other media player that come with built-in codecs, you can manually install the multimedia codecs via command (open terminal via Ctrl+Alt+T):

sudo apt install ubuntu-restricted-extras

3. Enable DVD Playback

The previous codecs will enable playing normal DVDs. To play encrypted DVDs via VLC, run command to automatically download and install libdvdcss2 library:

sudo apt install libdvd-pkg && sudo dpkg-reconfigure libdvd-pkg

4. Install Unity Tweak Tool.

Unity Tweak Tool is the best and easy to use Unity Desktop configuration tool. It’s one of the must install applications available in Ubuntu Software App.

5. Some Unity Desktop Tweaks

  • Disable recording file and application usage.

    Go to System Settings -> Security & Privacy. At Files & Applications tab, switch off the option to record file and application usage, which will be available in the search dash.

  • Minimize Application when click on its icon in the Left launcher.

    Go to Unity Tweak Tool -> Launcher, check the box says “Minimize single window applications on click”

  • Move the Left Launcher to Bottom.

    Since Ubuntu 16.10, the Unity launcher can be moved from Left to Bottom. Also do this in Unity Tweak Tool -> Launcher:

6. Disable Guest Session from Login Screen

For my personal computer, I don’t need the Guest account. Simply remove it via command (open terminal via Ctrl+Alt+T):

sudo apt install gksu && gksudo gedit /etc/lightdm/lightdm.conf.d/50-no-guest.conf

Paste following lines when the command opens an empty file and save it. Restart to apply changes.

[SeatDefaults]
allow-guest=false

7. Auto power off when laptop lid is closed

There’s only “Suspend” and “Do nothing” options for laptop close actions. I’m always want to shutdown Ubuntu when I close the lid, so I edited the logind.conf file via command:

sudo apt install gksu && gksudo gedit /etc/systemd/logind.conf

Uncomment the line #HandleLidSwitch=suspend and change it to HandleLidSwitch=poweroff.

Tip: you can also change the value to HandleLidSwitch=hibernate to hibernate Ubuntu when lid is closed.

Restart or run command to apply the change:

systemctl restart systemd-logind.service

8. Install some useful applications:

  • MPV media player, available in Ubuntu Software.
  • GIMP, An advanced image editor, available in Ubuntu Software
  • Corebird, and GTK3 twitter client.
  • Shutter – Screenshot & annotation tool
  • And more and more…

upgrade Ubuntu 17.04

This is a quick tip for Ubuntu 16.10 desktop users how to upgrade to Ubuntu 17.04 Zesty Zapus.

Before getting started, you need to do some preparations:

1. Always make a backup of important data, bookmarks, and other user documents.

2. Remove or disable third-party repositories.

Launch Software & Updates utility, navigate to Other Software tab, and remove /disable all third-party repositories.

3. Restore to open-source drivers.

Also in Software & Updates utility, Additional Drivers tab, switch to the open-source drivers if proprietary drivers are in use. (Need restore after applied changes)

4. And it’s better to choose download from ‘Main Server’ in Software & Updates utility.

5. Make your system up-to-date by running command in terminal:

May need to restart if you have not update your system for a long time.

6. (Optional) Useless packages and software libraries may take a few more minutes upgrading your system. For me, Ubuntu Kylin and Plasma Desktop libraries take quite a few minutes in the upgrading process.

After all, launch Update Manager via the command below and it will prompt that Ubuntu 17.04 is available after checking for updates:

sudo update-manager -d

Click the Upgrade and confirm in the next dialog, follow the wizard util done.

The final beta of Ubuntu 17.04 Zesty Zapus has been released earlier today. Features images for Desktop, Server, Cloud, and opt-in flavors, including Kubuntu 17.04, Lubuntu 17.04, Ubuntu Budgie 17.04, Ubuntu Gnome 17.04, UbuntuKylin 17.04, Ubuntu MATE 17.04, Ubuntu Studio 17.04, Xubuntu 17.04.

This Zesty Zapus snapshot includes the v4.10 kernel and Mesa 17. Ubuntu 17.04 download link http://releases.ubuntu.com/17.04/

Kubuntu 17.04 Beta 2 highlights:

  • Plasma 5.9, KDE Applications 16.12.3, KDE Frameworks 5.31
  • Calligra Office Suite updated to Qt/KF5 version 3.0.0.1
  • Krita latest bugfix release – after this popular and advanced digital painting application was split from Calligra.
  • K3B updated to a Qt5/KF5 snapshot of the version to be included in KDE’s next applications release.
  • Okular PDF and document reader is now Qt/KF5 in apps 16.12
  • Kdevelop is now the most recent bugfix release of the new version 5.0.x series.
  • Numerous application and translation updates from KDE.

Download Kubuntu 17.04

Download Lubuntu 17.04

Ubuntu Budgie 17.04 Beta 2 highlights:

  • latest budgie-desktop stable v10.2.9.
  • GNOME 3.24 applications together with GTK+ 3.24 Mutter window manager
  • latest budgie-welcome app with our browser ballot screen and Material theme makeovers
  • AppIndicator support is now default
  • Terminix is the default terminal
  • Many new GNOME based applications are included by default
  • 17.04 Community Contest Winning Wallpapers
  • Gtk Theme QT apps out of the box.

Download Ubuntu Budgie 17.04

Ubuntu Gnome 17.04 highlights:

  • Gnome 3.24
  • Night Light feature that automatically reduce the blue light emitted by your computer screen at sunset
  • The Calendar app now has a Week view.
  • Flatpak 0.8 is now installed by default.
  • LibreOffice 5.3

Download Ubuntu Gnome 17.04

Ubuntu Kylin 17.04 highlights:

  • Gnome Apps updated to 3.24 excluding Nautilus file manager, Terminal, Evolution, and Software.
  • Released foxitreader 1.0.1, available in Kylin Software Center.

Download Ubuntu Kylin 17.04

Ubuntu MATE 17.04 highlights:

  • MATE Desktop 1.18.0
  • The entire MATE Desktop suite of applications and components is now GTK3+ only!
  • Added full support for libinput
  • Updated version of core apps
  • Dropped 32-bit PowerPC support, completely!

Download Ubuntu MATE 17.04

Download Ubuntu Studio 17.04

Xubuntu 17.04 highlights:

  • Thunar crash fixes while renaming,copying bugs
  • xfce4-taskmanager has ability to click on window to select process
  • xfce4-notifyd includes persistence support.
  • xubuntu-default-settings include new file templates included – OpenDocument Writer, OpenDocument Spreadsheet

Download XUbuntu 17.04

via: fridge.ubuntu.com

Ubuntu 17.04 Beta 1 Released for Opt-in Flavors

Last updated: February 24, 2017

ubuntu-next8

The next Ubuntu 17.04 Zesty Zapus has reached the beta 1 release earlier today. The beta 1 features images for Kubuntu, Lubuntu, Ubuntu Budgie, Ubuntu GNOME, Ubuntu Kylin, Ubuntu Studio, and Xubuntu.

This Zesty Zapus snapshot includes the v4.9 kernel and features:

  • Kubuntu 17.04 comes with Plasma 5.9, and KDE Applications 16.12.1
  • Ubuntu Budgie 17.04:
    • budgie-desktop stable release v10.2.9
    • Latest GNOME 3.24 applications (in beta) together with GTK+ 3.22 window manager
    • AppIndicator support is now default
    • Terminix is the default terminal
  • Ubuntu Gnome 17.04 includes GNOME 3.24 Beta, Flatpak 0.8, the Software app 3.22 which now supports Flatpak.

Download Ubuntu 17.04 images:

Xubuntu 17.04: http://cdimage.ubuntu.com/xubuntu/releases/zesty/

Ubuntu Studio 17.04: http://cdimage.ubuntu.com/ubuntustudio/releases/zesty/

Ubuntu Kylin 17.04: http://cdimage.ubuntu.com/ubuntukylin/releases/zesty/

Ubuntu Gnome 17.04: http://cdimage.ubuntu.com/ubuntu-gnome/releases/zesty/

Ubuntu Budgie 17.04: http://cdimage.ubuntu.com/ubuntu-budgie/releases/zesty/

Lubunu 17.04: http://cdimage.ubuntu.com/lubuntu/releases/zesty/

Kubuntu 17.04: http://cdimage.ubuntu.com/kubuntu/releases/zesty/

Read more:fridge.ubuntu.com