aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/enlightenment-devel/pkg-plist
blob: f67ade3c58e12438b9f9344d99864a5fd6b83873 (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
bin/dox
bin/eesh
bin/enlightenment
bin/epp
%%DATADIR%%/E-docs/E_app_menu.png
%%DATADIR%%/E-docs/E_app_rightmouse_menu.png
%%DATADIR%%/E-docs/E_area_settings.png
%%DATADIR%%/E-docs/E_audio_settings.png
%%DATADIR%%/E-docs/E_autoraise_settings.png
%%DATADIR%%/E-docs/E_backgrounds_menu.png
%%DATADIR%%/E-docs/E_backgrounds_menu_view.png
%%DATADIR%%/E-docs/E_backgrounds_settings.pl.png
%%DATADIR%%/E-docs/E_backgrounds_settings.png
%%DATADIR%%/E-docs/E_border_selector.png
%%DATADIR%%/E-docs/E_deskarray.png
%%DATADIR%%/E-docs/E_deskimg.png
%%DATADIR%%/E-docs/E_deskstack.png
%%DATADIR%%/E-docs/E_dragbar.png
%%DATADIR%%/E-docs/E_dragging_desktops.png
%%DATADIR%%/E-docs/E_enlightenment_menu.png
%%DATADIR%%/E-docs/E_focus_settings.png
%%DATADIR%%/E-docs/E_group_settings.png
%%DATADIR%%/E-docs/E_groups_menu.png
%%DATADIR%%/E-docs/E_iconbox.png
%%DATADIR%%/E-docs/E_iconbox_menu.png
%%DATADIR%%/E-docs/E_iconbox_settings.png
%%DATADIR%%/E-docs/E_kde_settings.png
%%DATADIR%%/E-docs/E_keyboard.png
%%DATADIR%%/E-docs/E_logo.png
%%DATADIR%%/E-docs/E_maint_menu.png
%%DATADIR%%/E-docs/E_mouse.png
%%DATADIR%%/E-docs/E_mousewheel.png
%%DATADIR%%/E-docs/E_move_resize_settings.png
%%DATADIR%%/E-docs/E_pager.png
%%DATADIR%%/E-docs/E_pager_settings.png
%%DATADIR%%/E-docs/E_pager_settings_menu.png
%%DATADIR%%/E-docs/E_placement_settings.png
%%DATADIR%%/E-docs/E_remember_settings.png
%%DATADIR%%/E-docs/E_screen_start.png
%%DATADIR%%/E-docs/E_settings_menu.png
%%DATADIR%%/E-docs/E_special_fx_settings.png
%%DATADIR%%/E-docs/E_tooltip_settings.png
%%DATADIR%%/E-docs/E_tooltips.png
%%DATADIR%%/E-docs/E_virtual_desk_settings.png
%%DATADIR%%/E-docs/E_website.png
%%DATADIR%%/E-docs/E_window.png
%%DATADIR%%/E-docs/E_window_diagram.pl.png
%%DATADIR%%/E-docs/E_window_diagram.png
%%DATADIR%%/E-docs/Edoc_bg.png
%%DATADIR%%/E-docs/FIRST_0.16
%%DATADIR%%/E-docs/MAIN
%%DATADIR%%/E-docs/MAIN.ja
%%DATADIR%%/E-docs/MAIN.pl
%%DATADIR%%/E-docs/Verah___.ttf
%%DATADIR%%/E-docs/aircut3.ttf
%%DATADIR%%/E-docs/rothwell.ttf
%%DATADIR%%/config/actionclasses.cfg
%%DATADIR%%/config/actionclasses.cfg.ja
%%DATADIR%%/config/actionclasses.cfg.pl
%%DATADIR%%/config/backup-borders.cfg
%%DATADIR%%/config/backup-colormodifiers.cfg
%%DATADIR%%/config/backup-cursors.cfg
%%DATADIR%%/config/backup-imageclasses.cfg
%%DATADIR%%/config/backup-textclasses.cfg
%%DATADIR%%/config/backup-tooltips.cfg
%%DATADIR%%/config/control.cfg
%%DATADIR%%/config/definitions
%%DATADIR%%/config/icondefs.cfg
%%DATADIR%%/config/keybindings.cfg
%%DATADIR%%/config/keybindings.cfg.ja
%%DATADIR%%/config/keybindings.cfg.pl
%%DATADIR%%/config/keybindings.gmc.cfg.ja
%%DATADIR%%/config/keybindings.gmc.cfg.pl
%%DATADIR%%/config/keybindings.nogmc.cfg.ja
%%DATADIR%%/config/keybindings.nogmc.cfg.pl
%%DATADIR%%/config/keybindings.rh.cfg.pl
%%DATADIR%%/config/menus.cfg
%%DATADIR%%/config/menus.cfg.ja
%%DATADIR%%/config/menus.cfg.pl
%%DATADIR%%/config/pix/about.png
%%DATADIR%%/config/pix/apple.png
%%DATADIR%%/config/pix/areas.png
%%DATADIR%%/config/pix/bg.png
%%DATADIR%%/config/pix/calc.png
%%DATADIR%%/config/pix/clock.png
%%DATADIR%%/config/pix/desktops.png
%%DATADIR%%/config/pix/easter.png
%%DATADIR%%/config/pix/elogo48.png
%%DATADIR%%/config/pix/focus.png
%%DATADIR%%/config/pix/fx.png
%%DATADIR%%/config/pix/key_blank.png
%%DATADIR%%/config/pix/key_ctrl.png
%%DATADIR%%/config/pix/key_lock.png
%%DATADIR%%/config/pix/key_mod1.png
%%DATADIR%%/config/pix/key_mod2.png
%%DATADIR%%/config/pix/key_mod3.png
%%DATADIR%%/config/pix/key_mod4.png
%%DATADIR%%/config/pix/key_mod5.png
%%DATADIR%%/config/pix/key_shift.png
%%DATADIR%%/config/pix/mon.png
%%DATADIR%%/config/pix/mouse_0.png
%%DATADIR%%/config/pix/mouse_1.png
%%DATADIR%%/config/pix/mouse_2.png
%%DATADIR%%/config/pix/mouse_3.png
%%DATADIR%%/config/pix/mouse_4.png
%%DATADIR%%/config/pix/mouse_5.png
%%DATADIR%%/config/pix/mouse_any.png
%%DATADIR%%/config/pix/moveres.png
%%DATADIR%%/config/pix/note.png
%%DATADIR%%/config/pix/pager.png
%%DATADIR%%/config/pix/pawn.png
%%DATADIR%%/config/pix/place.png
%%DATADIR%%/config/pix/pumpkin.png
%%DATADIR%%/config/pix/raise.png
%%DATADIR%%/config/pix/snapshots.png
%%DATADIR%%/config/pix/sound.png
%%DATADIR%%/config/pix/spider.png
%%DATADIR%%/config/pix/tips.png
%%DATADIR%%/config/pix/tv2.png
%%DATADIR%%/config/pix/wait1.png
%%DATADIR%%/config/pix/wait10.png
%%DATADIR%%/config/pix/wait11.png
%%DATADIR%%/config/pix/wait12.png
%%DATADIR%%/config/pix/wait2.png
%%DATADIR%%/config/pix/wait3.png
%%DATADIR%%/config/pix/wait4.png
%%DATADIR%%/config/pix/wait5.png
%%DATADIR%%/config/pix/wait6.png
%%DATADIR%%/config/pix/wait7.png
%%DATADIR%%/config/pix/wait8.png
%%DATADIR%%/config/pix/wait9.png
%%DATADIR%%/config/pix/world.png
%%DATADIR%%/scripts/e_cache_clean
%%DATADIR%%/scripts/e_cache_clean.pl
%%DATADIR%%/scripts/e_cache_query
%%DATADIR%%/scripts/e_cache_query.pl
%%DATADIR%%/scripts/e_gen_gnome_menu
%%DATADIR%%/scripts/e_gen_kde_menu
%%DATADIR%%/scripts/e_gen_menu
%%DATADIR%%/scripts/e_gen_menu.e16_5
%%DATADIR%%/scripts/e_gen_menu.pl
%%DATADIR%%/scripts/enlightenment.install
%%DATADIR%%/themes/BlueSteel/ABOUT/MAIN
%%DATADIR%%/themes/BlueSteel/ABOUT/bg.png
%%DATADIR%%/themes/BlueSteel/ABOUT/logo.png
%%DATADIR%%/themes/BlueSteel/ABOUT/vixar.ttf
%%DATADIR%%/themes/BlueSteel/Eterm/Eterm.cfg
%%DATADIR%%/themes/BlueSteel/Eterm/images/anchor_fg.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/anchor_hl.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/bg.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_cl.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_fg.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/downarrow_hl.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_cl.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_fg.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/leftarrow_hl.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/menu_selected.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/menubg.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_cl.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_fg.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/rightarrow_hl.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/submenu.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/submenu_selected.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/trough.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_cl.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_fg.png
%%DATADIR%%/themes/BlueSteel/Eterm/images/uparrow_hl.png
%%DATADIR%%/themes/BlueSteel/README
%%DATADIR%%/themes/BlueSteel/backgrounds/backgrounds.cfg
%%DATADIR%%/themes/BlueSteel/backgrounds/images/All-Good-People-4.jpg
%%DATADIR%%/themes/BlueSteel/backgrounds/images/Enigmas-Oven-2.jpg
%%DATADIR%%/themes/BlueSteel/borders/BORDERLESS/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_cl.png
%%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images/maximize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/ICONBOX/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg.ja
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/border.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_cl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/resize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/right_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/right_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/rightbottomtrim_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/rightbottomtrim_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_cl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/shade_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/title_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/title_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/toptrim_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/toptrim_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_cl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images/unshade_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottom_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottom_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottomresize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/bottomresize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_cl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_cl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/close_sh_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/left_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/left_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_cl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/maximize_hl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_cl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/minimize_hl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/right_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/right_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/rightresize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/rightresize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/righttrim_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/righttrim_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_bg_st.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_cl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_fg_st.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_bg_st.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_cl.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/stick_sh_fg_st.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/top_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/top_fg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/toptrim_bg.png
%%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images/toptrim_fg.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/left_bg.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/left_fg.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_cl.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/resize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_bg.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_cl.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/shade_fg.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_bg.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_cl.png
%%DATADIR%%/themes/BlueSteel/borders/PAGER/images/unshade_fg.png
%%DATADIR%%/themes/BlueSteel/borders/SMALL/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/top_sh_bg.png
%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/top_sh_fg.png
%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/topright_bg.png
%%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images/topright_fg.png
%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/leftresize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/leftresize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/rightresize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images/rightresize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/borders.cfg
%%DATADIR%%/themes/BlueSteel/borders/borders.cfg.ja
%%DATADIR%%/themes/BlueSteel/borders/borders.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg
%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg.ja
%%DATADIR%%/themes/BlueSteel/borders/common/border.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/borders/common/images/bottomresize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/bottomresize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/close_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/close_cl.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/close_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_cl.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/close_sh_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottom_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottom_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottomtrim_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/default_bottomtrim_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/default_title_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/default_title_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/default_top_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/default_top_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/fixed_bottom_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/fixed_bottom_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/left_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/left_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/leftresize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/leftresize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_bottomtrim_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_bottomtrim_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_title_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/leftside_title_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttoptrim_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttoptrim_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttrim_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/lefttrim_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_cl.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/minimize_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/right_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/right_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/righttrim_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/righttrim_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_bg_st.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_cl.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_fg_st.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_bg_st.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_cl.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/stick_sh_fg_st.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/toprighttrim_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/toprighttrim_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/transient_title_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/transient_title_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_fg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_sh_bg.png
%%DATADIR%%/themes/BlueSteel/borders/common/images/verysmall_top_sh_fg.png
%%DATADIR%%/themes/BlueSteel/borders.cfg
%%DATADIR%%/themes/BlueSteel/borders.cfg.ja
%%DATADIR%%/themes/BlueSteel/borders.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/buttons/buttons.cfg
%%DATADIR%%/themes/BlueSteel/buttons.cfg
%%DATADIR%%/themes/BlueSteel/colormodifiers.cfg
%%DATADIR%%/themes/BlueSteel/common/images/bg.png
%%DATADIR%%/themes/BlueSteel/common/images/blank.png
%%DATADIR%%/themes/BlueSteel/common/images/dragbar_horiz.png
%%DATADIR%%/themes/BlueSteel/common/images/selected.png
%%DATADIR%%/themes/BlueSteel/coords/coords.cfg
%%DATADIR%%/themes/BlueSteel/coords/coords.cfg.ja
%%DATADIR%%/themes/BlueSteel/coords/coords.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_left.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_left.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_right.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/arrow_right.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/cursor.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/cursor.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/iconify.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/iconify.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/kill.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/kill.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/max.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/max.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/move.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/move.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_bl.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_bl.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_br.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_br.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_h.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_h.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_v.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/resize_v.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/stick.xbm
%%DATADIR%%/themes/BlueSteel/cursors/bw_images/stick.xbm.mask
%%DATADIR%%/themes/BlueSteel/cursors/cursors.cfg
%%DATADIR%%/themes/BlueSteel/cursors.cfg
%%DATADIR%%/themes/BlueSteel/desktops.cfg
%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg
%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg.ja
%%DATADIR%%/themes/BlueSteel/dialogs/dialogs.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/dialogs/images/button_down.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/button_up.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/check_off.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/check_on.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/darkbg.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/lightbg.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/radio_off.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/radio_on.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/separator.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/slider_horiz.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/slider_vert.png
%%DATADIR%%/themes/BlueSteel/dialogs/images/window.png
%%DATADIR%%/themes/BlueSteel/dock/dock.cfg
%%DATADIR%%/themes/BlueSteel/dock/images/icon.png
%%DATADIR%%/themes/BlueSteel/dragbar/dragbar.cfg
%%DATADIR%%/themes/BlueSteel/dragbar/images/downarrow.png
%%DATADIR%%/themes/BlueSteel/dragbar/images/downarrow_cl.png
%%DATADIR%%/themes/BlueSteel/dragbar/images/dragbar_vert.png
%%DATADIR%%/themes/BlueSteel/dragbar/images/leftarrow.png
%%DATADIR%%/themes/BlueSteel/dragbar/images/leftarrow_cl.png
%%DATADIR%%/themes/BlueSteel/dragbar/images/rightarrow.png
%%DATADIR%%/themes/BlueSteel/dragbar/images/rightarrow_cl.png
%%DATADIR%%/themes/BlueSteel/dragbar/images/uparrow.png
%%DATADIR%%/themes/BlueSteel/dragbar/images/uparrow_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg
%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg.ja
%%DATADIR%%/themes/BlueSteel/epplets/epplets.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_down_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_down_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_left_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_left_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_right_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_right_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_up_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/arrow_up_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/bar.png
%%DATADIR%%/themes/BlueSteel/epplets/images/bg_h.png
%%DATADIR%%/themes/BlueSteel/epplets/images/bg_v.png
%%DATADIR%%/themes/BlueSteel/epplets/images/button_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/button_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/close_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/close_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/config_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/config_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/drawingarea.png
%%DATADIR%%/themes/BlueSteel/epplets/images/eject_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/eject_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/ff_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/ff_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/help_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/help_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/next_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/next_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/pause_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/pause_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/play_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/play_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/prev_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/prev_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/repeat_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/repeat_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/rw_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/rw_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/skip_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/skip_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/slider_base_h.png
%%DATADIR%%/themes/BlueSteel/epplets/images/slider_base_v.png
%%DATADIR%%/themes/BlueSteel/epplets/images/slider_knob_h.png
%%DATADIR%%/themes/BlueSteel/epplets/images/slider_knob_v.png
%%DATADIR%%/themes/BlueSteel/epplets/images/stop_cl.png
%%DATADIR%%/themes/BlueSteel/epplets/images/stop_fg.png
%%DATADIR%%/themes/BlueSteel/epplets/images/togglebutton_down.png
%%DATADIR%%/themes/BlueSteel/epplets/images/togglebutton_up.png
%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg
%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg.ja
%%DATADIR%%/themes/BlueSteel/focuslist/focuslist.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/focuslist/images/lightbg.png
%%DATADIR%%/themes/BlueSteel/focuslist/images/lightbg_hl.png
%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg
%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg.ja
%%DATADIR%%/themes/BlueSteel/iconbox/iconbox.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_down.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_down_cl.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_left.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_left_cl.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_right.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_right_cl.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_up.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/arrow_up_cl.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/bar_h.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/bar_v.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/base_h.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/base_v.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/bg_h.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/bg_v.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/cover_h.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/cover_v.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/icon.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/knob_h.png
%%DATADIR%%/themes/BlueSteel/iconbox/images/knob_v.png
%%DATADIR%%/themes/BlueSteel/imageclasses.cfg
%%DATADIR%%/themes/BlueSteel/imageclasses.cfg.ja
%%DATADIR%%/themes/BlueSteel/imageclasses.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/init/images/bar.png
%%DATADIR%%/themes/BlueSteel/init/images/bg.jpg
%%DATADIR%%/themes/BlueSteel/init/images/logo.png
%%DATADIR%%/themes/BlueSteel/init/init.cfg
%%DATADIR%%/themes/BlueSteel/init/init.cfg.ja
%%DATADIR%%/themes/BlueSteel/init/init.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/init.cfg
%%DATADIR%%/themes/BlueSteel/init.cfg.ja
%%DATADIR%%/themes/BlueSteel/init.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/menustyles/images/submenu.png
%%DATADIR%%/themes/BlueSteel/menustyles/images/submenu_selected.png
%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg
%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg.ja
%%DATADIR%%/themes/BlueSteel/menustyles/menustyles.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/menustyles.cfg
%%DATADIR%%/themes/BlueSteel/menustyles.cfg.ja
%%DATADIR%%/themes/BlueSteel/menustyles.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/pager/images/selected.png
%%DATADIR%%/themes/BlueSteel/pager/images/window.png
%%DATADIR%%/themes/BlueSteel/pager/pager.cfg
%%DATADIR%%/themes/BlueSteel/pager/pager.cfg.ja
%%DATADIR%%/themes/BlueSteel/pager/pager.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/slideouts/slideouts.cfg
%%DATADIR%%/themes/BlueSteel/slideouts.cfg
%%DATADIR%%/themes/BlueSteel/sound/sound.cfg
%%DATADIR%%/themes/BlueSteel/sound.cfg
%%DATADIR%%/themes/BlueSteel/tooltips/images/cloud_large.png
%%DATADIR%%/themes/BlueSteel/tooltips/images/cloud_small.png
%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg
%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg.ja
%%DATADIR%%/themes/BlueSteel/tooltips/tooltips.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/tooltips.cfg
%%DATADIR%%/themes/BlueSteel/tooltips.cfg.ja
%%DATADIR%%/themes/BlueSteel/tooltips.cfg.zh_TW.Big5
%%DATADIR%%/themes/BlueSteel/ttfonts/vixar.ttf
%%DATADIR%%/themes/BlueSteel/windowmatches.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/Edoc_bg.png
%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/MAIN
%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/aircut3.ttf
%%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT/title.png
%%DATADIR%%/themes/BrushedMetal-Tigert/README
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/backgrounds.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/dark_brushed.png
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/dark_vertical_gradient_brushed.png
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/light_brushed.png
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/light_vertical_gradient_brushed.png
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/small_turquoise_pebbles.jpg
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turqouise_bg.jpg
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_garage_floor.jpg
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_leather.jpg
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_tiles.jpg
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_treemoon.jpg
%%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images/turquoise_wrinkles.jpg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb4.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb5.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb6.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb8.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images/pb9.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb4.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb5.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb6.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb8.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images/pb9.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/borders.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/border.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b0-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b0.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b1-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b2-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b3-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b4-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b4.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b5-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b5.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b6-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b6.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b7-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b7.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b8-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/b8.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb4-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb4.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb5-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb5.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb6-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb6.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb8-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/bb8.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/black.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/blank.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1-b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t1b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2s-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t2s.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3-b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t3b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4-b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t4b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5-b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/t5b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1-b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt1b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2s-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt2s.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3-b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt3b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4-b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt4b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5-b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images/tt5b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/borders.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/buttons/buttons.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/buttons.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/colormodifiers.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/common/images/blank.png
%%DATADIR%%/themes/BrushedMetal-Tigert/common/images/light_brushed.png
%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/coords/coords.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/coords/images/coord.png
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/cursor.xbm
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/cursor.xbm.mask
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/iconify.xbm
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/iconify.xbm.mask
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/kill.xbm
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/kill.xbm.mask
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/move.xbm
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/move.xbm.mask
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_br.xbm
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_br.xbm.mask
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_h.xbm
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_h.xbm.mask
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_tr.xbm
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_tr.xbm.mask
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_v.xbm
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images/resize_v.xbm.mask
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors/cursors.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/cursors.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/desktops.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/dialogs.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bg.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bt1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/bt2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/button3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/indent.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/r1-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/r1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl1b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/sl2b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/slh.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/slv.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w0-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w0.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w1-.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images/w1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dock/dock.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/dock/images/bt1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dock/images/bt2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/dragbar.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a1b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/a2b.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/bt1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images/bt2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/epplets.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_d3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_l3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_r3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ar_u3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/b3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bb1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bb2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bg.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/bg_v.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/close3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/config3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/da.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/eject3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/ff3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/help3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/next3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pause3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pb_h.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/pb_v.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/play3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/prev3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/repeat3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/rw3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_h.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_k1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_k2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/s_v.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/skip3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images/stop3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/eterm.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_d_1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_d_2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_l_1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_l_2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_r_1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_r_2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_u_1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/a_u_2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/bg.jpg
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/bt.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/mb2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/mb3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/sb1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/sb2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images/t.png
%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/focuslist.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images/mb1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images/mb2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/iconbox.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_d1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_d2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_l1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_l2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_r1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_r2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_u1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ar_u2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/bt1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_cover_h.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_cover_v.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_h.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/ib_v.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/mb1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/sl1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/sl2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/slh.png
%%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images/slv.png
%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/imageclasses.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/bt1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/light_vetical_gradient_brushed.png
%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/progress_bar.png
%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/text_bg.png
%%DATADIR%%/themes/BrushedMetal-Tigert/init/images/turquoise_brushed.png
%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/init/init.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/init.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images/mb3.png
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/menustyles.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/menustyles.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/mb1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_bg.png
%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_sel.png
%%DATADIR%%/themes/BrushedMetal-Tigert/pager/images/p_win.png
%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/pager/pager.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/slideouts/slideouts.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/slideouts.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_already_active.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_error_ipc.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_goodbye.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_logout.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_scanning.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_areas.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_audio.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_autoraise.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_bg.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_desktops.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_focus.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_fx.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_moveresize.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_pager.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_placement.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_settings_tooltips.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_wait.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_warning.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/E_welcome.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_DEICONIFY.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_DESKTOP_SHUT.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_FOCUS_SET.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_ICONIFY.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MENU_SHOW.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MOVE_AREA_DOWN.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_MOVE_RESIST.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_NEW_ICONBOX.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_SHADE.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_UNSHADE.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_BORDER_CHANGE.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_CHANGE_LAYER_DOWN.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_CLOSE.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_SLIDE.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_STICK.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples/SOUND_WINDOW_UNSTICK.wav
%%DATADIR%%/themes/BrushedMetal-Tigert/sound/sound.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/sound.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/imageclasses.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud1.png
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud2.png
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images/cloud_logo.png
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/tooltips.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.ja
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.pl
%%DATADIR%%/themes/BrushedMetal-Tigert/tooltips.cfg.zh_TW.Big5
%%DATADIR%%/themes/BrushedMetal-Tigert/windowmatches.cfg
%%DATADIR%%/themes/DEFAULT
%%DATADIR%%/themes/Ganymede/ABOUT/MAIN
%%DATADIR%%/themes/Ganymede/ABOUT/background.png
%%DATADIR%%/themes/Ganymede/ABOUT/bullet.gif
%%DATADIR%%/themes/Ganymede/ABOUT/econtrol.png
%%DATADIR%%/themes/Ganymede/ABOUT/ganymede.png
%%DATADIR%%/themes/Ganymede/ABOUT/ganymede.ttf
%%DATADIR%%/themes/Ganymede/ABOUT/pulldowns.png
%%DATADIR%%/themes/Ganymede/ACTIVATE_BUTTONS
%%DATADIR%%/themes/Ganymede/BUTTON_CONFIG_HOWTO
%%DATADIR%%/themes/Ganymede/ChangeLog
%%DATADIR%%/themes/Ganymede/Eterm/imageclasses.cfg
%%DATADIR%%/themes/Ganymede/Ganymede/MAIN
%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down1.png
%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down2.png
%%DATADIR%%/themes/Ganymede/Ganymede/arrow_down3.png
%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up1.png
%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up2.png
%%DATADIR%%/themes/Ganymede/Ganymede/arrow_up3.png
%%DATADIR%%/themes/Ganymede/Ganymede/background_vert.png
%%DATADIR%%/themes/Ganymede/Ganymede/blue.ppm
%%DATADIR%%/themes/Ganymede/Ganymede/blue_dark.ppm
%%DATADIR%%/themes/Ganymede/Ganymede/green.ppm
%%DATADIR%%/themes/Ganymede/Ganymede/red.ppm
%%DATADIR%%/themes/Ganymede/Ganymede/scrollbar_vert.png
%%DATADIR%%/themes/Ganymede/Ganymede/theme.cfg
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_bordered.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_chart.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_panel.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_spacer.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/bg_timer.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/chart_grid.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/chart_labels.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/digits.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/frame_horizontal.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/frame_side.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/gkrellmrc
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/krell_meter.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/krell_panel.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/meter_labels.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/net_leds.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/numbers.xpm
%%DATADIR%%/themes/Ganymede/Ganymede_gkrellm/ppp_button.xpm
%%DATADIR%%/themes/Ganymede/Makefile
%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.editors.menu
%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.graphics.menu
%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.mailers.menu
%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.net.menu
%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.other.menu
%%DATADIR%%/themes/Ganymede/Pulldowns/ganymede.terminals.menu
%%DATADIR%%/themes/Ganymede/README
%%DATADIR%%/themes/Ganymede/backgrounds/backgrounds.cfg
%%DATADIR%%/themes/Ganymede/backgrounds/images/French-Products-for-Ganymede.png
%%DATADIR%%/themes/Ganymede/backgrounds/images/enlightenment.png
%%DATADIR%%/themes/Ganymede/backgrounds/images/logo_small.png
%%DATADIR%%/themes/Ganymede/backgrounds/images/logo_tiny.png
%%DATADIR%%/themes/Ganymede/borders/BORDERLESS/border.cfg
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/border.cfg
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/border.cfg.ja
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/left_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/left_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/right_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/right_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_button_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_iconify_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_left_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_left_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_lower_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_raise_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_right_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_right_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_stick_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_top_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/sticky_topright_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/top_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT/images/topright_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/border.cfg
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/left_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/left_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/right_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/right_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_button_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_iconify_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_left_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_left_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_lower_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_raise_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_right_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_right_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_stick_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_top_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/sticky_topright_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/top_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_s.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images/topright_u.png
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD/border.cfg
%%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE/border.cfg
%%DATADIR%%/themes/Ganymede/borders/GREEN/border.cfg
%%DATADIR%%/themes/Ganymede/borders/GREEN/border.cfg.ja
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/left_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/left_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/right_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/right_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_button_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_iconify_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_left_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_left_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_lower_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_raise_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_right_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_right_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_stick_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_top_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/sticky_topright_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/top_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_s.png
%%DATADIR%%/themes/Ganymede/borders/GREEN/images/topright_u.png
%%DATADIR%%/themes/Ganymede/borders/ICONBOX/border.cfg
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/border.cfg
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/border.cfg.ja
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/left_s.png
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/left_u.png
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/right_s.png
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/right_u.png
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_flat_s.png
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_flat_u.png
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_s.png
%%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images/top_u.png
%%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE/border.cfg
%%DATADIR%%/themes/Ganymede/borders/PAGER/border.cfg
%%DATADIR%%/themes/Ganymede/borders/PAGER/border.cfg.ja
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_c.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_b_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_c.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_l_left_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_left_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_left_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_c.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_r_right_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_right_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_right_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_c.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_t_top_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_top_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_top_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topright_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER/images/pager_topright_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/border.cfg
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_c.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_b_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_c.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_l_left_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_left_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_left_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_c.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_r_right_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_right_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_right_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_c.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_t_top_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_top_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_top_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topright_s.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images/pager_topright_u.png
%%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM/border.cfg
%%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE/border.cfg
%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/border.cfg
%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/border.cfg.ja
%%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE/border.cfg
%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/border.cfg
%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/border.cfg.ja
%%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE/border.cfg
%%DATADIR%%/themes/Ganymede/borders/RED/border.cfg
%%DATADIR%%/themes/Ganymede/borders/RED/border.cfg.ja
%%DATADIR%%/themes/Ganymede/borders/RED/images/bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/left_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/left_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/right_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/right_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_button_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_iconify_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_left_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_left_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_lower_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_raise_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_right_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_right_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_stick_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_top_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/sticky_topright_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/top_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/top_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/top_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/top_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_s.png
%%DATADIR%%/themes/Ganymede/borders/RED/images/topright_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/border.cfg
%%DATADIR%%/themes/Ganymede/borders/ROTATED/border.cfg.ja
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/button_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/iconify_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/left_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/left_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/right_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/right_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_button_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_iconify_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_left_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_left_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_lower_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_raise_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_right_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_right_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_stick_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_top_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/sticky_topright_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/top_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED/images/topright_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/border.cfg
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/button_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/iconify_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/left_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/left_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/right_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/right_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_button_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_iconify_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_left_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_left_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_lower_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_raise_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_right_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_right_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_slideout_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_stick_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_top_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/sticky_topright_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/top_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_bar_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_bar_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_c.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_f.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_left_u.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_s.png
%%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images/topright_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/border.cfg
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_left_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_left_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_right_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_right_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottleft_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottleft_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottom_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottom_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_c.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_f.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_bottright_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_left_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_left_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_right_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_right_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_top_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_top_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topright_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_sticky_topright_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_top_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_top_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topleft_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topleft_u.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topright_s.png
%%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images/dialog_topright_u.png
%%DATADIR%%/themes/Ganymede/borders/borders.cfg
%%DATADIR%%/themes/Ganymede/borders/borders.cfg.ja
%%DATADIR%%/themes/Ganymede/borders/common/border.cfg
%%DATADIR%%/themes/Ganymede/borders/common/border.cfg.ja
%%DATADIR%%/themes/Ganymede/borders.cfg
%%DATADIR%%/themes/Ganymede/borders.cfg.ja
%%DATADIR%%/themes/Ganymede/buttons/buttons.cfg
%%DATADIR%%/themes/Ganymede/buttons/buttons.cfg.ja
%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_cleanup_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_deskray_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_exit_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_help_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_action_restart_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_autosave_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_cleanslide_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_deskslide_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_dragdir_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_dragorder_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_focus_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_mapslide_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_move_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_resize_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_slidemode_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/btn_sound_normal.png
%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_clicked.png
%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_sel.png
%%DATADIR%%/themes/Ganymede/buttons/images/right_tab_template_unsel.png
%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_clicked.png
%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_sel.png
%%DATADIR%%/themes/Ganymede/buttons/images/tab_template_unsel.png
%%DATADIR%%/themes/Ganymede/colormodifiers.cfg
%%DATADIR%%/themes/Ganymede/common/button_c.png
%%DATADIR%%/themes/Ganymede/common/button_f.png
%%DATADIR%%/themes/Ganymede/common/button_s.png
%%DATADIR%%/themes/Ganymede/common/button_u.png
%%DATADIR%%/themes/Ganymede/common/dock_c.png
%%DATADIR%%/themes/Ganymede/common/dock_s.png
%%DATADIR%%/themes/Ganymede/common/dock_u.png
%%DATADIR%%/themes/Ganymede/common/empty.png
%%DATADIR%%/themes/Ganymede/coords/coords.cfg
%%DATADIR%%/themes/Ganymede/coords/coords.cfg.ja
%%DATADIR%%/themes/Ganymede/cursors/bw_images/cursor.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/cursor.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/iconify.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/iconify.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/kill.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/kill.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/move.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/move.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/new.gif
%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_br.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_br.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_h.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_h.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_tr.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_tr.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_v.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/resize_v.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout_rotated.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/slideout_rotated.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/bw_images/sticky.xbm
%%DATADIR%%/themes/Ganymede/cursors/bw_images/sticky.xbm.mask
%%DATADIR%%/themes/Ganymede/cursors/cursors.cfg
%%DATADIR%%/themes/Ganymede/cursors.cfg
%%DATADIR%%/themes/Ganymede/desktops.cfg
%%DATADIR%%/themes/Ganymede/dialogs/dialogs.cfg
%%DATADIR%%/themes/Ganymede/dialogs/dialogs.cfg.ja
%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_f.png
%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_s.png
%%DATADIR%%/themes/Ganymede/dialogs/images/checkbox_u.png
%%DATADIR%%/themes/Ganymede/dialogs/images/knob_clicked.png
%%DATADIR%%/themes/Ganymede/dialogs/images/knob_normal.png
%%DATADIR%%/themes/Ganymede/dialogs/images/radio_focused.png
%%DATADIR%%/themes/Ganymede/dialogs/images/radio_sel.png
%%DATADIR%%/themes/Ganymede/dialogs/images/radio_unsel.png
%%DATADIR%%/themes/Ganymede/dialogs/images/separator.png
%%DATADIR%%/themes/Ganymede/dialogs/images/slider_back_horiz.png
%%DATADIR%%/themes/Ganymede/dialogs/images/slider_back_vert.png
%%DATADIR%%/themes/Ganymede/dock/dock.cfg
%%DATADIR%%/themes/Ganymede/dragbar/dragbar.cfg
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_clicked.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_clicked.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_hilited.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_normal.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_clicked.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_hilited.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_deskray_vert_normal.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_hilited.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_clicked.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_hilited.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_lower_normal.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_normal.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_clicked.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_hilited.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_raise_normal.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_clicked.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_hilited.png
%%DATADIR%%/themes/Ganymede/dragbar/images/dragbar_vert_normal.png
%%DATADIR%%/themes/Ganymede/epplets/epplets.cfg
%%DATADIR%%/themes/Ganymede/epplets/epplets.cfg.ja
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_down_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_left_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_right_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/arrow_up_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/button_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/button_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/button_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/close_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/close_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/close_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/configure_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/configure_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/configure_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/eject_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/eject_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/eject_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/ff_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/ff_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/ff_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/help_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/help_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/help_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/hslider_normal.png
%%DATADIR%%/themes/Ganymede/epplets/images/knob_clicked.png
%%DATADIR%%/themes/Ganymede/epplets/images/knob_normal.png
%%DATADIR%%/themes/Ganymede/epplets/images/next_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/next_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/next_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/pause_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/pause_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/pause_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/play_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/play_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/play_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/prev_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/prev_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/prev_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/repeat_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/repeat_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/repeat_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/rew_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/rew_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/rew_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/skip_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/skip_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/skip_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/stop_c.png
%%DATADIR%%/themes/Ganymede/epplets/images/stop_s.png
%%DATADIR%%/themes/Ganymede/epplets/images/stop_u.png
%%DATADIR%%/themes/Ganymede/epplets/images/vslider_normal.png
%%DATADIR%%/themes/Ganymede/iconbox/iconbox.cfg
%%DATADIR%%/themes/Ganymede/iconbox/iconbox.cfg.ja
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down1.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down2.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_down3.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left1.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left2.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_left3.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right1.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right2.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_right3.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up1.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up2.png
%%DATADIR%%/themes/Ganymede/iconbox/images/arrow_up3.png
%%DATADIR%%/themes/Ganymede/iconbox/images/back.png
%%DATADIR%%/themes/Ganymede/iconbox/images/cover.png
%%DATADIR%%/themes/Ganymede/iconbox/images/knob_clicked.png
%%DATADIR%%/themes/Ganymede/iconbox/images/knob_normal.png
%%DATADIR%%/themes/Ganymede/iconbox/images/scrollbar_horiz.png
%%DATADIR%%/themes/Ganymede/iconbox/images/scrollbar_vert.png
%%DATADIR%%/themes/Ganymede/imageclasses.cfg
%%DATADIR%%/themes/Ganymede/imageclasses.cfg.ja
%%DATADIR%%/themes/Ganymede/init/images/background_left.png
%%DATADIR%%/themes/Ganymede/init/images/background_left_rot.png
%%DATADIR%%/themes/Ganymede/init/images/background_right.png
%%DATADIR%%/themes/Ganymede/init/images/empty.png
%%DATADIR%%/themes/Ganymede/init/images/ganymede.png
%%DATADIR%%/themes/Ganymede/init/images/progressbar.png
%%DATADIR%%/themes/Ganymede/init/init.cfg
%%DATADIR%%/themes/Ganymede/init/init.cfg.ja
%%DATADIR%%/themes/Ganymede/init.cfg
%%DATADIR%%/themes/Ganymede/init.cfg.ja
%%DATADIR%%/themes/Ganymede/menustyles/images/back.png
%%DATADIR%%/themes/Ganymede/menustyles/images/clicked_more.png
%%DATADIR%%/themes/Ganymede/menustyles/images/editor.png
%%DATADIR%%/themes/Ganymede/menustyles/images/ee.png
%%DATADIR%%/themes/Ganymede/menustyles/images/focus.png
%%DATADIR%%/themes/Ganymede/menustyles/images/focus.png.back
%%DATADIR%%/themes/Ganymede/menustyles/images/focused_more.png
%%DATADIR%%/themes/Ganymede/menustyles/images/gimp.png
%%DATADIR%%/themes/Ganymede/menustyles/images/mail.png
%%DATADIR%%/themes/Ganymede/menustyles/images/net.png
%%DATADIR%%/themes/Ganymede/menustyles/images/normal_more.png
%%DATADIR%%/themes/Ganymede/menustyles/images/painting.png
%%DATADIR%%/themes/Ganymede/menustyles/images/terminal.png
%%DATADIR%%/themes/Ganymede/menustyles/images/tool.png
%%DATADIR%%/themes/Ganymede/menustyles/menustyles.cfg
%%DATADIR%%/themes/Ganymede/menustyles/menustyles.cfg.ja
%%DATADIR%%/themes/Ganymede/menustyles.cfg
%%DATADIR%%/themes/Ganymede/menustyles.cfg.ja
%%DATADIR%%/themes/Ganymede/pager/images/pager_current.png
%%DATADIR%%/themes/Ganymede/pager/images/pager_current_blue.png
%%DATADIR%%/themes/Ganymede/pager/pager.cfg
%%DATADIR%%/themes/Ganymede/pager/pager.cfg.ja
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/iconify_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/lower_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/raise_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/stick_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/BLUE/template_button_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/iconify_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/lower_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/raise_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/stick_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/GREEN/template_button_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/iconify_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/lower_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/raise_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/stick_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/RED/template_button_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/iconify_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/lower_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/lower_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/lower_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/lower_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/raise_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/raise_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/raise_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/raise_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/iconify_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/lower_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/raise_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE/stick_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/iconify_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/lower_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/raise_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/rotated/stick_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/stick_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/stick_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/stick_s.png
%%DATADIR%%/themes/Ganymede/slideouts/images/stick_u.png
%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_c.png
%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_f.png
%%DATADIR%%/themes/Ganymede/slideouts/images/template_button_s.png
%%DATADIR%%/themes/Ganymede/slideouts/slideouts.cfg
%%DATADIR%%/themes/Ganymede/slideouts/slideouts.cfg.ja
%%DATADIR%%/themes/Ganymede/slideouts.cfg
%%DATADIR%%/themes/Ganymede/slideouts.cfg.ja
%%DATADIR%%/themes/Ganymede/sound/samples/conlink.wav
%%DATADIR%%/themes/Ganymede/sound/samples/missile.wav
%%DATADIR%%/themes/Ganymede/sound/samples/service.wav
%%DATADIR%%/themes/Ganymede/sound/samples/whoosh.wav
%%DATADIR%%/themes/Ganymede/sound/sound.cfg
%%DATADIR%%/themes/Ganymede/sound.cfg
%%DATADIR%%/themes/Ganymede/tooltips/images/bubble_large.png
%%DATADIR%%/themes/Ganymede/tooltips/images/bubble_small.png
%%DATADIR%%/themes/Ganymede/tooltips/tooltips.cfg
%%DATADIR%%/themes/Ganymede/tooltips.cfg
%%DATADIR%%/themes/Ganymede/ttfonts/ganymede.ttf
%%DATADIR%%/themes/Ganymede/ttfonts/ganymede_italic.ttf
%%DATADIR%%/themes/Ganymede/windowmatches.cfg
%%DATADIR%%/themes/Marble/ABOUT/MAIN
%%DATADIR%%/themes/Marble/ABOUT/benjamingothic.ttf
%%DATADIR%%/themes/Marble/ChangeLog
%%DATADIR%%/themes/Marble/TODO
%%DATADIR%%/themes/Marble/backgrounds/backgrounds.cfg
%%DATADIR%%/themes/Marble/backgrounds/images/tolk-rivendell.jpg
%%DATADIR%%/themes/Marble/backgrounds/images/tolk-tirith.jpg
%%DATADIR%%/themes/Marble/borders/BORDERLESS/border.cfg
%%DATADIR%%/themes/Marble/borders/BORDER_ONLY/border.cfg
%%DATADIR%%/themes/Marble/borders/DEFAULT/border.cfg
%%DATADIR%%/themes/Marble/borders/FIXED_SIZE/border.cfg
%%DATADIR%%/themes/Marble/borders/ICONBOX/border.cfg
%%DATADIR%%/themes/Marble/borders/MENU/border.cfg
%%DATADIR%%/themes/Marble/borders/MENU_BORDER_ONLY/border.cfg
%%DATADIR%%/themes/Marble/borders/PAGER/border.cfg
%%DATADIR%%/themes/Marble/borders/SHAPED/border.cfg
%%DATADIR%%/themes/Marble/borders/TRANSIENT/border.cfg
%%DATADIR%%/themes/Marble/borders/borders.cfg
%%DATADIR%%/themes/Marble/borders/common/border.cfg
%%DATADIR%%/themes/Marble/borders/common/images/b0-.png
%%DATADIR%%/themes/Marble/borders/common/images/b0.png
%%DATADIR%%/themes/Marble/borders/common/images/b1.png
%%DATADIR%%/themes/Marble/borders/common/images/b2.png
%%DATADIR%%/themes/Marble/borders/common/images/b3.png
%%DATADIR%%/themes/Marble/borders/common/images/b4.png
%%DATADIR%%/themes/Marble/borders/common/images/b5.png
%%DATADIR%%/themes/Marble/borders/common/images/b6.png
%%DATADIR%%/themes/Marble/borders/common/images/b7.png
%%DATADIR%%/themes/Marble/borders/common/images/b8.png
%%DATADIR%%/themes/Marble/borders/common/images/black.png
%%DATADIR%%/themes/Marble/borders/common/images/t1-.png
%%DATADIR%%/themes/Marble/borders/common/images/t1-b.png
%%DATADIR%%/themes/Marble/borders/common/images/t1.png
%%DATADIR%%/themes/Marble/borders/common/images/t1b.png
%%DATADIR%%/themes/Marble/borders/common/images/t1s.png
%%DATADIR%%/themes/Marble/borders/common/images/t1sb.png
%%DATADIR%%/themes/Marble/borders/common/images/t2-.png
%%DATADIR%%/themes/Marble/borders/common/images/t2.png
%%DATADIR%%/themes/Marble/borders/common/images/t2s.png
%%DATADIR%%/themes/Marble/borders/common/images/t3.png
%%DATADIR%%/themes/Marble/borders/common/images/t3b.png
%%DATADIR%%/themes/Marble/borders/common/images/t4.png
%%DATADIR%%/themes/Marble/borders/common/images/t4b.png
%%DATADIR%%/themes/Marble/borders/common/images/t5.png
%%DATADIR%%/themes/Marble/borders/common/images/t5b.png
%%DATADIR%%/themes/Marble/borders.cfg
%%DATADIR%%/themes/Marble/colormodifiers.cfg
%%DATADIR%%/themes/Marble/common/images/bg.png
%%DATADIR%%/themes/Marble/common/images/bg.png_bak
%%DATADIR%%/themes/Marble/common/images/blank.png
%%DATADIR%%/themes/Marble/common/images/gnomepanel.png
%%DATADIR%%/themes/Marble/common/images/notebook1.png
%%DATADIR%%/themes/Marble/coords/coords.cfg
%%DATADIR%%/themes/Marble/coords/coords.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/coords/images/mb1.png
%%DATADIR%%/themes/Marble/cursors/bw_images/cursor.xbm
%%DATADIR%%/themes/Marble/cursors/bw_images/cursor.xbm.mask
%%DATADIR%%/themes/Marble/cursors/bw_images/iconify.xbm
%%DATADIR%%/themes/Marble/cursors/bw_images/iconify.xbm.mask
%%DATADIR%%/themes/Marble/cursors/bw_images/kill.xbm
%%DATADIR%%/themes/Marble/cursors/bw_images/kill.xbm.mask
%%DATADIR%%/themes/Marble/cursors/bw_images/move.xbm
%%DATADIR%%/themes/Marble/cursors/bw_images/move.xbm.mask
%%DATADIR%%/themes/Marble/cursors/bw_images/resize_br.xbm
%%DATADIR%%/themes/Marble/cursors/bw_images/resize_br.xbm.mask
%%DATADIR%%/themes/Marble/cursors/bw_images/resize_h.xbm
%%DATADIR%%/themes/Marble/cursors/bw_images/resize_h.xbm.mask
%%DATADIR%%/themes/Marble/cursors/bw_images/resize_tr.xbm
%%DATADIR%%/themes/Marble/cursors/bw_images/resize_tr.xbm.mask
%%DATADIR%%/themes/Marble/cursors/bw_images/resize_v.xbm
%%DATADIR%%/themes/Marble/cursors/bw_images/resize_v.xbm.mask
%%DATADIR%%/themes/Marble/cursors/cursors.cfg
%%DATADIR%%/themes/Marble/cursors.cfg
%%DATADIR%%/themes/Marble/desktops.cfg
%%DATADIR%%/themes/Marble/dialogs/dialogs.cfg
%%DATADIR%%/themes/Marble/dialogs/dialogs.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/dialogs/images/bt1.png
%%DATADIR%%/themes/Marble/dialogs/images/bt2.png
%%DATADIR%%/themes/Marble/dialogs/images/p_sel.png
%%DATADIR%%/themes/Marble/dialogs/images/r0-.png
%%DATADIR%%/themes/Marble/dialogs/images/r0.png
%%DATADIR%%/themes/Marble/dialogs/images/r1-.png
%%DATADIR%%/themes/Marble/dialogs/images/r1.png
%%DATADIR%%/themes/Marble/dialogs/images/sl1.png
%%DATADIR%%/themes/Marble/dialogs/images/sl2.png
%%DATADIR%%/themes/Marble/dialogs/images/slh.png
%%DATADIR%%/themes/Marble/dialogs/images/slv.png
%%DATADIR%%/themes/Marble/dialogs/images/w0-.png
%%DATADIR%%/themes/Marble/dialogs/images/w0.png
%%DATADIR%%/themes/Marble/dialogs/images/w1-.png
%%DATADIR%%/themes/Marble/dialogs/images/w1.png
%%DATADIR%%/themes/Marble/dock/dock.cfg
%%DATADIR%%/themes/Marble/dock/images/bt1.png
%%DATADIR%%/themes/Marble/dock/images/bt2.png
%%DATADIR%%/themes/Marble/dock/images/bt3.png
%%DATADIR%%/themes/Marble/dragbar/dragbar.cfg
%%DATADIR%%/themes/Marble/dragbar/images/a1.png
%%DATADIR%%/themes/Marble/dragbar/images/a1b.png
%%DATADIR%%/themes/Marble/dragbar/images/a2.png
%%DATADIR%%/themes/Marble/dragbar/images/a2b.png
%%DATADIR%%/themes/Marble/dragbar/images/blank.png
%%DATADIR%%/themes/Marble/dragbar/images/bt1.png
%%DATADIR%%/themes/Marble/dragbar/images/bt2.png
%%DATADIR%%/themes/Marble/epplets/epplets.cfg
%%DATADIR%%/themes/Marble/epplets/epplets.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/epplets/images/ar_d1.png
%%DATADIR%%/themes/Marble/epplets/images/ar_d2.png
%%DATADIR%%/themes/Marble/epplets/images/ar_d3.png
%%DATADIR%%/themes/Marble/epplets/images/ar_l1.png
%%DATADIR%%/themes/Marble/epplets/images/ar_l2.png
%%DATADIR%%/themes/Marble/epplets/images/ar_l3.png
%%DATADIR%%/themes/Marble/epplets/images/ar_r1.png
%%DATADIR%%/themes/Marble/epplets/images/ar_r2.png
%%DATADIR%%/themes/Marble/epplets/images/ar_r3.png
%%DATADIR%%/themes/Marble/epplets/images/ar_u1.png
%%DATADIR%%/themes/Marble/epplets/images/ar_u2.png
%%DATADIR%%/themes/Marble/epplets/images/ar_u3.png
%%DATADIR%%/themes/Marble/epplets/images/b1.png
%%DATADIR%%/themes/Marble/epplets/images/b2.png
%%DATADIR%%/themes/Marble/epplets/images/b3.png
%%DATADIR%%/themes/Marble/epplets/images/bb1.png
%%DATADIR%%/themes/Marble/epplets/images/bb2.png
%%DATADIR%%/themes/Marble/epplets/images/bg_h.png
%%DATADIR%%/themes/Marble/epplets/images/bg_v.png
%%DATADIR%%/themes/Marble/epplets/images/bt1.png
%%DATADIR%%/themes/Marble/epplets/images/bt2.png
%%DATADIR%%/themes/Marble/epplets/images/bt3.png
%%DATADIR%%/themes/Marble/epplets/images/close1.png
%%DATADIR%%/themes/Marble/epplets/images/close2.png
%%DATADIR%%/themes/Marble/epplets/images/close3.png
%%DATADIR%%/themes/Marble/epplets/images/config1.png
%%DATADIR%%/themes/Marble/epplets/images/config2.png
%%DATADIR%%/themes/Marble/epplets/images/config3.png
%%DATADIR%%/themes/Marble/epplets/images/da.png
%%DATADIR%%/themes/Marble/epplets/images/dock2.png
%%DATADIR%%/themes/Marble/epplets/images/eject1.png
%%DATADIR%%/themes/Marble/epplets/images/eject2.png
%%DATADIR%%/themes/Marble/epplets/images/eject3.png
%%DATADIR%%/themes/Marble/epplets/images/ff1.png
%%DATADIR%%/themes/Marble/epplets/images/ff2.png
%%DATADIR%%/themes/Marble/epplets/images/ff3.png
%%DATADIR%%/themes/Marble/epplets/images/help1.png
%%DATADIR%%/themes/Marble/epplets/images/help2.png
%%DATADIR%%/themes/Marble/epplets/images/help3.png
%%DATADIR%%/themes/Marble/epplets/images/next1.png
%%DATADIR%%/themes/Marble/epplets/images/next2.png
%%DATADIR%%/themes/Marble/epplets/images/next3.png
%%DATADIR%%/themes/Marble/epplets/images/pause1.png
%%DATADIR%%/themes/Marble/epplets/images/pause2.png
%%DATADIR%%/themes/Marble/epplets/images/pause3.png
%%DATADIR%%/themes/Marble/epplets/images/pb_h.png
%%DATADIR%%/themes/Marble/epplets/images/pb_v.png
%%DATADIR%%/themes/Marble/epplets/images/play1.png
%%DATADIR%%/themes/Marble/epplets/images/play2.png
%%DATADIR%%/themes/Marble/epplets/images/play3.png
%%DATADIR%%/themes/Marble/epplets/images/prev1.png
%%DATADIR%%/themes/Marble/epplets/images/prev2.png
%%DATADIR%%/themes/Marble/epplets/images/prev3.png
%%DATADIR%%/themes/Marble/epplets/images/repeat1.png
%%DATADIR%%/themes/Marble/epplets/images/repeat2.png
%%DATADIR%%/themes/Marble/epplets/images/repeat3.png
%%DATADIR%%/themes/Marble/epplets/images/rw1.png
%%DATADIR%%/themes/Marble/epplets/images/rw2.png
%%DATADIR%%/themes/Marble/epplets/images/rw3.png
%%DATADIR%%/themes/Marble/epplets/images/s_h.png
%%DATADIR%%/themes/Marble/epplets/images/s_k1.png
%%DATADIR%%/themes/Marble/epplets/images/s_k2.png
%%DATADIR%%/themes/Marble/epplets/images/s_v.png
%%DATADIR%%/themes/Marble/epplets/images/skip1.png
%%DATADIR%%/themes/Marble/epplets/images/skip2.png
%%DATADIR%%/themes/Marble/epplets/images/skip3.png
%%DATADIR%%/themes/Marble/epplets/images/slh.png
%%DATADIR%%/themes/Marble/epplets/images/slv.png
%%DATADIR%%/themes/Marble/epplets/images/stop1.png
%%DATADIR%%/themes/Marble/epplets/images/stop2.png
%%DATADIR%%/themes/Marble/epplets/images/stop3.png
%%DATADIR%%/themes/Marble/eterm/eterm.cfg
%%DATADIR%%/themes/Marble/eterm/images/a_d_1.png
%%DATADIR%%/themes/Marble/eterm/images/a_d_2.png
%%DATADIR%%/themes/Marble/eterm/images/a_l_1.png
%%DATADIR%%/themes/Marble/eterm/images/a_l_2.png
%%DATADIR%%/themes/Marble/eterm/images/a_r_1.png
%%DATADIR%%/themes/Marble/eterm/images/a_r_2.png
%%DATADIR%%/themes/Marble/eterm/images/a_u_1.png
%%DATADIR%%/themes/Marble/eterm/images/a_u_2.png
%%DATADIR%%/themes/Marble/eterm/images/bg.png
%%DATADIR%%/themes/Marble/eterm/images/bt.png
%%DATADIR%%/themes/Marble/eterm/images/mb1.png
%%DATADIR%%/themes/Marble/eterm/images/mb2.png
%%DATADIR%%/themes/Marble/eterm/images/mb3.png
%%DATADIR%%/themes/Marble/eterm/images/mbg.png
%%DATADIR%%/themes/Marble/eterm/images/sb1.png
%%DATADIR%%/themes/Marble/eterm/images/tr.png
%%DATADIR%%/themes/Marble/focuslist/focuslist.cfg
%%DATADIR%%/themes/Marble/focuslist/focuslist.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/focuslist/images/mb1.png
%%DATADIR%%/themes/Marble/focuslist/images/mb2.png
%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_bordered.xpm
%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_chart.png
%%DATADIR%%/themes/Marble/gkrellm/Marble/bg_spacer.xpm
%%DATADIR%%/themes/Marble/gkrellm/Marble/chart_grid.xpm
%%DATADIR%%/themes/Marble/gkrellm/Marble/frame_horizontal.xpm
%%DATADIR%%/themes/Marble/gkrellm/Marble/frame_side.xpm
%%DATADIR%%/themes/Marble/gkrellm/Marble/gkrellmrc
%%DATADIR%%/themes/Marble/gkrellm/Marble/krell_meter.png
%%DATADIR%%/themes/Marble/gkrellm/Marble/krell_meter_mem.png
%%DATADIR%%/themes/Marble/gkrellm/Marble/net_leds.png
%%DATADIR%%/themes/Marble/gkrellm/Marble/ppp_button.png
%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_bordered.xpm
%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_chart.png
%%DATADIR%%/themes/Marble/gkrellm/Marble2/bg_spacer.xpm
%%DATADIR%%/themes/Marble/gkrellm/Marble2/chart_grid.xpm
%%DATADIR%%/themes/Marble/gkrellm/Marble2/frame_horizontal.xpm
%%DATADIR%%/themes/Marble/gkrellm/Marble2/frame_side.xpm
%%DATADIR%%/themes/Marble/gkrellm/Marble2/gkrellmrc
%%DATADIR%%/themes/Marble/gkrellm/Marble2/krell_meter.png
%%DATADIR%%/themes/Marble/gkrellm/Marble2/krell_meter_mem.png
%%DATADIR%%/themes/Marble/gkrellm/Marble2/net_leds.png
%%DATADIR%%/themes/Marble/gkrellm/Marble2/ppp_button.png
%%DATADIR%%/themes/Marble/gkrellm/README
%%DATADIR%%/themes/Marble/iconbox/iconbox.cfg
%%DATADIR%%/themes/Marble/iconbox/iconbox.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/iconbox/images/ar_d1.png
%%DATADIR%%/themes/Marble/iconbox/images/ar_d2.png
%%DATADIR%%/themes/Marble/iconbox/images/ar_l1.png
%%DATADIR%%/themes/Marble/iconbox/images/ar_l2.png
%%DATADIR%%/themes/Marble/iconbox/images/ar_r1.png
%%DATADIR%%/themes/Marble/iconbox/images/ar_r2.png
%%DATADIR%%/themes/Marble/iconbox/images/ar_u1.png
%%DATADIR%%/themes/Marble/iconbox/images/ar_u2.png
%%DATADIR%%/themes/Marble/iconbox/images/bt1.png
%%DATADIR%%/themes/Marble/iconbox/images/ib_cover_h.png
%%DATADIR%%/themes/Marble/iconbox/images/ib_cover_v.png
%%DATADIR%%/themes/Marble/iconbox/images/ib_h.png
%%DATADIR%%/themes/Marble/iconbox/images/ib_v.png
%%DATADIR%%/themes/Marble/iconbox/images/mb1.png
%%DATADIR%%/themes/Marble/iconbox/images/sl1.png
%%DATADIR%%/themes/Marble/iconbox/images/sl2.png
%%DATADIR%%/themes/Marble/iconbox/images/slh.png
%%DATADIR%%/themes/Marble/iconbox/images/slv.png
%%DATADIR%%/themes/Marble/imageclasses.cfg
%%DATADIR%%/themes/Marble/imageclasses.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/init/images/bg2.png
%%DATADIR%%/themes/Marble/init/images/bgo.png
%%DATADIR%%/themes/Marble/init/images/bt1.png
%%DATADIR%%/themes/Marble/init/images/mb1.png
%%DATADIR%%/themes/Marble/init/images/pb.png
%%DATADIR%%/themes/Marble/init/init.cfg
%%DATADIR%%/themes/Marble/init/init.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/init.cfg
%%DATADIR%%/themes/Marble/init.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/menustyles/images/mb1.png
%%DATADIR%%/themes/Marble/menustyles/images/mb2.png
%%DATADIR%%/themes/Marble/menustyles/images/mb3.png
%%DATADIR%%/themes/Marble/menustyles/menustyles.cfg
%%DATADIR%%/themes/Marble/menustyles/menustyles.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/menustyles.cfg
%%DATADIR%%/themes/Marble/menustyles.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/pager/images/bt1.png
%%DATADIR%%/themes/Marble/pager/images/bt2.png
%%DATADIR%%/themes/Marble/pager/images/mb1.png
%%DATADIR%%/themes/Marble/pager/images/p_sel.png
%%DATADIR%%/themes/Marble/pager/pager.cfg
%%DATADIR%%/themes/Marble/pager/pager.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/slideouts.cfg
%%DATADIR%%/themes/Marble/sound/samples/pop2.wav
%%DATADIR%%/themes/Marble/sound/samples/pop5.wav
%%DATADIR%%/themes/Marble/sound/samples/splat.wav
%%DATADIR%%/themes/Marble/sound/samples/stretch.wav
%%DATADIR%%/themes/Marble/sound/samples/zap.wav
%%DATADIR%%/themes/Marble/sound/samples/zing.wav
%%DATADIR%%/themes/Marble/sound/samples/zipperup.wav
%%DATADIR%%/themes/Marble/sound/sound.cfg
%%DATADIR%%/themes/Marble/sound.cfg
%%DATADIR%%/themes/Marble/tooltips/images/cloud1.png
%%DATADIR%%/themes/Marble/tooltips/images/cloud2.png
%%DATADIR%%/themes/Marble/tooltips/images/cloud_logo.png
%%DATADIR%%/themes/Marble/tooltips/tooltips.cfg
%%DATADIR%%/themes/Marble/tooltips/tooltips.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/tooltips.cfg
%%DATADIR%%/themes/Marble/tooltips.cfg.zh_TW.Big5
%%DATADIR%%/themes/Marble/ttfonts/runeng1.ttf
%%DATADIR%%/themes/Marble/ttfonts/runeng2.ttf
%%DATADIR%%/themes/Marble/windowmatches.cfg
%%DATADIR%%/themes/ShinyMetal/ABOUT/Edoc_bg.png
%%DATADIR%%/themes/ShinyMetal/ABOUT/MAIN
%%DATADIR%%/themes/ShinyMetal/ABOUT/aircut3.ttf
%%DATADIR%%/themes/ShinyMetal/README
%%DATADIR%%/themes/ShinyMetal/backgrounds/backgrounds.cfg
%%DATADIR%%/themes/ShinyMetal/borders/BORDERLESS/border.cfg
%%DATADIR%%/themes/ShinyMetal/borders/BOTTOM/border.cfg
%%DATADIR%%/themes/ShinyMetal/borders/DEFAULT/border.cfg
%%DATADIR%%/themes/ShinyMetal/borders/FIXEDSIZE/border.cfg
%%DATADIR%%/themes/ShinyMetal/borders/ICONBOX/border.cfg
%%DATADIR%%/themes/ShinyMetal/borders/MENU_BORDER/border.cfg
%%DATADIR%%/themes/ShinyMetal/borders/PAGER/border.cfg
%%DATADIR%%/themes/ShinyMetal/borders/SHAPED/border.cfg
%%DATADIR%%/themes/ShinyMetal/borders/SIDE/border.cfg
%%DATADIR%%/themes/ShinyMetal/borders/TRANSIENT/border.cfg
%%DATADIR%%/themes/ShinyMetal/borders/borders.cfg
%%DATADIR%%/themes/ShinyMetal/borders/images.cfg
%%DATADIR%%/themes/ShinyMetal/borders/slideouts.cfg
%%DATADIR%%/themes/ShinyMetal/borders.cfg
%%DATADIR%%/themes/ShinyMetal/coords/coord.cfg.pl
%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg
%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg.ja
%%DATADIR%%/themes/ShinyMetal/coords/coords.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/cursors/cursors.cfg
%%DATADIR%%/themes/ShinyMetal/cursors/images/cursor.xbm
%%DATADIR%%/themes/ShinyMetal/cursors/images/cursor.xbm.mask
%%DATADIR%%/themes/ShinyMetal/cursors/images/iconify.xbm
%%DATADIR%%/themes/ShinyMetal/cursors/images/iconify.xbm.mask
%%DATADIR%%/themes/ShinyMetal/cursors/images/kill.xbm
%%DATADIR%%/themes/ShinyMetal/cursors/images/kill.xbm.mask
%%DATADIR%%/themes/ShinyMetal/cursors/images/move.xbm
%%DATADIR%%/themes/ShinyMetal/cursors/images/move.xbm.mask
%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_br.xbm
%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_br.xbm.mask
%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_h.xbm
%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_h.xbm.mask
%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_tr.xbm
%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_tr.xbm.mask
%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_v.xbm
%%DATADIR%%/themes/ShinyMetal/cursors/images/resize_v.xbm.mask
%%DATADIR%%/themes/ShinyMetal/cursors.cfg
%%DATADIR%%/themes/ShinyMetal/desktops.cfg
%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg
%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.ja
%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.pl
%%DATADIR%%/themes/ShinyMetal/dialogs/dialogs.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/dialogs/images/bg.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/bt1.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/bt2.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/button1.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/button2.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/button3.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/indent.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/r1-.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/r1.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/rule.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/sl1.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/sl2.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/slh.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/slv.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/w0-.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/w0.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/w1-.png
%%DATADIR%%/themes/ShinyMetal/dialogs/images/w1.png
%%DATADIR%%/themes/ShinyMetal/dock/dock.cfg
%%DATADIR%%/themes/ShinyMetal/dragbar/dragbar.cfg
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_clicked.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_clicked.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_hilited.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_normal.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_clicked.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_hilited.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_deskray_vert_normal.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_hilited.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_clicked.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_hilited.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_lower_normal.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_normal.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_0.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_clicked.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_hilited.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_raise_normal.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_clicked.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_hilited.png
%%DATADIR%%/themes/ShinyMetal/dragbar/images/dragbar_vert_normal.png
%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg
%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.ja
%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.pl
%%DATADIR%%/themes/ShinyMetal/epplets/epplets.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_d3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_l3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_r3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ar_u3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/b3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bb1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bb2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bg_h.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/bg_v.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/close3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/config3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/da.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/eject3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/ff3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/help3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/next3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pause3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pb_h.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/pb_v.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/play3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/prev3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/repeat3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/rw3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_h.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_k1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_k2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/s_v.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/skip3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics/stop3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_d3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_l3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_r3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ar_u3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/b1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/b2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/b3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/bb1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/bb2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/bg_h.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/bg_v.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/close1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/close2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/close3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/config1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/config2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/config3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/da.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/eject1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/eject2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/eject3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ff1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ff2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/ff3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/help1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/help2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/help3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/next1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/next2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/next3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/pause1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/pause2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/pause3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/pb_h.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/pb_v.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/play1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/play2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/play3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/prev1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/prev2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/prev3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/repeat3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/rw1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/rw2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/rw3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/s_h.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/s_k1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/s_k2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/s_v.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/skip1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/skip2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/skip3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/stop1.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/stop2.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/stop3.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/tmp/bg_h.png
%%DATADIR%%/themes/ShinyMetal/epplets/images/tmp/bg_v.png
%%DATADIR%%/themes/ShinyMetal/eterm/eterm.cfg
%%DATADIR%%/themes/ShinyMetal/eterm/images/a_d_1.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/a_d_2.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/a_l_1.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/a_l_2.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/a_r_1.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/a_r_2.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/a_u_1.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/a_u_2.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/bg.jpg
%%DATADIR%%/themes/ShinyMetal/eterm/images/bt.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/mb2.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/mb3.png
%%DATADIR%%/themes/ShinyMetal/eterm/images/sb1.png
%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg
%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg.ja
%%DATADIR%%/themes/ShinyMetal/focuslist/focuslist.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg
%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg.ja
%%DATADIR%%/themes/ShinyMetal/iconbox/iconbox.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg
%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.ja
%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.pl
%%DATADIR%%/themes/ShinyMetal/imageclasses.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_1.png
%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_2.png
%%DATADIR%%/themes/ShinyMetal/images/bar_amber_horizontal_3.png
%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_1.png
%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_2.png
%%DATADIR%%/themes/ShinyMetal/images/bar_amber_vertical_3.png
%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_1.png
%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_2.png
%%DATADIR%%/themes/ShinyMetal/images/bar_horizontal_3.png
%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_1.png
%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_2.png
%%DATADIR%%/themes/ShinyMetal/images/bar_vertical_3.png
%%DATADIR%%/themes/ShinyMetal/images/black.png
%%DATADIR%%/themes/ShinyMetal/images/blank.png
%%DATADIR%%/themes/ShinyMetal/images/button_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_down_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_left_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_right_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_arrow_up_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_iconify_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_iconify_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_iconify_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_kill_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_kill_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_kill_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_maximise_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_maximise_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_maximise_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_maximise_horizontal_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_maximise_vertical_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_slideout_right_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_stick_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_stick_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_stick_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_swirl_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_swirl_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_swirl_3.png
%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_1.png
%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_2.png
%%DATADIR%%/themes/ShinyMetal/images/button_up_bar_3.png
%%DATADIR%%/themes/ShinyMetal/images/dock1.png
%%DATADIR%%/themes/ShinyMetal/images/dock2.png
%%DATADIR%%/themes/ShinyMetal/images/dock3.png
%%DATADIR%%/themes/ShinyMetal/images/icon.png
%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar.png
%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar_number.png
%%DATADIR%%/themes/ShinyMetal/init/images/progress_bar_text.png
%%DATADIR%%/themes/ShinyMetal/init/images/startup_background.jpg
%%DATADIR%%/themes/ShinyMetal/init/images/startup_logo.png
%%DATADIR%%/themes/ShinyMetal/init/init.cfg
%%DATADIR%%/themes/ShinyMetal/init/init.cfg.ja
%%DATADIR%%/themes/ShinyMetal/init/init.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/init.cfg
%%DATADIR%%/themes/ShinyMetal/init.cfg.ja
%%DATADIR%%/themes/ShinyMetal/init.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu1.png
%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu2.png
%%DATADIR%%/themes/ShinyMetal/menustyles/images/menu3.png
%%DATADIR%%/themes/ShinyMetal/menustyles/menustyles.cfg
%%DATADIR%%/themes/ShinyMetal/menustyles.cfg
%%DATADIR%%/themes/ShinyMetal/pager/images/p_sel.png
%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg
%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg.ja
%%DATADIR%%/themes/ShinyMetal/pager/pager.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/slideouts.cfg
%%DATADIR%%/themes/ShinyMetal/sound/samples/Beep.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/Boing.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/Boom.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/Bubbles.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/Bweep.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/Doink.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/DoorClose.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/Eeeooop.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/FingerSnap.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/Machine.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/MechFootstep.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/Shutdown.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/Troll_Grumble.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/Wooeep.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/beethoven.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/boingiggig.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/drip.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/estart.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/rubberband.wav
%%DATADIR%%/themes/ShinyMetal/sound/samples/tink.wav
%%DATADIR%%/themes/ShinyMetal/sound/sound.cfg
%%DATADIR%%/themes/ShinyMetal/sound.cfg
%%DATADIR%%/themes/ShinyMetal/textclasses.cfg
%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.ja
%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.pl
%%DATADIR%%/themes/ShinyMetal/textclasses.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_cloud_big.png
%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_cloud_small.png
%%DATADIR%%/themes/ShinyMetal/tooltips/images/ttip_help.png
%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg
%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.ja
%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.pl
%%DATADIR%%/themes/ShinyMetal/tooltips/tooltips.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/tooltips.cfg
%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.ja
%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.pl
%%DATADIR%%/themes/ShinyMetal/tooltips.cfg.zh_TW.Big5
%%DATADIR%%/themes/ShinyMetal/ttfonts/rothwell.ttf
%%DATADIR%%/themes/ShinyMetal/ttfonts/zirkle.ttf
%%DATADIR%%/themes/ShinyMetal/windowmatches.cfg
share/locale/de/LC_MESSAGES/enlightenment.mo
share/locale/dk/LC_MESSAGES/enlightenment.mo
share/locale/en_US/LC_MESSAGES/enlightenment.mo
share/locale/es/LC_MESSAGES/enlightenment.mo
share/locale/fr/LC_MESSAGES/enlightenment.mo
share/locale/hu/LC_MESSAGES/enlightenment.mo
share/locale/ja/LC_MESSAGES/enlightenment.mo
share/locale/ko/LC_MESSAGES/enlightenment.mo
share/locale/nl/LC_MESSAGES/enlightenment.mo
share/locale/no/LC_MESSAGES/enlightenment.mo
share/locale/pl/LC_MESSAGES/enlightenment.mo
share/locale/pt/LC_MESSAGES/enlightenment.mo
share/locale/pt_BR/LC_MESSAGES/enlightenment.mo
share/locale/ru/LC_MESSAGES/enlightenment.mo
share/locale/sv/LC_MESSAGES/enlightenment.mo
share/locale/tr/LC_MESSAGES/enlightenment.mo
@dirrm %%DATADIR%%/themes/ShinyMetal/ttfonts
@dirrm %%DATADIR%%/themes/ShinyMetal/tooltips/images
@dirrm %%DATADIR%%/themes/ShinyMetal/tooltips
@dirrm %%DATADIR%%/themes/ShinyMetal/sound/samples
@dirrm %%DATADIR%%/themes/ShinyMetal/sound
@dirrm %%DATADIR%%/themes/ShinyMetal/slideouts
@dirrm %%DATADIR%%/themes/ShinyMetal/pager/images
@dirrm %%DATADIR%%/themes/ShinyMetal/pager
@dirrm %%DATADIR%%/themes/ShinyMetal/menustyles/images
@dirrm %%DATADIR%%/themes/ShinyMetal/menustyles
@dirrm %%DATADIR%%/themes/ShinyMetal/init/images
@dirrm %%DATADIR%%/themes/ShinyMetal/init
@dirrm %%DATADIR%%/themes/ShinyMetal/images
@dirrm %%DATADIR%%/themes/ShinyMetal/iconbox
@dirrm %%DATADIR%%/themes/ShinyMetal/focuslist
@dirrm %%DATADIR%%/themes/ShinyMetal/eterm/images
@dirrm %%DATADIR%%/themes/ShinyMetal/eterm
@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images/tmp
@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images/.xvpics
@dirrm %%DATADIR%%/themes/ShinyMetal/epplets/images
@dirrm %%DATADIR%%/themes/ShinyMetal/epplets
@dirrm %%DATADIR%%/themes/ShinyMetal/dragbar/images
@dirrm %%DATADIR%%/themes/ShinyMetal/dragbar
@dirrm %%DATADIR%%/themes/ShinyMetal/dock
@dirrm %%DATADIR%%/themes/ShinyMetal/dialogs/images
@dirrm %%DATADIR%%/themes/ShinyMetal/dialogs
@dirrm %%DATADIR%%/themes/ShinyMetal/cursors/images
@dirrm %%DATADIR%%/themes/ShinyMetal/cursors
@dirrm %%DATADIR%%/themes/ShinyMetal/coords
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/images
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/TRANSIENT
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/SIDE
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/SHAPED
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/PAGER
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/MENU_BORDER
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/ICONBOX
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/FIXEDSIZE
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/DEFAULT
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/BOTTOM
@dirrm %%DATADIR%%/themes/ShinyMetal/borders/BORDERLESS
@dirrm %%DATADIR%%/themes/ShinyMetal/borders
@dirrm %%DATADIR%%/themes/ShinyMetal/backgrounds
@dirrm %%DATADIR%%/themes/ShinyMetal/ABOUT
@dirrm %%DATADIR%%/themes/ShinyMetal
@dirrm %%DATADIR%%/themes/Marble/ttfonts
@dirrm %%DATADIR%%/themes/Marble/tooltips/images
@dirrm %%DATADIR%%/themes/Marble/tooltips
@dirrm %%DATADIR%%/themes/Marble/sound/samples
@dirrm %%DATADIR%%/themes/Marble/sound
@dirrm %%DATADIR%%/themes/Marble/pager/images
@dirrm %%DATADIR%%/themes/Marble/pager
@dirrm %%DATADIR%%/themes/Marble/menustyles/images
@dirrm %%DATADIR%%/themes/Marble/menustyles
@dirrm %%DATADIR%%/themes/Marble/init/images
@dirrm %%DATADIR%%/themes/Marble/init
@dirrm %%DATADIR%%/themes/Marble/iconbox/images
@dirrm %%DATADIR%%/themes/Marble/iconbox
@dirrm %%DATADIR%%/themes/Marble/gkrellm/Marble2
@dirrm %%DATADIR%%/themes/Marble/gkrellm/Marble
@dirrm %%DATADIR%%/themes/Marble/gkrellm
@dirrm %%DATADIR%%/themes/Marble/focuslist/images
@dirrm %%DATADIR%%/themes/Marble/focuslist
@dirrm %%DATADIR%%/themes/Marble/eterm/images
@dirrm %%DATADIR%%/themes/Marble/eterm
@dirrm %%DATADIR%%/themes/Marble/epplets/images
@dirrm %%DATADIR%%/themes/Marble/epplets
@dirrm %%DATADIR%%/themes/Marble/dragbar/images
@dirrm %%DATADIR%%/themes/Marble/dragbar
@dirrm %%DATADIR%%/themes/Marble/dock/images
@dirrm %%DATADIR%%/themes/Marble/dock
@dirrm %%DATADIR%%/themes/Marble/dialogs/images
@dirrm %%DATADIR%%/themes/Marble/dialogs
@dirrm %%DATADIR%%/themes/Marble/cursors/bw_images
@dirrm %%DATADIR%%/themes/Marble/cursors
@dirrm %%DATADIR%%/themes/Marble/coords/images
@dirrm %%DATADIR%%/themes/Marble/coords
@dirrm %%DATADIR%%/themes/Marble/common/images
@dirrm %%DATADIR%%/themes/Marble/common
@dirrm %%DATADIR%%/themes/Marble/borders/common/images
@dirrm %%DATADIR%%/themes/Marble/borders/common
@dirrm %%DATADIR%%/themes/Marble/borders/TRANSIENT
@dirrm %%DATADIR%%/themes/Marble/borders/SHAPED
@dirrm %%DATADIR%%/themes/Marble/borders/PAGER
@dirrm %%DATADIR%%/themes/Marble/borders/MENU_BORDER_ONLY
@dirrm %%DATADIR%%/themes/Marble/borders/MENU
@dirrm %%DATADIR%%/themes/Marble/borders/ICONBOX
@dirrm %%DATADIR%%/themes/Marble/borders/FIXED_SIZE
@dirrm %%DATADIR%%/themes/Marble/borders/DEFAULT
@dirrm %%DATADIR%%/themes/Marble/borders/BORDER_ONLY
@dirrm %%DATADIR%%/themes/Marble/borders/BORDERLESS
@dirrm %%DATADIR%%/themes/Marble/borders
@dirrm %%DATADIR%%/themes/Marble/backgrounds/images
@dirrm %%DATADIR%%/themes/Marble/backgrounds
@dirrm %%DATADIR%%/themes/Marble/ABOUT
@dirrm %%DATADIR%%/themes/Marble
@dirrm %%DATADIR%%/themes/Ganymede/ttfonts
@dirrm %%DATADIR%%/themes/Ganymede/tooltips/images
@dirrm %%DATADIR%%/themes/Ganymede/tooltips
@dirrm %%DATADIR%%/themes/Ganymede/sound/samples
@dirrm %%DATADIR%%/themes/Ganymede/sound
@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/rotated/BLUE
@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/rotated
@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/RED
@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/GREEN
@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images/BLUE
@dirrm %%DATADIR%%/themes/Ganymede/slideouts/images
@dirrm %%DATADIR%%/themes/Ganymede/slideouts
@dirrm %%DATADIR%%/themes/Ganymede/pager/images
@dirrm %%DATADIR%%/themes/Ganymede/pager
@dirrm %%DATADIR%%/themes/Ganymede/menustyles/images
@dirrm %%DATADIR%%/themes/Ganymede/menustyles
@dirrm %%DATADIR%%/themes/Ganymede/init/images
@dirrm %%DATADIR%%/themes/Ganymede/init
@dirrm %%DATADIR%%/themes/Ganymede/iconbox/images
@dirrm %%DATADIR%%/themes/Ganymede/iconbox
@dirrm %%DATADIR%%/themes/Ganymede/focuslist
@dirrm %%DATADIR%%/themes/Ganymede/epplets/images
@dirrm %%DATADIR%%/themes/Ganymede/epplets
@dirrm %%DATADIR%%/themes/Ganymede/dragbar/images
@dirrm %%DATADIR%%/themes/Ganymede/dragbar
@dirrm %%DATADIR%%/themes/Ganymede/dock
@dirrm %%DATADIR%%/themes/Ganymede/dialogs/images
@dirrm %%DATADIR%%/themes/Ganymede/dialogs
@dirrm %%DATADIR%%/themes/Ganymede/cursors/images
@dirrm %%DATADIR%%/themes/Ganymede/cursors/bw_images
@dirrm %%DATADIR%%/themes/Ganymede/cursors
@dirrm %%DATADIR%%/themes/Ganymede/coords
@dirrm %%DATADIR%%/themes/Ganymede/common
@dirrm %%DATADIR%%/themes/Ganymede/buttons/images
@dirrm %%DATADIR%%/themes/Ganymede/buttons
@dirrm %%DATADIR%%/themes/Ganymede/borders/common
@dirrm %%DATADIR%%/themes/Ganymede/borders/TRANSIENT/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/TRANSIENT
@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED_BLUE
@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/ROTATED
@dirrm %%DATADIR%%/themes/Ganymede/borders/RED/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/RED
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT_BLUE
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_RIGHT
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT_BLUE
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_LEFT
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM_BLUE
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BOTTOM
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER_BLUE
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/PAGER
@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_NOTITLE
@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_BORDER/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/MENU_BORDER
@dirrm %%DATADIR%%/themes/Ganymede/borders/ICONBOX
@dirrm %%DATADIR%%/themes/Ganymede/borders/GREEN/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/GREEN
@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD_BLUE
@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_SHADE_DOWNWARD
@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT_BLUE
@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/DEFAULT
@dirrm %%DATADIR%%/themes/Ganymede/borders/BORDERLESS/images
@dirrm %%DATADIR%%/themes/Ganymede/borders/BORDERLESS
@dirrm %%DATADIR%%/themes/Ganymede/borders
@dirrm %%DATADIR%%/themes/Ganymede/backgrounds/images
@dirrm %%DATADIR%%/themes/Ganymede/backgrounds
@dirrm %%DATADIR%%/themes/Ganymede/Pulldowns
@dirrm %%DATADIR%%/themes/Ganymede/Ganymede_gkrellm
@dirrm %%DATADIR%%/themes/Ganymede/Ganymede
@dirrm %%DATADIR%%/themes/Ganymede/Eterm
@dirrm %%DATADIR%%/themes/Ganymede/ABOUT
@dirrm %%DATADIR%%/themes/Ganymede
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/ttfonts
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/tooltips/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/tooltips
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/sound/samples
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/sound
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/slideouts/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/slideouts
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/pager/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/pager
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/menustyles/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/menustyles
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/init/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/init
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/iconbox/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/iconbox
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/focuslist/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/focuslist
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/eterm/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/eterm
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/epplets/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/epplets
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dragbar/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dragbar
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dock/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dock
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dialogs/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/dialogs
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors/bw_images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/cursors
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/coords/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/coords
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/common/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/common
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/buttons/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/buttons
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/common/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/common
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/TRANSIENT
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/SHAPED
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/RIGHT_PAGER
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/PAGER
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU_BORDER_ONLY
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/MENU
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/ICONBOX
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/FIXED_SIZE
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/DEFAULT
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDER_ONLY
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders/BORDERLESS
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/borders
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds/images
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/backgrounds
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert/ABOUT
@dirrm %%DATADIR%%/themes/BrushedMetal-Tigert
@dirrm %%DATADIR%%/themes/BlueSteel/ttfonts
@dirrm %%DATADIR%%/themes/BlueSteel/tooltips/images
@dirrm %%DATADIR%%/themes/BlueSteel/tooltips
@dirrm %%DATADIR%%/themes/BlueSteel/sound/samples
@dirrm %%DATADIR%%/themes/BlueSteel/sound
@dirrm %%DATADIR%%/themes/BlueSteel/slideouts/images
@dirrm %%DATADIR%%/themes/BlueSteel/slideouts
@dirrm %%DATADIR%%/themes/BlueSteel/pager/images
@dirrm %%DATADIR%%/themes/BlueSteel/pager
@dirrm %%DATADIR%%/themes/BlueSteel/menustyles/images
@dirrm %%DATADIR%%/themes/BlueSteel/menustyles
@dirrm %%DATADIR%%/themes/BlueSteel/init/images
@dirrm %%DATADIR%%/themes/BlueSteel/init
@dirrm %%DATADIR%%/themes/BlueSteel/iconbox/images
@dirrm %%DATADIR%%/themes/BlueSteel/iconbox
@dirrm %%DATADIR%%/themes/BlueSteel/focuslist/images
@dirrm %%DATADIR%%/themes/BlueSteel/focuslist
@dirrm %%DATADIR%%/themes/BlueSteel/epplets/images
@dirrm %%DATADIR%%/themes/BlueSteel/epplets
@dirrm %%DATADIR%%/themes/BlueSteel/dragbar/images
@dirrm %%DATADIR%%/themes/BlueSteel/dragbar
@dirrm %%DATADIR%%/themes/BlueSteel/dock/images
@dirrm %%DATADIR%%/themes/BlueSteel/dock
@dirrm %%DATADIR%%/themes/BlueSteel/dialogs/images
@dirrm %%DATADIR%%/themes/BlueSteel/dialogs
@dirrm %%DATADIR%%/themes/BlueSteel/cursors/bw_images
@dirrm %%DATADIR%%/themes/BlueSteel/cursors
@dirrm %%DATADIR%%/themes/BlueSteel/coords/images
@dirrm %%DATADIR%%/themes/BlueSteel/coords
@dirrm %%DATADIR%%/themes/BlueSteel/common/images
@dirrm %%DATADIR%%/themes/BlueSteel/common
@dirrm %%DATADIR%%/themes/BlueSteel/buttons/images
@dirrm %%DATADIR%%/themes/BlueSteel/buttons
@dirrm %%DATADIR%%/themes/BlueSteel/borders/common/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/common
@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALLFIXED
@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALL/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/VERYSMALL
@dirrm %%DATADIR%%/themes/BlueSteel/borders/TRANSIENT/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/TRANSIENT
@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALLFIXED
@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALL/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/SMALL
@dirrm %%DATADIR%%/themes/BlueSteel/borders/PAGER/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/PAGER
@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTSIDE
@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/LEFTPAGER
@dirrm %%DATADIR%%/themes/BlueSteel/borders/ICONBOX/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/ICONBOX
@dirrm %%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/FIXEDSIZE
@dirrm %%DATADIR%%/themes/BlueSteel/borders/DEFAULT/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/DEFAULT
@dirrm %%DATADIR%%/themes/BlueSteel/borders/BORDERLESS/images
@dirrm %%DATADIR%%/themes/BlueSteel/borders/BORDERLESS
@dirrm %%DATADIR%%/themes/BlueSteel/borders
@dirrm %%DATADIR%%/themes/BlueSteel/backgrounds/images
@dirrm %%DATADIR%%/themes/BlueSteel/backgrounds
@dirrm %%DATADIR%%/themes/BlueSteel/Eterm/images
@dirrm %%DATADIR%%/themes/BlueSteel/Eterm
@dirrm %%DATADIR%%/themes/BlueSteel/ABOUT
@dirrm %%DATADIR%%/themes/BlueSteel
@dirrm %%DATADIR%%/themes
@dirrm %%DATADIR%%/scripts
@dirrm %%DATADIR%%/config/pix
@dirrm %%DATADIR%%/config/backup
@dirrm %%DATADIR%%/config
@dirrm %%DATADIR%%/E-docs
@dirrm %%DATADIR%%