slartibartfast wrote: 
> The network icon colours changed at some point to give less info. Now
> blue no longer exists. There is no difference now between a WiFi or LMS
> issue.

If you want to restore blueness, and you're feeling brave, the attached
patch does it. (For me, anyway). E&OE.

Upload the attached patch file to your Radio, into the root user's home
directory. Name it -icon.patch-

Then save the existing -QVGAbaseSkinApplet.lua- script, e.g. to
-QVGAbaseSkinApplet.lua.original-, and apply the patch. Then check your
work, and restart the Radio. You can restore the saved version back if
things go wrong.

Here's a screen dump of the process as I undertook it:

Code:
--------------------
    
  # cd /usr/share/jive/applets/QVGAbaseSkin
  # cp -p QVGAbaseSkinApplet.lua QVGAbaseSkinApplet.lua.original
  # patch <~/icon.patch
  
  Check your handiwork:
  
  # diff -u QVGAbaseSkinApplet.lua.original QVGAbaseSkinApplet.lua 
  --- QVGAbaseSkinApplet.lua.original
  +++ QVGAbaseSkinApplet.lua
  @@ -2385,10 +2385,10 @@
                img = _loadImage(self, "Icons/icon_wireless_disabled.png"),
        })
        s.button_wireless_SERVERERROR = _uses(s._button_wireless, {
  -             img = _loadImage(self, "Icons/icon_wireless_disabled.png"),
  +             --img = _loadImage(self, "Icons/icon_wireless_disabled.png"),
                -- In 7.6, decision is to go with only red colored icons for 
both network and server errors
                -- leaving the old path here in case we decide that was a 
mistake
  -             --img = _loadImage(self, "Icons/icon_wireless_cantconnect.png"),
  +             img = _loadImage(self, "Icons/icon_wireless_cantconnect.png"),
        })
        s.button_wireless_NONE = _uses(s._button_wireless, {
                img = false,
  @@ -2401,10 +2401,10 @@
                img = _loadImage(self, "Icons/icon_ethernet_disabled.png"),
        })
        s.button_ethernet_SERVERERROR = _uses(s._button_wireless, {
  -             img = _loadImage(self, "Icons/icon_ethernet_disabled.png"),
  +             --img = _loadImage(self, "Icons/icon_ethernet_disabled.png"),
                -- In 7.6, decision is to go with only red colored icons for 
both network and server errors
                -- leaving the old path here in case we decide that was a 
mistake
  -             -- img = _loadImage(self, 
"Icons/icon_ethernet_cantconnect.png"),
  +             img = _loadImage(self, "Icons/icon_ethernet_cantconnect.png"),
        })
  
        -- time
  
  
--------------------


+-------------------------------------------------------------------+
|Filename: icon.patch.txt                                           |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=32084|
+-------------------------------------------------------------------+

------------------------------------------------------------------------
mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=113140

_______________________________________________
Radio mailing list
Radio@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/radio

Reply via email to