Search found 42 matches

by rvause
20 Jul 2010, 21:03
Forum: Tips & Tricks
Topic: Gnome wallpaper changer
Replies: 31
Views: 19721

Re: Gnome wallpaper changer

stick

Code: Select all

#!/usr/bin/env python

on the first line then you don't need to run it with python

you can check for gnome like:

Code: Select all

if os.environ.get('DESKTOP_SESSION') == 'gnome':
    ...
by rvause
20 Jul 2010, 13:27
Forum: The Lounge
Topic: What does your desktop look like?
Replies: 332
Views: 132206

Re: What does your desktop look like?

There is desktop drapes but it is too OTT for me so I wrote my own python script.

I wrote a blog post on it: http://www.rickvause.com/2010/06/random ... for-gnome/
by rvause
18 Jul 2010, 21:53
Forum: Help
Topic: Nautilus. I'm MAD. [It's an oversight, I'm sure.] Topic is solved
Replies: 26
Views: 21039

Re: [solved] Nautilus. I'm MAD. [It's an oversight, I'm sure Topic is solved

If you run gconf-editor, you get a tree-style configuration view of this stuff to edit. If you look in /desktop/interface you can make some handy desktop tweaks for gnome like buttons_have_icons etc

You can use gconftool-2 to edit these on the command line.
by rvause
18 Jul 2010, 21:35
Forum: Help
Topic: How do I get a script to run on desktop load?
Replies: 6
Views: 3614

Re: How do I get a script to run on desktop load?

In my gnome setup a desktop launcher (http://www.yolinux.com/TUTORIALS/GNOME.html#LAUNCHER) file needs placing in $HOME/.config/autostart/ . The rest happens automatically there.
by rvause
18 Jul 2010, 21:26
Forum: General News
Topic: New open source Search engine!
Replies: 11
Views: 5480

Re: New open source Search engine!

This is nice. I especially like the lack of tracking respecting users privacy better. The !Bang searching is good too.
by rvause
04 Jul 2010, 16:59
Forum: Linux education
Topic: Create an Ajax-based IM client
Replies: 2
Views: 2613

Re: Create an Ajax-based IM client

Thanks for that. I had a skim through. I built a Ajax chat app with Django and Jquery not so long ago and it has been deployed and in use in the office since. I have been thinking about plugging it into Jabber/XMPP to give users more flexibility in how they use it. Screenshot: http://img8.imageshack...
by rvause
04 Jul 2010, 16:25
Forum: Distro talk
Topic: blueflops
Replies: 7
Views: 5530

Re: blueflops

I fancy giving it a spin but haven't possessed anything with a floppy drive for years!
by rvause
29 Jun 2010, 18:47
Forum: Music
Topic: What are you listening to right now?
Replies: 880
Views: 268725

Re: What are you listening to right now?

I've been listening to http://www.last.fm/music/Hemstad/_/Fyllek%C3%A4rring , by Hemstad (a band that seems to have to disappeared somewhere). If anyone likes it, I'll let you know how my search for an LP goes. Update: I got in touch with @catbird on twitter and asked about the band's recordings. He...
by rvause
25 Jun 2010, 21:00
Forum: General News
Topic: CLI for Google services
Replies: 2
Views: 2062

Re: CLI for Google services

That's really cool. I can think of some cron tasks I could apply this to right away.
by rvause
25 Jun 2010, 20:53
Forum: The Lounge
Topic: My blog
Replies: 18
Views: 7378

Re: My blog

I subscribed. Are you aiming at a niche or just going to fire randomly until you find something that works?

Edit: I have actually got a Wordpress tip for you. Use tags instead of categories, tags are more flexible and more fun to navigate.
by rvause
20 Jun 2010, 10:11
Forum: Linux News
Topic: Linux is gaining as a development platform
Replies: 7
Views: 3923

Re: Linux is gaining as a development platform

Netbeans is great for PHP, I especially like that when saving you can have it automatically fire the changes to an SSH server, and the remote debugging support for xdebug is great. Have you tried Zend studio? Although I haven't tried it, real PHP developers tell me that its fantastic.
by rvause
19 Jun 2010, 20:19
Forum: Linux News
Topic: Linux is gaining as a development platform
Replies: 7
Views: 3923

Re: Linux is gaining as a development platform

That makes sense. I tried Netbeans with a PHP setup recently when I was working on some old PHP code. It is pretty sleek in comparison to Eclipse but still Java-punches your ram on startup and feels a little OTT. I have also recently tried Eclipse+Pydev which is a really great Python IDE, but again ...

Go to advanced search