This file is indexed.

/usr/share/afterstep/applications/network.desktop is in afterstep-data 2.2.12-6.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
[Desktop Entry]
Name=Xtraceroute
GenericName=Network Tool
Comment=Network Tool
Name[af]=X-volg-roete
Name[eo]=Esploru kurson
Name[fr]=XTraceroute
Name[pl]=X Śledzenie trasy
Name[zu]=X umuladela-ndlela
GenericName[af]=Netwerk Program
GenericName[ar]=أداة الشبكة
GenericName[bg]=Инструменти за Мрежата
GenericName[bs]=Mrežni alat
GenericName[cs]=Síťový nástroj
GenericName[da]=Netværksværktøj
GenericName[de]=Netzwerk-Analyse
GenericName[el]=Εργαλείο Δικτύου
GenericName[eo]=Retanalizilo
GenericName[es]=Herramienta de redes
GenericName[et]=Võrguutiliit
GenericName[eu]=Sare Tresna
GenericName[fi]=Verkkotyökalu
GenericName[fr]=Analyseur réseau
GenericName[he]=כלי רשת
GenericName[hu]=hálózatanalizáló
GenericName[is]=Netleiðarakning (traceroute)
GenericName[it]=Strumento di rete
GenericName[ja]=ネットワークツール
GenericName[lt]=Tinklo priemonė
GenericName[lv]=Tīkla Rīks
GenericName[nb]=Nettverksverktøy
GenericName[nl]=netwerk-hulpprogramma
GenericName[nn]=Nettverksverktøy
GenericName[pl]=Analizator trasy pakietów
GenericName[pt]=Ferramenta de Redes
GenericName[pt_BR]=Ferramenta de rede
GenericName[ro]=Utilitar de reţea
GenericName[ru]=Анализатор маршрута
GenericName[sk]=Sieťový nástroj
GenericName[sl]=Mrežno orodje
GenericName[sv]=Nätverksverktyg
GenericName[ta]=ŨÄì ¸ÕÅ¢
GenericName[th]=เครื่องมือระบบเครือข่าย
GenericName[tr]=Ağ Aracı
GenericName[uk]=Утиліта мережі
GenericName[ven]=Tshishumiswa tsha Vhudavhidzani
GenericName[vi]=Công cụ mạng
GenericName[xh]=Isixhobo seNetwork
GenericName[zh_CN]=网络工具
GenericName[zh_TW]=網路工具
GenericName[zu]=Ithuluzi Loxhumaniso olusakazekile
Comment[af]=Netwerk Program
Comment[ar]=أداة الشبكة
Comment[bg]=Инструменти за Мрежата
Comment[bs]=Mrežni alat
Comment[cs]=Síťový nástroj
Comment[da]=Netværksværktøj
Comment[de]=Netzwerk-Analyse
Comment[el]=Εργαλείο Δικτύου
Comment[eo]=Retanalizilo
Comment[es]=Herramienta de redes
Comment[et]=Võrguutiliit
Comment[eu]=Sare Tresna
Comment[fi]=Verkkotyökalu
Comment[fr]=Analyseur réseau
Comment[he]=כלי רשת
Comment[hu]=hálózatanalizáló
Comment[is]=Netleiðarakning (traceroute)
Comment[it]=Strumento di rete
Comment[ja]=ネットワークツール
Comment[lt]=Tinklo priemonė
Comment[lv]=Tīkla Rīks
Comment[nb]=Nettverksverktøy
Comment[nl]=netwerk-hulpprogramma
Comment[nn]=Nettverksverktøy
Comment[pl]=Analizator trasy pakietów
Comment[pt]=Ferramenta de Redes
Comment[pt_BR]=Ferramenta de rede
Comment[ro]=Utilitar de reţea
Comment[ru]=Анализатор маршрута
Comment[sk]=Sieťový nástroj
Comment[sl]=Mrežno orodje
Comment[sv]=Nätverksverktyg
Comment[ta]=ŨÄì ¸ÕÅ¢
Comment[th]=เครื่องมือระบบเครือข่าย
Comment[tr]=Ağ Aracı
Comment[uk]=Утиліта мережі
Comment[ven]=Tshishumiswa tsha Vhudavhidzani
Comment[vi]=Công cụ mạng
Comment[xh]=Isixhobo seNetwork
Comment[zh_CN]=网络工具
Comment[zh_TW]=網路工具
Comment[zu]=Ithuluzi Loxhumaniso olusakazekile
Exec=xtraceroute
Icon=normal/Globe
Terminal=false
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=xtraceroute
TryExec=xtraceroute

