Skype 4.2 For Linux Released With Minor Improvements And Bug Fixes

Skype 4.2 Linux

Skype 4.2 for Linux has been released today and it includes various bug fixes, increased stability when using a Microsoft Account, optimized Voice messaging as well as some minor new features.


Changes in the latest Skype 4.2 for Linux:

  • add subscription status and link to the account brief view in the main window;
  • increased the stability when logging in from a Microsoft Account;
  • add a button to enable voice message from the options dialog;
  • you no longer have to re-type your password when entering via “My Account” if you are already logged-in with the client;
  • when sharing the screen in a multiple monitor setup, share the one where the call window is at the moment;
  • add Messenger predefined group when logged-in with your MSA account;
  • create an entry point to hold a conference call from the conversations view;
  • new sizes for the Skype icon.

Skype 4.2 Linux

Among the bugs fixed in this release are:

  • artifacts in the contact list after changing topic or picture in a multichat;
  • searching in the chat window when ‘Ignore poster names’ is set might lead to client crash;
  • Skype crashes on attempting to stop sharing selection being in a call on hold
  • disabling Birthday notification doesn’t work;
  • clicking on certain contact request notifications lead always to the wrong contact request against ‘live’ contact;
  • call hold overlay icon goes away giving the idea the call is resumed when is not;
  • do not show the login window if autologin plus start Skype minimized are enabled;
  • do not allow more than 256-length conversation’s topic;
  • more.

Although the official announcement doesn’t mention this, I’ve also noticed in my test that the new version comes with a fix (or at least on my system, tested with Bumblebee/Nvidia Optimus) for the bug that caused it not to start in Ubuntu 13.04 with some proprietary graphics drivers. The version available in the Ubuntu 13.04 repositories has received a workaround for this, but a real fix is should now be available with Skype 4.2.

Download Skype 4.2 for Linux

Ubuntu: if you’ve installed Skype from the official Ubuntu repositories, you’ll firstly have to remove it:
sudo apt-get remove skype skype-bin

Then install the Skype deb downloaded from its website, either using Ubuntu Software Center, Gdebi or via command line (assuming you’ve copied the deb in your home folder):
cd
sudo dpkg -i skype*.deb

If the tray / appindicator Skype icon is missing, make sure sni-qt is installed:

- 32bit:

sudo apt-get install sni-qt

- 64bit:

sudo apt-get install sni-qt sni-qt:i386

Also, on Debian / Ubuntu 64bit, if you experience audio instability issues, also install the following package:
sudo apt-get install libasound2-plugins:i386


Web Upd8 – Ubuntu / Linux blog

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Pocket Casts updated with improvements and fixes galore

Pocket Casts

Continuous playback over notifications and more bug fixes than you can shake a stick at

Since making the move to a completely new design with Pocket Casts 4, a few lingering bugs have been piling up. Those are getting squashed today, along with a few new feature adds, with a big update to the app today. First up, the update brings the option to have playback not be interrupted by notifications, which is still set to be off by default. The sharing menu for podcasts has also received a tweak that gives you three simple options — email, other apps, copy link — to cut down on the interface clutter. You can now mark every episode from a certain podcast as "unplayed", and long-pressing on the "next" button will skip to the next item in a playlist.

Some of the big user-facing bugs, such as duplicate episode downloads and action bar bugs that showed extra action buttons have been notably fixed. When episode downloads fail, they now properly show up in the "not downloaded" filter once again. There are also many more back-end issues that have been fixed as well. If you haven't had a chance to see Pocket Casts in action, now may be the time — grab a download from the Play Store link above.

    


Android Central – Android Forums – News – Reviews – Help and Android Wallpapers

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Install Weather Indicator With New Location And Forecast Fixes In Ubuntu

Weather Indicator used to be one of the most popular Ubuntu appindicators but unfortunately, it doesn’t work properly any more: it crashes when trying to add a new location and the weather forecast doesn’t work – because of this, it was even removed from the Ubuntu 13.04 (Raring Ringtail) official repositories.
Weather Indicator
However, if for whatever reason you don’t want to use My Weather Indicator, a pretty cool alternative by the way, you can now use Weather Indicator again thanks to Joshua, who has fixed the two issues mentioned above along with some other bugs and has created a PPA so you can easily install a working Weather Indicator in Ubuntu 13.04, 12.10 and 12.04.

Weather Indicator features:

  • displays current temperature, humidity, wind, sunrise and sunset in the indicator menu and optionally, it can display the weather next to the indicator icon;
  • uses the Yahoo Weather API;
  • 4-day weather forecast;
  • multiple locations support;
  • optional notifications support for severe weather or on every weather condition change;
  • supports imperial and metric units.

