This quick tutorial shows you how to install my-weather-indicator, an open-source weather indicator and desktop widget, in Ubuntu 14.10 Utopic.
My-weather-indicator is a Unity indicator applet developed by atareao team. It displays the weather information, forecast, evolution, and forecast map of selected locations on Ubuntu panel. It also supports desktop widget.
Yahoo, Open Weather Map, wunderground.com, World Weather Online weather services are supported.
Install My-weather-indicator:
Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run commands below one by one to add the developer’s PPA and install the indicator:
If you don’t want to add the PPA, grab the .deb installer directly from Launchpad Page.
The first time you launch the indicator, the Preferences window opens, there you can set your location, second location, show widget or not, widget skin, weather services, units, auto-start, refresh frequency, and more.
The open source raw image processing program RawTherapee 4.2 has been released recently with new features and speed, stability and memory usage optimizations.
RawTherapee is an advanced program for developing raw photos and for processing non-raw photos. It is non-destructive, makes use of OpenMP, supports all the cameras supported by dcraw and carries out its calculations in a high precision 32bit floating point engine. RawTherapee supports JPEG, PNG, and TIFF as output format for processed photos.
What’s new in RawTherapee 4.2:
RawTherapee-4.2 includes many speed, precision, stability and memory usage optimizations. As such, users of 32-bit operating systems may now find that they can enjoy more stability while using the most memory intensive tools. Of course users of 64-bit systems benefit from this as well. Refer to the full changelog for more information.
Powerful color toning tool.
Curve control of luminance noise reduction.
Median filter in the noise reduction tool.
Film simulation tool using Hald CLUT pattern files.
Command-line option to define bit depth of output TIFF/PNG file.
Multiple improvements to dead/hot pixel handling, see RawPedia.
Filename of currently opened image shown in the titlebar.
Clip control for the flat-field correction tool.
Demosaic method “Mono” for monochrome cameras, and “None” for no demosaicing.
Copy/paste processing profile keyboard shortcuts for right-handed users using Ctrl/Shift-Insert.
Update to dcraw 9.22 1.467
New or improved support for:
Canon EOS 7D
Canon EOS 7D Mark II
Canon PowerShot G7 X
Canon PowerShot SX60 HS
Fujifilm cameras using the X-Trans sensor
Fujifilm X30
Hasselblad H4D-31
Hasselblad H4D-50
Hasselblad H4D-60
Hasselblad H5D-40
Hasselblad H5D-50c
Mamiya Leaf Credo 40
Mamiya Leaf Credo 50
Mamiya Leaf Credo 60
Mamiya Leaf Credo 80
Monochrome cameras such as Leica Monochrome
Nikon D610
Nikon D700
Nikon D750
Nikon D800E
Nikon D810
Panasonic Lumix DMC-FZ1000
Panasonic Lumix DMC-GM5
Panasonic Lumix DMC-LX100
Phase One IQ250
Phase One P40
Phase One P65+
Sony Alpha ILCE-5100
Sony NEX-C3
Install / Upgrade RawTherapee in Ubuntu 14.04:
Thanks to Dariusz Duma, the binary package has been made into PPA, available for Ubuntu 14.04 LTS and Linux Mint 17.
To add the PPA and install RawTherapee 4.2, press Ctrl+Alt+T to open terminal, run the commands below one by one:
Ubuntu 14.10 Utopic Unicorn and its flavors including the newest Kubuntu, Lubuntu, Ubuntu Gnome, Xubuntu, Ubuntu Kylin, and Ubuntu Studio were officially released today.
According to the release note, there have been updates to many core packages, including a new 3.16-based kernel, a new AppArmor with fine-grained socket control, and more.
Ubuntu Desktop has seen incremental improvements, with newer versions of GTK and Qt, updates to major packages like Firefox and LibreOffice, and improvements to Unity, including improved High-DPI display support.
Ubuntu Server 14.10 includes the Juno release of OpenStack, alongside deployment and management tools that save devops teams time when deploying distributed applications – whether on private clouds, public clouds, x86 or ARM servers, or on developer laptops. Several key server technologies, from MAAS to Ceph, have been updated to new upstream versions with a variety of new features.
Kubuntu 14.10:
Kubuntu 14.10 comes in two flavours, the stable Plasma 4 running the desktop we know from previous releases, and a tech preview of the next generation Plasma 5 for early adopters.
Quick tutorial shows how to install RabbitVCS, easy version control for Linux, in Ubuntu 14.04/Ubuntu 14.10 for Nautilus, Gedit, Thunar, Nem
RabbitVCS is a graphical front-end for version control systems available on Linux. It integrates into file managers to provide file context menu access to version control repositories. The project was originally called NautilusSvn, but due to the desire to support file managers in addition to Nautilus and more version control systems, it was renamed to RabbitVCS.
Install RabbitVCS in Ubuntu:
While Ubuntu repositories provide an old version of RabbitVCS, the latest release is always available in its official PPA.
1. To add the PPA, press Ctrl+Alt+T to open terminal, paste the command below and hit enter to run:
sudo add-apt-repository ppa:rabbitvcs/ppa
Type in your user password when it asks and there is no visual feed back.
2. After that, install RabbitVCS extension via Synaptic Package Manager(install it from Ubuntu Software Center), and receive future updates by running running regular updates via Software Updater.
Install and then launch Synaptic from the Unity Dash or App Menu.
Click the Reload button to update package lists.
Search rabbitvcs
Highlight rabbitvcs-nautilus3, rabbitvcs-gedit, or rabbitvcs-thunar
and mark for installation.
Finally click the Apply button to install it/them.
Once installed, log out and back in.
Install RabbitVCS extension for Nemo:
For Linux Mint Nemo file manager, you can install the extension by running the commands below one by one in terminal:
GNU Emacs has finally reached version 24.4 with many new features and improvements. The most notable is that the text editor brings a built-in web browser.
GNU Emacs is the most popular and most ported Emacs text editor, and it was created by Richard Stallman for the GNU Project.
The latest release Emacs 24.4 was released a few hours ago. The new release features:
A built-in web browser (M-x eww)
Improved multi-monitor and fullscreen support
“Electric” indentation is enabled by default
Support for saving and restoring the state of frames and windows
Emacs Lisp packages can now be digitally signed
A new “advice” mechanism for Emacs Lisp
File notification support
Pixel-based resizing for frames and windows
Support for menus in text terminals
A new rectangular mark mode (C-x SPC)
How to Install Emacs 24.4 in Ubuntu:
At the moment of writing this tutorial, there’s no PPA repository that contains Emacs 24.4. Fortunately, it’s not hard to build it from the source tarball. I’ve done it successfully in 64-bit Ubuntu 14.04 LTS. Below steps will show you how:
1. If have the old Emacs 24.3 installed, you may first remove it from Ubuntu Software Center so that you can install the new version over it.
2. Press Ctrl+Alt+T on keyboard to open terminal, or open it from the Unity Dash.
3. Run command below to install the build-essential:
sudo apt-get install build-essential
4. Install the required dependencies:
sudo apt-get build-dep emacs
While the installing process, you’ll be asked to configure the Postfix.
5. Now download Emacs 24.4 from its official FTP download page.
6. Extract the source and go into the result folder in terminal:
cd ~/Downloads && tar -xf emacs-24.4.tar.* && cd emacs-24.4
7. Finally compile the package by running commands below one by one.
./configure
make
sudo make install
Once done, you should be able to launch Emacs by running emacs or emacs-24.4 in terminal and lock the shortcut to the Unity Launcher.
To create a launcher for Emacs 24.4. Thanks to Emad Khoury, run command to create a .desktop file and edit it with Gedit text editor:
Audacious, the default audio player in Lubuntu, has just reached version 3.5.2 with updated translations and a few bug fixes.
Audacious is a free and open source audio player with a focus on low resource usage, high audio quality, and support for a wide range of audio formats. It contains built-in gapless playback and supports plugins and Winamp 2 skins.
Audacious GTK interface
Audacious Winamp Skin
Audacious 3.5.2 is the final release in 3.5 series. The developers are now working hard on Audacious 3.6. Bug fixes in v3.5.2:
Installing Minecraft in Ubuntu is quite easy. All we need to do is install Java, download and run the .jar executable from its official website.
1.) To get better game experience, you may first install graphics driver for your video card:
For Intel graphics, you’re good to go with the default open-source driver.
For NVIDIA or AMD graphics, it’s better to use a proprietary video driver. Open Additional Drivers utility from the Unity Dash, select the NVIDIA or AMD driver from the list and install it.
2.) For Java, you can either install OpenJDK Java 7 from Ubuntu Software Center or install Oracle Java from PPA.
To install OpenJDK Java 7, click the button below to bring up Ubuntu Software Center and click the install button.
To install Oracle Java, see this post or just run commands below one by one in terminal:
To do so, right-click on the file in Nautilus browser and go to its Properties windows -> Permissions tab and finally check the box where it says “Allow executing file as program”.
5.) Finally start the Minecraft Launcher:
When the launcher opens, log-in with your account and click the Play button. After downloading required packages, you’re finally able to play the game:
This quick tutorial shows you how to easily create applications shortcut icons on your Ubuntu’s default Unity Desktop.
Due to permission issue, it’s not possible to drag and drop application shortcuts from the Unity Dash to the Desktop. You will get below error dialog when trying to do so:
As a workaround we can directly copy and paste the application shortcuts from /usr/share/applications directory into desktop.
1.) Open “Files”, Nautilus file browser, from the left Launcher and navigate to Computer (left panel) / usr / share / applications.
You will see all the applications’ icons there.
2.) Select one or more icons and press Ctrl+C to copy it/them. Then click on blank area of your desktop and press Ctrl+V to paste the icon(s). Note that drop and drop won’t work
That’s it, just so easy!
3.) For those who want to place Home, Network, Trash, and Devices icons on desktop, open Unity Tweak Tool (available in Ubuntu Software Center) from the Unity Dash and enable them from Desktop Icons utility.
Liferea, a web feed reader and news aggregator, has reached version 1.10.12 with a few bug fixes. PPA’s ready for Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04.
Liferea is a free and open-source RSS reader for Linux that features:
Read articles when offline.
Synchronizes with InoReader, Reedah, TheOldReader, TinyTinyRSS,
Permanently save headlines in news bins.
Match items using search folders.
Play Podcasts in Liferea.
The last release 1.10.12 fixed below bugs:
Support HTTP content negotiation (suggested by DanMan)
Problems with dark Adwaita theme in GTK 3.14
Stop calling Atom person constructs w/ URI invalid (patch by Aristotle Pagaltzis)
Install or Upgrade Liferea in Ubuntu:
The latest packages have been made into PPA, available for Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and their derivatives such as Linux Mint 13 / 17, Elementary OS Luna.
To add the PPA, press Ctrl+Alt+T to open terminal. When it opens, paste the command below and hit run:
sudo add-apt-repository ppa:ubuntuhandbook1/apps
Type in user password when it asks – no visual feed back – and finally install or upgrade the RSS reader via command:
sudo apt-get update; sudo apt-get install liferea
After that you can receive future updates from the PPA by running regular updates via Software Updater.