Skip navigation.

Desktop drapes

Bag of Software
Bag of Software

The first public version of Desktop Drapes has been released. Drapes is a wallpaper management application for GNOME desktop, with focus on keeping with the HIG and simplicity while enhancing the overall experience of the desktop user. Primarily the application catalogs wallpapers and switches them at a user specified interval. Drapes is written in C# using mono and uses the Gtk# & Gnome# bindings. The version 0.4.96, is the test version that will lead up to the first stable release... 0.5. Downloads and more information about desktop drapes can be found at http://drapes.mindtouchsoftware.com. A screenshoot can be view at http://drapes.mindtouchsoftware.com/Screenshot.jpg.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
cool by Anonymous George (not verified)

Here you go

As bartvh mentioned, drapes is a full mono# app with no additional binary glue so it should work on all platforms. That's one of the next tasks to fix in the next release to create a universal deb. There is a bug for it here: https://launchpad.net/products/drapes/+bug/56992

But in the meantime, i created an amd64 package for you here: http://drapes.mindtouchsoftware.com/release/0.4/drapes_0.4.96_amd64.deb
Everything should be the same a the other release

Enjoy.

If it's written in mono with by Anonymous George (not verified)

RE: cool

What about you? You take the source and you recompile it if you need a native binary. Authors can't catter for all the possible architectures, platforms and versions. It's an impossible job.

no native binary

The sofware is written in C#, so no native binaries. You will need a .net runtime of course.

Given it's written in C#, by Anonymous George (not verified)