Install the fixed Weather Indicator in Ubuntu

To install Weather Indicator, with fixes for adding new locations and for the weather forecast, in Ubuntu, use the following commands in a terminal:
sudo add-apt-repository ppa:jtasker/weather-indicator
sudo apt-get update
sudo apt-get install indicator-weather

Once installed, launch the appindicator from the Dash / menu, select “Set up weather” and you should be able to successfully add locations under the “Locations” tab.

Important: by default, the indicator only displays an icon on the top panel and it doesn’t display the current temperature. If you want it to display the temperature on the panel, in the Weather Indicator preferences, on the “General” tab, enable “Show temperature near indicator”.


Web Upd8 – Ubuntu / Linux blog

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

XBMC Media Center 12.2 Brings Numerous UPnP Fixes

The second point release of the XBMC Media Center 12 software has been announced last evening, May 3, 2013, for the Linux, Mac OS X, Windows, Android and Raspberry Pi platforms.
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Mesa 9.1.2 Fixes A Handful Of Graphics Driver Bugs

Ian Romanick of Intel’s Open-Source Technology Center has announced the immediate release of Mesa 9.1.2 for open-source graphics drivers…
Phoronix

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Bumblebee 3.2.1 Released With Ubuntu 13.04 Fixes, New Options

Bumblebee 3.2 has been released a few days ago but there was an issue and it didn’t work on a lot of setups o version 3.2.1 has been released to fix this. The new version also fixes the Primus backend for Ubuntu 13.04 and adds some new options.
Bumblebee is an unofficial tool that brings Nvidia Optimus GPU switching to Linux. It’s useful to increase battery life by only switching the dedicated GPU (Nvidia) on when needed. Nvidia has added initial Optimus support in their latest 319.12 beta drivers, but it doesn’t have GPU switching yet.

Bumblebee 3.2 comes with the following changes:

  • new option: “-b” to disable injection of any render offloading bridge (primus or VirtualGL). Use this to invoke nvidia-settings (optirun -b none nvidia-settings -c :8);
  • new option: “–no-xorg” for optirun to disable starting secondary X server. Use this to run CUDA or OpenCL applications that do not need the graphics rendering capabilities. Implies “-b none”;
  • Bumblebee no longer depends on the primusrun script anymore for the Primus backend. However, “primusrun” and “optirun -b primus” have different behaviors: the first one powers on the discrete GPU when needed while the second one will immediately do this; the difference in behavior is most noticeable with WebGL content in Firefox;
  • Added support for passing -configdir to X, defaulting to /etc/bumblebee/xorg.conf.d, –xconfdir option added to bumblebeed and XorgConfDir added to bumblebee.conf; this finally fixes a long-standing annoyance with SNA config option for the Intel driver;
  • the BusID is added automatically on Ubuntu 13.04 so users no longer need to do this manually. Without this, Bumblebee failed to work on Ubuntu 13.04;
  • fix: added /usr/$ LIB/mesa/libGL.so.1 to default primus libGLd for supporting Ubuntu 13.04;
  • fix: fixed a “buffer overflow” issue in bumblebeed;
  • fix: removed accesses to PCI config space from the daemon process.
Also, Bumblebee Configurator GUI, a tool that allows you to easily setup Bumblebee, has been updated recently with support for the latest Bumblebee 3.2. The latest version also adds an option to install Bumblebee in Ubuntu.

Install Bumblebee Configurator GUI in Ubuntu

Bumblebee Configurator GUI

Bumblebee Configurator GUI
To install Bumblebee Configurator GUI in Ubuntu, use the following commands:
sudo add-apt-repository ppa:alessandrofac93/bumblebee-config-gtk-dev
sudo apt-get update
sudo apt-get install bumblebee-config-gtk

Then, you launch the application and use it to install and set up Bumblebee. Or, if you want to manually install Bumblebee, see the instructions below.
Report any Bumblebee Configurator GUI bugs you may find @ Launchpad.

Install Bumblebee in Ubuntu

To add the stable Bumblebee PPA and install the latest Bumblebee in Ubuntu, use the following commands:
sudo add-apt-repository ppa:bumblebee/stable
sudo apt-get update
sudo apt-get install bumblebee

To use the new Primus backend, you’ll also have to install Primus:

sudo apt-get install primus

On 64bit, also install primus-libs-ia32:

sudo apt-get install primus-libs-ia32

To configure Bumblebee you must decide if you want to use Nouveau or the proprietary Nvidia drivers. If you want to use the proprietary Nvidia drivers, take a look at the version you’ve installed (e.g.: “nvidia-304″), then, open the bumblebee configuration file as root with a text editor:
gksu gksu gedit /etc/bumblebee/bumblebee.conf