[Desktop Entry]
Name=FTP Shell
GenericName=FTP Client
Comment=Internet file transfer program
GenericName[af]=Ftp Kliënt
GenericName[ar]=عميل FTP
GenericName[be]=Кліент FTP
GenericName[bg]=FTP Клиент
GenericName[bs]=FTP klijent
GenericName[cs]=FTP klient
GenericName[da]=FTP-klient
GenericName[de]=FTP-Programm
GenericName[el]=Πελάτης FTP
GenericName[eo]=FTP-kliento
GenericName[es]=Cliente FTP
GenericName[et]=FTP klient
GenericName[eu]=FTP Bezeroa
GenericName[fi]=FTP-asiakasohjelma
GenericName[fr]=Un client FTP
GenericName[he]=תוכנית FTP
GenericName[hu]=FTP-kliens
GenericName[is]=FTP forrit
GenericName[it]=Client FTP
GenericName[ja]=FTPクライアント
GenericName[lt]=FTP klientas
GenericName[lv]=FTP Klients
GenericName[mt]=Klijent FTP
GenericName[nb]=FTP-klient
GenericName[nl]=FTP-cliënt
GenericName[nn]=FTP-klient
GenericName[pl]=Klient FTP
GenericName[pt]=Cliente de FTP
GenericName[pt_BR]=Cliente FTP
GenericName[ro]=Un client FTP
GenericName[ru]=Клиент FTP
GenericName[sk]=FTP klient
GenericName[sl]=Odjemnik za FTP
GenericName[sv]=FTP-klient
GenericName[ta]=FTP ¸ÕÅ¢
GenericName[th]=ไคลเอนต์ FTP
GenericName[tr]=FTP İstemcisi
GenericName[uk]=Клієнт FTP
GenericName[ven]=Mushumisani wa FTP
GenericName[vi]=Máy khách FTP
GenericName[xh]=Umxhasi we FTP
GenericName[zh_CN]=FTP 客户端程序
GenericName[zh_TW]=FTP 客戶端程式
GenericName[zu]=Umthengi we FTP
Comment[af]=Ftp Kliënt
Comment[ar]=عميل FTP
Comment[be]=Кліент FTP
Comment[bg]=FTP Клиент
Comment[bs]=FTP klijent
Comment[cs]=FTP klient
Comment[da]=FTP-klient
Comment[de]=FTP-Programm
Comment[el]=Πελάτης FTP
Comment[eo]=FTP-kliento
Comment[es]=Cliente FTP
Comment[et]=FTP klient
Comment[eu]=FTP Bezeroa
Comment[fi]=FTP-asiakasohjelma
Comment[fr]=Un client FTP
Comment[he]=תוכנית FTP
Comment[hu]=FTP-kliens
Comment[is]=FTP forrit
Comment[it]=Client FTP
Comment[ja]=FTPクライアント
Comment[lt]=FTP klientas
Comment[lv]=FTP Klients
Comment[mt]=Klijent FTP
Comment[nb]=FTP-klient
Comment[nl]=FTP-cliënt
Comment[nn]=FTP-klient
Comment[pl]=Klient FTP
Comment[pt]=Cliente de FTP
Comment[pt_BR]=Cliente FTP
Comment[ro]=Un client FTP
Comment[ru]=Клиент FTP
Comment[sk]=FTP klient
Comment[sl]=Odjemnik za FTP
Comment[sv]=FTP-klient
Comment[ta]=FTP ¸ÕÅ¢
Comment[th]=ไคลเอนต์ FTP
Comment[tr]=FTP İstemcisi
Comment[uk]=Клієнт FTP
Comment[ven]=Mushumisani wa FTP
Comment[vi]=Máy khách FTP
Comment[xh]=Umxhasi we FTP
Comment[zh_CN]=FTP 客户端程序
Comment[zh_TW]=FTP 客戶端程式
Comment[zu]=Umthengi we FTP
Exec=ftp
Icon=normal/FTPEarth
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=ftp
TryExec=ftp

