Ubuntu/Debian/Mint news and tutorials | Linux stuff
feed.png
Quick Tip #1
Disable Overlay Scrollbars in GNOME
For Ubuntu 12.10, open a terminal and type the following command:
gsettings set com.canonical.desktop.interface scrollbar-mode normal
Changes should occur instantly. The overlay scrollbars should now be replaced with normal scrollbars.

For Ubuntu 12.04, use the following command:
gsettings set org.gnome.desktop.interface ubuntu-overlay-scrollbars false
Log out and log back in for changes to occur.
Quick Tip #2
Mount an ISO Image from Command-Line
sudo mount -o loop /path/to/image.iso /path/to/empty/dir
Notice that /path/to/empty/dir must exist and should be empty.
Quick Tip #3
Find Out Current GNOME Version
For GNOME:
gnome-shell --version
For the Compiz window manager, use:
compiz --version

NeonView is a new minimalist, lightweight image viewer, completely free and open-source, licensed under the GPLv2 and developed by TuxArena.

This first release, codenamed ‘Betta splendens’, includes just a handful of features for now, however it is the base on which development of more advanced features will take place. Still, the goal of NeonView is to remain clean and lightweight, while also trying to implement only the needed functions that a simple image viewer should have.

Some of the features of NeonView:

  • supports many image formats, including JPG, PNG, SVG, GIF or TGA (any format supported by gdk_pixbuf)
  • allows navigation with next/prev buttons with images sorted by name
  • fit to window or normal size image view modes
  • it remembers the window size between sessions and can be started maximized (in order to remember these use Ctrl+Q to quit it for now, or just edit the ~/.neonview/neonview.cfg file)
  • allows manual configuration via ~/.neonview/neonview.cfg

The full announcement is located on the NeonView homepage, here.

Download

You can download NeonView 0.2.0 binary package from here. To run it just uncompress the archive and double-click the neonview executable.

Leave a Comment

Sponsors
Advertise on TuxArena
Online Readers