Powered By

Powered by Blogger

Rabu, 06 April 2011

Install Audacious 2.4.4 (Music Player With GTK And Winamp-Like Interface) In Ubuntu [WebUpd8 PPA]

Audacious music player is a fork of Beep Media Player (BMP), which itself forked from XMMS. It looks a lot like Winamp 2.x (and the playlist, song adding functions and so on, are similar to Winamp) but it also comes with a GTK interface.

The clean interface, amazing functionality with lots of plugins and a low memory footprint have helped Audacious become the default music player in Lubuntu 11.04 (replacing Aqualung).

Audacious
(Audacious - GTK interface)

Audacious
(Audacious - Winamp 2.x interface)


We've received a lot of requests for this so here it is: Audacious 2.4.4 is finally available in the WebUpd8 PPA.

Further more, the packages in the WebUpd8 PPA have been built with "libguess" enabled (which provides automatic character code detection) as requested by WebUpd8 reader rAX a while back. The Audacious packages in both Ubuntu and Debian are not built with libguess because libguess is not available in Debian yet - but it's now available in the WebUpd8 PPA.

Unfortunately I don't have a changelog for the latest Audacious 2.4.4 so if you want to know what's new, I'm sorry but I can't help you.


Install Audacious 2.4.4 in Ubuntu


Audacious 2.2.4 is available in the WebUpd8 PPA for Ubuntu 10.04, 10.10 and 11.04 - install it using the following commands:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install audacious audacious-plugins

Selasa, 05 April 2011

Introducing Gnome Tweak Tool - GUI To Configure Gnome 3 / Gnome Shell

Gnome Tweak Tool

If you've been following the Gnome Shell development, you probably know that it doesn't provide a GUI tool to tweak some basic settings like changing the GTK, Gnome Shell theme or icon theme, re-enable the minimize and maximize buttons, and so on.

For this reason, John Stowers has created "Gnome Tweak Tool", a 'power user' application you can use to tweak Gnome 3. But I think this tool will become very popular for any Gnome 3 user and not just power users considering how useful it already is. Read on!


Features


  • enable disable menu and button icons
  • change GTK and icon theme
  • define the titlebar double click, middle click and right click actions
  • tweak the fonts: change the default font for document, desktop and so on, change the hinting, antialiasing and text scaling factor
  • Gnome Shell tweaks: show date in clock, re-enable the minimize and maximize (or just minimize) window buttons
  • Install and switch Gnome Shell theme (this option requires you install a Gnome Shell extension called "User Theme")
  • change action for laptop lid close on battery and AC
  • allow file manager to handle desktop and draw the desktop




Screenshots


Gnome Tweak Tool

Gnome Tweak Tool

Gnome Tweak Tool


While the application is still very new, as you can see it already can handle most stuff the old Gnome 2.3x used to allow and even more. For instance, the option to display icons in menus and buttons was removed in Gnome 2.28 (I'm not sure if that's when this change was introduced, but it was definetly not there in 2.28) but you can easily enable this using Gnome Tweak Tool.