[Desktop Entry]
Name=NcFTP
GenericName=FTP Client
Comment=FTP Client
Name[af]=Ncftp
Name[eo]=NcFtp
Name[hu]=ncFTP
Name[id]=Nc FTP
GenericName[af]=Ftp Kliënt
GenericName[ar]=عميل FTP
GenericName[be]=Кліент FTP
GenericName[bg]=FTP Клиент
GenericName[bs]=FTP klijent
GenericName[cs]=FTP klient
GenericName[da]=FTP-klient
GenericName[de]=FTP-Programm
GenericName[el]=Πελάτης FTP
GenericName[eo]=FTP-kliento
GenericName[es]=Cliente FTP
GenericName[et]=FTP klient
GenericName[eu]=FTP Bezeroa
GenericName[fi]=FTP-asiakasohjelma
GenericName[fr]=Un client FTP
GenericName[he]=תוכנית FTP
GenericName[hu]=FTP-kliens
GenericName[is]=FTP forrit
GenericName[it]=Client FTP
GenericName[ja]=FTPクライアント
GenericName[lt]=FTP klientas
GenericName[lv]=FTP Klients
GenericName[mt]=Klijent FTP
GenericName[nb]=FTP-klient
GenericName[nl]=FTP-cliënt
GenericName[nn]=FTP-klient
GenericName[pl]=Klient FTP
GenericName[pt]=Cliente de FTP
GenericName[pt_BR]=Cliente FTP
GenericName[ro]=Un client FTP
GenericName[ru]=Клиент FTP
GenericName[sk]=FTP klient
GenericName[sl]=Odjemnik za FTP
GenericName[sv]=FTP-klient
GenericName[ta]=FTP ¸ÕÅ¢
GenericName[th]=ไคลเอนต์ FTP
GenericName[tr]=FTP İstemcisi
GenericName[uk]=Клієнт FTP
GenericName[ven]=Mushumisani wa FTP
GenericName[vi]=Máy khách FTP
GenericName[xh]=Umxhasi we FTP
GenericName[zh_CN]=FTP 客户端程序
GenericName[zh_TW]=FTP 客戶端程式
GenericName[zu]=Umthengi we FTP
Comment[af]=Ftp Kliënt
Comment[ar]=عميل FTP
Comment[be]=Кліент FTP
Comment[bg]=FTP Клиент
Comment[bs]=FTP klijent
Comment[cs]=FTP klient
Comment[da]=FTP-klient
Comment[de]=FTP-Programm
Comment[el]=Πελάτης FTP
Comment[eo]=FTP-kliento
Comment[es]=Cliente FTP
Comment[et]=FTP klient
Comment[eu]=FTP Bezeroa
Comment[fi]=FTP-asiakasohjelma
Comment[fr]=Un client FTP
Comment[he]=תוכנית FTP
Comment[hu]=FTP-kliens
Comment[is]=FTP forrit
Comment[it]=Client FTP
Comment[ja]=FTPクライアント
Comment[lt]=FTP klientas
Comment[lv]=FTP Klients
Comment[mt]=Klijent FTP
Comment[nb]=FTP-klient
Comment[nl]=FTP-cliënt
Comment[nn]=FTP-klient
Comment[pl]=Klient FTP
Comment[pt]=Cliente de FTP
Comment[pt_BR]=Cliente FTP
Comment[ro]=Un client FTP
Comment[ru]=Клиент FTP
Comment[sk]=FTP klient
Comment[sl]=Odjemnik za FTP
Comment[sv]=FTP-klient
Comment[ta]=FTP ¸ÕÅ¢
Comment[th]=ไคลเอนต์ FTP
Comment[tr]=FTP İstemcisi
Comment[uk]=Клієнт FTP
Comment[ven]=Mushumisani wa FTP
Comment[vi]=Máy khách FTP
Comment[xh]=Umxhasi we FTP
Comment[zh_CN]=FTP 客户端程序
Comment[zh_TW]=FTP 客戶端程式
Comment[zu]=Umthengi we FTP
Exec=ncftp
Icon=normal/FTPEarth
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=ncftp
TryExec=ncftp

