Gnome-Pro, a new GTK+ theme made by paulxfce, is a great theme for Gnome 3 Desktop with GTK > = 3.20.
A clear and easy-on-the-eyes theme that is meant for those who use the Gnome-desktop professionally on a daily basis. The focus in this theme is compatibility: GTK-2 applications and GTK-3 applications look virtually the same. Libre-office, Scribus, Evolution, Geary, Planner, GnuCash, LaTeXila, Geany, the Gimp, Inkscape,…
Chrome, firefox, Web and Opera have no issues with this theme.
About the looks, you will notice some Elementary-theme, Arc-theme and Gnome-OSX.
The brackets text editor has reached the 1.10 release recently. Here’s how to install it in all current Ubuntu releases including Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04, Ubuntu 17.10, and their derivatives.
Supports more than 40 different file encodings. You can Open/Save files with different encodings.
Search history support
CSS code hints support @rule and pseudo selector/element code hints.
Provides CSS code hints in style attribute value in html.
Forward/Backward navigation in edit history
Ability to Enable/Disable default extensions
HTML menus are replaced with native menus in Linux.
How to Install Brackets 1.10 via PPA in Ubuntu:
Although there are official .deb binaries available in the release page, an Ubuntu PPA repository is a good choice to keep the software up-to-date easily via Software Updater utility.
1. Open terminal via Ctrl+Alt+T and run command to add the brackets ppa maintained by webupd8 team.
sudo add-apt-repository ppa:webupd8team/brackets
2. Then install the editor via commands:
sudo apt-get update
sudo apt-get install brackets
Or upgrade it through Software Updater if you have a previous release installed:
Uninstall:
To remove the PPA repository, simply launch Software & Updates utility and navigate to Other Software tab.
To remove the text editor, either use your system package manager or run command in terminal:
JetBrains’ IntelliJ IDEA IDE has reached the new massive 2017.2 release a few days ago with many new features, performance improvements and important bug-fixes.
IntelliJ IDEA 2017.2 features:
Smarter code completion and control flow analysis
New inspections and refactorings
Java 9 module diagrams
Debugger: filtering arrays, collections, and maps
Kotlin 1.1.3 support
Groovy 2.5.0 support
VCS: reverting and rewording commits, formatting commit messages
native look and feel in Windows 10
Better HiDPI support for multiple display setup on Windows
The official Linux binaries are available for download at the link below:
Extract the tarball, run idea.sh from bin folder to launch the IDE, and you may manually create an application launcher for it.
Install IntelliJ IDEA 2017.2 in Ubuntu via PPA:
An installer script, originally created by Marcel Kapfer, is available to automatically download the source tarball, extract to /opt, and create application launcher.
All you need to do is open terminal (Ctrl+Alt+T) and run following commands one by one:
Ubuntu 16.10 Yakkety Yak is reaching the end of its life. Its users will no longer receive security notices, critical fixes, or updated packages after today, July 20. Even third-party PPAs will end support for Ubuntu 16.10 too.
Ubuntu 16.10 was released on October 13, 2016. It’s a short term release with a 9-month support cycle. User can choose:
Oracle Vritualbox got an update for its 5.1 series earlier today with lots of bug-fixes.
For Linux users, Virtualbox 5.1.24 brings fixes to Kernel 4.12 and Kernel 4.13, fixes for loading shared libraries, fixes for kernel modules built with gcc-7, makes 2D video acceleration available for older Linux distributions.
VMM: mask the VME CPUID capability on AMD Ryzen processors.
VMM: emulate more SSE2 instructions
VMM: properly clear the TF and AC flags when dispatching real-mode interrupts
GUI: fixes to make the mini-toolbar work with recent versions of KDE / Plasma
GUI: fixed a potential crash when a VM with multiple screens is running in full screen / seamless mode and a host screen is removed.
GUI: fixed initial size hints for guests which set intermediate sizes before responding
GUI: prevent stopped screen updates or black screen on reboot in a multi-screen setup under certain conditions
Audio: many improvements for Windows 10 guests
Storage: fixed possible crash when using Intels SPDK
API: use the correct file name of the VM machine state if the VM settings directory is renamed, for example during grouping / ungrouping a VM
API: return the correct error code if powering up a VM fails
API: video recording did not automatically start at VM start when enabled in the VM settings
API: when relocating a medium, check that the target path is fully qualified
EFI: fix for VMs with more than 3504MB RAM
Host-only adapter: correctly determine IPv4 netmasks on Windows hosts
NAT network: properly do the refcounting for starting / stopping the NAT / DHCP services if the NAT network is changed while the adapter network connection type is anything else but NAT network
VBoxManage: fixed controlvm videocapfile
Windows hosts: fixed crashes if driver verifier is enabled
Download / Install Virtualbox:
The official Linux binaries (i386 for 32-bit, amd64 for 64-bit) for Ubuntu 12.04, Ubuntu 14.04, Ubuntu 16.04, Ubuntu 17.04 are available for download at the link below:
If you have a previous 5.1 series installed, and enabled the Virtualbox Linux repository, you can simply upgrade Virtualbox via Software Updater:
To manually add the VirtualBox Linux repository, do:
1. Open terminal via Ctrl+Alt+T or by searching it from app launcher, when it opens, run command:
GnuCash 2.6.17, the seventeenth maintenance release in the 2.6-stable series of the free financial-accounting software, was released 2 weeks ago. Now you can install it via GetDeb repository in Ubuntu 16.04, Ubuntu 17.04, and Linux Mint 18.x.
WeChat is one of the most popular Chinese social media (instant messaging and payment services) mobile application developed by Tencent.
For desktop computers, there’s an open-source project, electronic-wechat, allows you to run WeChat on Linux, Mac OS.
The application features:
Modern UI and all features from Web WeChat.
Block message recall.
Stickers showing support.
Share subscribed passages on Weibo, Qzone, Facebook, Twitter, Evernote, and email.
Mention users in a group chat.
Drag and drop to send photos.
Behaves like a native app, based on dozens of optimization.
Removes URL link redirects and takes you directly to blocked websites.
Press Esc to hide application windows.
The app is available via Snappy store for all Linux distributions. For Ubuntu 14.04, Ubuntu 16.04, and higher, do following steps to install it:
1. Open terminal via Ctrl+Alt+T or by searching it from app launcher. When it opens, run command to install snapd daemon and snapd-xdg-open if you don’t already have them installed:
sudo apt install snapd snapd-xdg-open
Type in your password (no visual feedback while typing due to security reason) and hit Enter.
2. Then install the wechat app via command:
sudo snap install electronic-wechat
Once installed, launch the desktop app from your app launcher and enjoy!
Uninstall:
To remove the app, run following command in a terminal window:
This quick tutorial is going to show you how to install the IntelliJ IDEA IDE, both community and ultimate editions, via PPA in all current Ubuntu releases.
IntelliJ IDEA is a Java IDE developed by JetBrains. So far the latest is version 2017.1.5 that was released more than a week ago with some bug-fixes and performance updates.
While the official Linux binaries lack application launcher integration, Marcel Kapfer made an installer script that automatically downloads the source tarball from JetBrains server, installs it to /opt/, and finally creates an app launcher.
Install the script:
For all current Ubuntu releases, including Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, and derivatives, I’ve made the new script into PPA since the original maintainer does not update the latest release at the moment.
LibreOffice 5.3.4, the fourth release for LibreOffice 5.3 family, was announced more than 2 weeks ago. It’s finally made into PPA for Ubuntu 14.04, Ubuntu 16.04, Ubuntu 16.10, Ubuntu 17.04, and Ubuntu 17.10.
LibreOffice 5.3.4 integrates over 100 patches, with a significant number of fixes for interoperability with Microsoft Office RTF and OOXML documents. See HERE for details.
Install LibreOffice 5.3.4 via PPA in Ubuntu:
1. Open terminal via Ctrl+Alt+T or by searching for “terminal” from app launcher. When it opens, run command to add the PPA:
sudo add-apt-repository ppa:libreoffice/ppa
Type in your password (no visual feedback when typing due to security reason) when prompts and hit Enter.
2. Then launch Software Updater and upgrade LibreOffice after checking for updates:
How to restore:
To revert back to the stock version of LibreOffice in your Ubuntu, purge the PPA via command: