summaryrefslogtreecommitdiff
path: root/x11-wm/fvwm-crystal/pkg-plist
blob: a181185dcd624a5f328735b389941862724354ac (plain) (blame)
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
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
bin/fvwm-crystal
bin/fvwm-crystal.apps
bin/fvwm-crystal.generate-menu
bin/fvwm-crystal.infoline
bin/fvwm-crystal.mplayer-wrapper
bin/fvwm-crystal.wallpaper
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~doom3~DOOM_III
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~quake3~Quake_III_Arena
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~quake4~Quake_IV
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~ut2003~Unreal_Tournament_2003
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/15~ut2004~Unreal_Tournament_2004
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/18~et~Enemy_Territory
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/18~q3ut3~Q3A:_Urban_Terror
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/20~xqf~XQF
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/25~circuslinux~Circus_Linux
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~bzflag~bzFlag
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~lxdoom~LxDoom
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~nexuiz~Nexuiz
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~quake2~Quake_II
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~ut~Unreal_Tournament
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~wolfmp~RTCW_Multiplayer
%%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games/~wolfsp~Return_to_Castle_Wolfenstein
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/20~crack-attack~Crack_Attack!
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~bastet~Bastard_Tetris
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~gnometris~GnomeTris
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~kfouleggs~KFoulEggs
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~ksirtet~KSirtet
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~ksmiletris~KSmileTris
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~ltris~LTris
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~netris~Netris
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~netris~Netris_Server
%%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games/~tod~tod
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/20~frozen-bubble~Frozen_Bubble
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/20~supertux~SuperTux
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~armagetron~Armagetron
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gltron~GLTron
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gnibbles~Nibbles
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~gnome-stones~Stones
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~icebreaker~IceBreaker
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~jumpnbump-menu~Jump'N'Bump
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~kbounce~KBounce
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~kgoldrunner~KGoldrunner
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ksnake~KSnake
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ktron~KTron
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~lbreakout2~LBreakout2
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~lbreakout~LBreakout
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~liquidwar~LiquidWar
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~moagg~Moagg
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~neverball~Neverball
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~neverputt~Neverputt
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~njam~Njam
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~ppracer~PlanetPenguin_Racer
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~pydance~PyDance
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~rocksndiamonds~Rocks'n'Diamonds
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~snake~Snake
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~torcs~Torcs
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~trackballs~Trackballs
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~trophy~Trophy
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~worm~Worm
%%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games/~xmoto~X-Moto
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~BillardGL~BillardGL
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~billard-gl~BillardGL
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~eboard~Eboard
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~foobillard~FooBillard
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~gtkboard~GTKBoard
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~gweled~Gweled
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kbackgammon~KBackgammon
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kenolaba~Kenolaba
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kmahjongg~KMahjongg
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kolf~Kolf
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kreversi~KReversi
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~kshisen~Shisen-Sho
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~mahjongg~Mahjongg
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~xboard~XBoard
%%DATADIR%%/fvwm/Applications/20~Games/Board_Games/~xmahjongg~xMahjongg
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~blackjack~Blackjack
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~kpat~KPat
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~kpoker~KPoker
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~lskat~Lieutenant_Skat
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~sol~Aisle_Riot
%%DATADIR%%/fvwm/Applications/20~Games/Card_Games/~xpat2~xPat2
%%DATADIR%%/fvwm/Applications/20~Games/Emulators/~dosbox~DOSBox
%%DATADIR%%/fvwm/Applications/20~Games/Kids_Games/~ktuberling~KTuberling
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~blackboxgame~Black_Box
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~bridges~Bridges
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~cube~Cube
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~dominosa~Dominosa
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~fifteen~Fifteen
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~flipgame~Flip
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~guess~Guess
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~inertia~Inertia
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~lightup~Light_Up
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~loopy~Loopy
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~map~Map
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~mines~Mines
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~netgame~Net
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~netslide~Netslide
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~pattern~Pattern
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~pegs~Pegs
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~rect~Rectangles
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~samegame~Same_Game
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~sixteen~Sixteen
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~slant~Slant
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~solo~Solo
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~tents~Tents
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~twiddle~Twiddle
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection/~untangle~Untangle
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~atomix~Atomix
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~enigma~Enigma
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gataxx~Ataxx
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~glines~gLines
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gnect~gNect
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gnobots2~GnoBots2
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gnomine~GnoMine
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gnotravex~Tetravex
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gnotski~Klotski
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gnudoku~GNUDoku
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~gtali~Tali
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~iagno~Iagno
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~katomic~KAtomic
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~kblackbox~KBlackBox
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~kjumpingcube~KJumpingCube
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~klickety~Klickety
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~klines~Kolor_Lines
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~kmines~KMines
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~knetwalk~KNetWalk
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~ksame~SameGame
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~ksokoban~KSokoban
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~kwin4~KWin4
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~lmarbles~LMarbles
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~pathological~Pathological
%%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/~same-gnome~Same_Game
%%DATADIR%%/fvwm/Applications/20~Games/Role_Playing/20~el~Eternal_Lands
%%DATADIR%%/fvwm/Applications/20~Games/Role_Playing/~adom~ADOM
%%DATADIR%%/fvwm/Applications/20~Games/Role_Playing/~diablo2~Diablo_II
%%DATADIR%%/fvwm/Applications/20~Games/Role_Playing/~falconseye~Falcon's_Eye
%%DATADIR%%/fvwm/Applications/20~Games/Role_Playing/~fallout2~Fallout_2
%%DATADIR%%/fvwm/Applications/20~Games/Role_Playing/~fallout~Fallout
%%DATADIR%%/fvwm/Applications/20~Games/Role_Playing/~gnome-mud~Gnome_MUD
%%DATADIR%%/fvwm/Applications/20~Games/Role_Playing/~nwn~Neverwinter_Nights
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~Maelstrom~Maelstrom
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~abuse~Abuse
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~barrage~Barrage
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~blobwars~BlobWars
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~chromium~Chromium
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~kasteroids~KAsteroids
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~kobodeluxe~Kobo_Deluxe
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~kobodl~Kobo_Deluxe
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~kspaceduel~KSpaceDuel
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~maelstrom~Maelstrom
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~moon-buggy~Moon_Buggy
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~starfighter~Starfighter
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xevil~XEvil
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xpilot~XPilot
%%DATADIR%%/fvwm/Applications/20~Games/Shooters/~xrick~Rick_Dangerous
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~netpanzer~NetPanzer
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~openttd~OpenTTD
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~starcraft~StarCraft
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/20~wesnoth~The_Battle_For_Wesnoth
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~atanks~Atanks
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~atlantik~Atlantik
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~castle-combat~Castle_Combat
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~civclient~FreeCiv_Client
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~civserver~FreeCiv_Server
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~kbattleship~KBattleship
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~konquest~Konquest
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~lgeneral~LGeneral
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~lincity-ng~LinCity
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~scorched3d~Scorched3D
%%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games/~xlincity~xlincity
%%DATADIR%%/fvwm/Applications/20~Games/~blinken~blinKen
%%DATADIR%%/fvwm/Applications/Development/Debuggers/~ddd~DDD
%%DATADIR%%/fvwm/Applications/Development/Debuggers/~insight~Insight
%%DATADIR%%/fvwm/Applications/Development/Debuggers/~kdbg~KDbg
%%DATADIR%%/fvwm/Applications/Development/Documentation/~assistant~Qt_help
%%DATADIR%%/fvwm/Applications/Development/Documentation/~devhelp~Gnome_Dev_Help
%%DATADIR%%/fvwm/Applications/Development/Documentation/~kdevassistant~KDevelop_Assistant
%%DATADIR%%/fvwm/Applications/Development/Documentation/~qtdemo~qtdemo
%%DATADIR%%/fvwm/Applications/Development/Electronics/Antennas/~antennavis~AntennAvis
%%DATADIR%%/fvwm/Applications/Development/Electronics/Antennas/~xnec2c~xnec2c
%%DATADIR%%/fvwm/Applications/Development/Electronics/Chipmunksystem/~Until~Until
%%DATADIR%%/fvwm/Applications/Development/Electronics/Chipmunksystem/~analog~Analog
%%DATADIR%%/fvwm/Applications/Development/Electronics/Chipmunksystem/~diglog~Diglog
%%DATADIR%%/fvwm/Applications/Development/Electronics/Chipmunksystem/~loged~Loged
%%DATADIR%%/fvwm/Applications/Development/Electronics/Geda/10~geda~Geda
%%DATADIR%%/fvwm/Applications/Development/Electronics/Geda/10~nghelp~Help_ngspice
%%DATADIR%%/fvwm/Applications/Development/Electronics/Geda/~gattrib~Gattrib
%%DATADIR%%/fvwm/Applications/Development/Electronics/Geda/~gerbv~Gerbv
%%DATADIR%%/fvwm/Applications/Development/Electronics/Geda/~gschem~Gschem
%%DATADIR%%/fvwm/Applications/Development/Electronics/Geda/~gwave~Gwave
%%DATADIR%%/fvwm/Applications/Development/Electronics/~gspeakers~gspeakers
%%DATADIR%%/fvwm/Applications/Development/Electronics/~kicad~Kicad
%%DATADIR%%/fvwm/Applications/Development/Electronics/~klogic~klogic
%%DATADIR%%/fvwm/Applications/Development/Electronics/~oregano~Oregano
%%DATADIR%%/fvwm/Applications/Development/Electronics/~pcb~pcb
%%DATADIR%%/fvwm/Applications/Development/Electronics/~qucs~qucs
%%DATADIR%%/fvwm/Applications/Development/Electronics/~xcircuit~xcircuit
%%DATADIR%%/fvwm/Applications/Development/IDE/20~anjuta~Anjuta
%%DATADIR%%/fvwm/Applications/Development/IDE/20~eclipse~Eclipse
%%DATADIR%%/fvwm/Applications/Development/IDE/20~kdevelop3~kDevelop
%%DATADIR%%/fvwm/Applications/Development/IDE/20~kdevelop~kDevelop
%%DATADIR%%/fvwm/Applications/Development/IDE/20~monodevelop~MonoDevelop
%%DATADIR%%/fvwm/Applications/Development/IDE/~conglomerate~Conglomerate
%%DATADIR%%/fvwm/Applications/Development/IDE/~designer~Qt_designer
%%DATADIR%%/fvwm/Applications/Development/IDE/~eric~Eric
%%DATADIR%%/fvwm/Applications/Development/IDE/~glade-2~Glade-2
%%DATADIR%%/fvwm/Applications/Development/IDE/~glade~Glade
%%DATADIR%%/fvwm/Applications/Development/IDE/~idle~IDLE
%%DATADIR%%/fvwm/Applications/Development/IDE/~kdevdesigner~KDevelop_Designer
%%DATADIR%%/fvwm/Applications/Development/IDE/~linguist~Qt_linguist
%%DATADIR%%/fvwm/Applications/Development/IDE/~pida~Pida
%%DATADIR%%/fvwm/Applications/Development/IDE/~qtconfig~Qt_config
%%DATADIR%%/fvwm/Applications/Development/IDE/~quanta~Quanta+
%%DATADIR%%/fvwm/Applications/Development/IDE/~vtcl~Visual_Tcl
%%DATADIR%%/fvwm/Applications/Development/Java/~bsh.Console~BeanShell_Prompt
%%DATADIR%%/fvwm/Applications/Development/Java/~kjscmd~kjscmd
%%DATADIR%%/fvwm/Applications/Development/Revision_Control/~cervisia~Cervisia
%%DATADIR%%/fvwm/Applications/Development/Revision_Control/~lincvs~lincvs
%%DATADIR%%/fvwm/Applications/Development/Revision_Control/~rapidsvn~RapidSVN
%%DATADIR%%/fvwm/Applications/Development/Revision_Control/~tkcvs~tkcvs
%%DATADIR%%/fvwm/Applications/Development/Web_Development/~bluefish~Bluefish
%%DATADIR%%/fvwm/Applications/Development/Web_Development/~klinkstatus~klinkstatus
%%DATADIR%%/fvwm/Applications/Development/Web_Development/~nvu~Nvu
%%DATADIR%%/fvwm/Applications/Development/~kdiff3~kdiff3
%%DATADIR%%/fvwm/Applications/Graphics/2D_Graphics/20~gimp~GIMP
%%DATADIR%%/fvwm/Applications/Graphics/2D_Graphics/20~pixel32~Pixel32
%%DATADIR%%/fvwm/Applications/Graphics/2D_Graphics/~gnome-iconedit~gnome_iconedit
%%DATADIR%%/fvwm/Applications/Graphics/2D_Graphics/~kolourpaint~kolourpaint
%%DATADIR%%/fvwm/Applications/Graphics/2D_Graphics/~tuxpaint~TuxPaint
%%DATADIR%%/fvwm/Applications/Graphics/2D_Graphics/~xpaint~xpaint
%%DATADIR%%/fvwm/Applications/Graphics/3D_Graphics/20~blender~Blender
%%DATADIR%%/fvwm/Applications/Graphics/3D_Graphics/~wings3d~Wings_3D
%%DATADIR%%/fvwm/Applications/Graphics/3D_Graphics/~wings~wings
%%DATADIR%%/fvwm/Applications/Graphics/Engineering/~dia~Dia
%%DATADIR%%/fvwm/Applications/Graphics/Photography/20~f-spot~F-Spot
%%DATADIR%%/fvwm/Applications/Graphics/Photography/~digikam~DigiKam
%%DATADIR%%/fvwm/Applications/Graphics/Photography/~gpaint~gPaint
%%DATADIR%%/fvwm/Applications/Graphics/Photography/~kpaint~kPaint
%%DATADIR%%/fvwm/Applications/Graphics/Scanning/~xsane~XSane
%%DATADIR%%/fvwm/Applications/Graphics/Vector_Graphics/20~inkscape~Inkscape
%%DATADIR%%/fvwm/Applications/Graphics/Vector_Graphics/~qcad~qCAD
%%DATADIR%%/fvwm/Applications/Graphics/Vector_Graphics/~sodipodi~Sodipodi
%%DATADIR%%/fvwm/Applications/Graphics/Vector_Graphics/~xfig~XFig
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~eeyes~ee
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~gimv~gimageview
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~gqview~GQview
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~gthumb~gThumb
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~gwenview~Gwenview
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~kuickshow~kuickshow
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~kview~kView
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~qcomicbook~QComicBook
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~showfoto~showfoto
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~showimg~showimg
%%DATADIR%%/fvwm/Applications/Graphics/Viewers/~xv~xv
%%DATADIR%%/fvwm/Applications/Graphics/~gcolor2~gColor2
%%DATADIR%%/fvwm/Applications/Graphics/~kcolorchooser~KColorChooser
%%DATADIR%%/fvwm/Applications/Graphics/~kcoloredit~kcoloredit
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~basket~Basket
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~celestia~Celestia
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~kstars~KStars
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~stellarium~Stellarium
%%DATADIR%%/fvwm/Applications/Knowledge/Astronomy/~xephem~xephem
%%DATADIR%%/fvwm/Applications/Knowledge/Languages/~khangman~KHangMan
%%DATADIR%%/fvwm/Applications/Knowledge/Languages/~klettres~KLettres
%%DATADIR%%/fvwm/Applications/Knowledge/Math/~fung-calc~fung-calc
%%DATADIR%%/fvwm/Applications/Knowledge/Math/~kig~Kig
%%DATADIR%%/fvwm/Applications/Knowledge/Math/~kmplot~kmplot
%%DATADIR%%/fvwm/Applications/Knowledge/Math/~koctave3~koctave
%%DATADIR%%/fvwm/Applications/Knowledge/Physics/~kalzium~Kalzium
%%DATADIR%%/fvwm/Applications/Knowledge/Physics/~lightspeed~lightspeed
%%DATADIR%%/fvwm/Applications/Knowledge/~freemind~FreeMind
%%DATADIR%%/fvwm/Applications/Knowledge/~ktouch~kTouch
%%DATADIR%%/fvwm/Applications/Knowledge/~tomboy~Tomboy
%%DATADIR%%/fvwm/Applications/Knowledge/~zim~Zim
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Audio-Video_Editing/~bcast~Broadcast_2000
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Audio-Video_Editing/~cinelerra~Cinelerra
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Databases/20~monotheka~Monotheka
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Databases/~gcfilms~GCfilms
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/10~gnomebaker~GnomeBaker
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/10~graveman~Graveman
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/10~k3b~K3B
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/15~bonfire~Bonfire
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/15~brasero~Brasero
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~acidrip~AcidRip
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~dvdrip~DVDRip
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~gcdmaster~Gnome_CD Master
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~gcombust~gcombust
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~grip~Grip
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~jack~Jack_The_Ripper
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~kaudiocreator~kaudiocreator
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~ripperX~ripperX
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~serpentine~Serpentine
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~sound-juicer~Sound_Juicer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning/~xcdroast~XCDRoast
%%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/~cinepaint~cinepaint
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/10~glmix~glmix
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~alsamixerguis~alsamixerguis
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~alsamixergui~alsamixergui
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~aumix~Aumix
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~gamix~gAmix
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~gnome-volume-control~Gnome-volume-control
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~kamix~kamix
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other/~psmix2~psmix
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~alsamixer~ALSA_Mixer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~aumix~Aumix
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~gnome-alsamixer~GNOME_Alsamixer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackeq~jackeq
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackminimix~Jackminimix
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~jackmix~jackmix
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/~kmix~kMix
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~audacity~Audacity
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~glame~gLame
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~gnusound~gnusound
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~rezound~reZound
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other/~sweep~Sweep
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/~mhwaveedit~mhwaveedit
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/~snd-ls~snd-ls
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/~snd~snd
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/~traverso~traverso
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~jmax~jmax
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~lmms~LMMS
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~pd~pd
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~protux~protux
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~spiralsynthmodular~Spiralmodular
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition/~wired~wired
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Dj/~djplay~Djplay
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Dj/~fweelin~Freewheeling
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lash_panel~Lash_panel
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lash_save_button~Lash_save_button
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/10~lashd~Lash_deamon
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/15~glashctl~GLashCtl
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/10~humanizer~Alsa_MIDI_humanizer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/10~qmidiroute~qmidiroute
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/20~timidity~Timidity_Server_Start
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/20~timidity~Timidity_Server_Stop
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~alsa-patch-bay~Alsa_patch_bay
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~kmidimon~kmidimon
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~kontroll~kontroll
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~mcontrol~mcontrol
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~qmidiarp~qmidiarp
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~sfc~Sound_Font_Combi
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~simplesysexxer~Simple_Sysex_xer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~smurf~smurf
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI/~swami~swami
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~artscontrol~artscontrol
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~aseqview~aseqview
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~kaconnect~kaconnect
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~kasound~kasound
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other/~qlo10k1~qlo10k1
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~ghostess~ghostess_Oscilloscope
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jaaa~jaaa
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jack-dssi-host~Oscilloscope
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~jack-patch-bay~jack_patch_bay
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~patchage~patchage
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qjackconnect~qjackconnect
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qjackctl~QJackCtl
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/~qloud~qloud
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~jsynthlib~jsynthlib
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~kmid~kmid
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~timidity~Timidity
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI/~vkeybd~Virtual_keyboard
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~easytag~EasyTag
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~exfalso~Ex_Falso
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~kid3~kid3
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~madman~madman
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3/~qmbtagger~qmbtagger
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~denemo~Denemo
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~lilycomp~lilycomp
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/10~noteedit~noteedit
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/20~solfege~Solfege
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~ScoreReadingTrainer~Score_Reading_Trainer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~kguitar~Kguitar
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~tkabc~tclabc
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation/~tuxguitar~Tux_Guitar
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/15~glurp~Glurp
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/15~gmpc~gMPC
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/15~pygmy~Pygmy
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/15~xmms~XMMS
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/15~zinf~Zinf
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/20~amarok~amaroK
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/20~beep-media-player~Beep_Media_Player
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/20~bmp~Beep_Media_Player
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/20~quodlibet~Quod_Libet
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/20~sonata~Sonata
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/25~alsaplayer~Alsaplayer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/25~alsaplayer~Alsaplayer_jack
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~albumart-qt~albumart
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~aqualung~aqualung_jack
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~audacious~Audacious
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~cmus~C_Music_Player
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~cplay~cPlay
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~ddj~Digitaldj
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~gnome-cd~gnome-cd-player
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~goobox~Goobox
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~gqmpeg~gqmpeg
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~kscd~kscd
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~listen~listen
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~lplayer~Longplayer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~mocp~Music_On_Console
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~ncmpc~ncmpc
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~prokyon3~prokyon_3
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~pympd~PyMPD
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~rhythmbox~Rhythmbox
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~sonata~Sonata
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~squelch~squelch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~workman~workman
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players/~yammi~yammi
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios/~gnomoradio~gnomoradio
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios/~gradio~gradio
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios/~ipodder~iPodder
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios/~streamtuner~StreamTuner
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~audacity~audacity
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~gnome-sound-recorder~gnome-sound-recorder
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~gramofile~gramofile
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~krecord~Krecord
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other/~krec~krec
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~ardour~Ardour
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jack_capture~Jack_capture
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~jamin~jamin
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~timemachine~timemachine
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/~tkeca.tcl~Tkeca
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~gmorgan~gmorgan
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~gneutronica~gneutronica
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~gtick~gtick
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~psindustrializer~psindustrializer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other/~trommler~trommler
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~ldrum~ldrum
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/~tk707~Tk707
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rythm/~hydrogen~Hydrogen
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~slconsole~SooperLooper_console
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~slgui~SooperLooper_gui
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/10~sooperlooper~sooperlooper_server
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/Other/~simsam~simsam
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~chionic~chionic
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~linuxsampler~linuxsampler
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~qsampler~qsampler
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~specimen~specimen
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/~terminatorX~terminatorX
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/10~museseq~MuseSeq
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/10~qtractor~qtractor
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/10~rosegarden~rosegarden
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/10~seq24~Seq24
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/Other/~freebirth~freebirth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/Other/~freecycle~freecycle
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/Other/~ggseq~Gungirl_Sequencer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~dino~dino
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~frinika~frinika
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~jackbeat~jackbeat
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~kluppe~kluppe
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/~lmms~lmms
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/Other/~gnuitar~gnuitar
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ceres~Ceres
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~creox~creox
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ecamegapedal~ecamegapedal
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~freqtweak~Freqtweak
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_1ch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_2ch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_4ch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~ghostess~ghostess-Convolve_6ch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_1ch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_2ch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_4ch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-dssi-host~Convolve_6ch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~jack-rack~jack-rack
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~louderbox~louderbox
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~reverbed~Tap-reverbed
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/~tapiir~Tapiir
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~gwc~gwc
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~mammut~mammut
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~sonic-visualiser~sonic-visualiser
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~soundconverter~Sound_converter
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~wavbreaker~wavbreaker
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing/~wavesurfer~wavesurfer
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~darksnow~Darksnow
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~gmpc~gmpc
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~gstreamer-properties~gstreamer-properties
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~gstreamripperx~gstreamripper
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~idjc~idjc
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~kmp~kmp
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~kstreamripper~kstreamripper
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming/~muse~muse
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Hammond module
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~Hammond_B3
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~arp_2600
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~arp_axxe
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~arp_odyssey
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~fender_rhodes_bass_piano
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~fender_rhodes_stage_73
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~juno-6
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~mini moog
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~moog_memory
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~moog_voyager
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~oberheim_OB-X
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~oberheim_OB-Xa
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~prophet-10
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~prophet-5
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~prophet-5_chorus
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~vox_continental
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol/~startBristol~yamaha_DX-7
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Other/~artsbuilder~artsbuilder
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Other/~galan~gAlan
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~RTSynth-jack~RTSynth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~aeolus~aeolus
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~amSynth~amSynth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ams~AlsaModularSynth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~beast~BEAST
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~fst~CheezeMachine_demo
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_Hexter_DX7
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_Sineshaper
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_TB303
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_W-Synth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_WhySynth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~ghostess~ghostess_XSynth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~horgand~horgand
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~jack-dssi-host~Hexter_DX7
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~jack-dssi-host~Sineshaper
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~jack-dssi-host~TB303
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~jack-dssi-host~W-Synth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~jack-dssi-host~WhySynth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~jack-dssi-host~XSynth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~lash_synth~Lash_Synth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~mx44~MX44
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~om_gtk~Om_gtk
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~om~Om_server
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~qsynth~qsynth
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/~zynaddsubfx~ZynaddsubFX
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~cheesetracker_qt~CheeseTracker
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~soundtracker~Soundtracker
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers/~tutka~tutka
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners/Jack/~fmit~fmit
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners/~gtkguitune~gtkguitune
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners/~k3guitune~k3guitune
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners/~lingot~lingot
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners/~pitchtune~pitchtune
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners/~tuneroid~tuneroid
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/Other/~extace~Extace
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~bitmeter~bitmeter
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~bitscope~bitscope
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~Meterbridge_st?r?o
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~Meterbridge_stéréo
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_4ch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_8ch
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_Jellyfish
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_mono
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_oscillo
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbridge_ppm
%%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/~meterbridge~meterbrige_analog
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Audio-Video_Editing/~avidemux~AVIdemux
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Audio-Video_Editing/~kdenlive~kdenlive
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Audio-Video_Editing/~kino~Kino
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Players/~gmplayer~MPlayer
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Players/~gtv~GTV
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Players/~gxine~gXINE
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Players/~kmplayer~kMPlayer
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Players/~realplayer~RealPlayer
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Players/~realplay~RealPlayer
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Players/~totem~Totem
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Players/~xine~XINE
%%DATADIR%%/fvwm/Applications/Multimedia/Video/TV/10~alevt~alevt
%%DATADIR%%/fvwm/Applications/Multimedia/Video/TV/10~xdtv~xdtv
%%DATADIR%%/fvwm/Applications/Multimedia/Video/TV/20~kdetv~kdetv
%%DATADIR%%/fvwm/Applications/Multimedia/Video/TV/20~nvtv~nVidia_TV-Out
%%DATADIR%%/fvwm/Applications/Multimedia/Video/TV/20~tvtime~TVTime
%%DATADIR%%/fvwm/Applications/Multimedia/Video/TV/20~xawtv~xawTV
%%DATADIR%%/fvwm/Applications/Multimedia/Video/TV/20~zapping~Zapping
%%DATADIR%%/fvwm/Applications/Multimedia/Video/TV/~nuvedit~NuppelVideo
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Video_Effects/~effectv~effectv
%%DATADIR%%/fvwm/Applications/Multimedia/Video/Video_Effects/~freej~freej
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~firefox~Firefox
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~flock~Flock
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~mozilla-firefox~Firefox
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~mozilla-suite~Mozilla_Suite
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/20~opera~Opera
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/25~konqueror~Konqueror
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/30~iceape~IceApe
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/30~iceweasel~IceWeasel
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/~dillo~Dillo
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/~elinks~ELinks
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/~epiphany~Epiphany
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/~galeon~Galeon
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/~links2~Links2
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/~lynx~Lynx
%%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers/~seamonkey~Seamonkey
%%DATADIR%%/fvwm/Applications/Network/13~Email/16~evolution~Evolution
%%DATADIR%%/fvwm/Applications/Network/13~Email/16~kmail~kMail
%%DATADIR%%/fvwm/Applications/Network/13~Email/18~mozilla-thunderbird~Thunderbird
%%DATADIR%%/fvwm/Applications/Network/13~Email/18~thunderbird~Thunderbird
%%DATADIR%%/fvwm/Applications/Network/13~Email/19~fetchmail~Fetch_new_mail
%%DATADIR%%/fvwm/Applications/Network/13~Email/20~icedove~IceDove
%%DATADIR%%/fvwm/Applications/Network/13~Email/20~mutt~Mutt
%%DATADIR%%/fvwm/Applications/Network/13~Email/20~pine~Pine
%%DATADIR%%/fvwm/Applications/Network/13~Email/~balsa~Balsa
%%DATADIR%%/fvwm/Applications/Network/13~Email/~claws-mail~Claws_Mail
%%DATADIR%%/fvwm/Applications/Network/13~Email/~sylpheed-claws~Sylpheed-Claws
%%DATADIR%%/fvwm/Applications/Network/13~Email/~sylpheed-gtk2~Sylpheed-GTK2
%%DATADIR%%/fvwm/Applications/Network/13~Email/~sylpheed~Sylpheed
%%DATADIR%%/fvwm/Applications/Network/5~Telephony/10~TeamSpeak~TeamSpeak
%%DATADIR%%/fvwm/Applications/Network/5~Telephony/~ekiga~Ekiga
%%DATADIR%%/fvwm/Applications/Network/5~Telephony/~gizmo~Gizmo
%%DATADIR%%/fvwm/Applications/Network/5~Telephony/~ihu~I_Hear_U
%%DATADIR%%/fvwm/Applications/Network/5~Telephony/~kphone~kPhone
%%DATADIR%%/fvwm/Applications/Network/5~Telephony/~linphone~LinPhone
%%DATADIR%%/fvwm/Applications/Network/5~Telephony/~skype~Skype
%%DATADIR%%/fvwm/Applications/Network/5~Telephony/~twinkle~Twinkle
%%DATADIR%%/fvwm/Applications/Network/7~News/10~slrn-pl~slrn-pl
%%DATADIR%%/fvwm/Applications/Network/7~News/10~slrn~slrn
%%DATADIR%%/fvwm/Applications/Network/7~News/20~snownews~SnowNews
%%DATADIR%%/fvwm/Applications/Network/7~News/~akregator~Akregator
%%DATADIR%%/fvwm/Applications/Network/7~News/~bnr2~bnr2
%%DATADIR%%/fvwm/Applications/Network/7~News/~knode~kNode
%%DATADIR%%/fvwm/Applications/Network/7~News/~liferea~Liferea
%%DATADIR%%/fvwm/Applications/Network/7~News/~pan~Pan
%%DATADIR%%/fvwm/Applications/Network/7~News/~straw~Straw
%%DATADIR%%/fvwm/Applications/Network/Dial-up/~kppp~kPPP
%%DATADIR%%/fvwm/Applications/Network/File_Transfer/~d4x~Downloader_for_X
%%DATADIR%%/fvwm/Applications/Network/File_Transfer/~gftp~gFTP
%%DATADIR%%/fvwm/Applications/Network/File_Transfer/~grsync~Grsync
%%DATADIR%%/fvwm/Applications/Network/File_Transfer/~gwget2~Download_Manager
%%DATADIR%%/fvwm/Applications/Network/IRC_Clients/~BitchX~BitchX
%%DATADIR%%/fvwm/Applications/Network/IRC_Clients/~epic4~Epic4
%%DATADIR%%/fvwm/Applications/Network/IRC_Clients/~irssi~Irssi
%%DATADIR%%/fvwm/Applications/Network/IRC_Clients/~kvirc~kvIRC
%%DATADIR%%/fvwm/Applications/Network/IRC_Clients/~weechat-curses~WeeChat
%%DATADIR%%/fvwm/Applications/Network/IRC_Clients/~xchat-2~X_Chat
%%DATADIR%%/fvwm/Applications/Network/IRC_Clients/~xchat~X_Chat
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/10~gaim~Gaim
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/10~gg2~GNU_Gadu
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/10~kadu~Kadu
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/10~kopete~Kopete
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/10~tleenx2~TleenX2
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/20~Jabber/~gabber~Gabber
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/20~Jabber/~gajim~Gajim
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/20~Jabber/~gossip~Gossip
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/20~Jabber/~kf~kf
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/20~Jabber/~mcabber~MCabber
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/20~Jabber/~psi~Psi
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/20~Jabber/~sim~SIM
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/20~Jabber/~tkabber~Tkabber
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/~amsn~AMSN
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/~centericq~CenterICQ
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/~ekg2~EKG2
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/~ekg~EKG
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/~licq~lICQ
%%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/~linpopup~LinPopup
%%DATADIR%%/fvwm/Applications/Network/P2P/~amule~aMule
%%DATADIR%%/fvwm/Applications/Network/P2P/~apollon~Apollon
%%DATADIR%%/fvwm/Applications/Network/P2P/~azureus~Azureus
%%DATADIR%%/fvwm/Applications/Network/P2P/~btdownloadgui.py~BitTorrent_GUI
%%DATADIR%%/fvwm/Applications/Network/P2P/~btdownloadgui~BitTorrent_GUI
%%DATADIR%%/fvwm/Applications/Network/P2P/~deluge-torrent~Deluge_Torrent
%%DATADIR%%/fvwm/Applications/Network/P2P/~deluge~Deluge_Torrent
%%DATADIR%%/fvwm/Applications/Network/P2P/~giFTcurs~giFTcurs
%%DATADIR%%/fvwm/Applications/Network/P2P/~giFToxic~giFToxic
%%DATADIR%%/fvwm/Applications/Network/P2P/~giftui~giFTui
%%DATADIR%%/fvwm/Applications/Network/P2P/~gtk-gnutella~GTK_Gnutella
%%DATADIR%%/fvwm/Applications/Network/P2P/~kmldonkey~kMLDonkey
%%DATADIR%%/fvwm/Applications/Network/P2P/~ktorrent~kTorrent
%%DATADIR%%/fvwm/Applications/Network/P2P/~mlgui~MLDonkey
%%DATADIR%%/fvwm/Applications/Network/P2P/~qtorrent~QTorrent
%%DATADIR%%/fvwm/Applications/Network/P2P/~valknut~Valknut
%%DATADIR%%/fvwm/Applications/Network/P2P/~xmule~xMule
%%DATADIR%%/fvwm/Applications/Network/Remote_Access/~knetattach~KNetAttach
%%DATADIR%%/fvwm/Applications/Network/Webcam/~SDLcam~SDLcam
%%DATADIR%%/fvwm/Applications/Network/Webcam/~camorama~camorama
%%DATADIR%%/fvwm/Applications/Network/Webcam/~gqcam~gqcam
%%DATADIR%%/fvwm/Applications/Office/Calendars/~korganizer~kOrganizer
%%DATADIR%%/fvwm/Applications/Office/Contact_Management/~balsa-ab~Balsa_Address_Book
%%DATADIR%%/fvwm/Applications/Office/Contact_Management/~dlume~Dlume
%%DATADIR%%/fvwm/Applications/Office/Contact_Management/~kaddressbook~kAddressBook
%%DATADIR%%/fvwm/Applications/Office/Contact_Management/~kontact~Kontact
%%DATADIR%%/fvwm/Applications/Office/Contact_Management/~rubrica~Rubrica
%%DATADIR%%/fvwm/Applications/Office/Contact_Management/~wyrd~Wyrd
%%DATADIR%%/fvwm/Applications/Office/Dictionaries/10~gaiksaurus~Aiksaurus
%%DATADIR%%/fvwm/Applications/Office/Dictionaries/~stardict~StarDict
%%DATADIR%%/fvwm/Applications/Office/Dictionaries/~wnb~Worldnet
%%DATADIR%%/fvwm/Applications/Office/Dictionaries/~ydpdict~YDP_Dictionary
%%DATADIR%%/fvwm/Applications/Office/Finance/~qtstalker~QTStalker
%%DATADIR%%/fvwm/Applications/Office/KOffice/10~kword~kWord
%%DATADIR%%/fvwm/Applications/Office/KOffice/~karbon~Karbon
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kchart~kChart
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kexi~kexi
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kformula~kFormula
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kivio~Kivio
%%DATADIR%%/fvwm/Applications/Office/KOffice/~koshell~kOffice
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kpresenter~kPresenter
%%DATADIR%%/fvwm/Applications/Office/KOffice/~krita~Krita
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kspread~kSpread
%%DATADIR%%/fvwm/Applications/Office/KOffice/~kugar~Kugar
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/20~oowriter2~OpenOffice.org_Writer
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/20~oowriter~OpenOffice.org_Writer
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oobase2~OpenOffice.org_Base
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oobase~OpenOffice.org_Base
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oocalc2~OpenOffice.org_Calc
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oocalc~OpenOffice.org_Calc
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oodraw2~OpenOffice.org_Draw
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oodraw~OpenOffice.org_Draw
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~ooffice2~OpenOffice.org_Suite
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~ooffice~OpenOffice.org_Suite
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oofromtemplate2~OpenOffice.org
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~ooimpress2~OpenOffice.org_Impress
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~ooimpress~OpenOffice.org_Impress
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oomath2~OpenOffice.org_Math
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oomath~OpenOffice.org_Math
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oopadmin2~OpenOffice.org_Printer_Admin
%%DATADIR%%/fvwm/Applications/Office/OpenOffice.org/~oopadmin~OpenOffice.org_Printer_Admin
%%DATADIR%%/fvwm/Applications/Office/PDA/~jpilot~J-Pilot
%%DATADIR%%/fvwm/Applications/Office/PDA/~kpilot~kPilot
%%DATADIR%%/fvwm/Applications/Office/Publishing/20~scribus~Scribus
%%DATADIR%%/fvwm/Applications/Office/Publishing/~kile~Kile
%%DATADIR%%/fvwm/Applications/Office/Publishing/~lyx~LyX
%%DATADIR%%/fvwm/Applications/Office/Spreadsheets/~gnumeric~Gnumeric
%%DATADIR%%/fvwm/Applications/Office/Viewers/~acroread~AcroRead
%%DATADIR%%/fvwm/Applications/Office/Viewers/~cbrpager~cbrpager
%%DATADIR%%/fvwm/Applications/Office/Viewers/~djview~DjVu_Viewer
%%DATADIR%%/fvwm/Applications/Office/Viewers/~evince~Evince
%%DATADIR%%/fvwm/Applications/Office/Viewers/~gv~GhostView
%%DATADIR%%/fvwm/Applications/Office/Viewers/~kchmviewer~Kchmviewer
%%DATADIR%%/fvwm/Applications/Office/Viewers/~kdvi~kdvi
%%DATADIR%%/fvwm/Applications/Office/Viewers/~kghostview~kghostview
%%DATADIR%%/fvwm/Applications/Office/Viewers/~kpdf~kpdf
%%DATADIR%%/fvwm/Applications/Office/Viewers/~kviewshell~kviewshell
%%DATADIR%%/fvwm/Applications/Office/Viewers/~xchm~xchm
%%DATADIR%%/fvwm/Applications/Office/Viewers/~xpdf~xPDF
%%DATADIR%%/fvwm/Applications/Office/Word_Processors/~abiword~Abiword
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~drakconf~Mandrivia_Control_Center
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~gnome-control-center~GNOME_Control_Center
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/10~kcontrol~KDE_Control_Center
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~beryl-settings~Beryl_Settings Manager
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~emerald-theme-manager~Emerald-Theme-Manager
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gconf-editor~GConf_Editor
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gksu~Login_Window
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~gtk-chtheme~gtk-chtheme
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~switch2~Gtk-theme-switch
%%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings/~xfce4-menueditor~xfce4-menueditor
%%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings/~gparted~GParted
%%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings/~k3bsetup~K3bSetup
%%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings/~nvidia-settings~nVidia_Settings
%%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings/~qtparted~QTParted
%%DATADIR%%/fvwm/Applications/Settings/Package_Managers/~aptitude~Aptitude
%%DATADIR%%/fvwm/Applications/Settings/Package_Managers/~aptsh~AptSh
%%DATADIR%%/fvwm/Applications/Settings/Package_Managers/~poldek~Poldek
%%DATADIR%%/fvwm/Applications/Settings/Package_Managers/~porthole~Porthole
%%DATADIR%%/fvwm/Applications/Settings/Package_Managers/~synaptic~Synaptic
%%DATADIR%%/fvwm/Applications/Settings/Printing/~cups-config~Cups-Config
%%DATADIR%%/fvwm/Applications/Settings/Printing/~kcmshell~Printers
%%DATADIR%%/fvwm/Applications/Settings/~ControlPanel~Java_Control Panel 1.5
%%DATADIR%%/fvwm/Applications/Settings/~smart~Smart
%%DATADIR%%/fvwm/Applications/System/Documentation/~khelpcenter~khelpcenter
%%DATADIR%%/fvwm/Applications/System/Documentation/~tkinfo~tkinfo
%%DATADIR%%/fvwm/Applications/System/Documentation/~tkman~tkman
%%DATADIR%%/fvwm/Applications/System/Documentation/~yelp~Gnome_Yelp
%%DATADIR%%/fvwm/Applications/System/File_Managers/10~mc~Midnight_Commander
%%DATADIR%%/fvwm/Applications/System/File_Managers/15~nautilus~Nautilus
%%DATADIR%%/fvwm/Applications/System/File_Managers/15~tuxcmd~TuxCommander
%%DATADIR%%/fvwm/Applications/System/File_Managers/20~rox~ROX-Filer
%%DATADIR%%/fvwm/Applications/System/File_Managers/~filerunner~FileRunner
%%DATADIR%%/fvwm/Applications/System/File_Managers/~gentoo~Gentoo
%%DATADIR%%/fvwm/Applications/System/File_Managers/~konqueror~Konqueror
%%DATADIR%%/fvwm/Applications/System/File_Managers/~krusader~Krusader
%%DATADIR%%/fvwm/Applications/System/File_Managers/~thunar~Thunar
%%DATADIR%%/fvwm/Applications/System/File_Managers/~xfe~X_File_Explorer
%%DATADIR%%/fvwm/Applications/System/File_Managers/~xnc~X_Northern_Captain
%%DATADIR%%/fvwm/Applications/System/Monitors/~gkrellm2~Gkrellm2
%%DATADIR%%/fvwm/Applications/System/Monitors/~gnome-system-monitor~GNOME_System_Monitor
%%DATADIR%%/fvwm/Applications/System/Monitors/~gtop~gtop
%%DATADIR%%/fvwm/Applications/System/Monitors/~hardinfo~HardInfo
%%DATADIR%%/fvwm/Applications/System/Monitors/~htop~hTop
%%DATADIR%%/fvwm/Applications/System/Monitors/~kinfocenter~KInfoCenter
%%DATADIR%%/fvwm/Applications/System/Monitors/~ksysguard~KSysGuard
%%DATADIR%%/fvwm/Applications/System/Monitors/~qps~qps
%%DATADIR%%/fvwm/Applications/System/Monitors/~wavemon~WaveMon
%%DATADIR%%/fvwm/Applications/System/Monitors/~wireshark~WireShark
%%DATADIR%%/fvwm/Applications/System/Monitors/~xtraceroute~Xtraceroute
%%DATADIR%%/fvwm/Applications/System/Security/~MyPasswordSafe~MyPasswordSafe
%%DATADIR%%/fvwm/Applications/System/Security/~fwbuilder~FWBuilder
%%DATADIR%%/fvwm/Applications/System/Security/~gpass~gPass
%%DATADIR%%/fvwm/Applications/System/Security/~gpa~GNU_Privacy_Assistant
%%DATADIR%%/fvwm/Applications/System/Security/~klamav~klamav
%%DATADIR%%/fvwm/Applications/System/Security/~kuser~kuser
%%DATADIR%%/fvwm/Applications/System/Security/~nessus~Nessus
%%DATADIR%%/fvwm/Applications/System/Security/~revelation~Revelation
%%DATADIR%%/fvwm/Applications/System/Security/~seahorse~Seahorse
%%DATADIR%%/fvwm/Applications/System/Security/~zsafe~zSafe
%%DATADIR%%/fvwm/Applications/System/Terminals/~Eterm~Eterm
%%DATADIR%%/fvwm/Applications/System/Terminals/~aterm~Aterm
%%DATADIR%%/fvwm/Applications/System/Terminals/~gnome-terminal~GNOME_Terminal
%%DATADIR%%/fvwm/Applications/System/Terminals/~konsole~Konsole
%%DATADIR%%/fvwm/Applications/System/Terminals/~mrxvt~MRxvt
%%DATADIR%%/fvwm/Applications/System/Terminals/~multi-gnome-terminal~Multi_GNOME_Terminal
%%DATADIR%%/fvwm/Applications/System/Terminals/~urxvt~URxvt
%%DATADIR%%/fvwm/Applications/System/Terminals/~vte~vte
%%DATADIR%%/fvwm/Applications/System/Terminals/~xfce4-terminal~XFCE4_Terminal
%%DATADIR%%/fvwm/Applications/System/Terminals/~xfterm4~XFCE_4_Terminal
%%DATADIR%%/fvwm/Applications/System/Terminals/~xterm~XTerm
%%DATADIR%%/fvwm/Applications/System/~mysqlcc~MySQLCC
%%DATADIR%%/fvwm/Applications/System/~vmware~VMware
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~ark~Ark
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~file-roller~File-roller
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~guitar~Guitar
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~karchiver~Karchiver
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~kpackage~kpackage
%%DATADIR%%/fvwm/Applications/Utilities/Archiving/~xarchiver~Xarchiver
%%DATADIR%%/fvwm/Applications/Utilities/Calculators/~calcoo~calcoo
%%DATADIR%%/fvwm/Applications/Utilities/Calculators/~kcalc~kcalc
%%DATADIR%%/fvwm/Applications/Utilities/File_Tools/~gtk-splitter~Gtk-splitter
%%DATADIR%%/fvwm/Applications/Utilities/File_Tools/~kfilereplace~kfilereplace
%%DATADIR%%/fvwm/Applications/Utilities/File_Tools/~kfind~kfind
%%DATADIR%%/fvwm/Applications/Utilities/File_Tools/~kompare~kompare
%%DATADIR%%/fvwm/Applications/Utilities/File_Tools/~krename~krename
%%DATADIR%%/fvwm/Applications/Utilities/Printing/~kdeprintfax~kdeprintfax
%%DATADIR%%/fvwm/Applications/Utilities/Printing/~kjobviewer~kjobviewer
%%DATADIR%%/fvwm/Applications/Utilities/Printing/~kprinter~kprinter
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/18~gvim~gViM
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/18~kvim~kViM
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/20~cream~ViM_Cream
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/20~emacs~Emacs
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/20~xemacs~XEmacs
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/~emacs.emacs-21~GNU_Emacs 21
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/~gedit~gEdit
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/~kate~Kate
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/~kate~Kate_w_En_spell
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/~kedit~kEdit
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/~mousepad~Mousepad
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/~nedit~nedit
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/~scite~Scite
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/~teaed~Tea_for_Linux
%%DATADIR%%/fvwm/Applications/Utilities/Text_Editors/~xjed~xjed
%%DATADIR%%/fvwm/Applications/Utilities/Text_Tools/~fontforge~fontforge
%%DATADIR%%/fvwm/Applications/Utilities/Text_Tools/~gucharmap~gucharmap
%%DATADIR%%/fvwm/Applications/Utilities/Text_Tools/~kcharselect~kcharselect
%%DATADIR%%/fvwm/Applications/Utilities/~glxgears~glxgears
%%DATADIR%%/fvwm/Applications/Utilities/~kfloppy~kfloppy
%%DATADIR%%/fvwm/Applications/Utilities/~kmouth~kmouth
%%DATADIR%%/fvwm/Applications/Utilities/~ksayit~ksayit
%%DATADIR%%/fvwm/Applications/Utilities/~ksnapshot~ksnapshot
%%DATADIR%%/fvwm/Applications/Utilities/~xclock~xclock
%%DATADIR%%/fvwm/Applications/Utilities/~xvidcap~xvidcap
%%DATADIR%%/fvwm/Applications/Utilities/~xwine~XWine
%%DATADIR%%/fvwm/colorsets/CIOS.cs
%%DATADIR%%/fvwm/colorsets/Clear.cs
%%DATADIR%%/fvwm/colorsets/CrystalZono.cs
%%DATADIR%%/fvwm/colorsets/DarkDesktop.cs
%%DATADIR%%/fvwm/colorsets/DarkGreen.cs
%%DATADIR%%/fvwm/colorsets/HUD - Green.cs
%%DATADIR%%/fvwm/colorsets/Industrial.cs
%%DATADIR%%/fvwm/colorsets/IrishDesktop.cs
%%DATADIR%%/fvwm/colorsets/Kill Bill.cs
%%DATADIR%%/fvwm/colorsets/Metabox.cs
%%DATADIR%%/fvwm/colorsets/Midnight.cs
%%DATADIR%%/fvwm/colorsets/Original.cs
%%DATADIR%%/fvwm/colorsets/Red - Cyan.cs
%%DATADIR%%/fvwm/colorsets/RedDesktop.cs
%%DATADIR%%/fvwm/colorsets/WhiteDesktop.cs
%%DATADIR%%/fvwm/colorsets/colorset-definition
%%DATADIR%%/fvwm/components/Standard
%%DATADIR%%/fvwm/components/apps/FvwmMiniConsole
%%DATADIR%%/fvwm/components/apps/GNOME-Settings-Daemon
%%DATADIR%%/fvwm/components/apps/Nautilus
%%DATADIR%%/fvwm/components/apps/OpenOffice.org
%%DATADIR%%/fvwm/components/apps/QuakeConsole
%%DATADIR%%/fvwm/components/apps/ROX-Filer
%%DATADIR%%/fvwm/components/apps/XScreenSaver
%%DATADIR%%/fvwm/components/bindings/Application-Ardour
%%DATADIR%%/fvwm/components/bindings/Desktop-MMB-EdgeScroll
%%DATADIR%%/fvwm/components/bindings/Desktop-MMB-TogglePanels
%%DATADIR%%/fvwm/components/bindings/Desktop-PageSwitch-Horizontal
%%DATADIR%%/fvwm/components/bindings/Desktop-PageSwitch-Vertical
%%DATADIR%%/fvwm/components/bindings/Desktop-RMB-OpenTerminal
%%DATADIR%%/fvwm/components/bindings/Icon-Basic
%%DATADIR%%/fvwm/components/bindings/Misc-Keybindings
%%DATADIR%%/fvwm/components/bindings/Misc-Keybindings_NumLock
%%DATADIR%%/fvwm/components/bindings/Mouse-GoHome
%%DATADIR%%/fvwm/components/bindings/Music
%%DATADIR%%/fvwm/components/bindings/Music-Dvorak
%%DATADIR%%/fvwm/components/bindings/Music-Dvorak_NumLock
%%DATADIR%%/fvwm/components/bindings/Music_NumLock
%%DATADIR%%/fvwm/components/bindings/Numpad-Control
%%DATADIR%%/fvwm/components/bindings/Numpad-Focus
%%DATADIR%%/fvwm/components/bindings/Numpad-Focus-Raise
%%DATADIR%%/fvwm/components/bindings/Numpad-Move
%%DATADIR%%/fvwm/components/bindings/Numpad-Warp
%%DATADIR%%/fvwm/components/bindings/PageSwitch-Horizontal
%%DATADIR%%/fvwm/components/bindings/PageSwitch-Horizontal_NumLock
%%DATADIR%%/fvwm/components/bindings/PageSwitch-Vertical
%%DATADIR%%/fvwm/components/bindings/PageSwitch-Vertical_NumLock
%%DATADIR%%/fvwm/components/bindings/Pager-Horizontal
%%DATADIR%%/fvwm/components/bindings/Pager-Horizontal_NumLock
%%DATADIR%%/fvwm/components/bindings/Pager-Vertical
%%DATADIR%%/fvwm/components/bindings/Pager-Vertical_NumLock
%%DATADIR%%/fvwm/components/bindings/Remove-Defaults
%%DATADIR%%/fvwm/components/bindings/Window-Basic
%%DATADIR%%/fvwm/components/bindings/Window-Border
%%DATADIR%%/fvwm/components/bindings/Window-Control
%%DATADIR%%/fvwm/components/bindings/Window-Control_NumLock
%%DATADIR%%/fvwm/components/bindings/Window-List
%%DATADIR%%/fvwm/components/bindings/Window-Rearrange
%%DATADIR%%/fvwm/components/bindings/Window-Rearrange_NumLock
%%DATADIR%%/fvwm/components/bindings/Window-Warp
%%DATADIR%%/fvwm/components/bindings/Window-Warp-Dvorak
%%DATADIR%%/fvwm/components/bindings/Window-Warp-Dvorak_NumLock
%%DATADIR%%/fvwm/components/bindings/Window-Warp_NumLock
%%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal
%%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal-MiniIcon
%%DATADIR%%/fvwm/components/decorations/Buttons-fvwm-crystal_NumLock
%%DATADIR%%/fvwm/components/decorations/Buttons-macosx
%%DATADIR%%/fvwm/components/decorations/Buttons-macosx-MiniIcon
%%DATADIR%%/fvwm/components/decorations/Buttons-macosx_NumLock
%%DATADIR%%/fvwm/components/decorations/Buttons-nextstep
%%DATADIR%%/fvwm/components/decorations/Buttons-nextstep-MiniIcon
%%DATADIR%%/fvwm/components/decorations/Buttons-os2
%%DATADIR%%/fvwm/components/decorations/Buttons-os2-MiniIcon
%%DATADIR%%/fvwm/components/decorations/Buttons-os2_NumLock
%%DATADIR%%/fvwm/components/decorations/Buttons-windows
%%DATADIR%%/fvwm/components/decorations/Buttons-windows_NumLock
%%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Functions
%%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Preferences
%%DATADIR%%/fvwm/components/desktop/FVWM-Crystal_Styles
%%DATADIR%%/fvwm/components/desktop/Icon-Mwm
%%DATADIR%%/fvwm/components/desktop/Icon-Thumbnails
%%DATADIR%%/fvwm/components/desktop/Keyboard
%%DATADIR%%/fvwm/components/desktop/Keyboard-Dvorak
%%DATADIR%%/fvwm/components/desktop/Keyboard-Dvorak_NumLock
%%DATADIR%%/fvwm/components/desktop/Keyboard-Vertical
%%DATADIR%%/fvwm/components/desktop/Keyboard-Vertical-Dvorak
%%DATADIR%%/fvwm/components/desktop/Keyboard-Vertical-Dvorak_NumLock
%%DATADIR%%/fvwm/components/desktop/Keyboard-Vertical_NumLock
%%DATADIR%%/fvwm/components/desktop/Keyboard_NumLock
%%DATADIR%%/fvwm/components/desktop/Numpad
%%DATADIR%%/fvwm/components/desktop/Numpad-Raise
%%DATADIR%%/fvwm/components/functions/About
%%DATADIR%%/fvwm/components/functions/Clear-FVWM-Settings
%%DATADIR%%/fvwm/components/functions/Colorsets
%%DATADIR%%/fvwm/components/functions/Debug-Functions
%%DATADIR%%/fvwm/components/functions/Desktop-Pager
%%DATADIR%%/fvwm/components/functions/Developer-Menu
%%DATADIR%%/fvwm/components/functions/EWMH-BaseStruts
%%DATADIR%%/fvwm/components/functions/EdgeScroll-Toggle
%%DATADIR%%/fvwm/components/functions/Exec-Accelerator
%%DATADIR%%/fvwm/components/functions/Exit
%%DATADIR%%/fvwm/components/functions/Exit-Safe
%%DATADIR%%/fvwm/components/functions/Exit-Safe-gdm
%%DATADIR%%/fvwm/components/functions/Exit-Safe-sudo
%%DATADIR%%/fvwm/components/functions/Exit-gdm
%%DATADIR%%/fvwm/components/functions/Exit-sudo
%%DATADIR%%/fvwm/components/functions/FindFunctions
%%DATADIR%%/fvwm/components/functions/Fullscreen
%%DATADIR%%/fvwm/components/functions/FvwmExpose
%%DATADIR%%/fvwm/components/functions/FvwmFormDefault
%%DATADIR%%/fvwm/components/functions/FvwmIdent
%%DATADIR%%/fvwm/components/functions/Icon-Basic
%%DATADIR%%/fvwm/components/functions/Icon-Mwm
%%DATADIR%%/fvwm/components/functions/Icon-Thumbnails
%%DATADIR%%/fvwm/components/functions/Keyboard-Modifiers
%%DATADIR%%/fvwm/components/functions/Menu-Position
%%DATADIR%%/fvwm/components/functions/Mixer-amixer
%%DATADIR%%/fvwm/components/functions/Mixer-audacious
%%DATADIR%%/fvwm/components/functions/Mixer-aumix
%%DATADIR%%/fvwm/components/functions/Mixer-cdcd
%%DATADIR%%/fvwm/components/functions/Mixer-cmus
%%DATADIR%%/fvwm/components/functions/Mixer-mpd
%%DATADIR%%/fvwm/components/functions/Mixer-quodlibet
%%DATADIR%%/fvwm/components/functions/Mixer-xmms
%%DATADIR%%/fvwm/components/functions/Mixer-xmms2
%%DATADIR%%/fvwm/components/functions/Music-alsaplayer
%%DATADIR%%/fvwm/components/functions/Music-audacious
%%DATADIR%%/fvwm/components/functions/Music-cdcd
%%DATADIR%%/fvwm/components/functions/Music-cmus
%%DATADIR%%/fvwm/components/functions/Music-mocp
%%DATADIR%%/fvwm/components/functions/Music-mpd
%%DATADIR%%/fvwm/components/functions/Music-mplayer
%%DATADIR%%/fvwm/components/functions/Music-quodlibet
%%DATADIR%%/fvwm/components/functions/Music-xmms
%%DATADIR%%/fvwm/components/functions/Music-xmms2
%%DATADIR%%/fvwm/components/functions/NotificationAreaManager-stalonetray
%%DATADIR%%/fvwm/components/functions/NotificationAreaManager-trayer
%%DATADIR%%/fvwm/components/functions/Numpad
%%DATADIR%%/fvwm/components/functions/PPick
%%DATADIR%%/fvwm/components/functions/Preferences
%%DATADIR%%/fvwm/components/functions/Preferences-Menu
%%DATADIR%%/fvwm/components/functions/Screenshot-import
%%DATADIR%%/fvwm/components/functions/Urgency-Hint
%%DATADIR%%/fvwm/components/functions/Wallpaper
%%DATADIR%%/fvwm/components/functions/Window-Autohide
%%DATADIR%%/fvwm/components/functions/Window-Basic
%%DATADIR%%/fvwm/components/functions/Window-Buttons
%%DATADIR%%/fvwm/components/functions/Window-Buttons-Vertical
%%DATADIR%%/fvwm/components/functions/Window-Decorations
%%DATADIR%%/fvwm/components/functions/Window-Focus
%%DATADIR%%/fvwm/components/functions/Window-List
%%DATADIR%%/fvwm/components/functions/Window-Rearrange
%%DATADIR%%/fvwm/components/functions/Window-Remember-ClickToFocus
%%DATADIR%%/fvwm/components/functions/Window-Remember-SloppyFocus
%%DATADIR%%/fvwm/components/functions/Window-Ring
%%DATADIR%%/fvwm/components/functions/Window-SetPlacementPolicy
%%DATADIR%%/fvwm/components/scripts/FvwmScript-AcpiBatt
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-24h
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-24h-small_date
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-small
%%DATADIR%%/fvwm/components/scripts/FvwmScript-Clock-small_date
%%DATADIR%%/fvwm/components/scripts/FvwmScript-CpuFreq
%%DATADIR%%/fvwm/components/scripts/FvwmScript-CpuTemp
%%DATADIR%%/fvwm/components/styles/Application-Icons-22-32
%%DATADIR%%/fvwm/components/styles/Applications
%%DATADIR%%/fvwm/components/styles/CursorStyle
%%DATADIR%%/fvwm/components/styles/CursorStyle-Border
%%DATADIR%%/fvwm/components/styles/FVWM
%%DATADIR%%/fvwm/components/styles/FVWM.orig
%%DATADIR%%/fvwm/components/styles/FocusPolicy-FVWM-Crystal
%%DATADIR%%/fvwm/components/styles/FocusPolicy-FVWM-Crystal-Raise
%%DATADIR%%/fvwm/components/styles/FocusPolicy-MSWindows
%%DATADIR%%/fvwm/components/styles/Menu
%%DATADIR%%/fvwm/components/styles/QuakeConsole
%%DATADIR%%/fvwm/components/styles/Window-Decorations
%%DATADIR%%/fvwm/config
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Colorsets
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/README
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.macosx
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.os2
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/Theme.windows
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-blue-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-blue.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-gray-blue.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-gray-green.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-gray-red.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-gray-violet.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-gray-white.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-gray-yellow.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-gray.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-green-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-green.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-red-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-red.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-violet-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-violet.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-white-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-white.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-yellow-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/button-yellow.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/title-active.png
%%DATADIR%%/fvwm/decorations/Aqua/Blank buttons/title-inactive.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Colorsets
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/README
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.macosx
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.os2
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/Theme.windows
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-blue-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-blue.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-gray-blue.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-gray-green.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-gray-red.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-gray-violet.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-gray-white.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-gray-yellow.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-gray.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-green-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-green.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-red-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-red.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-violet-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-violet.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-white-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-white.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-yellow-icon.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/button-yellow.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/title-active.png
%%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons/title-inactive.png
%%DATADIR%%/fvwm/decorations/Clear/Blue/Colorsets
%%DATADIR%%/fvwm/decorations/Clear/Blue/README
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.macosx
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.os2
%%DATADIR%%/fvwm/decorations/Clear/Blue/Theme.windows
%%DATADIR%%/fvwm/decorations/Clear/Green/Colorsets
%%DATADIR%%/fvwm/decorations/Clear/Green/README
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.macosx
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.os2
%%DATADIR%%/fvwm/decorations/Clear/Green/Theme.windows
%%DATADIR%%/fvwm/decorations/Clear/Mono/Colorsets
%%DATADIR%%/fvwm/decorations/Clear/Mono/README
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.macosx
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.os2
%%DATADIR%%/fvwm/decorations/Clear/Mono/Theme.windows
%%DATADIR%%/fvwm/decorations/Clear/Navy/Colorsets
%%DATADIR%%/fvwm/decorations/Clear/Navy/README
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.macosx
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.os2
%%DATADIR%%/fvwm/decorations/Clear/Navy/Theme.windows
%%DATADIR%%/fvwm/decorations/Clear/Orange/Colorsets
%%DATADIR%%/fvwm/decorations/Clear/Orange/README
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.macosx
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.os2
%%DATADIR%%/fvwm/decorations/Clear/Orange/Theme.windows
%%DATADIR%%/fvwm/decorations/Clear/Red/Colorsets
%%DATADIR%%/fvwm/decorations/Clear/Red/README
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.macosx
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.os2
%%DATADIR%%/fvwm/decorations/Clear/Red/Theme.windows
%%DATADIR%%/fvwm/decorations/Clear/Violet/Colorsets
%%DATADIR%%/fvwm/decorations/Clear/Violet/README
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.macosx
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.os2
%%DATADIR%%/fvwm/decorations/Clear/Violet/Theme.windows
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Colorsets
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/README
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.macosx
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.os2
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/Theme.windows
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-close.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-empty-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-empty.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-options.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-active-title.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-arrows-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-close-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-empty-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-empty.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-iconify-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-maximize-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-options-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky/window-inactive-title.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Colorsets
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/README
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.macosx
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.os2
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/Theme.windows
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-close.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-empty-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-empty.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-options.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-active-title.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-arrows-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-close-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-empty-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-empty.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-iconify-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-maximize-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-options-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Default/window-inactive-title.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Colorsets
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/README
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.macosx
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.os2
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/Theme.windows
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-close.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-empty-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-empty.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-options.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-active-title.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-arrows-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-close-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-empty-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-empty.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-iconify-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-maximize-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-options-down.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/Clearlooks/Olive/window-inactive-title.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Colorsets
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/README
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.macosx
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.os2
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/Theme.windows
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/window-arrows.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/window-close.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/window-empty.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/window-iconify.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/window-maximize.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue/window-options.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Colorsets
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/README
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.macosx
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.os2
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/Theme.windows
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/window-arrows.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/window-close.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/window-empty.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/window-iconify.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/window-maximize.png
%%DATADIR%%/fvwm/decorations/Crystal/CIOS/window-options.png
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Colorsets
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/README
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.macosx
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.os2
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/Theme.windows
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/window-arrows.png
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/window-close.png
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/window-empty.png
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/window-iconify.png
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/window-maximize.png
%%DATADIR%%/fvwm/decorations/Crystal/CrystalZono/window-options.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Colorsets
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/README
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.macosx
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.os2
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/Theme.windows
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/window-arrows.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/window-close.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/window-empty.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/window-iconify.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/window-maximize.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop/window-options.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Colorsets
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/README
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.macosx
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.os2
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/Theme.windows
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/window-arrows.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/window-close.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/window-empty.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/window-iconify.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/window-maximize.png
%%DATADIR%%/fvwm/decorations/Crystal/DarkGreen/window-options.png
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Colorsets
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/README
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.macosx
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.os2
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/Theme.windows
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/window-arrows.png
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/window-close.png
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/window-empty.png
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/window-iconify.png
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/window-maximize.png
%%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop/window-options.png
%%DATADIR%%/fvwm/decorations/Crystal/Original/Colorsets
%%DATADIR%%/fvwm/decorations/Crystal/Original/README
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.macosx
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.os2
%%DATADIR%%/fvwm/decorations/Crystal/Original/Theme.windows
%%DATADIR%%/fvwm/decorations/Crystal/Original/window-arrows.png
%%DATADIR%%/fvwm/decorations/Crystal/Original/window-close.png
%%DATADIR%%/fvwm/decorations/Crystal/Original/window-empty.png
%%DATADIR%%/fvwm/decorations/Crystal/Original/window-iconify.png
%%DATADIR%%/fvwm/decorations/Crystal/Original/window-maximize.png
%%DATADIR%%/fvwm/decorations/Crystal/Original/window-options.png
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Colorsets
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/README
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.macosx
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.os2
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/Theme.windows
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/window-arrows.png
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/window-close.png
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/window-empty.png
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/window-iconify.png
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/window-maximize.png
%%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan/window-options.png
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Colorsets
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/README
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.macosx
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.os2
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/Theme.windows
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/window-arrows.png
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/window-close.png
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/window-empty.png
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/window-iconify.png
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/window-maximize.png
%%DATADIR%%/fvwm/decorations/Crystal/RedDesktop/window-options.png
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Colorsets
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/README
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.macosx
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.os2
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/Theme.windows
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/window-arrows.png
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/window-close.png
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/window-empty.png
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/window-iconify.png
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/window-maximize.png
%%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop/window-options.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Colorsets
%%DATADIR%%/fvwm/decorations/DarkSky/Black/README
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.macosx
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.nextstep
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.os2
%%DATADIR%%/fvwm/decorations/DarkSky/Black/Theme.windows
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-active-arrows.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-active-close.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-active-iconify.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-active-maximize.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-active-menu.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-active-options.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-inactive-close.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-inactive-menu.png
%%DATADIR%%/fvwm/decorations/DarkSky/Black/button-inactive-options.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Colorsets
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/README
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.macosx
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.nextstep
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.os2
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/Theme.windows
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-active-arrows.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-active-close.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-active-iconify.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-active-maximize.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-active-menu.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-active-options.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-inactive-close.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-inactive-menu.png
%%DATADIR%%/fvwm/decorations/DarkSky/Gray/button-inactive-options.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Colorsets
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/README
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.macosx
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.os2
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/Theme.windows
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-active-close.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-active-menu.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-active-options.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-inactive-menu.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Colorsets
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/README
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.macosx
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.os2
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/Theme.windows
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-active-close.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-active-menu.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-active-options.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-inactive-menu.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Colorsets
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/README
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.macosx
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.os2
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/Theme.windows
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-active-close.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-active-menu.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-active-options.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-inactive-menu.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Colorsets
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/README
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.macosx
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.os2
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/Theme.windows
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-active-close.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-active-menu.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-active-options.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-inactive-menu.png
%%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Colorsets
%%DATADIR%%/fvwm/decorations/DawnSky/Default/README
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.macosx
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.nextstep
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.os2
%%DATADIR%%/fvwm/decorations/DawnSky/Default/Theme.windows
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-active-arrows.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-active-close.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-active-iconify.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-active-maximize.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-active-menu.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-active-options.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-inactive-close.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-inactive-menu.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/button-inactive-options.png
%%DATADIR%%/fvwm/decorations/DawnSky/Default/title-active.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/Colorsets
%%DATADIR%%/fvwm/decorations/Elberg/Default/README
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.macosx
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.os2
%%DATADIR%%/fvwm/decorations/Elberg/Default/Theme.windows
%%DATADIR%%/fvwm/decorations/Elberg/Default/title-active-background.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/title-active-text-left.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/title-active-text-right.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/title-active-text.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/title-inactive-background.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/title-inactive-text-left.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/title-inactive-text-right.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/title-inactive-text.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-active-close.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-active-options.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/Elberg/Default/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/Fear/Default/Colorsets
%%DATADIR%%/fvwm/decorations/Fear/Default/README
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.macosx
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.os2
%%DATADIR%%/fvwm/decorations/Fear/Default/Theme.windows
%%DATADIR%%/fvwm/decorations/Fear/Default/button.xcf
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-close.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-empty-down.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-empty.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-active-options.png
%%DATADIR%%/fvwm/decorations/Fear/Default/window-inactive.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Colorsets
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/README
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.macosx
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.os2
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/Theme.windows
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-blue-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-blue.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-gray-blue.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-gray-green.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-gray-red.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-gray-violet.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-gray-white.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-gray-yellow.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-gray.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-green-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-green.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-red-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-red.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-violet-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-violet.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-white-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-white.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-yellow-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Alternative/button-yellow.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Colorsets
%%DATADIR%%/fvwm/decorations/Gentoo/Default/README
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.macosx
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.os2
%%DATADIR%%/fvwm/decorations/Gentoo/Default/Theme.windows
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-blue-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-blue.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-gray-blue.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-gray-green.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-gray-red.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-gray-violet.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-gray-white.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-gray-yellow.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-gray.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-green-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-green.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-red-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-red.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-violet-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-violet.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-white-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-white.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-yellow-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Default/button-yellow.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Colorsets
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/README
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.macosx
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.os2
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/Theme.windows
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-blue-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-blue.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-gray-blue.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-gray-green.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-gray-red.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-gray-violet.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-gray-white.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-gray-yellow.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-gray.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-green-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-green.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-red-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-red.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-violet-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-violet.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-white-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-white.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-yellow-icon.png
%%DATADIR%%/fvwm/decorations/Gentoo/Gray/button-yellow.png
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Colorsets
%%DATADIR%%/fvwm/decorations/Ish/Aqua/README
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.macosx
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.os2
%%DATADIR%%/fvwm/decorations/Ish/Aqua/Theme.windows
%%DATADIR%%/fvwm/decorations/Ish/Aqua/button-active-down.png
%%DATADIR%%/fvwm/decorations/Ish/Aqua/button-active.png
%%DATADIR%%/fvwm/decorations/Ish/Aqua/button-inactive.png
%%DATADIR%%/fvwm/decorations/Ish/Aqua/title.png
%%DATADIR%%/fvwm/decorations/Ish/Black/Colorsets
%%DATADIR%%/fvwm/decorations/Ish/Black/README
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.macosx
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.os2
%%DATADIR%%/fvwm/decorations/Ish/Black/Theme.windows
%%DATADIR%%/fvwm/decorations/Ish/Black/button-active-down.png
%%DATADIR%%/fvwm/decorations/Ish/Black/button-active.png
%%DATADIR%%/fvwm/decorations/Ish/Black/button-inactive.png
%%DATADIR%%/fvwm/decorations/Ish/Black/title.png
%%DATADIR%%/fvwm/decorations/Ish/Blue/Colorsets
%%DATADIR%%/fvwm/decorations/Ish/Blue/README
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.macosx
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.os2
%%DATADIR%%/fvwm/decorations/Ish/Blue/Theme.windows
%%DATADIR%%/fvwm/decorations/Ish/Blue/button-active-down.png
%%DATADIR%%/fvwm/decorations/Ish/Blue/button-active.png
%%DATADIR%%/fvwm/decorations/Ish/Blue/button-inactive.png
%%DATADIR%%/fvwm/decorations/Ish/Blue/title.png
%%DATADIR%%/fvwm/decorations/Ish/Green/Colorsets
%%DATADIR%%/fvwm/decorations/Ish/Green/README
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.macosx
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.os2
%%DATADIR%%/fvwm/decorations/Ish/Green/Theme.windows
%%DATADIR%%/fvwm/decorations/Ish/Green/button-active-down.png
%%DATADIR%%/fvwm/decorations/Ish/Green/button-active.png
%%DATADIR%%/fvwm/decorations/Ish/Green/button-inactive.png
%%DATADIR%%/fvwm/decorations/Ish/Green/title.png
%%DATADIR%%/fvwm/decorations/Ish/Lite/Colorsets
%%DATADIR%%/fvwm/decorations/Ish/Lite/README
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.macosx
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.os2
%%DATADIR%%/fvwm/decorations/Ish/Lite/Theme.windows
%%DATADIR%%/fvwm/decorations/Ish/Lite/button-active-down.png
%%DATADIR%%/fvwm/decorations/Ish/Lite/button-active.png
%%DATADIR%%/fvwm/decorations/Ish/Lite/button-inactive.png
%%DATADIR%%/fvwm/decorations/Ish/Lite/title.png
%%DATADIR%%/fvwm/decorations/Ish/Orange/Colorsets
%%DATADIR%%/fvwm/decorations/Ish/Orange/README
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.macosx
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.os2
%%DATADIR%%/fvwm/decorations/Ish/Orange/Theme.windows
%%DATADIR%%/fvwm/decorations/Ish/Orange/button-active-down.png
%%DATADIR%%/fvwm/decorations/Ish/Orange/button-active.png
%%DATADIR%%/fvwm/decorations/Ish/Orange/button-inactive.png
%%DATADIR%%/fvwm/decorations/Ish/Orange/title.png
%%DATADIR%%/fvwm/decorations/Ish/Pink/Colorsets
%%DATADIR%%/fvwm/decorations/Ish/Pink/README
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.macosx
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.os2
%%DATADIR%%/fvwm/decorations/Ish/Pink/Theme.windows
%%DATADIR%%/fvwm/decorations/Ish/Pink/button-active-down.png
%%DATADIR%%/fvwm/decorations/Ish/Pink/button-active.png
%%DATADIR%%/fvwm/decorations/Ish/Pink/button-inactive.png
%%DATADIR%%/fvwm/decorations/Ish/Pink/title.png
%%DATADIR%%/fvwm/decorations/Ish/Purple/Colorsets
%%DATADIR%%/fvwm/decorations/Ish/Purple/README
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.macosx
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.os2
%%DATADIR%%/fvwm/decorations/Ish/Purple/Theme.windows
%%DATADIR%%/fvwm/decorations/Ish/Purple/button-active-down.png
%%DATADIR%%/fvwm/decorations/Ish/Purple/button-active.png
%%DATADIR%%/fvwm/decorations/Ish/Purple/button-inactive.png
%%DATADIR%%/fvwm/decorations/Ish/Purple/title.png
%%DATADIR%%/fvwm/decorations/Ish/Red/Colorsets
%%DATADIR%%/fvwm/decorations/Ish/Red/README
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.macosx
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.os2
%%DATADIR%%/fvwm/decorations/Ish/Red/Theme.windows
%%DATADIR%%/fvwm/decorations/Ish/Red/button-active-down.png
%%DATADIR%%/fvwm/decorations/Ish/Red/button-active.png
%%DATADIR%%/fvwm/decorations/Ish/Red/button-inactive.png
%%DATADIR%%/fvwm/decorations/Ish/Red/title.png
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Colorsets
%%DATADIR%%/fvwm/decorations/MicroClear/Default/README
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.macosx
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.nextstep
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.os2
%%DATADIR%%/fvwm/decorations/MicroClear/Default/Theme.windows
%%DATADIR%%/fvwm/decorations/Mist/Default/Colorsets
%%DATADIR%%/fvwm/decorations/Mist/Default/README
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.macosx
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.os2
%%DATADIR%%/fvwm/decorations/Mist/Default/Theme.windows
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-close-left.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-close-right.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-empty-right.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-iconify-left.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-maximize-right.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-menu-left.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-options.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-active-title.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-close-left.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-close-right.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-empty-right.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-iconify-left.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-maximize-right.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-menu-left.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/Mist/Default/window-inactive-title.png
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Colorsets
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/README
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.macosx
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.os2
%%DATADIR%%/fvwm/decorations/Motif/Cyan Gray/Theme.windows
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Colorsets
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/README
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.macosx
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.os2
%%DATADIR%%/fvwm/decorations/Motif/Pink Navy/Theme.windows
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Colorsets
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/README
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.macosx
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.nextstep
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.os2
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/Theme.windows
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-active-close.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-active-options.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/BlueCurve/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Colorsets
%%DATADIR%%/fvwm/decorations/SystemG/Crux/README
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.macosx
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.nextstep
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.os2
%%DATADIR%%/fvwm/decorations/SystemG/Crux/Theme.windows
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-active-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-active-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Crux/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Colorsets
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/README
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.macosx
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.nextstep
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.os2
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/Theme.windows
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-active-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-active-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Dawn/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Colorsets
%%DATADIR%%/fvwm/decorations/SystemG/Debian/README
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.macosx
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.nextstep
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.os2
%%DATADIR%%/fvwm/decorations/SystemG/Debian/Theme.windows
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-active-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-active-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Debian/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/Colorsets
%%DATADIR%%/fvwm/decorations/SystemG/Default/README
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.macosx
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.nextstep
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.os2
%%DATADIR%%/fvwm/decorations/SystemG/Default/Theme.windows
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-active-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-active-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Default/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Colorsets
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/README
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.macosx
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.nextstep
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.os2
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/Theme.windows
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-active-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-active-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Dusk/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Colorsets
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/README
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.macosx
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.nextstep
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.os2
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/Theme.windows
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-active-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-active-options.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/Geramik/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Colorsets
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/README
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.macosx
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.nextstep
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.os2
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/Theme.windows
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-active-close.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-active-options.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/SystemG/SaltLake/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/Winter/Default/Colorsets
%%DATADIR%%/fvwm/decorations/Winter/Default/README
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.fvwm-crystal
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.macosx
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.nextstep
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.os2
%%DATADIR%%/fvwm/decorations/Winter/Default/Theme.windows
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-arrows-down.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-arrows.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-close-down.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-close.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-iconify-down.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-iconify.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-maximize-down.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-maximize.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-options-down.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-options.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-active-title.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-arrows.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-close.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-iconify.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-maximize.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-options.png
%%DATADIR%%/fvwm/decorations/Winter/Default/window-inactive-title.png
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/fvwm-crystal.png
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-eject.png
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-playback-start.png
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/media-skip-forward.png
%%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal/window-list.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/BitchX.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/Eterm.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/Maelstrom.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/abiword.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/abuse.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/acidrip.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/akregator.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/alsamixer.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/amarok.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/amule.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/anjuta.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/aptitude.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/aptsh.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/archlinux.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ardour.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/armagetron.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/atanks.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/aterm.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/atlantik.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/atomix.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/audacious.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/audacity.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/aumix.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/avidemux.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/azureus.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/balsa-ab.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/balsa.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/barrage.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/basket.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/bastet.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/beep-media-player.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/billard-gl.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/blackboxgame.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/blackjack.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/blender.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/blobwars.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/bluefish.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/bmp.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/bonfire.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/brasero.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/bridges.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/btdownloadgui.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/btdownloadgui.py.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/bzflag.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/castle-combat.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/celestia.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/centericq.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/chromium.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/cinelerra.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/civclient.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/civserver.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/cmus.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/conglomerate.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/crack-attack.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/cream.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/cube.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/d4x.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dcgui.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/debian.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/default.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/deluge-torrent.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/deluge.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dia.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/digikam.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dillo.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/djview.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dlume.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/dominosa.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/drakconf.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/easytag.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/eboard.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/eclipse.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/egoboo.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ekg.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ekg2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ekiga.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/el.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/elinks.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/emacs.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/enigma.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/epic4.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/epiphany.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/eric.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/evince.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/evolution.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/exfalso.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/f-spot.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/falconseye.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fetchmail.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fifteen.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/filerunner.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/flipgame.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/foobillard.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/freeciv.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/freemind.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/frozen-bubble.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fvwm-crystal.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/fwbuilder.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gabber.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gaim.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gajim.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/galeon.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gataxx.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gcfilms.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gcolor2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gconf-editor.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gedit.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gentoo.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gentoolinux.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gftp.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gg.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gg2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/giFTcurs.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/giFToxic.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/giftui.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gimp.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gizmo.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glade-2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glines.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gltron.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/glurp.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gmpc.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gmplayer.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnect.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnibbles.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnobots2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnome-alsamixer.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnome-control-center.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnome-mud.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnome-stones.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnome-terminal.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnome.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnomebaker.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnometris.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnomine.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnotravex.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnotski.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnudoku.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gnumeric.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/goobox.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gossip.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gpa.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gpaint.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gpass.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gqview.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/graveman.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/grip.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/grml.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gtali.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gthumb.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gtk-gnutella.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gtkboard.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gtktalog.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/guess.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gv.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gvim.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gweled.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gwenview.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/gxine.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/hardinfo.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/htop.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/hydrogen.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/iagno.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/icebreaker.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/icedove.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/iceweasel.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/idle.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ihu.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/inertia.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/inkscape.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ipodder.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/irssi.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jpilot.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/jumpnbump-menu.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/k3b.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kaddressbook.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kadu.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/karbon.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kasteroids.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kate.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/katomic.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kbackgammon.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kbattleship.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kblackbox.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kbounce.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kchart.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kcontrol.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kde.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kdevelop.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kdevelop3.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kedit.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kenolaba.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kf.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kformula.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kfouleggs.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kgoldrunner.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kile.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kinfocenter.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kivio.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kjumpingcube.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/klickety.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/klines.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kmahjongg.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kmail.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kmenu.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kmines.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kmix.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kmldonkey.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/knetwalk.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/knode.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kobodeluxe.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kobodl.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kolf.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/konqueror.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/konquest.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/konsole.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kontact.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kopete.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/korganizer.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/koshell.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kpaint.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kpat.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kphone.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kpilot.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kpoker.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kppp.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kpresenter.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kreversi.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/krita.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/krusader.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ksame.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kshisen.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ksirtet.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ksmiletris.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ksnake.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ksokoban.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kspaceduel.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kspread.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ktorrent.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ktouch.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ktron.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ktuberling.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kugar.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kview.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kvim.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kvirc.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kwin4.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/kword.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lbreakout2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lgeneral.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/licq.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/liferea.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lightup.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lincity-ng.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/links2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/linphone.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/linpopup.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/linux.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/liquidwar.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lmarbles.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lmms.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/loopy.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lskat.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ltris.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lxdoom.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lynx.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/lyx.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/maelstrom.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mahjongg.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mandriva.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/map.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mc.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mines.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mldonkey.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mlgui.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/moagg.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/monodevelop.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/monotheka.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/moon-buggy.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mousepad.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mplayer.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mrxvt.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/multi-gnome-terminal.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mutt.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/mysqlcc.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/nautilus.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/nessus.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/netgame.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/netpanzer.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/netris.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/netslide.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/neverball.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/neverputt.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/nexuiz.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/njam.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/nvu.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oobase.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oobase2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oocalc.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oocalc2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oodraw.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oodraw2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ooffice.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ooffice2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ooimpress.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ooimpress2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oomath.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oomath2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oopadmin.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oopadmin2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oowriter.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/oowriter2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/openoffice.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/openttd.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pan.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pathological.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pattern.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pegs.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pida.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pingus.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/porthole.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ppracer.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/psi.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pydance.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pygmy.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pympd.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/pysol.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/python.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/q3ut3.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/qcad.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/qcomicbook.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/qjackctl.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/qps.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/qtorrent.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/qtstalker.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/quanta.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/quodlibet.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/rapidsvn.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/rect.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/revelation.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/rhythmbox.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/rox.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/rubrica.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/same-gnome.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/samegame.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/scite.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/scorched3d.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/scribus.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/seahorse.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sim.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sixteen.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/slant.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/slrn-pl.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/slrn.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/smart.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/snake.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/snownews.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sodipodi.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sol.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/solo.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sonata.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sound-juicer.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/stardict.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/starfighter.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/stellarium.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/straw.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/streamtuner.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/supertux.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sweep.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sylpheed-claws.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sylpheed-gtk2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/sylpheed.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/synaptic.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/teaed.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tents.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/thunar.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tkabber.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tleenx2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tomboy.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/torcs.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/totem.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/trackballs.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/trophy.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tuxcmd.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tuxpaint.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/tvtime.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/twiddle.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/twinkle.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ubuntu.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/untangle.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/urxvt.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/valknut.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/vim.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/weechat-curses.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wesnoth.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wings3d.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wireshark.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/worm.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/wyrd.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xawtv.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xboard.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xcdroast.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xchat.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xemacs.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xevil.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xfce4-terminal.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xfe.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xfig.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xine.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmahjongg.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmms.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmoto.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xmule.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xnc.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xpat2.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xpdf.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xpilot.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xqf.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xrick.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xsane.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xscreensaver.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/xterm.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/ydpdict.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zapping.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zim.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zinf.png
%%DATADIR%%/fvwm/icons/Default/22x22/apps/zsafe.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Audio-Video.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Audio.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Development.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/GNOME.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Games.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Graphics.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/KDE.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Knowledge.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Multimedia.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Network.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Office.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Settings.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/System.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Terminals.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Utilities.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/Video.png
%%DATADIR%%/fvwm/icons/Default/22x22/categories/directory.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/applications-development.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/applications.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/audio-x-generic.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/camera-photo.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/colorsets-file.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/colorsets.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/dd.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/df.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/fvwm-crystal.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/gdm-xnest.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/gdm.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-eject.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-playback-pause.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-playback-start.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-playback-stop.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-record.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-seek-backward.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-seek-forward.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-skip-backward.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/media-skip-forward.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/multimedia-volume-control.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-screensaver.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-theme.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop-wallpaper.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/preferences-desktop.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-file-manager.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-lock-screen.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-log-out.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-reboot.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/system-shutdown.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/user-desktop.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/utilities-terminal.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/view-refresh.png
%%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal/window-list.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/BitchX.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/Eterm.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/Maelstrom.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/abiword.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/abuse.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/acidrip.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/akregator.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/alsamixer.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/amarok.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/amule.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/anjuta.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aptitude.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aptsh.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/archlinux.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ardour.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/armagetron.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/atanks.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aterm.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/atlantik.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/atomix.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/audacity.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/aumix.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/avidemux.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/azureus.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/balsa-ab.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/balsa.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/barrage.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/basket.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/bastet.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/beep-media-player.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/billard-gl.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/blackboxgame.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/blackjack.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/blender.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/blobwars.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/bluefish.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/bmp.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/bonfire.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/brasero.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/bridges.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/btdownloadgui.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/btdownloadgui.py.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/bzflag.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/castle-combat.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/celestia.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/centericq.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/chromium.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/cinelerra.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/civclient.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/civserver.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/cmus.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/conglomerate.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/crack-attack.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/cream.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/cube.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/d4x.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dcgui.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/debian.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/default.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/deluge-torrent.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/deluge.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dia.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/digikam.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dillo.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/djview.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dlume.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/dominosa.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/drakconf.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/easytag.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/eboard.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/eclipse.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/egoboo.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ekg.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ekg2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ekiga.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/el.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/elinks.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/emacs.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/enigma.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/epic4.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/epiphany.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/eric.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/evince.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/evolution.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/exfalso.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/f-spot.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/falconseye.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fetchmail.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fifteen.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/filerunner.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/flipgame.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/foobillard.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/freeciv.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/freemind.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/frozen-bubble.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fvwm-crystal.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/fwbuilder.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gabber.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gaim.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gajim.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/galeon.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gataxx.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gcfilms.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gcolor2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gconf-editor.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gedit.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gentoo.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gentoolinux.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gftp.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gg.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gg2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/giFTcurs.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/giFToxic.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/giftui.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gimp.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gizmo.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glade-2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glines.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gltron.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/glurp.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gmpc.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gmplayer.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnect.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnibbles.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnobots2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnome-alsamixer.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnome-control-center.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnome-mud.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnome-stones.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnome-terminal.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnome.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnomebaker.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnometris.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnomine.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnotravex.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnotski.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnudoku.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gnumeric.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/goobox.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gossip.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gpa.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gpaint.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gpass.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gqview.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/graveman.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/grip.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/grml.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gtali.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gthumb.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gtk-gnutella.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gtkboard.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gtktalog.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/guess.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gv.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gvim.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gweled.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gwenview.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/gxine.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/hardinfo.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/htop.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/hydrogen.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/iagno.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/icebreaker.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/icedove.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/iceweasel.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/idle.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ihu.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/inertia.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/inkscape.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ipodder.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/irssi.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jpilot.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/jumpnbump-menu.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/k3b.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kaddressbook.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kadu.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/karbon.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kasteroids.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kate.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/katomic.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kbackgammon.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kbattleship.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kblackbox.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kbounce.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kchart.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kcontrol.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kde.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kdevelop.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kdevelop3.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kedit.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kenolaba.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kf.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kformula.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kfouleggs.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kgoldrunner.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kile.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kinfocenter.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kivio.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kjumpingcube.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/klickety.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/klines.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kmahjongg.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kmail.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kmenu.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kmines.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kmix.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kmldonkey.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/knetwalk.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/knode.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kobodeluxe.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kobodl.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kolf.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/konqueror.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/konquest.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/konsole.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kontact.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kopete.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/korganizer.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/koshell.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kpaint.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kpat.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kphone.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kpilot.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kpoker.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kppp.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kpresenter.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kreversi.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/krita.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/krusader.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ksame.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kshisen.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ksirtet.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ksmiletris.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ksnake.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ksokoban.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kspaceduel.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kspread.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ktorrent.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ktouch.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ktron.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ktuberling.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kugar.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kview.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kvim.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kvirc.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kwin4.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/kword.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lbreakout2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lgeneral.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/licq.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/liferea.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lightup.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lincity-ng.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/links2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/linphone.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/linpopup.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/linux.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/liquidwar.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lmarbles.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lmms.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/loopy.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lskat.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ltris.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lxdoom.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lynx.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/lyx.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/maelstrom.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mahjongg.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mandriva.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/map.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mc.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mines.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mldonkey.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mlgui.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/moagg.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/monodevelop.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/monotheka.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/moon-buggy.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mousepad.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mplayer.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mrxvt.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/multi-gnome-terminal.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mutt.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/mysqlcc.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/nautilus.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/nessus.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/netgame.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/netpanzer.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/netris.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/netslide.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/neverball.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/neverputt.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/nexuiz.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/njam.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/nvu.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oobase.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oobase2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oocalc.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oocalc2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oodraw.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oodraw2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ooffice.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ooffice2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ooimpress.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ooimpress2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oomath.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oomath2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oopadmin.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oopadmin2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oowriter.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/oowriter2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/openoffice.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/openttd.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pan.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pathological.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pattern.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pegs.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pida.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pingus.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/porthole.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ppracer.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/psi.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pydance.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pygmy.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pympd.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/pysol.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/python.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/q3ut3.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/qcad.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/qcomicbook.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/qjackctl.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/qps.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/qtorrent.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/qtstalker.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/quanta.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/quodlibet.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/rapidsvn.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/rect.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/revelation.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/rhythmbox.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/rox.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/rubrica.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/same-gnome.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/samegame.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/scite.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/scorched3d.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/scribus.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/seahorse.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sim.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sixteen.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/slant.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/slrn-pl.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/slrn.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/smart.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/snake.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/snownews.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sodipodi.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sol.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/solo.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sonata.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sound-juicer.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/stardict.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/starfighter.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/stellarium.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/straw.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/streamtuner.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/supertux.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sweep.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sylpheed-claws.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sylpheed-gtk2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/sylpheed.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/synaptic.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/teaed.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tents.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/thunar.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tkabber.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tleenx2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tomboy.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/torcs.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/totem.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/trackballs.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/trophy.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tuxcmd.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tuxpaint.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/tvtime.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/twiddle.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/twinkle.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ubuntu.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/untangle.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/urxvt.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/valknut.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/vim.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/weechat-curses.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wesnoth.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wings3d.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wireshark.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/worm.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/wyrd.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xawtv.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xboard.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xcdroast.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xchat.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xemacs.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xevil.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xfce4-terminal.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xfe.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xfig.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xine.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmahjongg.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmms.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmoto.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xmule.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xnc.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xpat2.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xpdf.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xpilot.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xqf.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xrick.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xsane.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xscreensaver.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/xterm.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/ydpdict.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zapping.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zim.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zinf.png
%%DATADIR%%/fvwm/icons/Default/32x32/apps/zsafe.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Audio-Video.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Audio.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Development.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/GNOME.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Games.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Graphics.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/KDE.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Knowledge.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Multimedia.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Network.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Office.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Settings.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/System.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Terminals.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Utilities.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/Video.png
%%DATADIR%%/fvwm/icons/Default/32x32/categories/directory.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/applications-development.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/applications.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/audio-x-generic.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/camera-photo.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/colorsets-file.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/colorsets.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/dd.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/df.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/fvwm-crystal.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/gdm-xnest.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/gdm.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-eject.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-playback-pause.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-playback-start.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-playback-stop.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-record.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-seek-backward.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-seek-forward.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-skip-backward.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/media-skip-forward.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/multimedia-volume-control.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-screensaver.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-theme.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop-wallpaper.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/preferences-desktop.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-file-manager.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-lock-screen.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-log-out.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-reboot.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/system-shutdown.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/user-desktop.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/utilities-terminal.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/view-refresh.png
%%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal/window-list.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/Eterm.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/abiword.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/acidrip.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/akregator.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/amarok.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/anjuta.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aptitude.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aptsh.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/archlinux.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ardour.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/aterm.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/atlantik.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/avidemux.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/azureus.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/balsa-ab.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/balsa.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/barrage.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/basket.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/beep-media-player.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/blackboxgame.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/blackjack.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/blender.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bluefish.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bmp.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bonfire.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/brasero.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/bridges.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/castle-combat.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/celestia.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/centericq.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/cinelerra.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/crack-attack.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/cube.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dcgui.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/debian.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/default.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dia.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dlume.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/dominosa.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/drakconf.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/easytag.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/eboard.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/eclipse.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ekiga.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/el.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/emacs.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/enigma.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/epiphany.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/evolution.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/exfalso.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/f-spot.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fifteen.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/flipgame.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/foobillard.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/frozen-bubble.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fvwm-crystal.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/fwbuilder.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gajim.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/galeon.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gataxx.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gcolor2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gentoo.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gentoolinux.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gftp.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gg2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gimp.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gizmo.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glade-2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glines.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gltron.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/glurp.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gmplayer.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnect.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnibbles.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnobots2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnome-alsamixer.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnome-control-center.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnome-mud.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnome-stones.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnome-terminal.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnome.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnomebaker.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnometris.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnomine.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnotravex.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnotski.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gnudoku.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/goobox.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gpaint.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gpass.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gqview.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/graveman.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gtali.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gthumb.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/guess.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gvim.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gweled.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/gwenview.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/hydrogen.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/iagno.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/icebreaker.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/icedove.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/iceweasel.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ihu.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/inertia.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ipodder.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/k3b.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kaddressbook.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/karbon.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kasteroids.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kate.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/katomic.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kbackgammon.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kblackbox.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kcontrol.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kde.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kdevelop.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kdevelop3.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kedit.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kenolaba.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kf.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kfouleggs.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/klickety.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmahjongg.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmines.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmix.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kmldonkey.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/knetwalk.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/knode.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kolf.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/konqueror.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/konquest.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/konsole.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kontact.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kopete.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpaint.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpat.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kphone.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpilot.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kpoker.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kppp.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kreversi.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/krusader.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksame.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kshisen.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksirtet.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksmiletris.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksnake.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ksokoban.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kspaceduel.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktorrent.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktouch.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktron.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ktuberling.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kview.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kvim.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kvirc.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/kwin4.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/licq.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/liferea.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lightup.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lincity-ng.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/linphone.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/linpopup.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/linux.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lmms.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/loopy.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lskat.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lxdoom.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/lynx.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mandriva.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/map.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mines.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/monodevelop.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/monotheka.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mousepad.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mplayer.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mrxvt.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/multi-gnome-terminal.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/mutt.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/nautilus.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/netgame.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/netslide.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/nexuiz.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/nvu.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oobase.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oobase2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oocalc.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oocalc2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oodraw.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oodraw2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ooimpress.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ooimpress2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oomath.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oomath2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oopadmin.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oopadmin2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oowriter.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/oowriter2.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/openttd.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pattern.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pegs.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pida.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/porthole.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ppracer.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pydance.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pygmy.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/pympd.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/qtstalker.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/quanta.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/quodlibet.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/rect.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/rubrica.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/same-gnome.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/samegame.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/scite.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/scorched3d.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sim.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sixteen.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/slant.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/smart.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/snownews.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sodipodi.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sol.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/solo.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sonata.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sound-juicer.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/stardict.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/straw.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/streamtuner.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/sweep.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/synaptic.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/teaed.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tents.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/thunar.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tomboy.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/totem.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tuxcmd.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/tvtime.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/twiddle.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/twinkle.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ubuntu.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/untangle.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/urxvt.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/vim.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wesnoth.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wireshark.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/wyrd.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xawtv.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xemacs.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xfce4-terminal.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xfe.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xfig.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmms.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xmoto.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xnc.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xqf.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/xscreensaver.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/ydpdict.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/zapping.png
%%DATADIR%%/fvwm/icons/Default/48x48/apps/zim.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Audio-Video.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Audio.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Development.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/GNOME.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Games.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Graphics.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/KDE.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Knowledge.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Multimedia.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Network.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Office.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Settings.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/System.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Terminals.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Utilities.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/Video.png
%%DATADIR%%/fvwm/icons/Default/48x48/categories/directory.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/applications-development.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/applications.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/audio-x-generic.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/camera-photo.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/colorsets-file.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/colorsets.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/dd.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/df.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/fvwm-crystal.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/gdm-xnest.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/gdm.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-eject.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-playback-pause.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-playback-start.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-playback-stop.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-record.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-seek-backward.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-seek-forward.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-skip-backward.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/media-skip-forward.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/multimedia-volume-control.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-screensaver.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-theme.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop-wallpaper.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/preferences-desktop.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-file-manager.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-lock-screen.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-log-out.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-reboot.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/system-shutdown.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/user-desktop.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/utilities-terminal.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/view-refresh.png
%%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal/window-list.png
%%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/de_DE/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/de_DE/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/es_ES.UTF-8/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/es_ES.UTF-8/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/es_ES/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/es_ES/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/hu_HU/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/hu_HU/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/pl_PL.UTF-8/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/pl_PL.UTF-8/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/pl_PL/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/pl_PL/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/ru_RU.KOI8-R/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/ru_RU.KOI8-R/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/ru_RU.UTF-8/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/ru_RU.UTF-8/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/sk_SK.UTF-8/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/sk_SK.UTF-8/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/locale/sk_SK/LC_MESSAGES/fvwm-crystal.mo
%%DATADIR%%/fvwm/locale/sk_SK/LC_MESSAGES/fvwm-crystal.po
%%DATADIR%%/fvwm/preferences/DefaultDesktopManager
%%DATADIR%%/fvwm/preferences/DefaultFocusPolicy
%%DATADIR%%/fvwm/preferences/DefaultMusicPlayer
%%DATADIR%%/fvwm/preferences/DefaultTerminal
%%DATADIR%%/fvwm/preferences/LastChoosenButtonModel
%%DATADIR%%/fvwm/preferences/LastChoosenColorset
%%DATADIR%%/fvwm/preferences/LastChoosenRecipe
%%DATADIR%%/fvwm/preferences/LastChoosenWallpaper
%%DATADIR%%/fvwm/preferences/LastChoosenWindowDecoration
%%DATADIR%%/fvwm/preferences/NotificationArea-Width
%%DATADIR%%/fvwm/preferences/NotificationAreaManager
%%DATADIR%%/fvwm/preferences/NotificationAreaWidth
%%DATADIR%%/fvwm/preferences/PrivilegedTerminals
%%DATADIR%%/fvwm/preferences/QuakeConsoleHeight
%%DATADIR%%/fvwm/preferences/QuakeConsoleTerminal
%%DATADIR%%/fvwm/preferences/Startup
%%DATADIR%%/fvwm/recipes/Clean
%%DATADIR%%/fvwm/recipes/Clean Vertical
%%DATADIR%%/fvwm/recipes/Corner
%%DATADIR%%/fvwm/recipes/Default
%%DATADIR%%/fvwm/recipes/Default with ACPI
%%DATADIR%%/fvwm/recipes/Dock
%%DATADIR%%/fvwm/recipes/Light
%%DATADIR%%/fvwm/recipes/Nebulae
%%DATADIR%%/fvwm/recipes/Old School
%%DATADIR%%/fvwm/recipes/SideLine
%%DATADIR%%/fvwm/recipes/SilentHacker
%%DATADIR%%/fvwm/recipes/Thin
%%DATADIR%%/fvwm/recipes/TopDown
%%DATADIR%%/fvwm/recipes/TopLine
%%DATADIR%%/fvwm/scripts/FvwmMPD/FvwmApplet-MpdAddSong
%%DATADIR%%/fvwm/scripts/FvwmMPD/FvwmApplet-MpdPlEd
%%DATADIR%%/fvwm/scripts/FvwmMPD/getdir.sh
%%DATADIR%%/fvwm/scripts/FvwmMPD/getprevdir.py
%%DATADIR%%/fvwm/scripts/FvwmMPD/listsongs.sh
%%DATADIR%%/fvwm/scripts/FvwmMPD/parseplaylist.sh
%%DATADIR%%/fvwm/scripts/FvwmMPD/stripnames.py
%%DATADIR%%/fvwm/scripts/speed_value
%%DATADIR%%/fvwm/wallpapers/fvwm-crystal-bright1-1024x768.jpg
%%DATADIR%%/fvwm/wallpapers/fvwm-crystal-dark1-1024x768.jpg
%%DATADIR%%/fvwm/wallpapers/fvwm-crystal-dark2-1024x768.jpg
@dirrm share/pixmaps
@dirrm %%DATADIR%%/fvwm/wallpapers
@dirrm %%DATADIR%%/fvwm/scripts/FvwmMPD
@dirrm %%DATADIR%%/fvwm/scripts
@dirrm %%DATADIR%%/fvwm/recipes
@dirrm %%DATADIR%%/fvwm/preferences
@dirrm %%DATADIR%%/fvwm/locale/sk_SK/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/sk_SK.UTF-8/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/sk_SK.UTF-8
@dirrm %%DATADIR%%/fvwm/locale/sk_SK
@dirrm %%DATADIR%%/fvwm/locale/ru_RU.UTF-8/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/ru_RU.UTF-8
@dirrm %%DATADIR%%/fvwm/locale/ru_RU.KOI8-R/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/ru_RU.KOI8-R
@dirrm %%DATADIR%%/fvwm/locale/pl_PL/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/pl_PL.UTF-8/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/pl_PL.UTF-8
@dirrm %%DATADIR%%/fvwm/locale/pl_PL
@dirrm %%DATADIR%%/fvwm/locale/hu_HU/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/hu_HU
@dirrm %%DATADIR%%/fvwm/locale/fr_FR.UTF-8/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/fr_FR.UTF-8
@dirrm %%DATADIR%%/fvwm/locale/es_ES/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/es_ES.UTF-8/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/es_ES.UTF-8
@dirrm %%DATADIR%%/fvwm/locale/es_ES
@dirrm %%DATADIR%%/fvwm/locale/de_DE/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/de_DE.UTF-8/LC_MESSAGES
@dirrm %%DATADIR%%/fvwm/locale/de_DE.UTF-8
@dirrm %%DATADIR%%/fvwm/locale/de_DE
@dirrm %%DATADIR%%/fvwm/locale
@dirrm %%DATADIR%%/fvwm/icons/Default/48x48/fvwm-crystal
@dirrm %%DATADIR%%/fvwm/icons/Default/48x48/categories
@dirrm %%DATADIR%%/fvwm/icons/Default/48x48/apps
@dirrm %%DATADIR%%/fvwm/icons/Default/48x48
@dirrm %%DATADIR%%/fvwm/icons/Default/32x32/fvwm-crystal
@dirrm %%DATADIR%%/fvwm/icons/Default/32x32/categories
@dirrm %%DATADIR%%/fvwm/icons/Default/32x32/apps
@dirrm %%DATADIR%%/fvwm/icons/Default/32x32
@dirrm %%DATADIR%%/fvwm/icons/Default/22x22/fvwm-crystal
@dirrm %%DATADIR%%/fvwm/icons/Default/22x22/categories
@dirrm %%DATADIR%%/fvwm/icons/Default/22x22/apps
@dirrm %%DATADIR%%/fvwm/icons/Default/22x22
@dirrm %%DATADIR%%/fvwm/icons/Default/16x16/fvwm-crystal
@dirrm %%DATADIR%%/fvwm/icons/Default/16x16
@dirrm %%DATADIR%%/fvwm/icons/Default
@dirrm %%DATADIR%%/fvwm/icons
@dirrm %%DATADIR%%/fvwm/decorations/Winter/Default
@dirrm %%DATADIR%%/fvwm/decorations/Winter
@dirrm %%DATADIR%%/fvwm/decorations/SystemG/SaltLake
@dirrm %%DATADIR%%/fvwm/decorations/SystemG/Geramik
@dirrm %%DATADIR%%/fvwm/decorations/SystemG/Dusk
@dirrm %%DATADIR%%/fvwm/decorations/SystemG/Default
@dirrm %%DATADIR%%/fvwm/decorations/SystemG/Debian
@dirrm %%DATADIR%%/fvwm/decorations/SystemG/Dawn
@dirrm %%DATADIR%%/fvwm/decorations/SystemG/Crux
@dirrm %%DATADIR%%/fvwm/decorations/SystemG/BlueCurve
@dirrm %%DATADIR%%/fvwm/decorations/SystemG
@dirrm %%DATADIR%%/fvwm/decorations/Motif/Pink Navy
@dirrm %%DATADIR%%/fvwm/decorations/Motif/Cyan Gray
@dirrm %%DATADIR%%/fvwm/decorations/Motif
@dirrm %%DATADIR%%/fvwm/decorations/Mist/Default
@dirrm %%DATADIR%%/fvwm/decorations/Mist
@dirrm %%DATADIR%%/fvwm/decorations/MicroClear/Default
@dirrm %%DATADIR%%/fvwm/decorations/MicroClear
@dirrm %%DATADIR%%/fvwm/decorations/Ish/Red
@dirrm %%DATADIR%%/fvwm/decorations/Ish/Purple
@dirrm %%DATADIR%%/fvwm/decorations/Ish/Pink
@dirrm %%DATADIR%%/fvwm/decorations/Ish/Orange
@dirrm %%DATADIR%%/fvwm/decorations/Ish/Lite
@dirrm %%DATADIR%%/fvwm/decorations/Ish/Green
@dirrm %%DATADIR%%/fvwm/decorations/Ish/Blue
@dirrm %%DATADIR%%/fvwm/decorations/Ish/Black
@dirrm %%DATADIR%%/fvwm/decorations/Ish/Aqua
@dirrm %%DATADIR%%/fvwm/decorations/Ish
@dirrm %%DATADIR%%/fvwm/decorations/Gentoo/Gray
@dirrm %%DATADIR%%/fvwm/decorations/Gentoo/Default
@dirrm %%DATADIR%%/fvwm/decorations/Gentoo/Alternative
@dirrm %%DATADIR%%/fvwm/decorations/Gentoo
@dirrm %%DATADIR%%/fvwm/decorations/Fear/Default
@dirrm %%DATADIR%%/fvwm/decorations/Fear
@dirrm %%DATADIR%%/fvwm/decorations/Elberg/Default
@dirrm %%DATADIR%%/fvwm/decorations/Elberg
@dirrm %%DATADIR%%/fvwm/decorations/DawnSky/Default
@dirrm %%DATADIR%%/fvwm/decorations/DawnSky
@dirrm %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Red
@dirrm %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Purple
@dirrm %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Green
@dirrm %%DATADIR%%/fvwm/decorations/Dawn of a Terminal/Blue
@dirrm %%DATADIR%%/fvwm/decorations/Dawn of a Terminal
@dirrm %%DATADIR%%/fvwm/decorations/DarkSky/Gray
@dirrm %%DATADIR%%/fvwm/decorations/DarkSky/Black
@dirrm %%DATADIR%%/fvwm/decorations/DarkSky
@dirrm %%DATADIR%%/fvwm/decorations/Crystal/WhiteDesktop
@dirrm %%DATADIR%%/fvwm/decorations/Crystal/RedDesktop
@dirrm %%DATADIR%%/fvwm/decorations/Crystal/Red - Cyan
@dirrm %%DATADIR%%/fvwm/decorations/Crystal/Original
@dirrm %%DATADIR%%/fvwm/decorations/Crystal/IrishDesktop
@dirrm %%DATADIR%%/fvwm/decorations/Crystal/DarkGreen
@dirrm %%DATADIR%%/fvwm/decorations/Crystal/DarkDesktop
@dirrm %%DATADIR%%/fvwm/decorations/Crystal/CrystalZono
@dirrm %%DATADIR%%/fvwm/decorations/Crystal/CIOS-blue
@dirrm %%DATADIR%%/fvwm/decorations/Crystal/CIOS
@dirrm %%DATADIR%%/fvwm/decorations/Crystal
@dirrm %%DATADIR%%/fvwm/decorations/Clearlooks/Olive
@dirrm %%DATADIR%%/fvwm/decorations/Clearlooks/Default
@dirrm %%DATADIR%%/fvwm/decorations/Clearlooks/DeepSky
@dirrm %%DATADIR%%/fvwm/decorations/Clearlooks
@dirrm %%DATADIR%%/fvwm/decorations/Clear/Violet
@dirrm %%DATADIR%%/fvwm/decorations/Clear/Red
@dirrm %%DATADIR%%/fvwm/decorations/Clear/Orange
@dirrm %%DATADIR%%/fvwm/decorations/Clear/Navy
@dirrm %%DATADIR%%/fvwm/decorations/Clear/Mono
@dirrm %%DATADIR%%/fvwm/decorations/Clear/Green
@dirrm %%DATADIR%%/fvwm/decorations/Clear/Blue
@dirrm %%DATADIR%%/fvwm/decorations/Clear
@dirrm %%DATADIR%%/fvwm/decorations/Aqua/Buttons with icons
@dirrm %%DATADIR%%/fvwm/decorations/Aqua/Blank buttons
@dirrm %%DATADIR%%/fvwm/decorations/Aqua
@dirrm %%DATADIR%%/fvwm/decorations
@dirrm %%DATADIR%%/fvwm/components/styles
@dirrm %%DATADIR%%/fvwm/components/scripts
@dirrm %%DATADIR%%/fvwm/components/functions
@dirrm %%DATADIR%%/fvwm/components/desktop
@dirrm %%DATADIR%%/fvwm/components/decorations
@dirrm %%DATADIR%%/fvwm/components/bindings
@dirrm %%DATADIR%%/fvwm/components/apps
@dirrm %%DATADIR%%/fvwm/components
@dirrm %%DATADIR%%/fvwm/colorsets
@dirrm %%DATADIR%%/fvwm/Applications/Utilities/Text_Tools
@dirrm %%DATADIR%%/fvwm/Applications/Utilities/Text_Editors
@dirrm %%DATADIR%%/fvwm/Applications/Utilities/Printing
@dirrm %%DATADIR%%/fvwm/Applications/Utilities/File_Tools
@dirrm %%DATADIR%%/fvwm/Applications/Utilities/Calculators
@dirrm %%DATADIR%%/fvwm/Applications/Utilities/Archiving
@dirrm %%DATADIR%%/fvwm/Applications/Utilities
@dirrm %%DATADIR%%/fvwm/Applications/System/Terminals
@dirrm %%DATADIR%%/fvwm/Applications/System/Security
@dirrm %%DATADIR%%/fvwm/Applications/System/Monitors
@dirrm %%DATADIR%%/fvwm/Applications/System/File_Managers
@dirrm %%DATADIR%%/fvwm/Applications/System/Documentation
@dirrm %%DATADIR%%/fvwm/Applications/System
@dirrm %%DATADIR%%/fvwm/Applications/Settings/Printing
@dirrm %%DATADIR%%/fvwm/Applications/Settings/Package_Managers
@dirrm %%DATADIR%%/fvwm/Applications/Settings/Hardware_Settings
@dirrm %%DATADIR%%/fvwm/Applications/Settings/Desktop_Settings
@dirrm %%DATADIR%%/fvwm/Applications/Settings
@dirrm %%DATADIR%%/fvwm/Applications/Office/Word_Processors
@dirrm %%DATADIR%%/fvwm/Applications/Office/Viewers
@dirrm %%DATADIR%%/fvwm/Applications/Office/Spreadsheets
@dirrm %%DATADIR%%/fvwm/Applications/Office/Publishing
@dirrm %%DATADIR%%/fvwm/Applications/Office/PDA
@dirrm %%DATADIR%%/fvwm/Applications/Office/OpenOffice.org
@dirrm %%DATADIR%%/fvwm/Applications/Office/KOffice
@dirrm %%DATADIR%%/fvwm/Applications/Office/Finance
@dirrm %%DATADIR%%/fvwm/Applications/Office/Dictionaries
@dirrm %%DATADIR%%/fvwm/Applications/Office/Contact_Management
@dirrm %%DATADIR%%/fvwm/Applications/Office/Calendars
@dirrm %%DATADIR%%/fvwm/Applications/Office
@dirrm %%DATADIR%%/fvwm/Applications/Network/Webcam
@dirrm %%DATADIR%%/fvwm/Applications/Network/Remote_Access
@dirrm %%DATADIR%%/fvwm/Applications/Network/P2P
@dirrm %%DATADIR%%/fvwm/Applications/Network/Instant_Messaging/20~Jabber
@dirrm %%DATADIR%%/fvwm/Applications/Network/Instant_Messaging
@dirrm %%DATADIR%%/fvwm/Applications/Network/IRC_Clients
@dirrm %%DATADIR%%/fvwm/Applications/Network/File_Transfer
@dirrm %%DATADIR%%/fvwm/Applications/Network/Dial-up
@dirrm %%DATADIR%%/fvwm/Applications/Network/7~News
@dirrm %%DATADIR%%/fvwm/Applications/Network/5~Telephony
@dirrm %%DATADIR%%/fvwm/Applications/Network/13~Email
@dirrm %%DATADIR%%/fvwm/Applications/Network/10~Web_Browsers
@dirrm %%DATADIR%%/fvwm/Applications/Network
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Video/Video_Effects
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Video/TV
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Video/Players
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Video/Audio-Video_Editing
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Video
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters/Other
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Vu-Meters
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners/Jack
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Tuners
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Trackers
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Other
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers/Bristol
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Synthetizers
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Streaming
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Processing
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects/Other
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sound_Effects
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers/Other
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Sequencers
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers/Other
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Samplers
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rythm
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm/Other
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Rhythm
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording/Other
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Recording
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Radios
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Players
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Notation
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Mp3
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/MIDI
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/Other
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering/MIDI
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Engineering
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Dj
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Composition
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing/Other
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/Audio-Video_Editing
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers/Other
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio/10~Mixers
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Disc_Burning
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Databases
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video/Audio-Video_Editing
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio-Video
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia/Audio
@dirrm %%DATADIR%%/fvwm/Applications/Multimedia
@dirrm %%DATADIR%%/fvwm/Applications/Knowledge/Physics
@dirrm %%DATADIR%%/fvwm/Applications/Knowledge/Math
@dirrm %%DATADIR%%/fvwm/Applications/Knowledge/Languages
@dirrm %%DATADIR%%/fvwm/Applications/Knowledge/Astronomy
@dirrm %%DATADIR%%/fvwm/Applications/Knowledge
@dirrm %%DATADIR%%/fvwm/Applications/Graphics/Viewers
@dirrm %%DATADIR%%/fvwm/Applications/Graphics/Vector_Graphics
@dirrm %%DATADIR%%/fvwm/Applications/Graphics/Scanning
@dirrm %%DATADIR%%/fvwm/Applications/Graphics/Photography
@dirrm %%DATADIR%%/fvwm/Applications/Graphics/Engineering
@dirrm %%DATADIR%%/fvwm/Applications/Graphics/3D_Graphics
@dirrm %%DATADIR%%/fvwm/Applications/Graphics/2D_Graphics
@dirrm %%DATADIR%%/fvwm/Applications/Graphics
@dirrm %%DATADIR%%/fvwm/Applications/Development/Web_Development
@dirrm %%DATADIR%%/fvwm/Applications/Development/Revision_Control
@dirrm %%DATADIR%%/fvwm/Applications/Development/Java
@dirrm %%DATADIR%%/fvwm/Applications/Development/IDE
@dirrm %%DATADIR%%/fvwm/Applications/Development/Electronics/Geda
@dirrm %%DATADIR%%/fvwm/Applications/Development/Electronics/Chipmunksystem
@dirrm %%DATADIR%%/fvwm/Applications/Development/Electronics/Antennas
@dirrm %%DATADIR%%/fvwm/Applications/Development/Electronics
@dirrm %%DATADIR%%/fvwm/Applications/Development/Documentation
@dirrm %%DATADIR%%/fvwm/Applications/Development/Debuggers
@dirrm %%DATADIR%%/fvwm/Applications/Development
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/Strategy_Games
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/Shooters
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/Role_Playing
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/Logic_Games/Portable_Puzzle_Collection
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/Logic_Games
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/Kids_Games
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/Emulators
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/Card_Games
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/Board_Games
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/Arcade_Games
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/20~Block_Games
@dirrm %%DATADIR%%/fvwm/Applications/20~Games/20~Action_Games
@dirrm %%DATADIR%%/fvwm/Applications/20~Games
@dirrm %%DATADIR%%/fvwm/Applications
@dirrm %%DATADIR%%/fvwm
@dirrm %%DATADIR%%