[Desktop Entry]
Name=Lftp
GenericName=FTP Client
Comment=FTP Client
Name[eo]=L-FTP
Name[fr]=LFTP
GenericName[af]=Ftp Kliënt
GenericName[ar]=عميل FTP
GenericName[be]=Кліент FTP
GenericName[bg]=FTP Клиент
GenericName[bs]=FTP klijent
GenericName[cs]=FTP klient
GenericName[da]=FTP-klient
GenericName[de]=FTP-Programm
GenericName[el]=Πελάτης FTP
GenericName[eo]=FTP-kliento
GenericName[es]=Cliente FTP
GenericName[et]=FTP klient
GenericName[eu]=FTP Bezeroa
GenericName[fi]=FTP-asiakasohjelma
GenericName[fr]=Un client FTP
GenericName[he]=תוכנית FTP
GenericName[hu]=FTP-kliens
GenericName[is]=FTP forrit
GenericName[it]=Client FTP
GenericName[ja]=FTPクライアント
GenericName[lt]=FTP klientas
GenericName[lv]=FTP Klients
GenericName[mt]=Klijent FTP
GenericName[nb]=FTP-klient
GenericName[nl]=FTP-cliënt
GenericName[nn]=FTP-klient
GenericName[pl]=Klient FTP
GenericName[pt]=Cliente de FTP
GenericName[pt_BR]=Cliente FTP
GenericName[ro]=Un client FTP
GenericName[ru]=Клиент FTP
GenericName[sk]=FTP klient
GenericName[sl]=Odjemnik za FTP
GenericName[sv]=FTP-klient
GenericName[ta]=FTP ¸ÕÅ¢
GenericName[th]=ไคลเอนต์ FTP
GenericName[tr]=FTP İstemcisi
GenericName[uk]=Клієнт FTP
GenericName[ven]=Mushumisani wa FTP
GenericName[vi]=Máy khách FTP
GenericName[xh]=Umxhasi we FTP
GenericName[zh_CN]=FTP 客户端程序
GenericName[zh_TW]=FTP 客戶端程式
GenericName[zu]=Umthengi we FTP
Comment[af]=Ftp Kliënt
Comment[ar]=عميل FTP
Comment[be]=Кліент FTP
Comment[bg]=FTP Клиент
Comment[bs]=FTP klijent
Comment[cs]=FTP klient
Comment[da]=FTP-klient
Comment[de]=FTP-Programm
Comment[el]=Πελάτης FTP
Comment[eo]=FTP-kliento
Comment[es]=Cliente FTP
Comment[et]=FTP klient
Comment[eu]=FTP Bezeroa
Comment[fi]=FTP-asiakasohjelma
Comment[fr]=Un client FTP
Comment[he]=תוכנית FTP
Comment[hu]=FTP-kliens
Comment[is]=FTP forrit
Comment[it]=Client FTP
Comment[ja]=FTPクライアント
Comment[lt]=FTP klientas
Comment[lv]=FTP Klients
Comment[mt]=Klijent FTP
Comment[nb]=FTP-klient
Comment[nl]=FTP-cliënt
Comment[nn]=FTP-klient
Comment[pl]=Klient FTP
Comment[pt]=Cliente de FTP
Comment[pt_BR]=Cliente FTP
Comment[ro]=Un client FTP
Comment[ru]=Клиент FTP
Comment[sk]=FTP klient
Comment[sl]=Odjemnik za FTP
Comment[sv]=FTP-klient
Comment[ta]=FTP ¸ÕÅ¢
Comment[th]=ไคลเอนต์ FTP
Comment[tr]=FTP İstemcisi
Comment[uk]=Клієнт FTP
Comment[ven]=Mushumisani wa FTP
Comment[vi]=Máy khách FTP
Comment[xh]=Umxhasi we FTP
Comment[zh_CN]=FTP 客户端程序
Comment[zh_TW]=FTP 客戶端程式
Comment[zu]=Umthengi we FTP
Exec=lftp %u
Icon=normal/FTPEarth
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=lftp
TryExec=lftp

[Desktop Entry]
Name=Lynx Text-Based Web Browser
GenericName=Web Browser
Comment=Web Browser
Name[eo]=Linko
GenericName[af]=Web Blaaier
GenericName[ar]=متصفح ويب
GenericName[bg]=Web Броузер
GenericName[bs]=WWW Preglednik
GenericName[cs]=WWW prohlížeč
GenericName[da]=Netsøger
GenericName[de]=Web-Browser
GenericName[el]=Φυλλομετρητής Ιστοσελίδων
GenericName[eo]=TTT-legilo
GenericName[es]=Navegador web
GenericName[et]=Veebibrauser
GenericName[eu]=Web Arakatzailea
GenericName[fi]=WWW-selain
GenericName[fr]=Navigateur web
GenericName[he]=דפדפן אינטרנט
GenericName[hu]=webböngésző
GenericName[is]=Vafri
GenericName[it]=Browser Web
GenericName[ja]=ウェブブラウザ
GenericName[lt]=Web naršyklė
GenericName[lv]=Web Pārlūks
GenericName[nb]=vevleser
GenericName[nl]=webbrowser
GenericName[nn]=Nettlesar
GenericName[pl]=Przeglądarka WWW
GenericName[pt]=Navegador Web
GenericName[pt_BR]=Navegador
GenericName[ro]=Navigator de web
GenericName[ru]=Веб-обозреватель
GenericName[sk]=Webový prehliadač
GenericName[sl]=Spletni brskalnik
GenericName[sv]=Webbläsare
GenericName[ta]=Å¨Ä ¯Ä¡Å¢
GenericName[th]=เวบบราวเซอร์
GenericName[tr]=Web Tarayıcı
GenericName[uk]=Переглядач Тенет
GenericName[ven]=Buronza ya Webu
GenericName[vi]=Trình duyệt Web
GenericName[xh]=Umkhangeli Zincwadi
GenericName[zh_CN]=网页浏览器
GenericName[zh_TW]=網頁瀏覽器
GenericName[zu]=Umbhekisisi wamaphepha e Web
Comment[af]=Web Blaaier
Comment[ar]=متصفح ويب
Comment[bg]=Web Броузер
Comment[bs]=WWW Preglednik
Comment[cs]=WWW prohlížeč
Comment[da]=Netsøger
Comment[de]=Web-Browser
Comment[el]=Φυλλομετρητής Ιστοσελίδων
Comment[eo]=TTT-legilo
Comment[es]=Navegador web
Comment[et]=Veebibrauser
Comment[eu]=Web Arakatzailea
Comment[fi]=WWW-selain
Comment[fr]=Navigateur web
Comment[he]=דפדפן אינטרנט
Comment[hu]=webböngésző
Comment[is]=Vafri
Comment[it]=Browser Web
Comment[ja]=ウェブブラウザ
Comment[lt]=Web naršyklė
Comment[lv]=Web Pārlūks
Comment[nb]=vevleser
Comment[nl]=webbrowser
Comment[nn]=Nettlesar
Comment[pl]=Przeglądarka WWW
Comment[pt]=Navegador Web
Comment[pt_BR]=Navegador
Comment[ro]=Navigator de web
Comment[ru]=Веб-обозреватель
Comment[sk]=Webový prehliadač
Comment[sl]=Spletni brskalnik
Comment[sv]=Webbläsare
Comment[ta]=Å¨Ä ¯Ä¡Å¢
Comment[th]=เวบบราวเซอร์
Comment[tr]=Web Tarayıcı
Comment[uk]=Переглядач Тенет
Comment[ven]=Buronza ya Webu
Comment[vi]=Trình duyệt Web
Comment[xh]=Umkhangeli Zincwadi
Comment[zh_CN]=网页浏览器
Comment[zh_TW]=網頁瀏覽器
Comment[zu]=Umbhekisisi wamaphepha e Web
Exec=lynx
Icon=normal/WWW
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=lynx
TryExec=lynx

