<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Gnome on Random notes from mg</title>
    <link>https://mg.pov.lt/blog/tags/gnome.html</link>
    <description>Recent content in Gnome on Random notes from mg</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>marius@gedmin.as (Marius Gedminas)</managingEditor>
    <webMaster>marius@gedmin.as (Marius Gedminas)</webMaster>
    <copyright>Copyright © 2004–2020 Marius Gedminas</copyright>
    <lastBuildDate>Sun, 24 Aug 2008 02:53:58 +0200</lastBuildDate>
    <atom:link href="https://mg.pov.lt/blog/tags/gnome/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Fixing the netspeed applet</title>
      <link>https://mg.pov.lt/blog/netspeed-applet.html</link>
      <pubDate>Sun, 24 Aug 2008 02:53:58 +0200</pubDate>
      <author>marius@gedmin.as (Marius Gedminas)</author>
      <guid>https://mg.pov.lt/blog/netspeed-applet.html</guid>
      <description>
&lt;p&gt;&lt;a href=&#34;http://www.gnome.org/projects/netspeed/&#34;&gt;Netspeed&lt;/a&gt; is a GNOME
panel applet that shows your current upload/download speed in bytes (or bits)
per second.  I love it.  Except... you have to manually say which network
device to monitor.  If you&#39;re switching between wireless and wired, this gets
old really quickly.  There&#39;s an option, &lt;em&gt;Always monitor a connected
device&lt;/em&gt;, but it is &lt;a
href=&#34;http://bugzilla.gnome.org/show_bug.cgi?id=503518&#34;&gt;buggy&lt;/a&gt; and usually
gets stuck monitoring some stupid network interface like wmaster0 or
vmnet8.&lt;/p&gt;

&lt;p&gt;Today I spent a couple of hours fiddling with netspeed&#39;s source code and
&lt;a href=&#34;http://bugzilla.gnome.org/show_bug.cgi?id=503518#c17&#34;&gt;fixed&lt;/a&gt; &lt;a
href=&#34;http://bugzilla.gnome.org/show_bug.cgi?id=503518#c18&#34;&gt;the bug&lt;/a&gt;!
Patches attached to the bug report and tested with netspeed-0.14 on Ubuntu
Hardy.&lt;/p&gt;

&lt;p&gt;While doing this I created a local Bazaar branch for playing with the source
code.  Sadly, Bazaar decided to hurt me again: bzr viz, instead of letting me
look at my commits in a nice GUI window, barfs &lt;em&gt;AttributeError:
&#39;KnitPackRepository&#39; object has no attribute &#39;get_revision_graph&#39;&lt;/em&gt; and
stops.  Apparently the latest version of bzr-gtk (trunk from launchpad) is not
compatible with the latest version of bzr (1.6rc2 from the Hardy PPA).&lt;/p&gt;

&lt;p&gt;It&#39;s becoming a pattern: every couple of months I give Bazaar a try, and I
hit a new bug that prevents me from doing whatever I wanted to do.  Why do I
even keep trying?&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>PowerTop as GNOME applet?</title>
      <link>https://mg.pov.lt/blog/powertop-as-gnome-applet.html</link>
      <pubDate>Fri, 06 Jun 2008 00:21:25 +0300</pubDate>
      <author>marius@gedmin.as (Marius Gedminas)</author>
      <guid>https://mg.pov.lt/blog/powertop-as-gnome-applet.html</guid>
      <description>
&lt;p&gt;Dear lazyweb,&lt;/p&gt;

&lt;p&gt;Where&#39;s the GNOME applet that can show me my laptop&#39;s power usage in
Watt?  I cannot believe that nobody has written one yet.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>GNOME startup time</title>
      <link>https://mg.pov.lt/blog/gnome-startup.html</link>
      <pubDate>Wed, 27 Dec 2006 15:23:49 +0200</pubDate>
      <author>marius@gedmin.as (Marius Gedminas)</author>
      <guid>https://mg.pov.lt/blog/gnome-startup.html</guid>
      <description>
&lt;p&gt;On my laptop (Pentium M, 1.6 GHz, 1 GB RAM) it takes exactly 68 seconds
from the time I press Enter in the GDM login screen, until the GNOME desktop
is completely loaded (the last applets appear and the disk activity stops).
This is GNOME 2.16.1 from Ubuntu Edgy.&lt;/p&gt;

&lt;p&gt;This is after a fresh reboot (so, nothing in disk cache, except for
what Ubuntu&#39;s readahead loads).  The startup process is not interfering (I
waited until the disk activity stopped before I logged in).&lt;/p&gt;

&lt;p&gt;What does GNOME load?  A large wallpaper (2304x1280 -- I use dual-head),
xcompmgr, Tomboy, Network Manager applet, a bunch of GNOME applets on three
panels (netspeed, gweather, battery, sound volume, two clocks, window
switcher, workspace switcher, two window lists, two system managers, CPU
frequency, trashcan, 7 launchers).  And the usual GNOME processes (nautilus,
gnome-settings-daemon, etc.).&lt;/p&gt;

&lt;p&gt;Still, 68 seconds is too much.  I ought to figure out how to hook bootchart
to this thing and start filing bugs.&lt;/p&gt;
</description>
    </item>
    
    <item>
      <title>GNOME Terminal text shadow</title>
      <link>https://mg.pov.lt/blog/gnome-terminal-text-effects.html</link>
      <pubDate>Sun, 11 Sep 2005 19:34:57 +0300</pubDate>
      <author>marius@gedmin.as (Marius Gedminas)</author>
      <guid>https://mg.pov.lt/blog/gnome-terminal-text-effects.html</guid>
      <description>
&lt;p&gt;Before:&lt;/p&gt;

&lt;p&gt;&lt;img alt=&#34;GNOME Terminal screenshot with no text shadows&#34;
        src=&#34;https://mg.pov.lt/gnome-term-no-drop-shadow.png&#34;
        width=&#34;685&#34; height=&#34;432&#34; /&gt;&lt;/p&gt;

&lt;p&gt;After:&lt;/p&gt;

&lt;p&gt;&lt;img alt=&#34;GNOME Terminal screenshot with text shadows&#34;
        src=&#34;https://mg.pov.lt/gnome-term-drop-shadow.png&#34;
        width=&#34;685&#34; height=&#34;432&#34; /&gt;&lt;/p&gt;

&lt;p&gt;Patch: &lt;a
href=&#34;https://mg.pov.lt/libvte4-drop-shadows.patch&#34;&gt;libvte4-drop-shadows.patch&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Inspiration: &lt;a href=&#34;http://www.eterm.org/&#34;&gt;Eterm&lt;/a&gt;, &lt;a
href=&#34;http://freedesktop.org/~keithp/screenshots/translucentapps.png&#34;&gt;Keith
Packard&#39;s xterm hack&lt;/a&gt;.&lt;/p&gt;
</description>
    </item>
    
  </channel>
</rss>
