File: Desktop

package info (click to toggle)
xfe 0.72-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,940 kB
  • ctags: 2,805
  • sloc: cpp: 13,675; sh: 12,918; ansic: 6,546; makefile: 541; yacc: 316; sed: 16
file content (224 lines) | stat: -rw-r--r-- 13,860 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
# Default settings
# Version : 01/07/2003
#
# These settings are overridden in ~/.foxrc/Desktop
#
[SETTINGS]
#
# Where to search for icons
#
iconpath = /usr/local/lib/foxicons

[FILETYPES]
#
# You can add new types in the file ~/.foxrc/Desktop
# Format :
# ext = "open command, view command, edit command;short description;bigicon.png;miniicon.png;mime type"
# Full names instead of ext are allowed
#

# Information
BUGS = "nedit,xfv,nedit;BUGS;bug_32x32.png;bug_16x16.png;;"
NEWS = "nedit,xfv,nedit;NEWS File;news_32x32.png;news_16x16.png;;"
INSTALL = "nedit,xfv,nedit;INSTALL;info_32x32.png;info_16x16.png;;"
README = "nedit,xfv,nedit;Readme;help_32x32.png;help_16x16.png;;"
log = "nedit,xfv,nedit;Log file;info_32x32.png;info_16x16.png;;"
LOG = "nedit,xfv,nedit;Log file;info_32x32.png;info_16x16.png;;"
cfg = "nedit,xfv,nedit;Config file;tools_32x32.png;tools_16x16.png;;"
CFG = "nedit,xfv,nedit;Config file;tools_32x32.png;tools_16x16.png;;"

# Bin formats
so = ",,;Shared Library;so_32x32.png;shared_16x16.png;;"
a = ",,;Static Library;a_32x32.png;shared_16x16.png;;"
la = ",,;Libtool library file;a_32x32.png;shared_16x16.png;;"