[Desktop Entry]
Name=Links Text-Based Web Browser
GenericName=Web Browser
Comment=Web Browser
Name[af]=Skakel
Name[az]=Körpülər
Name[bg]=Линкове
Name[da]=Link
Name[eo]=Ligoj
Name[eu]=Loturak
Name[lv]=Saites
Name[nb]=Linker
Name[ven]=Vhukwamani
Name[vi]=Liên kết
Name[xh]=Amakhonkco
Name[zu]=Izixhumanisi
GenericName[af]=Web Blaaier
GenericName[ar]=متصفح ويب
GenericName[bg]=Web Броузер
GenericName[bs]=WWW Preglednik
GenericName[cs]=WWW prohlížeč
GenericName[da]=Netsøger
GenericName[de]=Web-Browser
GenericName[el]=Φυλλομετρητής Ιστοσελίδων
GenericName[eo]=TTT-legilo
GenericName[es]=Navegador web
GenericName[et]=Veebibrauser
GenericName[eu]=Web Arakatzailea
GenericName[fi]=WWW-selain
GenericName[fr]=Navigateur web
GenericName[he]=דפדפן אינטרנט
GenericName[hu]=webböngésző
GenericName[is]=Vafri
GenericName[it]=Browser Web
GenericName[ja]=ウェブブラウザ
GenericName[lt]=Web naršyklė
GenericName[lv]=Web Pārlūks
GenericName[nb]=vevleser
GenericName[nl]=webbrowser
GenericName[nn]=Nettlesar
GenericName[pl]=Przeglądarka WWW
GenericName[pt]=Navegador Web
GenericName[pt_BR]=Navegador
GenericName[ro]=Navigator de web
GenericName[ru]=Веб-обозреватель
GenericName[sk]=Webový prehliadač
GenericName[sl]=Spletni brskalnik
GenericName[sv]=Webbläsare
GenericName[ta]=Å¨Ä ¯Ä¡Å¢
GenericName[th]=เวบบราวเซอร์
GenericName[tr]=Web Tarayıcı
GenericName[uk]=Переглядач Тенет
GenericName[ven]=Buronza ya Webu
GenericName[vi]=Trình duyệt Web
GenericName[xh]=Umkhangeli Zincwadi
GenericName[zh_CN]=网页浏览器
GenericName[zh_TW]=網頁瀏覽器
GenericName[zu]=Umbhekisisi wamaphepha e Web
Comment[af]=Web Blaaier
Comment[ar]=متصفح ويب
Comment[bg]=Web Броузер
Comment[bs]=WWW Preglednik
Comment[cs]=WWW prohlížeč
Comment[da]=Netsøger
Comment[de]=Web-Browser
Comment[el]=Φυλλομετρητής Ιστοσελίδων
Comment[eo]=TTT-legilo
Comment[es]=Navegador web
Comment[et]=Veebibrauser
Comment[eu]=Web Arakatzailea
Comment[fi]=WWW-selain
Comment[fr]=Navigateur web
Comment[he]=דפדפן אינטרנט
Comment[hu]=webböngésző
Comment[is]=Vafri
Comment[it]=Browser Web
Comment[ja]=ウェブブラウザ
Comment[lt]=Web naršyklė
Comment[lv]=Web Pārlūks
Comment[nb]=vevleser
Comment[nl]=webbrowser
Comment[nn]=Nettlesar
Comment[pl]=Przeglądarka WWW
Comment[pt]=Navegador Web
Comment[pt_BR]=Navegador
Comment[ro]=Navigator de web
Comment[ru]=Веб-обозреватель
Comment[sk]=Webový prehliadač
Comment[sl]=Spletni brskalnik
Comment[sv]=Webbläsare
Comment[ta]=Å¨Ä ¯Ä¡Å¢
Comment[th]=เวบบราวเซอร์
Comment[tr]=Web Tarayıcı
Comment[uk]=Переглядач Тенет
Comment[ven]=Buronza ya Webu
Comment[vi]=Trình duyệt Web
Comment[xh]=Umkhangeli Zincwadi
Comment[zh_CN]=网页浏览器
Comment[zh_TW]=網頁瀏覽器
Comment[zu]=Umbhekisisi wamaphepha e Web
Exec=links
Icon=normal/WWW
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=links
TryExec=links

