Archives For November 30, 1999

Colorize Folder Icons

Folder Color, simple Nautilus extension to colorize folder icons, now adds support for Cinnamon’s Nemo and Mate’s Caja File Manager.

Folder Color is a simple extension to customize your Ubuntu / Linux Mint folder icon, create colorful and unique folder icons for your computer to classify and manage your folders highly efficient.

The project was originally designed for Ubuntu Nautilus file browser. Now, it supports Caja – default for Mate Desktop in Linux Mint and Ubuntu Mate, and Nemo – default for Linux Mint Cinnamon.

Colorize Nautilus Folder Icons (Ubuntu)

Colorize Nemo Folder Icons (Linux Mint Cinnamon)

Install Folder Color in Ubuntu/Linux Mint:

The developer has made the binary packages into PPA, available for Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and Linux Mint 13/17.

To get started, press Ctrl+Alt+T on keyboard to open terminal. When it opens, do:

1. Add PPA

Paste the command below into terminal and hit Enter to add the PPA:

sudo add-apt-repository -y ppa:costales/folder-color && sudo apt-get update

Type in your user password when it asks, note that there’s no visual feed back.

2. Install the extension:

Select install below package via your Package Manager or by running the given command:

  • For Ubuntu Nautilus file browser, install folder-color:
    sudo apt-get install folder-color
  • For Linux Mint Cinnamon’s Nemo file brower, install folder-color-nemo:
    sudo apt-get install folder-color-nemo
  • For Linux Mint/Ubuntu Mate’s Caja file browser, install folder-color-caja:
    sudo apt-get install folder-color-caja

Tip: For those don’t want to add the PPA, grab the .deb installer directly from the launchpad page. Note that folder-color-common need to be installed first.

3. Apply changes

Finally restart your file browser by either logging out and back in or running the command below and re-open it:

  • For Nautilus run: nautilus -q
  • For Nemo run: nemo -q
  • For Caja run: caja -q

4. Fix Caja issue

For Mate Caja file browser, if you don’t see the Folder Color in context menu, run command to fix:

For 32-bit:

sudo ln -s /usr/lib/i386-linux-gnu/girepository-1.0/Caja-2.0.typelib /usr/lib/girepository-1.0/Caja-2.0.typelib

For 64-bit:

sudo ln -s /usr/lib/x86_64-linux-gnu/girepository-1.0/Caja-2.0.typelib /usr/lib/girepository-1.0/Caja-2.0.typelib

And finally restart caja by running caja -q.

via: tuxfamily.org

While Ubuntu repositories provide an old Blender version, you can always follow this tutorial to install the latest release from the official package. Tested in Ubuntu 14.10, Ubuntu 14.04 and it should work in Ubuntu 10.04 and higher.

Blender is a professional free and open-source 3D computer graphics software product used for creating animated films, visual effects, art, 3D printed models, interactive 3D applications and video games.

So far the latest stable release is Blender 2.72b, which was released a week ago. See the new features in its website.

While Blender in Ubuntu Software Center is old and there’s no PPA repository that always provides the latest binaries, follow the steps below to install the latest release with new features and bug fixes:

1. Click the link below to bring up Ubuntu Software Center and click the install button to install the package libsdl1.2debian:

2. Download Blender for GNU/Linux from the official link below. You may first check your OS type, 32-bit or 64-bit, by clicking on “About This computer” from shutdown menu (top-right corner gear button).

www.blender.org/download/

3. – a). For single use – If you have only one user on the Ubuntu system, just extract the package to user Downloads folder and run the executable from the result folder:

3. – b). To make all users to be able to run the blender release, extract the package to /opt/ directory.

To do so, press Ctrl+Alt+T to open terminal, run command below to open your Downloads folder as root/administrator:

gksudo nautilus ~/Downloads

Install gksu from Ubuntu Software Center if need. Type in your user password when it asks.

When the folder opens, do:

  1. Right click on Blender package and select open with Archive Manager.
  2. When Archive Manager opens, select Extract to computer -> /opt/

When done, you should see the blender folder under /opt/. For shot, I’ve rename it from “blender-2.72b-linux-glibc211-x86_64” to “blender”.

