Archives For November 30, 1999

xfce4 whisker menu

Whisker Menu is an alternate application launcher for Xfce, it gives you a unity/gnome3 style search in xfce4 desktop. As well as that you can browse through all of your installed applications by clicking on the category buttons on the side.

whisker menu in ubuntu 14.04

Whisker Menu is the default app launcher in Linux Mint Xfce edition since Mint 15 Olivia. The developer has released version 1.4.0 with new features and various translation updates:

  • Add option to switch position of categories and launchers
  • Add waiting for grabs
  • allows modifier as shortcut
  • Add padding to username
  • Add single panel row option
  • Add about entry to context menu
  • Load applications immediately
  • Recognize keypad enter as return for searching
  • Set menu window type hint to DIALOG
  • Translation updates: Bulgarian, Catalan, Chinese (Taiwan), Czech, Dutch, French, German, Hebrew, Italian, Japanese, Malay, Norwegian Bokmål, Polish, Portuguese, Russian, Slovak, Spanish, Swedish

Install Whisker Menu 1.4.0 in Ubuntu 14.10 / 14.04:

The binary packages has been built into developer’s PPA, available for Ubuntu 14.10, Ubuntu 14.04, Ubuntu 12.04 and their derivatives such as Linux Mint 13 and 17.

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

sudo add-apt-repository ppa:gottcode/gcppa

After that install it via your package manager after checking for updates. Or run:

sudo apt-get update; sudo apt-get install xfce4-whiskermenu-plugin

If you don’t like Ubuntu PPAs, grab the .deb package directly from the launchpad page.

Once installed, add the launcher menu onto panel and move it to the left.

add whisker menu to launcher

pinta add-in support

Pinta, an open-source, bitmap image drawing and editing program inspired by Paint.NET, has reached release 1.5 with many new features, improvements. Add-in support is one of the great new features.

As you may know, Pinta is a bitmap image editor with many features typical of image editing software including drawing tools, image filters and color adjustment tools. It features unlimited undo history, unlimited Layers, and multiple language support.

pinta image drawing and editing software

Th latest Pinta 1.5 was released on May 24 which brings following new features and improvements:

  • Re-editable text
  • Mouse cursors now resize based on the active brush size.
  • The Move Selection and Move Selected tools can now rotate the selection using the right mouse button.
  • Added an Invert Selection command.
  • New or redesigned mouse cursors for every tool.
  • Improved OSX integration (file associations and improved dock integration)
  • Redesigned Windows installer, which automatically downloads and installs the correct version of GTK# and the .NET Framework if necessary
  • Improved JPEG Compression Dialog (remembers previous settings and has the OK button as the default control)
  • The Open File dialog now shows image previews for ORA files, as well as any file formats provided by add-ins.

User can now use the Add-in Manager (under the Add-ins menu) to browse and install add-ins.The developers are in the process of setting up a community add-in repository which will be included by default in future Pinta releases.

pinta add-in support

Also, there are a lot of bug-fixes. See the release note for details.

Install Pinta 1.5 in Ubuntu:

The latest release has been made into the official PPA for Ubuntu 14.10 Utopic, Ubuntu 14.04 Trusty LTS, Ubuntu 13.10 Saucy and Ubuntu 12.10 Quantal.

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

sudo add-apt-repository ppa:pinta-maintainers/pinta-stable

sudo apt-get update

sudo apt-get install pinta

(Optional) To remove this app as well as the PPA repository, run:

sudo apt-get remove pinta

sudo add-apt-repository -r ppa:pinta-maintainers/pinta-stable

sudo apt-get update