[Desktop Entry]
Name=Mutt E-Mail Client
GenericName=Mail Client
Comment=Mail Client
Name[bg]=Математика 
Name[eo]=Retpoŝtilo Mutt
Name[ko]=멋
GenericName[af]=Pos Kliënt
GenericName[ar]=البريد الألكتروني
GenericName[az]=Poçt Alıcısı
GenericName[be]=Паштовы кліент
GenericName[bg]=Пощенски клиент
GenericName[br]=Arval postel
GenericName[bs]=Program za čitanje elektronske pošte
GenericName[ca]=Programari de correu electrònic
GenericName[cs]=Klient pro čtení elektronické pošty
GenericName[da]=Program til at læse og sende e-mail
GenericName[de]=E-Mail-Programm
GenericName[el]=Πελάτης Mail
GenericName[eo]=Legi kaj sendi retpoŝton
GenericName[es]=Cliente de correo electrónico
GenericName[et]=Meiliklient
GenericName[eu]=Posta Bezeroa
GenericName[fi]=Ohjelma sähköpostien lukemiseen
GenericName[fr]=Logiciel de messagerie électronique
GenericName[gl]=Cliente de correo
GenericName[he]=תוכנית דואר
GenericName[hr]=Program za čitanje elektronske pošte
GenericName[hu]=levelezőprogram
GenericName[id]=Klien Mail
GenericName[is]=kmail:  Póstforrit KDE
GenericName[it]=Programma di posta elettronica
GenericName[ja]=メールクライアント
GenericName[ko]=편지를 주고 받는 프로그램
GenericName[lt]=Pašto klientas
GenericName[lv]=Pasta Klients
GenericName[mk]=Програма за е-пошта
GenericName[mt]=Klijent tal-imejl
GenericName[nb]=Program for å lese og sende e-post
GenericName[nl]=e-mailcliënt
GenericName[nn]=Lesing og sending av e-post
GenericName[oc]=Programari de correu electrònic
GenericName[pl]=Program do wysyłania i odbierania poczty elektronicznej
GenericName[pt]=Cliente de Email
GenericName[pt_BR]=Cliente de E-mail
GenericName[ro]=Program de poştă electronică
GenericName[ru]=Почтовый клиент
GenericName[sk]=Klient elektronickej pošty
GenericName[sl]=Program za e-pošto
GenericName[sr]=Program za e-poštu
GenericName[sv]=E-postklient
GenericName[ta]=«ïºü ¸ÕÅ¢
GenericName[th]=ไคลเอนต์จดหมายอิเล็กทรอนิกส์
GenericName[tr]=Posta İstemcisi
GenericName[uk]=Клієнт електронної пошти
GenericName[ven]=Mushumisani na poso
GenericName[vi]=Máy khách Thư tín
GenericName[xh]=Umxhasi Weposi
GenericName[zh_CN]=邮件程序
GenericName[zh_TW]=郵件處理程式
GenericName[zu]=Imeyili Yomthengi
Comment[af]=Pos Kliënt
Comment[ar]=البريد الألكتروني
Comment[az]=Poçt Alıcısı
Comment[be]=Паштовы кліент
Comment[bg]=Пощенски клиент
Comment[br]=Arval postel
Comment[bs]=Program za čitanje elektronske pošte
Comment[ca]=Programari de correu electrònic
Comment[cs]=Klient pro čtení elektronické pošty
Comment[da]=Program til at læse og sende e-mail
Comment[de]=E-Mail-Programm
Comment[el]=Πελάτης Mail
Comment[eo]=Legi kaj sendi retpoŝton
Comment[es]=Cliente de correo electrónico
Comment[et]=Meiliklient
Comment[eu]=Posta Bezeroa
Comment[fi]=Ohjelma sähköpostien lukemiseen
Comment[fr]=Logiciel de messagerie électronique
Comment[gl]=Cliente de correo
Comment[he]=תוכנית דואר
Comment[hr]=Program za čitanje elektronske pošte
Comment[hu]=levelezőprogram
Comment[id]=Klien Mail
Comment[is]=kmail:  Póstforrit KDE
Comment[it]=Programma di posta elettronica
Comment[ja]=メールクライアント
Comment[ko]=편지를 주고 받는 프로그램
Comment[lt]=Pašto klientas
Comment[lv]=Pasta Klients
Comment[mk]=Програма за е-пошта
Comment[mt]=Klijent tal-imejl
Comment[nb]=Program for å lese og sende e-post
Comment[nl]=e-mailcliënt
Comment[nn]=Lesing og sending av e-post
Comment[oc]=Programari de correu electrònic
Comment[pl]=Program do wysyłania i odbierania poczty elektronicznej
Comment[pt]=Cliente de Email
Comment[pt_BR]=Cliente de E-mail
Comment[ro]=Program de poştă electronică
Comment[ru]=Почтовый клиент
Comment[sk]=Klient elektronickej pošty
Comment[sl]=Program za e-pošto
Comment[sr]=Program za e-poštu
Comment[sv]=E-postklient
Comment[ta]=«ïºü ¸ÕÅ¢
Comment[th]=ไคลเอนต์จดหมายอิเล็กทรอนิกส์
Comment[tr]=Posta İstemcisi
Comment[uk]=Клієнт електронної пошти
Comment[ven]=Mushumisani na poso
Comment[vi]=Máy khách Thư tín
Comment[xh]=Umxhasi Weposi
Comment[zh_CN]=邮件程序
Comment[zh_TW]=郵件處理程式
Comment[zu]=Imeyili Yomthengi
Exec=mutt -y
Icon=normal/MailBox2
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=mutt
TryExec=mutt