4. Create a launcher for Blender so that we can start it from the Unity Dash or App Menu.

Press Ctrl+Alt+T to open terminal. When it opens, run command to create .desktop file and edit it with Gedit text editor:

gksudo gedit /usr/share/applications/blender-2.7.desktop

When the file opens, paste below into it and save.

[Desktop Entry]
Name=Blender-2.7
Name[de]=Blender-2.7
Name[fr]=Blender-2.7
GenericName=3D modeller
GenericName[de]=3D Modellierer
GenericName[fr]=modeleur 3D
GenericName[ru]=Редактор 3D-моделей
Comment=Create and edit 3D models and animations
Comment[de]=Erstellen und Editieren von 3D Modellen und Animationen
Comment[fr]=Création et édition d'objets 3D et animations
Comment[ru]=Создание и редактирование трёхмерных моделей и анимаций
Exec=/opt/blender/blender
Icon=/opt/blender/icons/scalable/apps/blender.svg
Terminal=false
Type=Application
Categories=Graphics;3DGraphics;
StartupNotify=false
MimeType=application/x-blender;

Depends on step 3, you may replace path to Exec & Icon (words in red).

When done, you should be able to open Blender from the Unity Dash or App Menu. Enjoy!

Not clear enough? See the video:

For those looking for a sticky notes app for Ubuntu, indicator-stickynotes is a GTK3 app that works on Gnome, Unity, KDE, and Xfce.

The app provides an indicator menu, allows to create as many notes as possible in your desktop. Notes can be managed in different groups, which allows to set different text / background colors and font.

Though it is almost 10 years old, the software developer still maintains the packages for the latest Ubuntu releases.

Install Sticky Note Indicator in Ubuntu:

The official Ubuntu PPA maintains the latest packages for Ubuntu 16.04, Ubuntu 18.04, Ubuntu 20.04, Ubuntu 21.10, and even the next Ubuntu 22.04.

Firstly, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run command to add the PPA

sudo add-apt-repository ppa:umang/indicator-stickynotes

Type user password when it asks while no visual feedback, and hit Enter to continue.

Next, refresh the system package cache via command:

sudo apt-get update

Finally, install the app by running command:

sudo apt install indicator-stickynotes

After installation, open it by searching from the activities overview screen and enjoy!

Remove indicator-stickynotes:

And to remove the tool, open terminal and run command:

sudo apt remove --autoremove indicator-stickynotes

Also, remove the Ubuntu PPA via command:

sudo add-apt-repository --remove ppa:umang/indicator-stickynotes

Rhythmbox is the default music player for Ubuntu Unity and Gnome. It has reached version 3.1 while Ubuntu 14.04/14.10 still provides Rhythmbox 3.0.x.

Rhythmbox 3.1 comes with assorted bug fixes, GTK 3.14+ compatible, and now it includes an AppData file. It’s worth upgrading the player if you have upgraded to Gnome 3.14 or ever encountered below bugs:

  • “Edit > Preferences > General > Visibile Columns > BPM” missing mnemonic
  • UPNP servers do not get removed after they become unavailable
  • SendTo plugin does not work with music files containing apostrophe
  • Rhythmbox incorrectly reads the year tag of m4a files
  • support libsecret 0.18 (SecretUnstable to Secret API change)
  • rhythmbox crashes upon “Jump to Playing Song”
  • Song properties dialog “Basic” tab, “Comment” keyboard mnemonic is same as “Composer”
  • Notification disappears when I pause my music
  • New Radio Paradise URLs
  • The latest rhythmbox needs atleast libglib 2.34
  • Wording used for importing music in import screen is not clear
  • rhythmbox crashes with SIGSEGV due to double free in rb_podcast_parse_channel_free
  • rhythmbox / audioscrobbler fails if built from separate build dir
  • Inequal sizing and alignment in rhythmbox UI.
  • grilo: Do not free GrlRegistry
  • rhythmbox-client –stop
  • Rhythmbox 3.0.2 crashes if attempting to load pls stream before any other type
  • AAC tags are improperly parsed for the “year” field
  • daap source compilation failure with ubuntu 14.04
  • Rating stars are not vertically aligned in GtkTreeView listing
  • Rhythmbox crash when adding songs to a playlist
  • Right-clicking on song causes Segmentation fault
  • song-info ui files need update
  • rhythmbox.appdata.xml.in is in wrong location

