Changeset 191


Ignore:
Timestamp:
May 17, 2009, 8:46:33 PM (15 years ago)
Author:
sebas
Message:

thunderbird as the default mail client

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gnome-theme-xp/change-default-to-xp.sh

    r190 r191  
    11#!/bin/bash -x
    22#
    3 #xpconfig=" \/apps/metacity/general/num_workspaces --type int 2 \ 3"
     3
     4## thunderbird by default as a email client
     5gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set "/desktop/gnome/url-handlers/mailto/command" "mozilla-thunderbird %s"
     6# not used for now
     7# gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults --type string --set "/apps/panel/default_setup/objects/email_launcher/launcher_location" "/usr/share/applications/mozilla-thunderbird.desktop"
    48
    59#for xpconf in $xpconfig; do
Note: See TracChangeset for help on using the changeset viewer.