~ubuntu-branches/ubuntu/trusty/pcmanfm/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/scripts/genconf.sh

  • Committer: Bazaar Package Importer
  • Author(s): Andrew Lee
  • Date: 2008-09-26 10:19:20 UTC
  • mfrom: (4.1.5 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080926101920-cfldybkmwgwrtv9u
Tags: 0.5-3
* Correct spellings,  03_correct_spelling.dpatch (Closes:498794) 
* Code in some files are taken from other projects, added these
  informations into copyright file. (Closes:499678)
* Applied 04_defaut_terminal.dpatch to support x-terminal-emulator
  alternative. (Closes:497494) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
    echo "wallpaper=$WALLPAPER"
21
21
fi
22
22
 
23
 
# Detect color setting (doesn't really work: I could not find 
24
 
significant keys)
 
23
# Detect color setting (doesn't really work: I could not find significant keys)
25
24
#COLOR=`gconftool-2 --get /desktop/gnome/background/primary_color`
26
25
#if ! [ -z "$COLOR" ]
27
26
#then