How to Upgrade Rhythmbox:

Thanks to fossfreedom, the 3.1 release has been made into PPA, available for Ubuntu 14.10, Ubuntu 14.04 and derivatives.

To add the PPA, press Ctrl+Alt+T on keyboard to open terminal. When it opens, run the command below:

sudo add-apt-repository -y ppa:fossfreedom/rhythmbox

After that, launch Software Updater (or Synaptic Package Manager) and you’ll see Rhythmbox available for upgrade after checking for updates.

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:

sudo add-apt-repository ppa:atareao/atareao 

sudo apt-get update

sudo apt-get install my-weather-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:

sudo add-apt-repository ppa:dhor/myway

sudo apt-get update

sudo apt-get install rawtherapee

For those who don’t want to add the PPA, grab the .deb installer directly from the Launchpad Page.

Ubuntu 14.10 And Its Flavors Officially Released

Last updated: October 24, 2014

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.

See: www.kubuntu.org/news/kubuntu-14.10.

Lubuntu 14.10:

Lubuntu 14.10 mainly features:

  • General bug fix release as we prepare for LXQt.
  • Many LXDE components have been updated with bug fix releases.
  • An update of the artwork (more icons, theme update, more compatibilities …).

See: wiki.ubuntu.com/UtopicUnicorn/ReleaseNotes/Lubuntu

Xubuntu 14.10:

Xubuntu 14.10 features new Xfce Power Manager plugin in panel and ittems in the newly themed alt-tab dialog can now be clicked with the mouse.

See: wiki.ubuntu.com/UtopicUnicorn/ReleaseNotes/Xubuntu.

Other Flavors:

Ubuntu Gnome 14.10: wiki.ubuntu.com/UtopicUnicorn/ReleaseNotes/UbuntuGNOME

UbuntuKylin 14.10: wiki.ubuntu.com/UtopicUnicorn/ReleaseNotes/UbuntuKylin

UbuntuStudio 14.10: wiki.ubuntu.com/UtopicUnicorn/ReleaseNotes/UbuntuStudio

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.

  1. Install and then launch Synaptic from the Unity Dash or App Menu.
  2. Click the Reload button to update package lists.
  3. Search rabbitvcs
  4. Highlight rabbitvcs-nautilus3, rabbitvcs-gedit, or rabbitvcs-thunar
  5. and mark for installation.

  6. 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:

sudo add-apt-repository ppa:tsvetko.tsvetkov/cinnamon

sudo apt-get update

sudo apt-get install nemo-rabbitvcs

Supports for Linux Mint 17 and 13.

NOTE: This post is outdated. Please read this new tutorial about compiling GNU Emacs from the source.

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:

sudo gedit /usr/share/applications/Emacs-24.desktop

When the file opens, paste below into it and save the file.

[Desktop Entry]
Version=1.0
Name=Emacs-24
Exec=env UBUNTU_MENUPROXY=0 /usr/local/bin/emacs
Terminal=false
Icon=emacs
Type=Application
Categories=IDE
X-Ayatana-Desktop-Shortcuts=NewWindow
[NewWindow Shortcut Group]
Name=New Window
TargetEnvironment=Unity

Depends on where you install Emacs 24, you may replace the value of Exec and Icon to the path to executable and shortcut icon file.

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:

  • Problem with single instance in Windows #457
  • build fails if faad headers are missing #458
  • When adding a SID file with multiple subtunes to playlist, only the first subtune is added. #462

Install / Upgrade Audacious in (L)Ubuntu:

Thanks to Web Upd8 Team, the binary packages have been made into PPA, available for Ubuntu 14.10, Ubuntu 14.04 and their derivatives.

To add the PPA and install Audacious, press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run commands below one by one:

sudo add-apt-repository -y ppa:nilarimogard/webupd8

sudo apt-get update

sudo apt-get install audacious audacious-plugins