Tuesday, November 29, 2011
Edit Xfce Settings with graphical interface
To access it just click on Applications Menu. Then on the Settings item select Settings Manager, as shown on the image below:
Monday, November 28, 2011
Use multimedia keys with gmusicbrowser
gmusicbrowser is the default music player for Xubuntu 11.10. Among its main features are the support for large libraries, customizable window layouts, a powerful browser which doesn't interfere with the playlist and a tray icon with player controls.
There is a plugin called "Gnome mmkeys" that allows to control playback with keyboard's multimedia keys, albeit not compatible with Xfce4. If you try to enable the plugin, the message below will be shown:
Error: org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.SettingsDaemon was not provided by any .service files
So I created a little bash script to control the gmusicbrowser playback and another one for assigning each function with the correspondent multimedia key.
Install
Open a terminal window and run (it'll need admin permissions for installing gmusicbrowser-mmkeys.sh to /usr/local/bin/):
wget -q -O /tmp/gmb.sh https://goo.gl/18uaAO && bash /tmp/gmb.sh install
The multimedia keys should now be working. Enjoy.
Uninstall
Open a terminal window and run (it'll ask for admin permissions for removing the gmusicbrowser-mmkeys.sh script):
gmusicbrowser-mmkeys.sh uninstall
Note: The installer has been updated to install gmusicbrowser-mmkeys.sh in /usr/local/bin. If you install it elsewhere, please remove manually.
References
gmusicbrowser man page (oneiric)Xfce Settings (xfconf-query reference)
Install VLC on Xubuntu 11.10
Parole is based on the GStreamer framework and focus on simplicity, speed and resource usage. Parole is also part of the XFCE Goodies Project.
In my experience Parole is a great media player, however I noticed two problems that led to VLC installation:
- Detection of subtitle files: my subtitle files usually are in 'Subtitles' directory. Parole doesn't look for them in that directory and there isn't a option to set the path where parole should look for subtitles.
- Unable to play remote files: I often mount a samba share and play video files from that remote location, but Parole (version 0.2.0.6 at the time of writing) doesn't support that feature.
To install VLC open a terminal windows and type sudo apt-get install vlc, or click on the button bellow to install it from your browser:
Saturday, November 26, 2011
Using gmrun instead of xfrun4 [Xubuntu]
In this article I’ll show you how to replace xfrun4, the default XFCE4 application launcher, so when you hit the Alt+F2 combination gmrun will run instead of xfrun4.
![]() |
| To complete a command type the first letters, then hit Tab until you have selected the desired command. The arrow keys can also be used to change the selection. |
If you're convinced to change to gmrun, here are the steps:
- Install gmrun, using a terminal window: sudo apt-get install gmrun
- Replace xfrun4 with gmrun:
- Open "Settings Manager" (Applications Menu > Settings > Settings Manager)
- Click on "Keyboard"
- Select the "Application Shortcuts" tab
- Remove the xfrun4 command (select it and hit Remove)
- Click on Add and type gmrun as the command
- After clicking OK, press F2 while holding Alt
- That's it! Now gmrun should run when you hit the Alt+F2 combination
Window buttons on the left side [Xubuntu]
In Gnome to accomplish such task, one had to open the gconf-editor and change the apps/metacity/general/button_layout key. In XFCE4 is a little more intuitive; you can use drag-and-drop to place the buttons where you want them.
Instructions using CLI
xfconf-query -c xfwm4 -p /general/button_layout -s "CMH|O"
Instructions using GUI
- Open "Settings Manager" (Applications Menu > Settings > Settings Manager)
- Select "Window Manager"
- On "Button layout" section, click and drag the buttons, laying them out as shown in the image below:
![]() |
| Window buttons aligned to the left |
![]() |
| Window buttons aligned to the right |
Xubuntu’s main features
- Web browser: Mozilla Firefox
- E-Mail: Mozilla Thunderbird
- Instant messaging: Pidgin
- Music player: gmusicbrowser
- Movie player: Parole
- Graphics editor: GIMP
- File manager: Thunar
- PDF Reader: Evince
- Word processor: Abiword
- Spreadsheet: Gnumeric
- Text editor: Leafpad
- Desktop search: Catfish
As you can see from the above list, Xubuntu provides out of the box full desktop functionality.
Go ahead, and give Xubuntu a try (if you haven’t done so). Installation usually takes 25 minutes.
Friday, November 25, 2011
Goodbye Ubuntu, Hello Xubuntu
I think that neither Unity or GNOME 3 are mature enough to use them on a daily basis.
There is a huge the lack of support for customization and, for me, one of the most beautiful things about Linux is that you are able to do things your way; you don’t have to conform to default behavior.
This post was written for the cash giveaway by Successful Blogging and RocketFuel who connect brands with bloggers.






