Archives For November 30, 1999

remove shutdown log out dialog box

Every time you click the Shutdown option in Ubuntu Unity, it pops up a dialog box that asks for your confirmation whether to shutdown or not.

If you find this is annoying, this quick tutorial will show you how to disable the Shutdown and Log Out confirmation dialog box.

1. Search and launch the dconf Editor from Unity dash.

2. Navigate to apps -> indicator-session.

3. Check the value box after “suppress-logout-restart-shutdown”

After that, you’ll see Restart option available in system menu and all shutdown, restart or log out options will be implemented immediately without confirmation when you click on one of them.

Remove Confirmation Dialog Box When you’re at Login Screen:

Previous steps will not work if you are logged out and try to shutdown or restart your computer at the Unity Greeter (LightDM login screen).

To make it work, you need to start dconf Editor with lightdm user privilege:

1. Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run below command and type in your user password to get the root (super user) privilege:

sudo -i

2. After that, in this terminal window run command to allow user lightdm to create a connection to the X server:

xhost +SI:localuser:lightdm

3. Next switch to user lightdm in this terminal window:

su lightdm -s /bin/bash

4. Finally launch dconf Editor and do the changes:

dconf-editor

That’s it. Enjoy!

Nomacs image viewer has finally reached v2.0 with plugins support and other new features. It’s available in its official PPA for Ubuntu 14.10, Ubuntu 14.04, and Ubuntu 12.04.

Nomacs is small, fast image viewer that handles the most common image formats including RAW images. Additionally it is possible to synchronize multiple viewers. A synchronization of viewers running on the same computer or via LAN is possible. It allows to compare images and spot the differences (e.g. schemes of architects to show the progress).

Nomacs features:

  • VIEWING: most common formats (including RAW), thumbnail preview, framless view, slideshow, and more.
  • EDITING: crop, resize, rotate, drag and drop images, color adjustments, multi page TIFF export, and more.
  • SYNCHRONIZATION: synchronize multiple instances.

See the video about the viewer:

