<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>How to &#187; Gnome</title>
	<atom:link href="http://howto.blbosti.com/category/gnome/feed/" rel="self" type="application/rss+xml" />
	<link>http://howto.blbosti.com</link>
	<description>Tips and Tricks</description>
	<lastBuildDate>Sat, 24 Sep 2011 19:48:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Find files containing searched text</title>
		<link>http://howto.blbosti.com/2011/09/find-files-containing-searched-text/</link>
		<comments>http://howto.blbosti.com/2011/09/find-files-containing-searched-text/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 19:48:40 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[commandline]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=543</guid>
		<description><![CDATA[If you want to search all files, which contains searched text, open terminal and type grep -i -n &#39;searched text&#39; * It works also recursively grep -i -r -n &#39;searched text&#39; * Related posts:Chmod recursively directories and files


Related posts:<ol><li><a href='http://howto.blbosti.com/2011/01/chmod-recursively-directories-and-files/' rel='bookmark' title='Chmod recursively directories and files'>Chmod recursively directories and files</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2011/09/find-files-containing-searched-text/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Elementary Theme: Fix missing scrollbars in OpenOffice (LibreOffice)</title>
		<link>http://howto.blbosti.com/2010/12/elementary-theme-fix-missing-scrollbars-in-openoffice-libreoffice/</link>
		<comments>http://howto.blbosti.com/2010/12/elementary-theme-fix-missing-scrollbars-in-openoffice-libreoffice/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 17:41:49 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Elementary]]></category>
		<category><![CDATA[LibreOffice]]></category>
		<category><![CDATA[OpenOffice]]></category>
		<category><![CDATA[scrollbar]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=518</guid>
		<description><![CDATA[If you are using Elementary theme you have probably noticed that OpenOffice (LibreOffice) is missing scrollbars. I found an easy solution for this bug, just follow these few steps. 1. Backup your original elementary gtkrc file sudo cp /usr/share/themes/elementary/gtk-2.0/gtkrc /usr/share/themes/elementary/gtk-2.0/_gtkrc.bak 2. Edit elementary gtkrc file sudo gedit /usr/share/themes/elementary/gtk-2.0/gtkrc 3. Search and replace (If You&#39;re using [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/' rel='bookmark' title='Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)'>Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)</a></li>
<li><a href='http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/' rel='bookmark' title='Ubuntu: Make ALSA default instead of PulseAudio'>Ubuntu: Make ALSA default instead of PulseAudio</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/12/elementary-theme-fix-missing-scrollbars-in-openoffice-libreoffice/feed/</wfw:commentRss>
		<slash:comments>16</slash:comments>
		</item>
		<item>
		<title>Mount a remote SSH folder in Ubuntu (cmd and GUI)</title>
		<link>http://howto.blbosti.com/2010/09/mount-a-remote-ssh-folder-in-ubuntu-cmd-and-gui/</link>
		<comments>http://howto.blbosti.com/2010/09/mount-a-remote-ssh-folder-in-ubuntu-cmd-and-gui/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 09:55:01 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[gsshfs]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[pysshfs]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=482</guid>
		<description><![CDATA[Connecting to a server across the internet is much more secure using SSH. There is a way that you can mount a folder on a remove server using the SSHFS service (based on the SSH File Transfer Protocol). Open terminal and follow these steps: 1. Install sshfs sudo apt-get install sshfs 2. Add yourself to [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/02/simple-ubuntu-install-script/' rel='bookmark' title='Simple Ubuntu install script'>Simple Ubuntu install script</a></li>
<li><a href='http://howto.blbosti.com/2010/03/ubuntu-9-10-compiling-ffmpeg-with-x264/' rel='bookmark' title='Ubuntu 9.10: compiling FFmpeg with x264'>Ubuntu 9.10: compiling FFmpeg with x264</a></li>
<li><a href='http://howto.blbosti.com/2010/02/quick-setup-fresh-installed-ubuntu-with-ailurus/' rel='bookmark' title='Quick Setup fresh installed Ubuntu with Ailurus'>Quick Setup fresh installed Ubuntu with Ailurus</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/09/mount-a-remote-ssh-folder-in-ubuntu-cmd-and-gui/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)</title>
		<link>http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/</link>
		<comments>http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 14:54:40 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=472</guid>
		<description><![CDATA[There is a bug in the Compiz package in Ubuntu 10.04 Lucid Lynx (in Maverick Meerkat too) that doesn&#39;t allow you to fully change the mouse cursor theme. You only get the new cursor theme in some windows. But you can still change the mouse cursor theme in Ubuntu, even if you have Compiz enabled. [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/12/elementary-theme-fix-missing-scrollbars-in-openoffice-libreoffice/' rel='bookmark' title='Elementary Theme: Fix missing scrollbars in OpenOffice (LibreOffice)'>Elementary Theme: Fix missing scrollbars in OpenOffice (LibreOffice)</a></li>
<li><a href='http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/' rel='bookmark' title='Umount CIFS problem: Reboot and Shutdown'>Umount CIFS problem: Reboot and Shutdown</a></li>
<li><a href='http://howto.blbosti.com/2010/02/put-home-computer-network-trash-icons-on-gnome-desktop/' rel='bookmark' title='Put Home, Computer, Network, Trash icons on Gnome Desktop'>Put Home, Computer, Network, Trash icons on Gnome Desktop</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Umount CIFS problem: Reboot and Shutdown</title>
		<link>http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/</link>
		<comments>http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/#comments</comments>
		<pubDate>Wed, 12 May 2010 19:54:27 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[cifs]]></category>
		<category><![CDATA[delay]]></category>
		<category><![CDATA[init 0]]></category>
		<category><![CDATA[init 6]]></category>
		<category><![CDATA[no response]]></category>
		<category><![CDATA[reboot]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[shutdown]]></category>
		<category><![CDATA[umount]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=440</guid>
		<description><![CDATA[If You mount samba shares using cifs method like I, You probably have met with delays at shutdown or restart. [18.312000] CIFS VFS: Server not responding [18.312000] No response for cmd 5 mid 8 To avoid this delay it is necessary to umount all samba shares before rebooting or shutdown your computer. There are many [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/02/disable-60-seconds-delay-notification-in-ubuntu-9-10-karmic/' rel='bookmark' title='Disable 60 seconds delay notification in Ubuntu 9.10 (Karmic)'>Disable 60 seconds delay notification in Ubuntu 9.10 (Karmic)</a></li>
<li><a href='http://howto.blbosti.com/2010/02/simple-ubuntu-install-script/' rel='bookmark' title='Simple Ubuntu install script'>Simple Ubuntu install script</a></li>
<li><a href='http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/' rel='bookmark' title='Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)'>Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu: Make ALSA default instead of PulseAudio</title>
		<link>http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/</link>
		<comments>http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 12:05:41 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[audio]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[alsa]]></category>
		<category><![CDATA[alsamixer]]></category>
		<category><![CDATA[applet]]></category>
		<category><![CDATA[pulseaudio]]></category>
		<category><![CDATA[volume]]></category>
		<category><![CDATA[xfce4-mixer]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=395</guid>
		<description><![CDATA[PulseAudio has still problems with some applications and it always adds a little latency and that&#39;s the reason, why so many people still prefer ALSA. This howto shows you, how to remove PulseAudio, add alsa-mixer applet to the panel and associate hotkeys for volume change. 1. Remove PulseAudio This will uninstall PulseAudio, delete the configuration [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/03/ubuntu-server-install-alsa-sound-and-moc-music-on-console/' rel='bookmark' title='Ubuntu server: install Alsa sound and MOC (Music On Console)'>Ubuntu server: install Alsa sound and MOC (Music On Console)</a></li>
<li><a href='http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/' rel='bookmark' title='Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)'>Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)</a></li>
<li><a href='http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/' rel='bookmark' title='Umount CIFS problem: Reboot and Shutdown'>Umount CIFS problem: Reboot and Shutdown</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/feed/</wfw:commentRss>
		<slash:comments>50</slash:comments>
		</item>
		<item>
		<title>Put Minimize, Maximize, Close buttons to the left in Ubuntu window</title>
		<link>http://howto.blbosti.com/2010/03/put-minimize-maximize-close-buttons-to-the-left-in-ubuntu-window/</link>
		<comments>http://howto.blbosti.com/2010/03/put-minimize-maximize-close-buttons-to-the-left-in-ubuntu-window/#comments</comments>
		<pubDate>Thu, 11 Mar 2010 14:49:50 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[buttons]]></category>
		<category><![CDATA[title bar]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=198</guid>
		<description><![CDATA[Default are Minimize/Maximize/Close buttons in the title bar on the right. This short tutorial shows you, how to put these icons to the left, like in Mac OS X. 1. Press ALT + F2, type in gconf-editor and press Enter key 2. Navigate to apps &#62; metacity &#62; general. On the right find option called [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/02/disable-60-seconds-delay-notification-in-ubuntu-9-10-karmic/' rel='bookmark' title='Disable 60 seconds delay notification in Ubuntu 9.10 (Karmic)'>Disable 60 seconds delay notification in Ubuntu 9.10 (Karmic)</a></li>
<li><a href='http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/' rel='bookmark' title='Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)'>Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)</a></li>
<li><a href='http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/' rel='bookmark' title='Ubuntu: Make ALSA default instead of PulseAudio'>Ubuntu: Make ALSA default instead of PulseAudio</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/03/put-minimize-maximize-close-buttons-to-the-left-in-ubuntu-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disable 60 seconds delay notification in Ubuntu 9.10 (Karmic)</title>
		<link>http://howto.blbosti.com/2010/02/disable-60-seconds-delay-notification-in-ubuntu-9-10-karmic/</link>
		<comments>http://howto.blbosti.com/2010/02/disable-60-seconds-delay-notification-in-ubuntu-9-10-karmic/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 13:32:27 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[restart]]></category>
		<category><![CDATA[shutdown]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=117</guid>
		<description><![CDATA[This tutorial shows how to disable 60 seconds delay notification when logout, shutdown and restart Ubuntu 9.10. First,press Alt+F2 and type gconf-editor. Click Run. Navigate to apps &#62; Indicator-session. Double click on the only line in right box and set its value to true. Done. Related posts:Put Home, Computer, Network, Trash icons on Gnome Desktop [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/02/put-home-computer-network-trash-icons-on-gnome-desktop/' rel='bookmark' title='Put Home, Computer, Network, Trash icons on Gnome Desktop'>Put Home, Computer, Network, Trash icons on Gnome Desktop</a></li>
<li><a href='http://howto.blbosti.com/2010/03/put-minimize-maximize-close-buttons-to-the-left-in-ubuntu-window/' rel='bookmark' title='Put Minimize, Maximize, Close buttons to the left in Ubuntu window'>Put Minimize, Maximize, Close buttons to the left in Ubuntu window</a></li>
<li><a href='http://howto.blbosti.com/2010/05/umount-cifs-problem-reboot-and-shutdown/' rel='bookmark' title='Umount CIFS problem: Reboot and Shutdown'>Umount CIFS problem: Reboot and Shutdown</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/02/disable-60-seconds-delay-notification-in-ubuntu-9-10-karmic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Setup fresh installed Ubuntu with Ailurus</title>
		<link>http://howto.blbosti.com/2010/02/quick-setup-fresh-installed-ubuntu-with-ailurus/</link>
		<comments>http://howto.blbosti.com/2010/02/quick-setup-fresh-installed-ubuntu-with-ailurus/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 12:54:02 +0000</pubDate>
		<dc:creator>enjoy</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Gnome]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Ailurus]]></category>
		<category><![CDATA[Nautilus]]></category>
		<category><![CDATA[third party repositories]]></category>

		<guid isPermaLink="false">http://howto.blbosti.com/?p=89</guid>
		<description><![CDATA[Ailurus is an application which aims at making Linux easier to use. Features: Help users study some Linux skills Install/remove some applications which are not provided in the official repository Enable/disable some third party repositories Display information about BIOS, motherboard, CPU and battery Show/Hide Computer, Home folder, Trash icon and Network icon on desktop Configure [...]


Related posts:<ol><li><a href='http://howto.blbosti.com/2010/02/easy-mounting-iso-images-in-ubuntu/' rel='bookmark' title='Easy mounting ISO images in Ubuntu'>Easy mounting ISO images in Ubuntu</a></li>
<li><a href='http://howto.blbosti.com/2010/04/ubuntu-make-alsa-default-instead-of-pulseaudio/' rel='bookmark' title='Ubuntu: Make ALSA default instead of PulseAudio'>Ubuntu: Make ALSA default instead of PulseAudio</a></li>
<li><a href='http://howto.blbosti.com/2010/08/change-mouse-cursor-theme-in-ubuntu-with-compiz-enabled-10-04-and-higher/' rel='bookmark' title='Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)'>Change mouse cursor theme in Ubuntu with Compiz enabled (10.04 and higher)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://howto.blbosti.com/2010/02/quick-setup-fresh-installed-ubuntu-with-ailurus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

