- Download the GNOME script for Amarok
- In Amarok – Tools > Script Manager > Install the Script then Run it
- In GNOME – System > Preferences > Keyboard Shortcuts – check they’re set up for your tastes
Done!
Done!
If you haven’t already, now is a great opportunity to join the Free Software Foundation as an associate member – $60 for students/$120 for non-students.
We really need your support, and if you can help us at all, please join today.
And if you’re already a member, you can also give a membership as a gift.
Asylum Stories รยป About
AsylumStories.co.uk is a collection of real stories from asylum seekers in Britain today.
This blog simply wants to tell their stories.
Sorry, it’s been a while since I posted last. So, what’s new?
You can support my work at the FSF by becoming an associate member today, or by donating money.
Amazing the things you find on Wikipedia.
Heterochromia (also known as a heterochromia iridis or heterochromia iridium) is an eye condition in which one iris is a different color from the other (complete heterochromia), or where part of one iris is a different color from the remainder (partial heterochromia or sectoral heterochromia). It is a result of the relative excess or lack of pigment within an iris or part of an iris, which may be genetically inherited or due to mosaicism, or acquired by disease or injury.
I have this.
Just found this – a Gopher search engine. The Gopher protocol itself contains a built in search mechanism.
Here’s how it works:-
gopher://hal3000.cx:2347/7
I’ve bolded the item type character, which is usually one of the following:
- 0 = plain text file
- 1 = directory listing
- 2 = CSO search query
- 3 = error message
- 4 = BinHex encoded text file
- 5 = binary archive file
- 6 = UUEncoded text file
- 7 = search engine query
- 8 = telnet session pointer
- 9 = binary file
- g = GIF image file
- h = html file
- i = informational message
- I = image file
- s = audio file
So, at least for me, in Firefox, when I visit the search engine, I get prompted for my query before I even see the site. This puts even Google’s ubersimple homepage into a whole new light.
So, I’ve started using Stylish, a plugin for Firefox that lets you redefine the style of websites. I started playing around with it and then began looking for some blogs to read.
A frequent visit for me, is Jono’s blog – but all that stuff around the sites, I don’t read. Also, Jono tends to post LONG posts, and I like to read them, but his fonts are uncomfortably small for me.
So here we go.
[sourcecode language=’css’]@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(“jonobacon.org”) {
a:link{
color: blue !important;
text-decoration: underline !important;
}
a:hover{
color: red !important;
}
a:visited{
color: purple !important;
}
body{
background: none !important;
font-size: 100% !important;
}
#rap{
width: 95% !important;
background-color: white !important;
}
#side2, #side, #subnav, #navmenu, .feedback,
.meta, #footer, .credit, iframe{
display: none !important;
}
#header{
background: none !important;
height: 1em !important;
}
#content{
width: 100% !important;
padding-top: 1em !important;
}
.storytitle{
background: none !important;
border-top: 3px solid #1a1a1a !important;
}
#commentlist{
background-color: #eee !important;
margin: 1em !important;
padding: 1em !important;
padding-left: 2em !important;
}
}[/sourcecode]
So, there we go. The only problem I can see is that it removes any Google ads you may have normally seen on Jono’s blog. You should buy him a pint or two when you next see him to make up for this ๐