And in this file, change:

  • “Driver” to “Driver=nvidia”
  • “KernelDriver” to “KernelDriver=nvidia-VERSION” (e.g.: “nvidia-304)
  • “LibraryPath” to “LibraryPath=/usr/lib/nvidia-VERSION:/usr/lib32/nvidia-VERSION” (e.g.: “LibraryPath=/usr/lib/nvidia-304:/usr/lib32/nvidia-304″)
  • “XorgModulePath” to “XorgModulePath=/usr/lib/nvidia-VERSION/xorg,/usr/lib/xorg/modules” (e.g.: “XorgModulePath=/usr/lib/nvidia-304/xorg,/usr/lib/xorg/modules”)

Report any Bumblebee issues you may find @ GitHub.

For Debian, Arch Linux, Gentoo or Mandriva, see the Installing Bumblebee page.

Using Bumblebee

Bumblebee
To run a game or application using the dedicated GPU (Nvidia), use the following command:
optirun APP-EXECUTABLE

replacing “APP-EXECUTABLE” with the application (or game) executable.

To use the Primus backend (note: you’ll only get about 60 frames / sec in glxspheres but this backend should actually work better than Primus) without changing the Bumblebee configuration, use:
optirun -b primus APP-EXECUTABLE

This will immediately turn on the dedicated GPU.

Or:

primusrun APP-EXECUTABLE

This will only power the discrete GPU on when needed.


Web Upd8 – Ubuntu / Linux blog

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

flareGet Download Manager Updated With Important Changes And Bug Fixes

flareGet, a download manager for Linux that supports dynamic file segmentation, HTTP-pipelining for accelerated downloads and more, has been updated recently, receiving quite a few improvements and bug fixes.

flareGet Linux download manager screenshot

The application is free to use but not open-source.

Changes in the latest flareGet 1.4:

  • improved batch downloads;
  • redesigned scheduler;
  • added support for multiple row selections/operations;
  • added support for refreshing url and cookies;
  • added download info dialog;
  • added support for checksum (hash) – MD5, SHA1;
  • added advanced options in start download dialog;
  • more display options – show/hide columns, toolbar etc.;
  • added auto-update feature;
  • improved resume support which should fix the bug some of you were experiencing with broken downloads;
  • fixed bug with downloads stopping near the end;
  • fixed issue with one click restore in Unity;
  • other bug fixes for the Grabber, batch downloading and more.
Also, like I was telling you a while back, flareGet supports downloading Flash video from various websites such as YouTube, but it wasn’t obvious how you could download videos at a certain quality. With the latest release, the flareGet “Grabber” allows you to choose the video quality as well as the file name: start the grabber, play a video in your browser and the initial quality at which the video is played will show up in flareGet – if you change the quality for the playing video, a new video format for that quality will be available for download in flareGet as you can see in the sreenshots below:

flareGet grabber

flareGet grabber

Download flareGet

flareGet is available for Ubuntu, Linux Mint and other Debian based Linux distributions as well as Fedora, OpenSuse and other RPM based Linux distributions. There are also generic tar.gz files (though this isn’t the source as flareGet is not open source) that should work in other Linux distributions.


Web Upd8 – Ubuntu / Linux blog

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Wine 1.5.25 Fixes Adobe Reader XI Installation

Alexandre Julliard announced a few minutes ago, March 1, that a new development version of the Wine application is now available for download, bringing assorted bug fixes and improvements.
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

QEMU 1.3.1 Brings In A Bunch Of Fixes

The first (and only planned) point release to QEMU 1.3 is now available. The QEMU 1.3.1 release fixes just over two dozen bugs, including critical issues for OpenBSD guests…
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

Intel Driver Update Fixes Performance Regressions

Chris Wilson of Intel OTC has released yet another X.Org driver update in the xf86-video-intel 2.20 series. This latest DDX update does bring rendering improvements plus fixes for various performance regressions…
Phoronix

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

HyperZ, MSAA Get Some Fixes In R300 Gallium3D

In addition to killing the Xorg R300g state tracker target, on Sunday Marek Olšák pushed a number of other changes into the vintage “R300g” open-source graphics driver…
Phoronix

StumbleUponDiggTwitterFacebookRedditLinkedInEmail

KDE 4.9.3 November Update Fixes 86 Bugs

KDE 4.9.3 is the latest monthly point release for the Linux desktop environment that was recently tested by Linus Torvalds…
LXer Linux News

StumbleUponDiggTwitterFacebookRedditLinkedInEmail