# Edition / compilation / scripting
Makefile = "nedit,xfv,nedit;Makefile;make_32x32.png;make_16x16.png;;"
makefile = "nedit,xfv,nedit;Makefile;make_32x32.png;make_16x16.png;;"
Makefile.am = "nedit,xfv,nedit;Automake Makefile;make_32x32.png;make_16x16.png;;"
Makefile.in = "nedit,xfv,nedit;Configure Makefile;make_32x32.png;make_16x16.png;;"
configure.in = "nedit,xfv,nedit;Configure Source;make_32x32.png;make_16x16.png;;"
configure = "nedit,xfv,nedit;Configure Script;make_32x32.png;make_16x16.png;;"
sh = "nedit,xfv,nedit;Shell Script;shell_32x32.png;shell_16x16.png;;"
csh = "nedit,xfv,nedit;C-Shell Script;shell_32x32.png;shell_16x16.png;;"
h = "nedit,xfv,nedit;C Header;h_32x32.png;h_16x16.png;;"
H = "nedit,xfv,nedit;C Header;h_32x32.png;h_16x16.png;;"
o = ",,;Object File;o_32x32.png;o_16x16.png;;"
c = "nedit,xfv,nedit;C Source;c_32x32.png;c_16x16.png;;"
C = "nedit,xfv,nedit;C++ Source;cc_32x32.png;cc_16x16.png;;"
cc = "nedit,xfv,nedit;C++ Source;cc_32x32.png;cc_16x16.png;;"
CC = "nedit,xfv,nedit;C++ Source;cc_32x32.png;cc_16x16.png;;"
cpp = "nedit,xfv,nedit;C++ Source;cc_32x32.png;cc_16x16.png;;"
CPP = "nedit,xfv,nedit;C++ Source;cc_32x32.png;cc_16x16.png;;"
cxx = "nedit,xfv,nedit;C++ Source;cc_32x32.png;cc_16x16.png;;"
CXX = "nedit,xfv,nedit;C++ Source;cc_32x32.png;cc_16x16.png;;"
java = "nedit,xfv,nedit;Java Source;java_32x32.png;java_16x16.png;;"
JAVA = "nedit,xfv,nedit;Java Source;java_32x32.png;java_16x16.png;;"
class = "nedit,xfv,nedit;Java Binary;class_32x32.png;class_16x16.png;;"
CLASS = "nedit,xfv,nedit;Java Binary;class_32x32.png;class_16x16.png;;"
core = ",,;Core Dump;core_32x32.png;core_16x16.png;;"
pl = "nedit,xfv,nedit;Perl Source;text_32x32.png;text_16x16.png;;"
PL = "nedit,xfv,nedit;Perl Source;text_32x32.png;text_16x16.png;;"
pm = "nedit,xfv,nedit;Perl Module;text_32x32.png;text_16x16.png;;"
PM = "nedit,xfv,nedit;Perl Module;text_32x32.png;text_16x16.png;;"
py = "nedit,xfv,nedit;Python Source;text_32x32.png;text_16x16.png;;"
PY = "nedit,xfv,nedit;Python Source;text_32x32.png;text_16x16.png;;"
pyo = ",,;Python Object;o_32x32.png;o_16x16.png;;"
rb = "nedit,xfv,nedit;Ruby Source;text_32x32.png;text_16x16.png;;"
RB = "nedit,xfv,nedit;Ruby Source;text_32x32.png;text_16x16.png;;"
ml = "nedit,xfv,nedit;Caml Source;text_32x32.png;text_16x16.png;;"
ML = "nedit,xfv,nedit;Caml Source;text_32x32.png;text_16x16.png;;"
pas = "nedit,xfv,nedit;Pascal Source;text_32x32.png;text_16x16.png;;"
PAS = "nedit,xfv,nedit;Pascal Source;text_32x32.png;text_16x16.png;;"
tcl = "nedit,xfv,nedit;Tcl Source;tcl_32x32.png;tcl_16x16.png;;"
TCL = "nedit,xfv,nedit;Tcl Source;tcl_32x32.png;tcl_16x16.png;;"
bak = ",nedit,;Backup File;bak_32x32.png;bak_16x16.png;;"
BAK = ",nedit,;Backup File;bak_32x32.png;bak_16x16.png;;"
Xfe = "nedit,xfv,nedit;Xfe Configuration;config_32x32.png;config_16x16.png;;"
conf = "nedit,xfv,nedit;Configuration file;config_32x32.png;config_16x16.png;;"
kdelnk = "nedit,xfv,nedit;KDE Link;config_32x32.png;config_16x16.png;;"
desktop = "nedit,xfv,nedit;Gnome Desktop Entry;config_32x32.png;config_16x16.png;;"
txt = "nedit,xfv,nedit;Plain Text;text_32x32.png;text_16x16.png;;"
TXT = "nedit,xfv,nedit;Plain Text;text_32x32.png;text_16x16.png;;"
m = "nedit,xfv,nedit;Matlab Source;text_32x32.png;text_16x16.png;;"
M = "nedit,xfv,nedit;Matlab Source;text_32x32.png;text_16x16.png;;"
vhdl = "nedit,xfv,nedit;Vhdl Source;vhdl_32x32.png;vhdl_16x16.png;;"
vhd = "nedit,xfv,nedit;Vhdl Source;vhdl_32x32.png;vhdl_16x16.png;;"
VHD = "nedit,xfv,nedit;Vhdl Source;vhdl_32x32.png;vhdl_16x16.png;;"
VHDL = "nedit,xfv,nedit;Vhdl Source;vhdl_32x32.png;vhdl_16x16.png;;"
vlog = "nedit,xfv,nedit;Verilog Source;vlog_32x32.png;vlog_16x16.png;;"
VLOG = "nedit,xfv,nedit;Verilog Source;vlog_32x32.png;vlog_16x16.png;;"

# Web
html = "mozilla,mozilla,nedit;Hyper Text;html_32x32.png;html_16x16.png;;"
HTML = "mozilla,mozilla,nedit;Hyper Text;html_32x32.png;html_16x16.png;;"
htm = "mozilla,mozilla,nedit;Hyper Text;html_32x32.png;html_16x16.png;;"
HTM = "mozilla,mozilla,nedit;Hyper Text;html_32x32.png;html_16x16.png;;"

