gnome

How to manually create a launcher in Gnome

Launchers are just desktop icons that when double clicked, will execute a given command. They are so useful in a frenzied desktop environment.
In gnome, you can create one by just clicking the right button of your mouse on a free area on the desktop and then selecting “Create a new Launcher”.
However, this practicity often causes a sense of boredom in some uncommon human beings.

Luckily for them, a launcher is just a common file with some simple characteristics and thus it can be made using any familiar unix editor.

0
Source: My. Debian.

Protect Your Files With TrueCrypt 5.1a On Debian Etch (GNOME)

This document describes how to set up TrueCrypt 5.1a on Debian Etch (GNOME). Taken from the TrueCrypt page: "TrueCrypt is a software system for establishing and maintaining an on-the-fly-encrypted volume (data storage device). On-the-fly encryption means that data are automatically encrypted or decrypted right before they are loaded or saved, without any user intervention. No data stored on an encrypted volume can be read (decrypted) without using the correct password/keyfile(s) or correct encryption keys. Entire file system is encrypted (e.g., file names, folder names, contents of every file, free space, meta data, etc)."

0
Source: debianHELP

Ubuntu: Esportare i contatti di Evolution in CSV o VCARD

Per esportare tutti i contatti di Evolution, il client di posta Linux piu’ diffuso, basta eseguire il seguente comando e otterrete un file con tutto il vostro addressbook pronto per essere importato in qualsiasi altro programma o tool via web (tipo Gmail):

Formato CSV:

evolution-addressbook-export --format=csv --output=mycontacts.csv

Formato VCARD

evolution-addressbook-export --format=vcf --output=mycontacts.vcf

0
Source: Michele's Blog

Simplifying Synergy in Gnome

Synergy has worked well for me over the last couple days, but setting up the connection (although not difficult) required a few steps that I’ve tried to streamline.

The following setup is based on a synergy configuration similar to the following.:


section: screens
desktop:
laptop:
end
section: links
desktop:
right = laptop
laptop:
left = desktop
end

BTW, desktop and laptop are arbitrary names I’ve selected for clarity.

Automatically start the synergy server after logging in to gnome on the “desktop” computer to which the mouse/keyboard is physically connected as follows:

0
Source: codeserv.us

Ubuntu 8.04 Hardy Heron Artwork Preview

Che ne dite se fosse questo il tema ufficiale della nuova release di Ubuntu 8.04 Hardy Heron prevista per Aprile 2008?

Ubuntu 8.04 Hardy Heron Artwork Preview

A me piace molto, certo il marrone non e’ il massimo ma per il resto e’ un gran bel cambiamento. Tutte le informazioni e come dare una mano potete trovarle nel wiki ufficiale di Ubuntu.

0
Source: Michele's Blog

AWN Avant Window Navigator Themes

Questi giorni mi sono divertito a creare qualche tema per il mio AWN, la barra in stile Mac OS X da usare con il vostro Ubuntu e Compiz. Scaricate quelli che vi piacciono di piu’ oppure il pacchetto di temi completo:

Glass

AWN Glass Theme

Grass

0
Source: Michele's Blog

(GNOME) Evolution extremely slow

I have evolution 2.12.1 installed on Ubuntu 7.10 (Gutsy) along with the evolution-exchange plugin on my home desktop and laptop. For some time now, I’ve been unable to figure out why I can connect to exchange with no problems from my desktop, but not from my laptop. All operations using evolution on my laptop would take several minutes, or sometimes it seemed like everything would grind to a halt, leaving evolution completely unusable. I spent some time last night trying to get to the bottom of things, and stumbled across a thread that helped me make some progress. Thanks to joshmachine’s suggestion to start evolution with the E2K_DEBUG environment variable, something like

0
Source: codeserv.us

Ubuntu 7.10 Gutsy Gibbon

Ubuntu 7.10 Gutsy Gibbon releasedE’ uscita come al solito puntualissima, la nuova versione stabile di Ubuntu versione 7.10 chiamata Gutsy Gibbon.

0
Source: Michele's Blog

Utiliser Seahorse à la place de ssh-agent et gnupg-agent sous Debian

Seahorse est un programme qui remplit trois rôles :

  • Gestionnaire de clés (à la fois clés ssh et clés de chiffrement GPG) 
  • Agent de cache pour les clés ssh ;
  • Agent de cache pour les clés gnupg-agent.

Si l'utilisation de Seahorse dans les deux premiers rôles ne pose aucun problème avec la distribution Debian (sid du 22 mai 2007), il faut faire un peu d'efforts pour la 3e utilisation.

0
Source: Grosso Modo