[Desktop Entry]
Name=Pine E-Mail Client
GenericName=Mail Client
Comment=Program for Internet News and Email
Name[eo]=Pino
Name[es]=PINE
Name[ko]=파인
Name[ven]=Dzangalelo
Name[xh]=Uphelelwe ngamandla/iPayina
Name[zu]=Upayina
GenericName[af]=Pos Kliënt
GenericName[ar]=البريد الألكتروني
GenericName[az]=Poçt Alıcısı
GenericName[be]=Паштовы кліент
GenericName[bg]=Пощенски клиент
GenericName[br]=Arval postel
GenericName[bs]=Program za čitanje elektronske pošte
GenericName[ca]=Programari de correu electrònic
GenericName[cs]=Klient pro čtení elektronické pošty
GenericName[da]=Program til at læse og sende e-mail
GenericName[de]=E-Mail-Programm
GenericName[el]=Πελάτης Mail
GenericName[eo]=Legi kaj sendi retpoŝton
GenericName[es]=Cliente de correo electrónico
GenericName[et]=Meiliklient
GenericName[eu]=Posta Bezeroa
GenericName[fi]=Ohjelma sähköpostien lukemiseen
GenericName[fr]=Logiciel de messagerie électronique
GenericName[gl]=Cliente de correo
GenericName[he]=תוכנית דואר
GenericName[hr]=Program za čitanje elektronske pošte
GenericName[hu]=levelezőprogram
GenericName[id]=Klien Mail
GenericName[is]=kmail:  Póstforrit KDE
GenericName[it]=Programma di posta elettronica
GenericName[ja]=メールクライアント
GenericName[ko]=편지를 주고 받는 프로그램
GenericName[lt]=Pašto klientas
GenericName[lv]=Pasta Klients
GenericName[mk]=Програма за е-пошта
GenericName[mt]=Klijent tal-imejl
GenericName[nb]=Program for å lese og sende e-post
GenericName[nl]=e-mailcliënt
GenericName[nn]=Lesing og sending av e-post
GenericName[oc]=Programari de correu electrònic
GenericName[pl]=Program do wysyłania i odbierania poczty elektronicznej
GenericName[pt]=Cliente de Email
GenericName[pt_BR]=Cliente de E-mail
GenericName[ro]=Program de poştă electronică
GenericName[ru]=Почтовый клиент
GenericName[sk]=Klient elektronickej pošty
GenericName[sl]=Program za e-pošto
GenericName[sr]=Program za e-poštu
GenericName[sv]=E-postklient
GenericName[ta]=«ïºü ¸ÕÅ¢
GenericName[th]=ไคลเอนต์จดหมายอิเล็กทรอนิกส์
GenericName[tr]=Posta İstemcisi
GenericName[uk]=Клієнт електронної пошти
GenericName[ven]=Mushumisani na poso
GenericName[vi]=Máy khách Thư tín
GenericName[xh]=Umxhasi Weposi
GenericName[zh_CN]=邮件程序
GenericName[zh_TW]=郵件處理程式
GenericName[zu]=Imeyili Yomthengi
Comment[af]=Pos Kliënt
Comment[ar]=البريد الألكتروني
Comment[az]=Poçt Alıcısı
Comment[be]=Паштовы кліент
Comment[bg]=Пощенски клиент
Comment[br]=Arval postel
Comment[bs]=Program za čitanje elektronske pošte
Comment[ca]=Programari de correu electrònic
Comment[cs]=Klient pro čtení elektronické pošty
Comment[da]=Program til at læse og sende e-mail
Comment[de]=E-Mail-Programm
Comment[el]=Πελάτης Mail
Comment[eo]=Legi kaj sendi retpoŝton
Comment[es]=Cliente de correo electrónico
Comment[et]=Meiliklient
Comment[eu]=Posta Bezeroa
Comment[fi]=Ohjelma sähköpostien lukemiseen
Comment[fr]=Logiciel de messagerie électronique
Comment[gl]=Cliente de correo
Comment[he]=תוכנית דואר
Comment[hr]=Program za čitanje elektronske pošte
Comment[hu]=levelezőprogram
Comment[id]=Klien Mail
Comment[is]=kmail:  Póstforrit KDE
Comment[it]=Programma di posta elettronica
Comment[ja]=メールクライアント
Comment[ko]=편지를 주고 받는 프로그램
Comment[lt]=Pašto klientas
Comment[lv]=Pasta Klients
Comment[mk]=Програма за е-пошта
Comment[mt]=Klijent tal-imejl
Comment[nb]=Program for å lese og sende e-post
Comment[nl]=e-mailcliënt
Comment[nn]=Lesing og sending av e-post
Comment[oc]=Programari de correu electrònic
Comment[pl]=Program do wysyłania i odbierania poczty elektronicznej
Comment[pt]=Cliente de Email
Comment[pt_BR]=Cliente de E-mail
Comment[ro]=Program de poştă electronică
Comment[ru]=Почтовый клиент
Comment[sk]=Klient elektronickej pošty
Comment[sl]=Program za e-pošto
Comment[sr]=Program za e-poštu
Comment[sv]=E-postklient
Comment[ta]=«ïºü ¸ÕÅ¢
Comment[th]=ไคลเอนต์จดหมายอิเล็กทรอนิกส์
Comment[tr]=Posta İstemcisi
Comment[uk]=Клієнт електронної пошти
Comment[ven]=Mushumisani na poso
Comment[vi]=Máy khách Thư tín
Comment[xh]=Umxhasi Weposi
Comment[zh_CN]=邮件程序
Comment[zh_TW]=郵件處理程式
Comment[zu]=Imeyili Yomthengi
Exec=pine
Icon=normal/MailBox2
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=pine
TryExec=pine