# Office
tex = "nedit,xfv,nedit;TeX File;tex_32x32.png;tex_16x16.png;;"
TEX = "nedit,xfv,nedit;TeX File;tex_32x32.png;tex_16x16.png;;"
dvi = "xdvi,xdvi,;DVI File;postscript_32x32.png;postscript_16x16.png;;"
DVI = "xdvi,xdvi,;DVI File;postscript_32x32.png;postscript_16x16.png;;"
pdf = "acroread,acroread,;PDF File;pdf_32x32.png;pdf_16x16.png;;"
PDF = "acroread,acroread,;PDF File;pdf_32x32.png;pdf_16x16.png;;"
ps = "ggv,ggv,;PostScript;postscript_32x32.png;postscript_16x16.png;;"
PS = "ggv,ggv,;PostScript;postscript_32x32.png;postscript_16x16.png;;"
eps = "ggv,ggv,;PostScript;postscript_32x32.png;postscript_16x16.png;;"
EPS = "ggv,ggv,;PostScript;postscript_32x32.png;postscript_16x16.png;;"
sxw = "oowriter,oowriter,oowriter;Writer 6.0 Document;ps_32x32.png;ps_16x16.png;application/vnd.sun.xml.writer"
SXW = "oowriter,oowriter,oowriter;Writer 6.0 Document;ps_32x32.png;ps_16x16.png;application/vnd.sun.xml.writer"
sxc = "oocalc,oocalc,oocalc;Calc 6.0 Spreadsheet;ps_32x32.png;ps_16x16.png;application/vnd.sun.xml.calc"
SXC = "oocalc,oocalc,oocalc;Calc 6.0 Spreadsheet;ps_32x32.png;ps_16x16.png;application/vnd.sun.xml.calc"
sdw = "oowriter,oowriter,oowriter;StarWriter 5.x Document;ps_32x32.png;ps_16x16.png;application/vnd.stardivision.writer"
SDW = "oowriter,oowriter,oowriter;StarWriter 5.x Document;ps_32x32.png;ps_16x16.png;application/vnd.stardivision.writer"
sdc = "oocalc,oocalc,oocalc;StarCalc 5.x Spreadsheet;ps_32x32.png;ps_16x16.png;application/vnd.stardivision.calc"
SDC = "oocalc,oocalc,oocalc;StarCalc 5.x Spreadsheet;ps_32x32.png;ps_16x16.png;application/vnd.stardivision.calc"
rtf = "word,word,word;Microsoft Rich Text File;word_32x32.png;word_16x16.png;;"
RTF = "word,word,word;Microsoft Rich Text File;word_32x32.png;word_16x16.png;;"
dot = "word,word,word;Dot File;word_32x32.png;word_16x16.png;application/ms-word;"
DOT = "word,word,word;Dot File;word_32x32.png;word_16x16.png;application/ms-word;"
doc = "word,word,word;Doc File;word_32x32.png;word_16x16.png;application/ms-word;"
DOC = "word,word,word;Doc File;word_32x32.png;word_16x16.png;application/ms-word;"
pot = "powerpoint,powerpoint,powerpoint;Pot File;ppt_32x32.png;ppt_16x16.png;;"
POT = "powerpoint,powerpoint,powerpoint;Pot File;ppt_32x32.png;ppt_16x16.png;;"
ppt = "powerpoint,powerpoint,powerpoint;Ppt File;ppt_32x32.png;ppt_16x16.png;;"
PPT = "powerpoint,powerpoint,powerpoint;Ppt File;ppt_32x32.png;ppt_16x16.png;;"
pps = "powerpoint,powerpoint,powerpoint;Pps File;ppt_32x32.png;ppt_16x16.png;;"
PPS = "powerpoint,powerpoint,powerpoint;Pps File;ppt_32x32.png;ppt_16x16.png;;"
xls = "excel,excel,excel;Xls File;xls_32x32.png;xls_16x16.png;;"
XLS = "excel,excel,excel;Xls File;xls_32x32.png;xls_16x16.png;;"
vsd = "visio,,;Visio Drawing;visio_32x32.png;visio_16x16.png;;"
VSD = "visio,,;Visio Drawing;visio_32x32.png;visio_16x16.png;;"
vst = "visio,,;Visio Template;visio_32x32.png;visio_16x16.png;;"
VST = "visio,,;Visio Template;visio_32x32.png;visio_16x16.png;;"
vss = "visio,,;Visio Solution;visio_32x32.png;visio_16x16.png;;"
VSS = "visio,,;Visio Solution;visio_32x32.png;visio_16x16.png;;"