Another much requested feature was an easy way to change the Gnome Shell theme - this is different then the GTK theme because the GTK theme only changes the application look but doesn't affect Gnome Shell (workspace switcher, Dash, top panel). Thanks to the 'User Theme' Gnome Shell extension and Gnome Tweak Tool, you'll no longer have to manually replace system files to apply a new Gnome Shell theme. Unfortunately because I've tested Gnome Tweak Tool on a Live CD, I couldn't install the 'User Theme' extension so I was unable to test this feature (and while I've compiled the latest Gnome Shell in Ubuntu today, unfortunately a bug in GS 3.0.0 prevents the extensions from working).

In the future, the application might also allow easily enabling / disabling Gnome Shell extensions but we'll cover that in a future post.


Download


Gnome Tweak Tool doesn't come with Gnome 3, but is available @ git.gnome.org. If you've installed GNOME 3 via the semi-official GNOME3 Ubuntu 11.04 PPA, you can install GNOME Tweak Tool using the following command:
sudo apt-get install gnome-tweak-tool


What do you think?


Thanks to John Stowers for the tip!

Senin, 04 April 2011

How To Set Up And Use Gedit Collaboration Plugin (With Infinoted Server)

Gedit Collaboration is a really interesting plugin that provides collaborative editing meaning two or more people can work on the same files, create new files and folders and so on. The plugin allows you to collaborate both with other Gedit and Gobby users.

Check out this video created by jessevdk (the Gedit Collaboration plugin developer):




Firstly I'll tell you how to install Gedit Collaboration in Ubuntu and how to set up an Infinoted server and then we'll talk some more about the Gedit Collaboration plugin - how it works, etc.



Install Gedit Collaboration Plugin


Install the Gedit Collaboration Plugin in Ubuntu 10.04, 10.10 or 11.04:
sudo add-apt-repository ppa:pspsampsp/gedit-plugin-collaboration
sudo apt-get update
sudo apt-get install gedit-collaboration


Setting up the Infinoted server



If you want to test the Gedit Collaboration plugin without setting up a server, use "gobby.0x539.de:6523" as the server.


For info regarding Infinoted, see: http://gobby.0x539.de/trac/wiki/Infinote/Infinoted

1. To be able to actually collaborate, you'll need a server. Gedit Collaboration plugin requires Infinoted 0.4 so let's install it:
sudo apt-get install infinoted-0.4

2. To configure Infinoted, run
gedit ~/.config/infinoted.conf
and paste the following:

[infinoted]
security-policy=require-tls
certificate-file=/path/where/to/save/infinoted.cert #I've used /home/andrei/.config/infinoted.cert
password=ENTER_A_PASSWORD_HERE
key-file=/path/where/to/save/infinoted.key #I've used /home/andrei/.config/infinoted.key

Edit the file above - everything is self explanatory. When done, save it.

3. Now you need to create the keys and start the server:
infinoted --create-certificate --create-key

4. The above command runs the server so you don't have to run anything else but the next time you want to start the server, you can simply run:
infinoted

You can also specify a port using "infinoted --port-number=PORT". For more info, run "infinoted --help".

While Infinoted 0.4 seems to come with an option to run it as a daemon, it failed to work for me. But you can set up an Upstrart script like the one HERE for this.


Notes:
  • I've tested this on Ubuntu 10.10 and 11.04 only!
  • Also, I couldn't test it over the internet (I've tested it between my desktop and netbook)


Using the Gedit Collaboration plugin


Once everything is set up, open Gedit, head over to Edit > Preferences and enable "Collaboration" on the Plugins tab. Here you can click "Configure" to edit your username and the color that will be used when you write some code. Then, select View > Side Pane and click the "Collaboration" icon at the bottom:


Gedit collaboration plugin


If you're in the same network as the Infinoted server, the server should show up in the bookmarks list. If not, you can click on the "Create new bookmark" icon, then enter a name for your bookmark, a hostname (by the way, it didn't work using an IP for me, only an actual hostname), port and an username which will then show up in the collaboration plugin user list (but like I've said above, I've only tested it running the server on the same network as both clients):

Gedit collaboration plugin


Now connect to the server (double click your bookmark) and if there are other people connected to your server, they should show up in the list on the left. Right clicking the bookmark (server), you'll be able to create a new file or folder - everybody that connects to it can do this:

Gedit


What you type will shows up in real time to everyone connected to the server and it will be highlighted using the color you've selected in the Gedit Collaboration plugin options (see above) so it's a good idea for everyone connected to the Infinoted server to use a different color.

Well, that should be enough to get you started. It's really not that hard and if you code or do other related stuff and work in a team, you'll love the Gedit Collaboration plugin!


Many thanks to John for the tip!

Last 2 Weeks Top Posts (Weeks 12, 13 - 2011)

  1. Install Firefox 4 In Ubuntu 10.04 / 10.10 Via PPA Repository
  2. Ubuntu 11.04 Community Wallpapers Revealed, Default Wallpaper Slightly Modified
  3. Ubuntu 11.04 Beta 1, Released [Video & Screenshots]
  4. FOSS Skype Alternative "GNU Free Call" In The Works
  5. Ubuntu Software Center Lets You Test-Drive Applications Without Installing Them [Ubuntu 11.04]
  6. 3 New Themes In The WebUpd8 Themes PPA: GAIA Sprout, Soothe And Dichotomy
  7. Install The Beautiful Bluebird GTK + Metacity Theme In Ubuntu
  8. Ubuntu 11.10 Will Not Ship With A Classic Gnome Desktop
  9. System Monitor Indicator Puts The CPU And Memory Usage On Your Panel
  10. Synapse Launcher Gets A Do-ish Theme, Drag'n'Drop Support