[Desktop Entry]
Name=BitchX IRC Client
GenericName=IRC Client
Comment=Advanced Internet Relay Chat client
Exec=BitchX
Icon=normal/IRC_Transp
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=BitchX
TryExec=BitchX

[Desktop Entry]
Name=Tin News Reader
GenericName=News Reader
Comment=Full-screen easy to use Netnews reader
Exec=tin
Icon=normal/Newspaper
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=tin
TryExec=tin

[Desktop Entry]
Name=nn News Reader
GenericName=News Reader
Comment=Efficient net news interface (No News is good news)
Exec=nn
Icon=normal/Newspaper
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=nn
TryExec=nn

[Desktop Entry]
Name=w3m Text Web Browser
GenericName=text-based World Wide Web browser
Comment=Text-based World Wide Web browser with IPv6 support
Exec=w3m
Icon=normal/WWW
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=w3m
TryExec=w3m

[Desktop Entry]
Name=slrn News Reader
GenericName=News Reader
Comment=slrn (s-lang read news) accesses Usenet messages
Exec=slrn
Icon=normal/Newspaper
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=slrn
TryExec=slrn

[Desktop Entry]
Name=Telnet Shell
GenericName=Telnet Shell
Comment=User interface to the TELNET protocol
Exec=telnet
Icon=normal/Monitor1
Terminal=true
Type=Application
Encoding=UTF-8
Categories=Network
X-AfterStep-IndexName=telnet
TryExec=telnet