# Pictures
png = "gthumb,gthumb,gimp;PNG Image;png_32x32.png;png_16x16.png;;"
PNG = "gthumb,gthumb,gimp;PNG Image;png_32x32.png;png_16x16.png;;"
jpg = "gthumb,gthumb,gimp;JPEG Image;jpeg_32x32.png;jpeg_16x16.png;;"
JPG = "gthumb,gthumb,gimp;JPEG Image;jpeg_32x32.png;jpeg_16x16.png;;"
jpeg = "gthumb,gthumb,gimp;JPEG Image;jpeg_32x32.png;jpeg_16x16.png;;"
JPEG = "gthumb,gthumb,gimp;JPEG Image;jpeg_32x32.png;jpeg_16x16.png;;"
xbm = "gthumb,gthumb,gimp;X Bitmap;xbm_32x32.png;xbm_16x16.png;;"
XBM = "gthumb,gthumb,gimp;X Bitmap;xbm_32x32.png;xbm_16x16.png;;"
xpm = "gthumb,gthumb,gimp;X Pixmap;xpm_32x32.png;xpm_16x16.png;;"
XPM = "gthumb,gthumb,gimp;X Pixmap;xpm_32x32.png;xpm_16x16.png;;"
tif = "gthumb,gthumb,gimp;TIFF Image;image_32x32.png;image_16x16.png;;"
TIF = "gthumb,gthumb,gimp;TIFF Image;image_32x32.png;image_16x16.png;;"
tiff = "gthumb,gthumb,gimp;TIFF Image;image_32x32.png;image_16x16.png;;"
TIFF = "gthumb,gthumb,gimp;TIFF Image;image_32x32.png;image_16x16.png;;"
gif = "gthumb,gthumb,gimp;GIF Image;gif_32x32.png;gif_16x16.png;;"
GIF = "gthumb,gthumb,gimp;GIF Image;gif_32x32.png;gif_16x16.png;;"
bmp = "gthumb,gthumb,gimp;BMP Image;bmp_32x32.png;bmp_16x16.png;;"
BMP = "gthumb,gthumb,gimp;BMP Image;bmp_32x32.png;bmp_16x16.png;;"
xcf = "gimp,gimp,gimp;GIMP Image;png_32x32.png;png_16x16.png;;"
XCF = "gimp,gimp,gimp;GIMP Image;png_32x32.png;png_16x16.png;;"

# Sound
wav = "xmms,,;Sound;wave_32x32.png;wave_16x16.png;;"
WAV = "xmms,,;Sound;wave_32x32.png;wave_16x16.png;;"
mp3 = "xmms,,;MPEG Audio;mp3_32x32.png;mp3_16x16.png;;"
MP3 = "xmms,,;MPEG Audio;mp3_32x32.png;mp3_16x16.png;;"
mpeg3 = "xmms,,;MPEG Audio;mp3_32x32.png;mp3_16x16.png;;"
MPEG3 = "xmms,,;MPEG Audio;mp3_32x32.png;mp3_16x16.png;;"
ogg = "xmms,ogg123,;Ogg Vorbis Audio;mp3_32x32.png;mp3_16x16.png;;"
OGG = "xmms,ogg123,;Ogg Vorbis Audio;mp3_32x32.png;mp3_16x16.png;;"
xm = "xmms,,;Audio module;wave_32x32.png;wave_16x16.png;;"
XM = "xmms,,;Audio module;wave_32x32.png;wave_16x16.png;;"
mod = "xmms,,;Audio module;wave_32x32.png;wave_16x16.png;;"
MOD = "xmms,,;Audio module;wave_32x32.png;wave_16x16.png;;"
s3m = "xmms,,;Audio module;wave_32x32.png;wave_16x16.png;;"
S3M = "xmms,,;Audio module;wave_32x32.png;wave_16x16.png;;"
au = "play,,;Sound;sound_32x32.png;sound_16x16.png;;"
AU = "play,,;Sound;sound_32x32.png;sound_16x16.png;;"
midi = "playmidi,,;MIDI File;midi_32x32.png;midi_16x16.png;;"
MIDI = "playmidi,,;MIDI File;midi_32x32.png;midi_16x16.png;;"
mid = "playmidi,,;MIDI File;midi_32x32.png;midi_16x16.png;;"
MID = "playmidi,,;MIDI File;midi_32x32.png;midi_16x16.png;;"
pls = "xmms,,;XMMS Playlist;mp3_32x32.png;mp3_16x16.png;;"
PLS = "xmms,,;XMMS Playlist;mp3_32x32.png;mp3_16x16.png;;"

