<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://jennyandlih.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Gnome</title>
 <link>http://jennyandlih.com/note-type/tech/gnome</link>
 <description>The taxonomy view.</description>
 <language>en</language>
<item>
 <title>Change gnome panel color</title>
 <link>http://jennyandlih.com/change-gnome-panel-color</link>
 <description>&lt;blockquote&gt;&lt;div class=&quot;quote_start&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;quote_end&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;p&gt;
To change the colour of the fast user switching applet [and gnome panel], open the file to edit the colours using:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;gedit .gtkrc-2.0&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Then add these lines into the file:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;style &amp;quot;modpanel&amp;quot;&lt;br /&gt;{&lt;br /&gt;&amp;nbsp; fg[NORMAL] = &amp;quot;#FFFFFF&amp;quot;&lt;br /&gt;}&lt;br /&gt;widget &amp;quot;*PanelWidget*&amp;quot; style &amp;quot;modpanel&amp;quot;&lt;br /&gt;widget &amp;quot;*PanelApplet*&amp;quot; style &amp;quot;modpanel&amp;quot;&lt;br /&gt;widget &amp;quot;*fast-user-switch-applet*&amp;quot; style &amp;quot;modpanel&amp;quot;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Now run this code to reload the panels:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;killall gnome-panel&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;And you&#039;ve got modded panels. Just replace the 3rd line with whatever colour you&#039;d like the text to be.
&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/change-gnome-panel-color&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/change-gnome-panel-color#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/gnome">Gnome</category>
 <pubDate>Thu, 12 Nov 2009 18:01:38 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">1976 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Unresolved: &lt;Ctrl&gt;Tab for gnome-terminal</title>
 <link>http://jennyandlih.com/unresolved-ctrl-tab-gnome-terminal</link>
 <description>&lt;p&gt;Firefox uses &lt;code&gt;&amp;lt;Ctrl&amp;gt;Tab&lt;/code&gt; and &lt;code&gt;&amp;lt;Ctrl&amp;gt;&amp;lt;Shift&amp;gt;Tab&lt;/code&gt; for switching between tabs.  Eclipse at least lets you assign these same keybindings to its tabs.  Wouldn&#039;t it be nice if gnome-terminal would allow the same thing?  No such luck.&lt;/p&gt;
&lt;p&gt;The symptom, as described by Daniel DiPaolo:&lt;/p&gt;
&lt;blockquote&gt;&lt;div class=&quot;quote_start&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;quote_end&quot;&gt;&lt;div&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/unresolved-ctrl-tab-gnome-terminal&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://jennyandlih.com/unresolved-ctrl-tab-gnome-terminal#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/gnome">Gnome</category>
 <category domain="http://jennyandlih.com/note-type/tech/ubuntu">Ubuntu</category>
 <pubDate>Thu, 13 Mar 2008 21:08:24 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">485 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Turning on firefox emacs keybindings</title>
 <link>http://jennyandlih.com/turning-firefox-emacs-keybindings</link>
 <description>&lt;ul class=&quot;easylist&quot;&gt;
&lt;li&gt; Run gconf-editor from the command line
&lt;/li&gt;
&lt;li&gt; Change the key &lt;code&gt;/desktop/gnome/interface/gtk_key_theme&lt;/code&gt; from &quot;Default&quot; to &quot;Emacs&quot;
&lt;/li&gt;
&lt;li&gt; Restart Firefox
&lt;/li&gt;
&lt;/ul&gt;
</description>
 <comments>http://jennyandlih.com/turning-firefox-emacs-keybindings#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/emacs">Emacs</category>
 <category domain="http://jennyandlih.com/note-type/tech/firefox">firefox</category>
 <category domain="http://jennyandlih.com/note-type/tech/gnome">Gnome</category>
 <pubDate>Fri, 30 Nov 2007 21:30:15 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">335 at http://jennyandlih.com</guid>
</item>
<item>
 <title>gconf-editor on the command line</title>
 <link>http://jennyandlih.com/gconf-editor-command-line</link>
 <description>&lt;p&gt;All the settings you can tweak by running &lt;code&gt;gconf-editor&lt;/code&gt;, you can also access in scripts or on the command line using gconftool.  Refer to the directory-like structure of &lt;code&gt;gconf-editor&lt;/code&gt; or peek in ~/.gconf to find the setting you&#039;re looking for.&lt;/p&gt;
&lt;h2&gt;Get the value of a Gnome setting&lt;/h2&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;gconftool -g /desktop/gnome/peripherals/mouse/left_handed&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;h2&gt;Set the value of a Gnome setting&lt;/h2&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;gconftool -s /desktop/gnome/peripherals/mouse/left_handed -t bool true&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
</description>
 <comments>http://jennyandlih.com/gconf-editor-command-line#comments</comments>
 <category domain="http://jennyandlih.com/note-type/tech/gnome">Gnome</category>
 <pubDate>Tue, 27 Nov 2007 18:51:09 -0700</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">310 at http://jennyandlih.com</guid>
</item>
<item>
 <title>Remote desktop and multihead laptop setup with Vino</title>
 <link>http://jennyandlih.com/remote-desktop-and-multihead-laptop-setup-vino</link>
 <description>&lt;h2&gt;Install VNC packages&lt;/h2&gt;
&lt;p&gt;On the local machine or your desktop:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;sudo apt-get install xvnc4viewer x2vnc&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;h2&gt;Enable Remote Desktop&lt;/h2&gt;
&lt;p&gt;On the remote machine or your laptop:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;System -&amp;gt; Preferences -&amp;gt; Remote Desktop&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;h2&gt;Remote Administration&lt;/h2&gt;
&lt;p&gt;This is much like rdesktop functionality.&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;xvncviewer 192.168.0.1:0&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;h2&gt;Instantaneous Multihead Setup&lt;/h2&gt;
&lt;p&gt;Position your laptop to the left of your monitor and open a magical passageway for your mouse and keyboard:&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;x2vnc 192.168.0.2:0 -west&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://jennyandlih.com/remote-desktop-and-multihead-laptop-setup-vino&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <category domain="http://jennyandlih.com/note-type/tech/gnome">Gnome</category>
 <pubDate>Fri, 26 Oct 2007 00:52:15 -0600</pubDate>
 <dc:creator>jenny</dc:creator>
 <guid isPermaLink="false">229 at http://jennyandlih.com</guid>
</item>
</channel>
</rss>
