Warning: array_keys() [function.array-keys]: The first argument should be an array in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2026
Warning: Invalid argument supplied for foreach() in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2026
Warning: Invalid argument supplied for foreach() in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 2398
Warning: implode() [function.implode]: Argument must be an array in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3351
Warning: array_keys() [function.array-keys]: The first argument should be an array in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3374
Warning: Invalid argument supplied for foreach() in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3374
Warning: Invalid argument supplied for foreach() in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3415
Warning: array_keys() [function.array-keys]: The first argument should be an array in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3467
Warning: Invalid argument supplied for foreach() in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3467
Warning: array_keys() [function.array-keys]: The first argument should be an array in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3612
Warning: Invalid argument supplied for foreach() in /www/htdocs/w0089e63/wordpress/wp-content/plugins/wp-syntax/geshi/geshi.php on line 3612
People using Google’s Picasa on their Ubuntu Linux OS might get a little bit confused about the grey systray icon, which just doesn’t seem to belong there.
Guess what, it really doesn’t.
Google utilises wine to get their so-called Linux port to run. This reminded me of my attemp to humanise wine applications a while back. So trying to apply this to Picasa just seemed naturally.
At first I encountered a little problem, Picasa doesn’t use the system wide wine installation but instead a static one. After noticing this, all was left to do was to find the user.reg file, which as I found out is located at
~/.picasa/user.reg
Now just put the colour codes into the [Control Panel\\Colors]-section of that file.
Read the rest of the article to get the entries.
Human colours:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 | [Control Panel\\Colors] 1191323221 "ActiveBorder"="234 229 224" "ActiveTitle"="188 121 79" "AppWorkspace"="128 128 128" "Background"="85 56 40" "ButtonAlternateFace"="181 181 181" "ButtonDkShadow"="92 92 92" "ButtonFace"="239 235 231" "ButtonHilight"="252 251 250" "ButtonLight"="241 239 226" "ButtonShadow"="219 211 203" "ButtonText"="0 0 0" "GradientActiveTitle"="188 121 79" "GradientInActiveTitle"="239 235 231" "GrayText"="181 179 172" "Hilight"="246 198 125" "HilightText"="0 0 2" "HotTrackingColor"="201 127 85" "InActiveBorder"="212 208 200" "InActiveTitle"="239 235 231" "InActiveTitleText"="83 82 80" "InfoText"="0 0 0" "InfoWindow"="255 241 190" "Menu"="239 235 231" "MenuBar"="188 121 79" "MenuHilight"="230 223 217" "MenuText"="0 0 0" "Scrollbar"="212 208 200" "TitleText"="255 255 255" "Window"="255 255 255" "WindowFrame"="0 0 0" "WindowText"="0 0 0" |