# Video
avi = "xine,,;Video;video_32x32.png;video_16x16.png;;"
AVI = "xine,,;Video;video_32x32.png;video_16x16.png;;"
mpeg = "xine,plaympeg,;MPEG Video;video_32x32.png;video_16x16.png;;"
MPEG = "xine,plaympeg,;MPEG Video;video_32x32.png;video_16x16.png;;"
mpg = "xine,plaympeg,;MPEG Video;video_32x32.png;video_16x16.png;;"
MPG = "xine,plaympeg,;MPEG Video;video_32x32.png;video_16x16.png;;"
mov = "xine,plaympeg,;MPEG Video;video_32x32.png;video_16x16.png;;"
MOV = "xine,plaympeg,;MPEG Video;video_32x32.png;video_16x16.png;;"
rm = "realplay,,;RealPlayer Video;video_32x32.png;video_16x16.png;;"
RM = "realplay,,;RealPlayer Video;video_32x32.png;video_16x16.png;;"
ram = "realplay,,;RealPlayer Video;video_32x32.png;video_16x16.png;;"
RAM = "realplay,,;RealPlayer Video;video_32x32.png;video_16x16.png;;"

# Archives
# Be careful : by default, extracting overwrite files with the same name
rpm = "xfq,xfq,gnorpm;RPM Package;rpm_32x32.png;rpm_16x16.png;;"
RPM = "xfq,xfq,gnorpm;RPM Package;rpm_32x32.png;rpm_16x16.png;;"
deb = ",,;DEB Package;package_32x32.png;package_16x16.png;;"
DEB = ",,;DEB Package;package_32x32.png;package_16x16.png;;"
zip = "file-roller,unzip -o,file-roller;ZIP Archive;zip_32x32.png;zip_16x16.png;application/x-zip"
ZIP = "file-roller,unzip -o,file-roller;ZIP Archive;zip_32x32.png;zip_16x16.png;application/x-zip"
gz = "file-roller,gunzip -f,file-roller;Gziped File;zip_32x32.png;zip_16x16.png;application/x-gzip"
GZ = "file-roller,gunzip -f,file-roller;Gziped File;zip_32x32.png;zip_16x16.png;application/x-gzip"
bz2 = "file-roller,bunzip2 -f,file-roller;Bziped File;zip_32x32.png;zip_16x16.png;application/x-bz"
BZ2 = "file-roller,bunzip2 -f,file-roller;Bziped File;zip_32x32.png;zip_16x16.png;application/x-bz"
tar = "file-roller,tar -xvf,file-roller;Tar Archive;zip_32x32.png;zip_16x16.png;application/x-tar"
TAR = "file-roller,tar -xvf,file-roller;Tar Archive;zip_32x32.png;zip_16x16.png;application/x-tar"
tgz = "file-roller,tar -xzvf,file-roller;Gziped Tar;zip_32x32.png;zip_16x16.png;application/x-tgz"
TGZ = "file-roller,tar -xzvf,file-roller;Gziped Tar;zip_32x32.png;zip_16x16.png;application/x-tgz"
tar.gz = "file-roller,tar -zxvf,file-roller;Gziped Tar;zip_32x32.png;zip_16x16.png;application/x-tgz"
tbz2 = "file-roller,tar -jxvf,file-roller;Bziped Tar;zip_32x32.png;zip_16x16.png;application/x-tbz"
TBZ2 = "file-roller,tar -jxvf,file-roller;Bziped Tar;zip_32x32.png;zip_16x16.png;application/x-tbz"
tar.bz2 = "file-roller,tar -jxvf,file-roller;Bziped Tar;zip_32x32.png;zip_16x16.png;application/x-tbz"
Z = "file-roller,uncompress -f,file-roller;Compressed File;zip_32x32.png;zip_16x16.png;;"

# Image files
img = ",,;Image File;package_32x32.png;package_16x16.png;;"
IMG = ",,;Image File;package_32x32.png;package_16x16.png;;"
iso = ",,;ISO9660 Image;package_32x32.png;package_16x16.png;;"
ISO = ",,;ISO9660 Image;package_32x32.png;package_16x16.png;;"