Minggu, 03 April 2011

Install Pinta 0.8 In Ubuntu, Now Available For Natty Too

Pinta 0.8

Pinta 0.8 was released last week and seeing that its PPA still provides version 0.5, I've uploaded it to the WebUpd8 PPA. For some reason, even the Ubuntu 11.04 repositories haven't been updated since Pinta 0.6 so starting today I'll also be providing Natty packages for Pinta.

Pinta 0.8 is a bug-fix release and it's most probably the latest release before 1.0. Here's the changelog:
  • "Crop to selection" can enlarge image
  • Unable to select desired pixels
  • Layer - Import from file - Exception
  • After cropping transparent border appears at left and top site of image
  • Pinta crashes at startup - Error reading file '/home/[user]/.recently-used.xbel': Invalid argument.
  • Tool panel is too wide in Russian locale
  • Opening more then one image at the time
  • Text outline leaves behind marks when the outline size is reduced
  • Ubuntu task bar icon is default window icon, not new pinta icon
  • Screenshot does not work when no config

Add the WebUpd8 PPA and install Pinta 0.8 in Ubuntu 10.04, 10.10 and 11.04 using the commands below:
sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install pinta


I probably should have posted this on our new PPAs Status site (ppa.webupd8.org) but since this release solves some pretty important bugs, I thought you may want to know.

Haguichi (Hamachi GUI) 1.0.7 Gets AppIndicator Support

Haguichi

Haguichi is a popular Hamachi (including Hamachi2) GUI for Gnome.

Haguichi 1.0.7 has been released, the big news being that it finally adds AppIndicator support so you don't need to tweak the notification area in Ubuntu 11.04 to get Hamachi to show up (but of course, the AppIndicator works in older Ubuntu versions too). 

As usual, I've updated the Haguichi PPA (this is basically the official PPA) so you can easily stay up to date with new versions in Ubuntu 10.04, 10.10 and 11.04.

Please note that the Haguichi AppIndicator comes as a separate package!

Add the Haguichi PPA and install Haguichi using the commands below:

sudo add-apt-repository ppa:webupd8team/haguichi
sudo apt-get update
sudo apt-get install haguichi

To install the Haguichi AppIndicator, run the command below:
sudo apt-get install haguichi-appindicator

Make KDE Applications Look Native In GNOME (With Ubuntu Ambiance Style)

KDE Gnome
(Dolphin running in Gnome)


Getting KDE applications to look native in Gnome is rather easy (contrary to what you may think when looking at the lenghty instructions below - it's actually just a few clicks) thanks to an Ambiance KDE style created by WebUpd8 reader Alaukik. This means that while the instructions below work with any GTK theme, you'll need a KDE style similar to the one created by Alaukik for your current GTK theme to get everything looking properly.



Get KDE apps to look native in GNOME (Ambiance style)


1. Install systemsettings:

sudo apt-get install systemsettings

2. You need a KDE style to match your GTK theme. For Ambiance, download it from HERE (you'll need an Ubuntuforums account to download it) and extract it.

3. Go to System > Preferences > System Settings, on the "Application Appearance" and do the following:

- On the "Style" tab, under "Widget style" select "GTK+":

systemsettings


- On the "Colors" tab, select "Import Scheme" and browse for the Ambiance KDE style you've downloaded in step 2:

systemsettings


- On the "Icons" tab, select "Humanity":

systemsettings


- On the "Fonts" tab, select you need to select Ubuntu 11 (or whatever size you use on your desktop) for all except the fixed width font. You can mass-select the Ubuntu font for all by clicking the "Adjust All Fonts" button:

systemsettings


- For a complete matching font, on the same tab select "Enabled" under "use anti-aliasing", then click "Configure and select "Use sub-pixel rendering" and for "Hinting style", select "Slight":

systemsettings


Please note that the font hinting will only be applied to newly opened applications.



Thanks to alaukik for the tip! Via Ubuntuforums