New features in Nomacs 2.0:

  • nomacs now supports plugins (windows only for now)
  • Recent Files/Folders on start-up
  • Threaded file loading/saving
  • UPnP support that allows for detecting nomacs in WLAN networks
  • Remote control via WLAN/LAN
  • Fading for fullscreen/slideshow
  • Option for syncing all actions
  • Auto file updating (without locks)
  • Full exif support on linux (fixes issue #192)
  • White list to automatically connect with your computers
  • Gamma correction on down sampling (fixes #322)
  • New (improved) cacher
  • Improvements in the Thumbnail Preview

Install Nomacs 2.0 in Ubuntu:

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:nomacs/stable

sudo apt-get update

sudo apt-get install nomacs

The above will add the nomacs stable PPA and install the latest packages in your system.

Don’t like Ubuntu PPAs? Grab the .deb package directly from the Launchpad Page.

 

Cover art browser plugin v2.0 for the pre-installed Rhythmbox music player was finally announced by the developer, available for Ubuntu 14.04 and later.

For the uninitiated, the CoverArt Browser plugin for Rhythmbox allows you to find, play and queue both albums & individual tracks through various views:

  • Tile-View – a grid like view completely customisable – you can have a iTunes like layout, xnoise or any other media player grid layout.
  • Flow-View – swipe through your albums using different types of flows
  • Artist-View – list all album-artists graphically and find their albums
  • Music Library View – deep integration with standard rhythmbox – move to the Track-based layout and back to the other views in the same way via a toolbar menu (“…”)
  • Play Queue View – new to this release, further deeper integration – move to the Play Queue to see what you have manually queued.

Taken together, you no longer need the side-pane – press F9 to hide and enjoy the increased screen-space to view and play your albums.

Single click has improved in this release – play – pause – add albums with one click. For detailed changes, see the link at the end of post.

Install Cover Art Plugin 2.0 in Ubuntu 14.04:

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:fossfreedom/rhythmbox-plugins

sudo apt-get update

sudo apt-get install rhythmbox-plugin-coverart-browser

The above will add the developer’s PPA, and install the cover art browser as well as CoverArt search providers from it.

Once installed, re-open the Rhythmbox player and enable the two plugins from Tools -> Plugins …

Enjoy!

via: xpressubuntu

Liferea, a free feed reader for Linux desktop, has updated to v1.10.10 with various bug fixes and improvements.

Liferea is an abbreviation for Linux Feed Reader. It is a news aggregator for online news feeds. It supports a number of different feed formats including RSS/RDF, CDF and Atom. There are many other news readers available, but these others are not available for Linux or require many extra libraries to be installed. Liferea tries to fill this gap by creating a fast, easy to use, easy to install news aggregator for GTK/GNOME.

Distinguishing Features:

  • Read articles when offline.
  • Synchronizes with InoReader (git master)
  • Synchronizes with Reedah (git master)
  • Synchronizes with TheOldReader (since 1.10)
  • Synchronizes with TinyTinyRSS (since 1.8)
  • Permanently save headlines in news bins.
  • Match items using search folders.
  • Play Podcasts in Liferea

What’s New in latest Liferea 1.10.10:

  • Fixed: RTL comments appear incorrectly (reported by yaronf)
  • Fixes: No notifications for Tiny Tiny RSS feeds
  • minimize to tray (Ubuntu 14.04 get back tray icon: PPA)
  • Fixed tab/space mix
  • Enlarge search folder dialog to 640×400 to avoid scrolling

Install Liferea 1.10.10 via PPA:

The latest release available in PPA for Ubuntu 14.04 and Ubuntu 12.04.

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:ubuntuhandbook1/apps

sudo apt-get update

sudo apt-get install liferea

Once installed, open it from app menu or unity dash.

 
HotShots is a screen capture tool with some editing features. It is particularly suitable for writing documentation (as used in the following chapters) but you can use it to highlight some details on a map image or what ever you want.

Because HotShots is written with Qt. Compare to Shtter, it has few dependencies and uses lower computer resources.

Features:

  • Grab current screen, all monitors (in case of multi-monitors configuration), current window or a part of the desktop.
  • Save the screenshot in multiple formats (PNG, JPG, BMP, …).
  • Automatically save the screenshot to clipboard, disk or launch the editor tool.
  • Automatically scale the screenshot to a given size.
  • Use “system” shortcuts to take a screenshot.
  • Add automatically some “post-effects” to the screenshot (drop shadow, rotation, border, …).
  • Add annotation items (text, arrows, rectable, …) to the snapshot.
  • Can be minimized to system tray and work in background.
  • Can be launch at system start-up (Windows).
  • Export edited image in multiple formats (PNG, JPG, BMP …).
  • Save/Restore edited image in proprietary format.
  • Send image directly to printer or to web service.

Install HotShots in PPA:

HotShots does not provide .deb package or apt repository for Ubuntu user so far, but you can always install the latest release from the launchpad PPA, works for Ubuntu 14.10, Ubuntu 14.04 and Ubuntu 12.04.

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

sudo add-apt-repository ppa:ubuntuhandbook1/apps

After that, update package lists and install the screen capture:

sudo apt-get update

sudo apt-get install hotshots

Once installed, open it from Unity dash or application menu and enjoy!

Pragha is a Lightweight Music Player for GNU/Linux, based on Gtk, sqlite, and completely written in C, constructed to be fast, light, and simultaneously tries to be complete without obstructing the daily work.

History of Pragha:

Consonance, An excellent player emerged in the archlinux forums, was discontinued. The author, Sacamano said in his blog:

“Which doesn’t mean that it won’t be maintained. I would still be fixing bugs, but major feature additions are not in the pipeline, because I have completed all that I wanted to see in Consonance. It has been a fun project. :)”

Well.. Dissonance is the project to continue developing Consonance, and its result is Pragha Music Manager. A New reproducer of music.

Features:

  • Full integration with GTK+3, but always completely independent of gnome or xfce.
  • Two panel desing inspired on Amarok 1.4. Library and current playlist.
  • Library with multiple views, according tags or folder structure.
  • Search, filtering and queue songs on current playlist.
  • Playing and edit tag of mp3, m4a, ogg, flac, asf, wma, and ape files. Limited only by codecs installed and taglib version used.
  • Playlist management. Exporting M3U and read M3U, PLS, XSPF and WAX playlists.
  • Play audio CDs and identifies this with CDDB.
  • Playback control with command line and MPRIS2.
  • Native desktop notifications with libnotify.

Install Pragha in Ubuntu via PPA:

Seems that there’s no apt repository for Ubuntu users to make it easy to install the player, so I built the latest v1.2.2 into my PPA, available for Ubuntu 14.04, Ubuntu 12.04, Ubuntu 14.10 and their derivatives.

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

sudo add-apt-repository ppa:ubuntuhandbook1/pragha

sudo apt-get update

sudo apt-get install pragha

UPDATE: Remove Ubuntu 12.04 support due to broken packages in gstreamer PPA. Add Ubuntu 14.10 Support.

If you’re running on Ubuntu 12.04, add below PPA to get gstreamer 1.0 before running sudo apt-get update && sudo apt-get install pragha

sudo add-apt-repository ppa:gstreamer-developers/ppa

Sorry that the Ubuntu 12.04 build excludes libglyr (>= 1.0.1) which allows to get lyrics and artist bio over many internet services, and download missing album cover art from Last.fm. Please email me if you know how to build libglyr for Ubuntu 12.04 Precise.

via: Pragha on Github

This quick tip is going to show you how to display your laptop’s battery percentage and time remaining to Ubuntu 14.04 panel. So that your system tray area battery icon will look like this:

This can be done easily by doing a little changes through dconf Editor, install it via Software Center if you don’t find it in application menu or Unity dash.

1. Open dconf Editor. On the left side, navigate to com -> canonical -> indicator -> power.

2. Check the boxes that say “show-time” and “show-percentage” on the right.

That’s it. The changes take effect immediately.

Mailnag is a mail notification daemon for Gnome 3 and Unity that checks POP3 and IMAP servers for new mail.

On mail arrival it performs various actions provided by plugins. Mailnag comes with a set of desktop-independent default plugins for visual/sound notifications, script execution etc. and can be extended with additional plugins easily.

This notifier has an official PPA, available for Ubuntu 14.10 and Ubuntu 14.04, which contains the latest Mailnag packages as well as Gnome Shell and Unity plugin.

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

sudo add-apt-repository ppa:pulb/mailnag

sudo apt-get update

sudo apt-get install mailnag

For the default Unity desktop, you also need the plugin:

sudo apt-get install mailnag-unity-plugin

For Gnome Shell, run:

sudo apt-get install gnome-shell-mailnag

Once installed, open the configuration window from Unity Dash or Menu, add your email account and enable the plugin for your desktop environment.

UPDATE 2024: Corebird is discontinued and does NOT WORKS ANYMORE!!

Never heard of Corebird? It’s a native GTK+ Twitter client for Linux which has a modern and responsive design that looks kinda similar to the official Twitter app for Mac.

Corebird is a free and open source project created by Timm Bäder, AKA “baedert”. It carries the whole essential twitter features, such as Streaming of Tweets, Mentions/Notifications, Favorites, Direct Messaging, Lists, Filters and an integrated search.

With the advantage of the latest GTK+3 features, the application makes use of the new Header Bars. With the gstreamer and gstreamer plugins, corebird allows to view any videos (i.e. no vines and no twitter gifs).

The application is well intergrated with with GNOME Desktop. It supports GNOME Shell Application Menu and displays the number of Twitter notifications on the lockscreen.

Screenshots (ubuntu 14.04 64-bit):

Install Corebird in Ubuntu via PPA:

I’ve successfully built this twitter client into my PPA, available for Ubuntu 14.10 and Ubuntu 14.04.

1. (For Ubuntu 14.04 only) Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the commands below one by one to add the required PPAs:

sudo add-apt-repository ppa:gnome3-team/gnome3

sudo add-apt-repository ppa:gnome3-team/gnome3-staging

2. (For both Ubuntu 14.10 & 14.04) Add my PPA and install corebird:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

sudo apt-get update

sudo apt-get install corebird

Or grab the .deb package directly from HERE.

Once installed, remove Gnome 3 Staging PPA via:

sudo add-apt-repository -r ppa:gnome3-team/gnome3-staging

Project page

QuiteRSS RSS/Atom news feeds reader got an update recently with a few improvements and bug fixes. Now it allows you to share news to LinkedIn, Blogger, Printer Friendly.

QuiteRSS is an open-source cross-platform RSS/Atom news feeds reader which aims to be quite fast and comfortable to user. It features embedded browser (Webkit core), feed and news filters, adblock, click to flash, import/export feeds (OPML-files), and more.

The latest v0.16.1 was released recently with below changes:

  • Added: Ability to filter news by link
  • Added: Share news – LinkedIn, Blogger, Printer Friendly
  • Added: Color adjustment of the feeds with disabled update
  • Added: Color adjustment of the alternating rows background of the news list
  • Fixed: Operating in some unix OS
  • Fixed: Display all columns if the new list despite of settings
  • Fixed: Parsing some feeds
  • Fixed: Application crash while shutdown

So now the reader allows users to share news to Evernote, Google+, Facebook, Twitter, LiveJournal, Pocket, VK, LinkedIn, Blogger, Printer Friendly, or via Email.

Install / Upgrade QuiteRSS n Ubuntu:

The official Ubuntu PPA provides the latest builds for Ubuntu 14.04, Ubuntu 13.10, Ubuntu 12.04 and their derivatives.

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

sudo add-apt-repository ppa:quiterss/quiterss

sudo apt-get update

sudo apt-get install quiterss

If you have already added the QuiteRSS PPA, you can receive updates via Software Updater by running regular Ubuntu updates.