Guest User

Untitled

a guest
Mar 12th, 2012
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 229.36 KB | None | 0 0
  1. workerconfig 2.19.0;
  2. global {
  3. lang = "russian";
  4. rows = 5;
  5. columns = 7;
  6. cachesize = 20;
  7. listersets {
  8. left {
  9. hbartop = false;
  10. hbarheight = 22;
  11. vbarleft = false;
  12. vbarwidth = 22;
  13. showheader = true;
  14. displaysets {
  15. name;
  16. sizeh;
  17. modtime;
  18. size;
  19. type;
  20. owner;
  21. destination;
  22. }
  23. }
  24. right {
  25. hbartop = false;
  26. hbarheight = 22;
  27. vbarleft = false;
  28. vbarwidth = 22;
  29. showheader = true;
  30. displaysets {
  31. name;
  32. sizeh;
  33. modtime;
  34. size;
  35. type;
  36. owner;
  37. destination;
  38. }
  39. }
  40. }
  41. terminal = "xterm -e %s";
  42. ownerstyle = style1;
  43. usestringfordirsize = true;
  44. timesets {
  45. date = style3;
  46. datestring = "%d %b %Y";
  47. datesubstitution = true;
  48. time = style2;
  49. timestring = "%H:%M:%S";
  50. datebeforetime = false;
  51. }
  52. palette {
  53. 0 = 255,255,255;
  54. 1 = 0,0,0;
  55. 2 = 255,255,255;
  56. 3 = 0,85,187;
  57. 4 = 0,85,187;
  58. 5 = 255,255,190;
  59. 6 = 225,248,252;
  60. 7 = 238,170,68;
  61. 8 = 188,220,255;
  62. }
  63. layout {
  64. buttonsvertical = false;
  65. listviewsvertical = false;
  66. listviewweight = 5;
  67. weighttoactive = false;
  68. }
  69. mouseconf {
  70. selectbutton = 2;
  71. activatebutton = 1;
  72. scrollbutton = 3;
  73. activatemod {
  74. }
  75. scrollmod {
  76. mod = shift;
  77. }
  78. contextmod {
  79. }
  80. selectmethod = normal;
  81. }
  82. saveworkerstateonexit = true;
  83. volumemanager {
  84. mountcommand = "sudo /sbin/mount {f}";
  85. unmountcommand = "sudo /sbin/umount {f}";
  86. fstabfile = "";
  87. mtabfile = "";
  88. partfile = "";
  89. requestaction = true;
  90. ejectcommand = "";
  91. closetraycommand = "";
  92. }
  93. useversionstringcompare = true;
  94. }
  95. colors {
  96. statebar = 1,0;
  97. sellvbar = 1,0;
  98. unsellvbar = 1,0;
  99. seldir = 8,3;
  100. unseldir = 4,0;
  101. selfile = 8,3;
  102. unselfile = 1,0;
  103. clockbar = 1,0;
  104. selactdir = 1,8;
  105. unselactdir = 1,7;
  106. selactfile = 1,8;
  107. unselactfile = 1,7;
  108. requester = 1,0;
  109. lvheader = 1,0;
  110. lvbg = 0;
  111. textview = 1,0;
  112. textviewhighlighted = 7,3;
  113. textviewselection = 7,3;
  114. labelcolors {
  115. }
  116. }
  117. startup {
  118. left = "/home/ed/Download";
  119. right = "/mnt/sda8/Slackware/Compile";
  120. }
  121. fonts {
  122. globalfont = "-*-times-medium-r-*-*-12-*-*-*-*-*-*-*";
  123. buttonfont = "-*-times-medium-r-*-*-12-*-*-*-*-*-*-*";
  124. leftfont = "-misc-fixed-medium-r-semicondensed-*-13-*-*-*-*-*-*-*";
  125. rightfont = "-misc-fixed-medium-r-semicondensed-*-13-*-*-*-*-*-*-*";
  126. textviewfont = "fixed";
  127. }
  128. xftfonts {
  129. globalfont = "Sans-15";
  130. buttonfont = "Sans-14";
  131. leftfont = "Sans-15";
  132. rightfont = "Sans-15";
  133. textviewfont = "Sans-15";
  134. }
  135. clockbarsets {
  136. modus = version;
  137. updatetime = 1;
  138. program = "";
  139. }
  140. paths {
  141. path {
  142. position = 0;
  143. title = "/home/ed";
  144. color = 1,0;
  145. path = "/home/ed";
  146. shortkeys {
  147. normal {
  148. key = "1";
  149. }
  150. }
  151. }
  152. path {
  153. position = 1;
  154. title = "sda4";
  155. color = 1,0;
  156. path = "/mnt/sda4";
  157. shortkeys {
  158. }
  159. }
  160. path {
  161. position = 2;
  162. title = "sda8";
  163. color = 1,0;
  164. path = "/mnt/sda8";
  165. shortkeys {
  166. }
  167. }
  168. path {
  169. position = 3;
  170. title = "sdb5";
  171. color = 1,0;
  172. path = "/mnt/sdb5";
  173. shortkeys {
  174. }
  175. }
  176. path {
  177. position = 4;
  178. title = "/root";
  179. color = 1,0;
  180. path = "/root";
  181. shortkeys {
  182. }
  183. }
  184. path {
  185. position = 5;
  186. title = "Download";
  187. color = 1,0;
  188. path = "/home/ed/Download";
  189. shortkeys {
  190. }
  191. }
  192. path {
  193. position = 6;
  194. title = "Compile";
  195. color = 1,0;
  196. path = "/mnt/sda8/Slackware/Compile";
  197. shortkeys {
  198. }
  199. }
  200. path {
  201. position = 7;
  202. title = "/tmp";
  203. color = 1,0;
  204. path = "/tmp";
  205. shortkeys {
  206. }
  207. }
  208. path {
  209. position = 8;
  210. title = "/var/log/packages";
  211. color = 1,0;
  212. path = "/var/log/packages";
  213. shortkeys {
  214. }
  215. }
  216. path {
  217. position = 9;
  218. title = "Temp";
  219. color = 1,0;
  220. path = "/home/ed/Temp";
  221. shortkeys {
  222. }
  223. }
  224. path {
  225. position = 10;
  226. title = "/";
  227. color = 1,0;
  228. path = "/";
  229. shortkeys {
  230. }
  231. }
  232. path {
  233. position = 11;
  234. title = "/opt";
  235. color = 1,0;
  236. path = "/opt";
  237. shortkeys {
  238. }
  239. }
  240. path {
  241. position = 12;
  242. title = "/usr";
  243. color = 1,0;
  244. path = "/usr";
  245. shortkeys {
  246. }
  247. }
  248. path {
  249. position = 13;
  250. title = "/mnt";
  251. color = 1,0;
  252. path = "/mnt";
  253. shortkeys {
  254. normal {
  255. key = "2";
  256. }
  257. }
  258. }
  259. path {
  260. position = 14;
  261. title = "/.trash";
  262. color = 1,0;
  263. path = "/.trash";
  264. shortkeys {
  265. }
  266. }
  267. }
  268. hotkeys {
  269. hotkey {
  270. title = "Parent";
  271. shortkeys {
  272. normal {
  273. key = "Left";
  274. }
  275. }
  276. commands {
  277. ParentDirOp {
  278. }
  279. }
  280. }
  281. hotkey {
  282. title = "GoDir";
  283. shortkeys {
  284. normal {
  285. key = "Right";
  286. }
  287. }
  288. commands {
  289. EnterDirOp {
  290. dir = "";
  291. mode = active;
  292. }
  293. }
  294. }
  295. hotkey {
  296. title = "Up";
  297. shortkeys {
  298. normal {
  299. key = "Up";
  300. }
  301. }
  302. commands {
  303. RowUp {
  304. }
  305. }
  306. }
  307. hotkey {
  308. title = "Down";
  309. shortkeys {
  310. normal {
  311. key = "Down";
  312. }
  313. }
  314. commands {
  315. RowDown {
  316. }
  317. }
  318. }
  319. hotkey {
  320. title = "Top";
  321. shortkeys {
  322. normal {
  323. key = "Home";
  324. }
  325. }
  326. commands {
  327. FirstRow {
  328. }
  329. }
  330. }
  331. hotkey {
  332. title = "End";
  333. shortkeys {
  334. normal {
  335. key = "End";
  336. }
  337. }
  338. commands {
  339. LastRow {
  340. }
  341. }
  342. }
  343. hotkey {
  344. title = "Page up";
  345. shortkeys {
  346. normal {
  347. key = "Prior";
  348. }
  349. }
  350. commands {
  351. PageUp {
  352. }
  353. }
  354. }
  355. hotkey {
  356. title = "Page down";
  357. shortkeys {
  358. normal {
  359. key = "Next";
  360. }
  361. }
  362. commands {
  363. PageDown {
  364. }
  365. }
  366. }
  367. hotkey {
  368. title = "Select";
  369. shortkeys {
  370. normal {
  371. key = "Insert";
  372. }
  373. }
  374. commands {
  375. SelectOp {
  376. }
  377. }
  378. }
  379. hotkey {
  380. title = "Main";
  381. shortkeys {
  382. normal {
  383. key = "Return";
  384. }
  385. }
  386. commands {
  387. SimDDOp {
  388. }
  389. }
  390. }
  391. hotkey {
  392. title = "LeftListerOptions";
  393. shortkeys {
  394. normal {
  395. key = "F1";
  396. mod = mod1;
  397. }
  398. }
  399. commands {
  400. ChangeListerSetOp {
  401. mode = left;
  402. }
  403. }
  404. }
  405. hotkey {
  406. title = "RightListerOptions";
  407. shortkeys {
  408. normal {
  409. key = "F2";
  410. mod = mod1;
  411. }
  412. }
  413. commands {
  414. ChangeListerSetOp {
  415. mode = right;
  416. }
  417. }
  418. }
  419. hotkey {
  420. title = "ListerToLeft";
  421. shortkeys {
  422. normal {
  423. key = "Left";
  424. mod = control;
  425. }
  426. }
  427. commands {
  428. ScrollListerOp {
  429. mode = left;
  430. }
  431. }
  432. }
  433. hotkey {
  434. title = "ListerToRight";
  435. shortkeys {
  436. normal {
  437. key = "Right";
  438. mod = control;
  439. }
  440. }
  441. commands {
  442. ScrollListerOp {
  443. mode = right;
  444. }
  445. }
  446. }
  447. hotkey {
  448. title = "Start";
  449. shortkeys {
  450. double {
  451. key = "x";
  452. mod = control;
  453. key = "x";
  454. mod = control;
  455. }
  456. }
  457. commands {
  458. StartProgOp {
  459. start = terminalwait;
  460. viewstr = "";
  461. global = true;
  462. inbackground = false;
  463. dontcd = false;
  464. }
  465. }
  466. }
  467. hotkey {
  468. title = "Search entry";
  469. shortkeys {
  470. normal {
  471. key = "s";
  472. mod = control;
  473. }
  474. }
  475. commands {
  476. SearchEntryOp {
  477. ignorecase = false;
  478. reversesearch = false;
  479. }
  480. }
  481. }
  482. hotkey {
  483. title = "Edit path";
  484. shortkeys {
  485. normal {
  486. key = "Return";
  487. mod = control;
  488. }
  489. }
  490. commands {
  491. EnterPathOp {
  492. mode = current;
  493. }
  494. }
  495. }
  496. hotkey {
  497. title = "Edit other path";
  498. shortkeys {
  499. normal {
  500. key = "Return";
  501. mod = control;
  502. mod = shift;
  503. }
  504. }
  505. commands {
  506. EnterPathOp {
  507. mode = other;
  508. }
  509. }
  510. }
  511. hotkey {
  512. title = "Switch";
  513. shortkeys {
  514. normal {
  515. key = "Tab";
  516. }
  517. }
  518. commands {
  519. SwitchListerOp {
  520. }
  521. }
  522. }
  523. hotkey {
  524. title = "image mode";
  525. shortkeys {
  526. normal {
  527. key = "b";
  528. mod = control;
  529. }
  530. }
  531. commands {
  532. ToggleListermodeOp {
  533. mode = "ShowImageMode";
  534. }
  535. }
  536. }
  537. hotkey {
  538. title = "info mode";
  539. shortkeys {
  540. normal {
  541. key = "i";
  542. mod = control;
  543. }
  544. }
  545. commands {
  546. ToggleListermodeOp {
  547. mode = "InformationMode";
  548. }
  549. }
  550. }
  551. hotkey {
  552. title = "Hidden";
  553. shortkeys {
  554. normal {
  555. key = "asciicircum";
  556. }
  557. }
  558. commands {
  559. ChangeHiddenFlag {
  560. hiddenfiles = toggle;
  561. }
  562. }
  563. }
  564. hotkey {
  565. title = "pattern unselect";
  566. shortkeys {
  567. normal {
  568. key = "KP_Divide";
  569. mod = shift;
  570. }
  571. }
  572. commands {
  573. FilterUnSelectOp {
  574. filter = "*";
  575. }
  576. }
  577. }
  578. hotkey {
  579. title = "Enter VFS";
  580. shortkeys {
  581. normal {
  582. key = "Return";
  583. mod = shift;
  584. }
  585. }
  586. commands {
  587. EnterDirOp {
  588. dir = "{F}#";
  589. mode = special;
  590. }
  591. }
  592. }
  593. hotkey {
  594. title = "Open context menu";
  595. shortkeys {
  596. normal {
  597. key = "space";
  598. mod = control;
  599. }
  600. }
  601. commands {
  602. OpenContextMenuOp {
  603. }
  604. }
  605. }
  606. hotkey {
  607. title = "Change file label";
  608. shortkeys {
  609. normal {
  610. key = "l";
  611. mod = mod1;
  612. }
  613. }
  614. commands {
  615. ChangeLabelOp {
  616. askforlabel = true;
  617. label = "marked";
  618. }
  619. }
  620. }
  621. hotkey {
  622. title = "New tab";
  623. shortkeys {
  624. normal {
  625. key = "t";
  626. mod = control;
  627. }
  628. }
  629. commands {
  630. ModifyTabsOp {
  631. tabaction = newtab;
  632. }
  633. }
  634. }
  635. hotkey {
  636. title = "Close tab";
  637. shortkeys {
  638. normal {
  639. key = "w";
  640. mod = control;
  641. }
  642. }
  643. commands {
  644. ModifyTabsOp {
  645. tabaction = closecurrenttab;
  646. }
  647. }
  648. }
  649. hotkey {
  650. title = "Next tab";
  651. shortkeys {
  652. normal {
  653. key = "Next";
  654. mod = control;
  655. }
  656. }
  657. commands {
  658. ModifyTabsOp {
  659. tabaction = nexttab;
  660. }
  661. }
  662. }
  663. hotkey {
  664. title = "Prev tab";
  665. shortkeys {
  666. normal {
  667. key = "Prior";
  668. mod = control;
  669. }
  670. }
  671. commands {
  672. ModifyTabsOp {
  673. tabaction = prevtab;
  674. }
  675. }
  676. }
  677. hotkey {
  678. title = "80% Layout";
  679. shortkeys {
  680. double {
  681. key = "l";
  682. mod = control;
  683. key = "1";
  684. }
  685. }
  686. commands {
  687. ChangeLayoutOp {
  688. buttonsvertical = false;
  689. listviewsvertical = false;
  690. listviewweight = 8;
  691. weighttoactive = false;
  692. }
  693. }
  694. }
  695. hotkey {
  696. title = "Horizontal layout";
  697. shortkeys {
  698. double {
  699. key = "l";
  700. mod = control;
  701. key = "2";
  702. }
  703. }
  704. commands {
  705. ChangeLayoutOp {
  706. buttonsvertical = false;
  707. listviewsvertical = true;
  708. listviewweight = 5;
  709. weighttoactive = false;
  710. statebar;
  711. listviews;
  712. buttons;
  713. listviews;
  714. clockbar;
  715. }
  716. }
  717. }
  718. hotkey {
  719. title = "Path->other side in new tab";
  720. shortkeys {
  721. normal {
  722. key = "o";
  723. mod = mod1;
  724. }
  725. }
  726. commands {
  727. SwitchListerOp {
  728. }
  729. ModifyTabsOp {
  730. tabaction = newtab;
  731. }
  732. EnterDirOp {
  733. dir = "{p}";
  734. mode = special;
  735. }
  736. SwitchListerOp {
  737. }
  738. }
  739. }
  740. hotkey {
  741. title = "active entry->other side in new tab";
  742. shortkeys {
  743. normal {
  744. key = "O";
  745. mod = shift;
  746. mod = mod1;
  747. }
  748. }
  749. commands {
  750. SwitchListerOp {
  751. }
  752. ModifyTabsOp {
  753. tabaction = newtab;
  754. }
  755. SwitchListerOp {
  756. }
  757. EnterDirOp {
  758. dir = "";
  759. mode = active2other;
  760. }
  761. }
  762. }
  763. hotkey {
  764. title = "Volume manager";
  765. shortkeys {
  766. normal {
  767. key = "v";
  768. mod = mod1;
  769. }
  770. }
  771. commands {
  772. VolumeManagerOp {
  773. }
  774. }
  775. }
  776. }
  777. buttons {
  778. button {
  779. position = 0;
  780. title = "Просмoтр(dillo)";
  781. color = 1,0;
  782. shortkeys {
  783. normal {
  784. key = "F4";
  785. }
  786. }
  787. commands {
  788. InternalViewOp {
  789. requestflags = false;
  790. customfiles = "";
  791. showmode = active;
  792. }
  793. }
  794. }
  795. button {
  796. position = 1;
  797. title = "dillo";
  798. color = 1,0;
  799. shortkeys {
  800. }
  801. commands {
  802. OwnOp {
  803. separateeachentry = false;
  804. recursive = false;
  805. start = normal;
  806. com = "dillo {F}";
  807. viewstr = "";
  808. inbackground = true;
  809. takedirs = false;
  810. dontcd = false;
  811. }
  812. ReloadOp {
  813. mode = current;
  814. resetdirsizes = false;
  815. keepfiletypes = false;
  816. }
  817. }
  818. }
  819. button {
  820. position = 2;
  821. title = "fxite ( hex )";
  822. color = 1,0;
  823. shortkeys {
  824. }
  825. commands {
  826. OwnOp {
  827. separateeachentry = false;
  828. recursive = false;
  829. start = normal;
  830. com = "sudo fxite {F}";
  831. viewstr = "";
  832. inbackground = false;
  833. takedirs = false;
  834. dontcd = false;
  835. }
  836. OwnOp {
  837. separateeachentry = false;
  838. recursive = false;
  839. start = normal;
  840. com = "wmctrl -a \"fxite\"";
  841. viewstr = "";
  842. inbackground = false;
  843. takedirs = false;
  844. dontcd = false;
  845. }
  846. ReloadOp {
  847. mode = current;
  848. resetdirsizes = false;
  849. keepfiletypes = false;
  850. }
  851. }
  852. }
  853. button {
  854. position = 3;
  855. title = "hex";
  856. color = 1,0;
  857. shortkeys {
  858. }
  859. commands {
  860. OwnOp {
  861. separateeachentry = false;
  862. recursive = false;
  863. start = normal;
  864. com = "wxHexEditor {f}";
  865. viewstr = "";
  866. inbackground = false;
  867. takedirs = false;
  868. dontcd = false;
  869. }
  870. }
  871. }
  872. button {
  873. position = 4;
  874. title = "Копировать (спр)";
  875. color = 1,0;
  876. shortkeys {
  877. normal {
  878. key = "F5";
  879. }
  880. }
  881. commands {
  882. CopyOp {
  883. followsymlinks = false;
  884. move = false;
  885. rename = false;
  886. samedir = false;
  887. requestdest = false;
  888. requestflags = false;
  889. overwrite = normal;
  890. copymode = normal;
  891. preserveattr = true;
  892. }
  893. ReloadOp {
  894. mode = other;
  895. resetdirsizes = false;
  896. keepfiletypes = false;
  897. }
  898. }
  899. }
  900. button {
  901. position = 5;
  902. title = "Копировать - запрос";
  903. color = 1,0;
  904. shortkeys {
  905. }
  906. commands {
  907. CopyOp {
  908. followsymlinks = false;
  909. move = false;
  910. rename = true;
  911. samedir = false;
  912. requestdest = false;
  913. requestflags = true;
  914. overwrite = normal;
  915. copymode = normal;
  916. preserveattr = true;
  917. }
  918. ReloadOp {
  919. mode = other;
  920. resetdirsizes = false;
  921. keepfiletypes = false;
  922. }
  923. }
  924. }
  925. button {
  926. position = 6;
  927. title = "Переместить(спр)";
  928. color = 1,0;
  929. shortkeys {
  930. normal {
  931. key = "F6";
  932. }
  933. }
  934. commands {
  935. CopyOp {
  936. followsymlinks = false;
  937. move = true;
  938. rename = false;
  939. samedir = false;
  940. requestdest = false;
  941. requestflags = false;
  942. overwrite = normal;
  943. copymode = normal;
  944. preserveattr = true;
  945. }
  946. ReloadOp {
  947. mode = other;
  948. resetdirsizes = false;
  949. keepfiletypes = false;
  950. }
  951. ReloadOp {
  952. mode = other;
  953. resetdirsizes = false;
  954. keepfiletypes = false;
  955. }
  956. }
  957. }
  958. button {
  959. position = 7;
  960. title = "Переместить-запрос";
  961. color = 1,0;
  962. shortkeys {
  963. }
  964. commands {
  965. CopyOp {
  966. followsymlinks = false;
  967. move = true;
  968. rename = true;
  969. samedir = false;
  970. requestdest = false;
  971. requestflags = true;
  972. overwrite = normal;
  973. copymode = normal;
  974. preserveattr = true;
  975. }
  976. ReloadOp {
  977. mode = other;
  978. resetdirsizes = false;
  979. keepfiletypes = false;
  980. }
  981. ReloadOp {
  982. mode = current;
  983. resetdirsizes = false;
  984. keepfiletypes = false;
  985. }
  986. }
  987. }
  988. button {
  989. position = 8;
  990. title = "Переимен.(дубль)";
  991. color = 1,0;
  992. shortkeys {
  993. }
  994. commands {
  995. RenameOp {
  996. }
  997. ReloadOp {
  998. mode = current;
  999. resetdirsizes = false;
  1000. keepfiletypes = false;
  1001. }
  1002. }
  1003. }
  1004. button {
  1005. position = 9;
  1006. title = "Дубль";
  1007. color = 1,0;
  1008. shortkeys {
  1009. }
  1010. commands {
  1011. CopyOp {
  1012. followsymlinks = false;
  1013. move = false;
  1014. rename = true;
  1015. samedir = true;
  1016. requestdest = false;
  1017. requestflags = false;
  1018. overwrite = normal;
  1019. copymode = normal;
  1020. preserveattr = true;
  1021. }
  1022. ReloadOp {
  1023. mode = current;
  1024. resetdirsizes = false;
  1025. keepfiletypes = false;
  1026. }
  1027. }
  1028. }
  1029. button {
  1030. position = 10;
  1031. title = "Созд папку(файл)";
  1032. color = 1,0;
  1033. shortkeys {
  1034. normal {
  1035. key = "F7";
  1036. }
  1037. }
  1038. commands {
  1039. MakeDirOp {
  1040. }
  1041. ReloadOp {
  1042. mode = current;
  1043. resetdirsizes = false;
  1044. keepfiletypes = false;
  1045. }
  1046. ReloadOp {
  1047. mode = other;
  1048. resetdirsizes = false;
  1049. keepfiletypes = false;
  1050. }
  1051. }
  1052. }
  1053. button {
  1054. position = 11;
  1055. title = "Создать файл";
  1056. color = 1,0;
  1057. shortkeys {
  1058. }
  1059. commands {
  1060. OwnOp {
  1061. separateeachentry = false;
  1062. recursive = false;
  1063. start = normal;
  1064. com = "sudo leafpad {Rs{Enter filename:}{}}";
  1065. viewstr = "";
  1066. inbackground = false;
  1067. takedirs = false;
  1068. dontcd = false;
  1069. }
  1070. ReloadOp {
  1071. mode = current;
  1072. resetdirsizes = false;
  1073. keepfiletypes = false;
  1074. }
  1075. ReloadOp {
  1076. mode = other;
  1077. resetdirsizes = false;
  1078. keepfiletypes = false;
  1079. }
  1080. }
  1081. }
  1082. button {
  1083. position = 12;
  1084. title = "В корзину(удалить)";
  1085. color = 1,5;
  1086. shortkeys {
  1087. normal {
  1088. key = "F8";
  1089. }
  1090. }
  1091. commands {
  1092. OwnOp {
  1093. separateeachentry = false;
  1094. recursive = false;
  1095. start = normal;
  1096. com = "sudo cn -t /.trash -f {A}";
  1097. viewstr = "";
  1098. inbackground = false;
  1099. takedirs = false;
  1100. dontcd = false;
  1101. }
  1102. SwitchListerOp {
  1103. }
  1104. ReloadOp {
  1105. mode = other;
  1106. resetdirsizes = false;
  1107. keepfiletypes = false;
  1108. }
  1109. SwitchListerOp {
  1110. }
  1111. ReloadOp {
  1112. mode = other;
  1113. resetdirsizes = false;
  1114. keepfiletypes = false;
  1115. }
  1116. }
  1117. }
  1118. button {
  1119. position = 13;
  1120. title = "Удалить";
  1121. color = 1,0;
  1122. shortkeys {
  1123. }
  1124. commands {
  1125. OwnOp {
  1126. separateeachentry = false;
  1127. recursive = false;
  1128. start = normal;
  1129. com = "rm -rf {A}";
  1130. viewstr = "";
  1131. inbackground = false;
  1132. takedirs = false;
  1133. dontcd = false;
  1134. }
  1135. ReloadOp {
  1136. mode = current;
  1137. resetdirsizes = false;
  1138. keepfiletypes = false;
  1139. }
  1140. ReloadOp {
  1141. mode = other;
  1142. resetdirsizes = false;
  1143. keepfiletypes = false;
  1144. }
  1145. }
  1146. }
  1147. button {
  1148. position = 14;
  1149. title = "Закладки(mc-root)";
  1150. color = 1,0;
  1151. shortkeys {
  1152. }
  1153. commands {
  1154. DirBookmarkOp {
  1155. }
  1156. ReloadOp {
  1157. mode = current;
  1158. resetdirsizes = false;
  1159. keepfiletypes = false;
  1160. }
  1161. ReloadOp {
  1162. mode = other;
  1163. resetdirsizes = false;
  1164. keepfiletypes = false;
  1165. }
  1166. }
  1167. }
  1168. button {
  1169. position = 15;
  1170. title = "mc-root";
  1171. color = 1,0;
  1172. shortkeys {
  1173. }
  1174. commands {
  1175. OwnOp {
  1176. separateeachentry = false;
  1177. recursive = false;
  1178. start = normal;
  1179. com = "roxterm --tab --tab-name=mc-root -e /opt/scripts/roxterm-command-in-new-tab sudo mc";
  1180. viewstr = "";
  1181. inbackground = false;
  1182. takedirs = false;
  1183. dontcd = false;
  1184. }
  1185. }
  1186. }
  1187. button {
  1188. position = 16;
  1189. title = "Обновить(Сменить)";
  1190. color = 1,0;
  1191. shortkeys {
  1192. }
  1193. commands {
  1194. ReloadOp {
  1195. mode = current;
  1196. resetdirsizes = false;
  1197. keepfiletypes = false;
  1198. }
  1199. }
  1200. }
  1201. button {
  1202. position = 17;
  1203. title = "Сменить";
  1204. color = 1,0;
  1205. shortkeys {
  1206. }
  1207. commands {
  1208. Path2OSideOp {
  1209. }
  1210. }
  1211. }
  1212. button {
  1213. position = 18;
  1214. title = "Выдел все(Снять)";
  1215. color = 1,0;
  1216. shortkeys {
  1217. double {
  1218. key = "KP_Add";
  1219. key = "KP_Enter";
  1220. }
  1221. }
  1222. commands {
  1223. SelectAllOp {
  1224. }
  1225. }
  1226. }
  1227. button {
  1228. position = 19;
  1229. title = "Снять выделение";
  1230. color = 1,0;
  1231. shortkeys {
  1232. double {
  1233. key = "KP_Subtract";
  1234. key = "KP_Enter";
  1235. }
  1236. }
  1237. commands {
  1238. SelectNoneOp {
  1239. }
  1240. }
  1241. }
  1242. button {
  1243. position = 20;
  1244. title = "Инвертир(Маска)";
  1245. color = 1,0;
  1246. shortkeys {
  1247. }
  1248. commands {
  1249. InvertAllOp {
  1250. }
  1251. }
  1252. }
  1253. button {
  1254. position = 21;
  1255. title = "Выдел.маске";
  1256. color = 1,0;
  1257. shortkeys {
  1258. }
  1259. commands {
  1260. FilterSelectOp {
  1261. filter = "*";
  1262. }
  1263. }
  1264. }
  1265. button {
  1266. position = 22;
  1267. title = "Переим(дубdir)-root";
  1268. color = 1,5;
  1269. shortkeys {
  1270. }
  1271. commands {
  1272. OwnOp {
  1273. separateeachentry = false;
  1274. recursive = false;
  1275. start = normal;
  1276. com = "sudo /opt/scripts/mv-worker -iv {f} {Rs{Введите имя файла:|(будет переименован в текущей панели)}{{ufe}}}";
  1277. viewstr = "";
  1278. inbackground = false;
  1279. takedirs = false;
  1280. dontcd = false;
  1281. }
  1282. ReloadOp {
  1283. mode = current;
  1284. resetdirsizes = false;
  1285. keepfiletypes = false;
  1286. }
  1287. }
  1288. }
  1289. button {
  1290. position = 23;
  1291. title = "Дубль (root)";
  1292. color = 1,5;
  1293. shortkeys {
  1294. }
  1295. commands {
  1296. OwnOp {
  1297. separateeachentry = false;
  1298. recursive = false;
  1299. start = normal;
  1300. com = "roxterm --tab --tab-name=Переименование -e /opt/scripts/roxterm-command-in-new-tab sudo /opt/scripts/rsync-worker -varlsh --progress {f}/ {Rs{Введите новое имя папки:|(будет создана в текущей панели)}{{uf}}}/";
  1301. viewstr = "";
  1302. inbackground = false;
  1303. takedirs = false;
  1304. dontcd = false;
  1305. }
  1306. ReloadOp {
  1307. mode = current;
  1308. resetdirsizes = false;
  1309. keepfiletypes = false;
  1310. }
  1311. }
  1312. }
  1313. button {
  1314. position = 24;
  1315. title = "Созд папк(файл)-root";
  1316. color = 1,5;
  1317. shortkeys {
  1318. }
  1319. commands {
  1320. OwnOp {
  1321. separateeachentry = false;
  1322. recursive = false;
  1323. start = normal;
  1324. com = "sudo /opt/scripts/mkdir-worker {Rs{Введите имя директории:|(будет создана в текущей панели)}{{uf}}}";
  1325. viewstr = "";
  1326. inbackground = false;
  1327. takedirs = false;
  1328. dontcd = false;
  1329. }
  1330. ReloadOp {
  1331. mode = current;
  1332. resetdirsizes = false;
  1333. keepfiletypes = false;
  1334. }
  1335. }
  1336. }
  1337. button {
  1338. position = 25;
  1339. title = "Создать файл -root";
  1340. color = 1,0;
  1341. shortkeys {
  1342. }
  1343. commands {
  1344. OwnOp {
  1345. separateeachentry = false;
  1346. recursive = false;
  1347. start = normal;
  1348. com = "sudo leafpad {Rs{Enter filename:}{}}";
  1349. viewstr = "";
  1350. inbackground = false;
  1351. takedirs = false;
  1352. dontcd = false;
  1353. }
  1354. ReloadOp {
  1355. mode = current;
  1356. resetdirsizes = false;
  1357. keepfiletypes = false;
  1358. }
  1359. ReloadOp {
  1360. mode = other;
  1361. resetdirsizes = false;
  1362. keepfiletypes = false;
  1363. }
  1364. }
  1365. }
  1366. button {
  1367. position = 26;
  1368. title = "Файл (Поиск)";
  1369. color = 1,0;
  1370. shortkeys {
  1371. }
  1372. commands {
  1373. SearchEntryOp {
  1374. ignorecase = true;
  1375. reversesearch = false;
  1376. infixsearch = true;
  1377. }
  1378. }
  1379. }
  1380. button {
  1381. position = 27;
  1382. title = "Поиск (файл)";
  1383. color = 1,0;
  1384. shortkeys {
  1385. }
  1386. commands {
  1387. SearchOp {
  1388. editcommand = "medit -t l {l} {f}";
  1389. showprevresults = false;
  1390. }
  1391. }
  1392. }
  1393. button {
  1394. position = 28;
  1395. title = "История(Ред.линк)";
  1396. color = 1,0;
  1397. shortkeys {
  1398. }
  1399. commands {
  1400. PathJumpOp {
  1401. }
  1402. ReloadOp {
  1403. mode = current;
  1404. resetdirsizes = false;
  1405. keepfiletypes = false;
  1406. }
  1407. ReloadOp {
  1408. mode = other;
  1409. resetdirsizes = false;
  1410. keepfiletypes = false;
  1411. }
  1412. }
  1413. }
  1414. button {
  1415. position = 29;
  1416. title = "Редактировать ссылку";
  1417. color = 1,5;
  1418. shortkeys {
  1419. }
  1420. commands {
  1421. ChangeSymlinkOp {
  1422. }
  1423. ReloadOp {
  1424. mode = other;
  1425. resetdirsizes = false;
  1426. keepfiletypes = false;
  1427. }
  1428. SwitchListerOp {
  1429. }
  1430. ReloadOp {
  1431. mode = current;
  1432. resetdirsizes = false;
  1433. keepfiletypes = false;
  1434. }
  1435. }
  1436. }
  1437. button {
  1438. position = 30;
  1439. title = "Симлинк (root)";
  1440. color = 1,0;
  1441. shortkeys {
  1442. }
  1443. commands {
  1444. CreateSymlinkOp {
  1445. samedir = false;
  1446. relative = false;
  1447. requestflags = false;
  1448. }
  1449. ReloadOp {
  1450. mode = other;
  1451. resetdirsizes = false;
  1452. keepfiletypes = false;
  1453. }
  1454. ReloadOp {
  1455. mode = current;
  1456. resetdirsizes = false;
  1457. keepfiletypes = false;
  1458. }
  1459. }
  1460. }
  1461. button {
  1462. position = 31;
  1463. title = "Симлинк root";
  1464. color = 1,0;
  1465. shortkeys {
  1466. }
  1467. commands {
  1468. OwnOp {
  1469. separateeachentry = false;
  1470. recursive = false;
  1471. start = normal;
  1472. com = "sudo /opt/scripts/ln-worker -s {F} {op}/{Rs{Введите имя ссылки:|(будет создана в другой панели)}{{uF}}}";
  1473. viewstr = "";
  1474. inbackground = false;
  1475. takedirs = false;
  1476. dontcd = false;
  1477. }
  1478. ReloadOp {
  1479. mode = other;
  1480. resetdirsizes = false;
  1481. keepfiletypes = false;
  1482. }
  1483. ReloadOp {
  1484. mode = current;
  1485. resetdirsizes = false;
  1486. keepfiletypes = false;
  1487. }
  1488. }
  1489. }
  1490. button {
  1491. position = 32;
  1492. title = "Копир-root(терминал)";
  1493. color = 1,5;
  1494. shortkeys {
  1495. }
  1496. commands {
  1497. OwnOp {
  1498. separateeachentry = false;
  1499. recursive = false;
  1500. start = normal;
  1501. com = "sudo /opt/scripts/rsync-worker -varlsh {ua} {op}";
  1502. viewstr = "";
  1503. inbackground = false;
  1504. takedirs = false;
  1505. dontcd = false;
  1506. }
  1507. SwitchListerOp {
  1508. }
  1509. ReloadOp {
  1510. mode = current;
  1511. resetdirsizes = false;
  1512. keepfiletypes = false;
  1513. }
  1514. SwitchListerOp {
  1515. }
  1516. }
  1517. }
  1518. button {
  1519. position = 33;
  1520. title = "Копир-root- терминал";
  1521. color = 1,5;
  1522. shortkeys {
  1523. }
  1524. commands {
  1525. OwnOp {
  1526. separateeachentry = false;
  1527. recursive = false;
  1528. start = normal;
  1529. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab sudo /opt/scripts/rsync-worker -varlsh --progress {ua} {op}";
  1530. viewstr = "";
  1531. inbackground = false;
  1532. takedirs = false;
  1533. dontcd = false;
  1534. }
  1535. SwitchListerOp {
  1536. }
  1537. ReloadOp {
  1538. mode = current;
  1539. resetdirsizes = false;
  1540. keepfiletypes = false;
  1541. }
  1542. SwitchListerOp {
  1543. }
  1544. ReloadOp {
  1545. mode = other;
  1546. resetdirsizes = false;
  1547. keepfiletypes = false;
  1548. }
  1549. }
  1550. }
  1551. button {
  1552. position = 34;
  1553. title = "install(remove)pkg";
  1554. color = 1,5;
  1555. shortkeys {
  1556. }
  1557. commands {
  1558. OwnOp {
  1559. separateeachentry = false;
  1560. recursive = false;
  1561. start = normal;
  1562. com = "roxterm --tab --tab-name=install-{uF} -e /opt/scripts/roxterm-command-in-new-tab-installpkg sudo /sbin/installpkg {uA}";
  1563. viewstr = "";
  1564. inbackground = false;
  1565. takedirs = false;
  1566. dontcd = false;
  1567. }
  1568. ReloadOp {
  1569. mode = current;
  1570. resetdirsizes = false;
  1571. keepfiletypes = false;
  1572. }
  1573. }
  1574. }
  1575. button {
  1576. position = 35;
  1577. title = "removepkg";
  1578. color = 1,5;
  1579. shortkeys {
  1580. }
  1581. commands {
  1582. OwnOp {
  1583. separateeachentry = false;
  1584. recursive = false;
  1585. start = normal;
  1586. com = "roxterm --tab --tab-name=remove-{uF} -e /opt/scripts/roxterm-command-in-new-tab-removepkg sudo /sbin/removepkg {uA}";
  1587. viewstr = "";
  1588. inbackground = false;
  1589. takedirs = false;
  1590. dontcd = false;
  1591. }
  1592. ReloadOp {
  1593. mode = current;
  1594. resetdirsizes = false;
  1595. keepfiletypes = false;
  1596. }
  1597. }
  1598. }
  1599. button {
  1600. position = 36;
  1601. title = "Переим-root(Поиск)";
  1602. color = 1,5;
  1603. shortkeys {
  1604. }
  1605. commands {
  1606. OwnOp {
  1607. separateeachentry = false;
  1608. recursive = false;
  1609. start = normal;
  1610. com = "sudo vimv -a {p}";
  1611. viewstr = "";
  1612. inbackground = false;
  1613. takedirs = false;
  1614. dontcd = false;
  1615. }
  1616. ReloadOp {
  1617. mode = current;
  1618. resetdirsizes = false;
  1619. keepfiletypes = false;
  1620. }
  1621. }
  1622. }
  1623. button {
  1624. position = 37;
  1625. title = "Поиск рекурсивный";
  1626. color = 1,0;
  1627. shortkeys {
  1628. }
  1629. commands {
  1630. OwnOp {
  1631. separateeachentry = false;
  1632. recursive = false;
  1633. start = normal;
  1634. com = "sudo regexxer -h -i &";
  1635. viewstr = "";
  1636. inbackground = false;
  1637. takedirs = false;
  1638. dontcd = false;
  1639. }
  1640. OwnOp {
  1641. separateeachentry = false;
  1642. recursive = false;
  1643. start = normal;
  1644. com = "sleep 3";
  1645. viewstr = "";
  1646. inbackground = false;
  1647. takedirs = false;
  1648. dontcd = false;
  1649. }
  1650. OwnOp {
  1651. separateeachentry = false;
  1652. recursive = false;
  1653. start = normal;
  1654. com = "wmctrl -r regexxer -e '5,200,40,1300,900'";
  1655. viewstr = "";
  1656. inbackground = false;
  1657. takedirs = false;
  1658. dontcd = false;
  1659. }
  1660. ReloadOp {
  1661. mode = current;
  1662. resetdirsizes = false;
  1663. keepfiletypes = false;
  1664. }
  1665. }
  1666. }
  1667. button {
  1668. position = 38;
  1669. title = "Размер (gdmap-root)";
  1670. color = 1,0;
  1671. shortkeys {
  1672. }
  1673. commands {
  1674. DirSizeOp {
  1675. }
  1676. }
  1677. }
  1678. button {
  1679. position = 39;
  1680. title = "gdmap";
  1681. color = 1,0;
  1682. shortkeys {
  1683. }
  1684. commands {
  1685. OwnOp {
  1686. separateeachentry = false;
  1687. recursive = false;
  1688. start = normal;
  1689. com = "sudo gdmap -f {F}";
  1690. viewstr = "";
  1691. inbackground = false;
  1692. takedirs = false;
  1693. dontcd = false;
  1694. }
  1695. }
  1696. }
  1697. button {
  1698. position = 40;
  1699. title = "Монтирование(FTP)";
  1700. color = 1,5;
  1701. shortkeys {
  1702. }
  1703. commands {
  1704. VolumeManagerOp {
  1705. }
  1706. }
  1707. }
  1708. button {
  1709. position = 41;
  1710. title = "FTP";
  1711. color = 1,0;
  1712. shortkeys {
  1713. }
  1714. commands {
  1715. GoFTPOp {
  1716. requestflags = true;
  1717. dontenterftp = false;
  1718. hostname = "";
  1719. username = "";
  1720. password = "";
  1721. alwaysstorepw = false;
  1722. avfsmodule = "ftp";
  1723. }
  1724. }
  1725. }
  1726. button {
  1727. position = 42;
  1728. title = "roxterm ( root )";
  1729. color = 1,0;
  1730. shortkeys {
  1731. normal {
  1732. key = "F1";
  1733. }
  1734. }
  1735. commands {
  1736. OwnOp {
  1737. separateeachentry = false;
  1738. recursive = false;
  1739. start = normal;
  1740. com = "roxterm --tab --tab-name={p}";
  1741. viewstr = "";
  1742. inbackground = false;
  1743. takedirs = false;
  1744. dontcd = false;
  1745. }
  1746. ReloadOp {
  1747. mode = current;
  1748. resetdirsizes = false;
  1749. keepfiletypes = false;
  1750. }
  1751. ReloadOp {
  1752. mode = other;
  1753. resetdirsizes = false;
  1754. keepfiletypes = false;
  1755. }
  1756. }
  1757. }
  1758. button {
  1759. position = 43;
  1760. title = "roxterm-root";
  1761. color = 1,0;
  1762. shortkeys {
  1763. }
  1764. commands {
  1765. OwnOp {
  1766. separateeachentry = false;
  1767. recursive = false;
  1768. start = normal;
  1769. com = "roxterm --tab --tab-name=pkg-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab sudo /opt/scripts/bash-root";
  1770. viewstr = "";
  1771. inbackground = true;
  1772. takedirs = false;
  1773. dontcd = false;
  1774. }
  1775. }
  1776. }
  1777. button {
  1778. position = 44;
  1779. title = "Сравн файлы(dir)";
  1780. color = 1,0;
  1781. shortkeys {
  1782. }
  1783. commands {
  1784. OwnOp {
  1785. separateeachentry = false;
  1786. recursive = false;
  1787. start = normal;
  1788. com = "sudo meld {F} {oF}";
  1789. viewstr = "";
  1790. inbackground = false;
  1791. takedirs = false;
  1792. dontcd = false;
  1793. }
  1794. }
  1795. }
  1796. button {
  1797. position = 45;
  1798. title = "Сравн dir";
  1799. color = 1,0;
  1800. shortkeys {
  1801. }
  1802. commands {
  1803. OwnOp {
  1804. separateeachentry = false;
  1805. recursive = false;
  1806. start = normal;
  1807. com = "sudo meld {p} {op}";
  1808. viewstr = "";
  1809. inbackground = false;
  1810. takedirs = false;
  1811. dontcd = false;
  1812. }
  1813. }
  1814. }
  1815. button {
  1816. position = 46;
  1817. title = "Исполняем.(нет)";
  1818. color = 1,5;
  1819. shortkeys {
  1820. }
  1821. commands {
  1822. OwnOp {
  1823. separateeachentry = false;
  1824. recursive = false;
  1825. start = normal;
  1826. com = "sudo /opt/scripts/chmod-worker-executable {A}";
  1827. viewstr = "";
  1828. inbackground = false;
  1829. takedirs = false;
  1830. dontcd = false;
  1831. }
  1832. ReloadOp {
  1833. mode = current;
  1834. resetdirsizes = false;
  1835. keepfiletypes = false;
  1836. }
  1837. }
  1838. }
  1839. button {
  1840. position = 47;
  1841. title = "Неисполняемый";
  1842. color = 1,5;
  1843. shortkeys {
  1844. }
  1845. commands {
  1846. OwnOp {
  1847. separateeachentry = false;
  1848. recursive = false;
  1849. start = normal;
  1850. com = "sudo /opt/scripts/chmod-worker-non-executable {A}";
  1851. viewstr = "";
  1852. inbackground = false;
  1853. takedirs = false;
  1854. dontcd = false;
  1855. }
  1856. ReloadOp {
  1857. mode = current;
  1858. resetdirsizes = false;
  1859. keepfiletypes = false;
  1860. }
  1861. }
  1862. }
  1863. button {
  1864. position = 48;
  1865. title = "python (perl) pkg";
  1866. color = 1,5;
  1867. shortkeys {
  1868. }
  1869. commands {
  1870. OwnOp {
  1871. separateeachentry = false;
  1872. recursive = false;
  1873. start = normal;
  1874. com = "sudo fxite /opt/scripts/build-python-packages";
  1875. viewstr = "";
  1876. inbackground = false;
  1877. takedirs = false;
  1878. dontcd = false;
  1879. }
  1880. OwnOp {
  1881. separateeachentry = false;
  1882. recursive = false;
  1883. start = normal;
  1884. com = "roxterm --tab --tab-name=pkg-{p} -e /opt/scripts/roxterm-command-in-new-tab-python-build sudo /opt/scripts/build-python-packages";
  1885. viewstr = "";
  1886. inbackground = false;
  1887. takedirs = false;
  1888. dontcd = false;
  1889. }
  1890. ReloadOp {
  1891. mode = current;
  1892. resetdirsizes = false;
  1893. keepfiletypes = false;
  1894. }
  1895. }
  1896. }
  1897. button {
  1898. position = 49;
  1899. title = "perl (cpan) pkg";
  1900. color = 1,5;
  1901. shortkeys {
  1902. }
  1903. commands {
  1904. OwnOp {
  1905. separateeachentry = false;
  1906. recursive = false;
  1907. start = normal;
  1908. com = "roxterm --tab --tab-name=perl-pkg -e /opt/scripts/roxterm-command-in-new-tab-perl-build sudo /opt/scripts/perl-module-create-packages";
  1909. viewstr = "";
  1910. inbackground = false;
  1911. takedirs = false;
  1912. dontcd = false;
  1913. }
  1914. ReloadOp {
  1915. mode = current;
  1916. resetdirsizes = false;
  1917. keepfiletypes = false;
  1918. }
  1919. }
  1920. }
  1921. button {
  1922. position = 50;
  1923. title = "config (arc) make";
  1924. color = 1,5;
  1925. shortkeys {
  1926. }
  1927. commands {
  1928. OwnOp {
  1929. separateeachentry = false;
  1930. recursive = false;
  1931. start = normal;
  1932. com = "sudo /opt/scripts/rm-rf-worker /tmp/configure.help";
  1933. viewstr = "";
  1934. inbackground = false;
  1935. takedirs = false;
  1936. dontcd = false;
  1937. }
  1938. OwnOp {
  1939. separateeachentry = false;
  1940. recursive = false;
  1941. start = normal;
  1942. com = "./configure --help > /tmp/configure.help";
  1943. viewstr = "";
  1944. inbackground = false;
  1945. takedirs = false;
  1946. dontcd = false;
  1947. }
  1948. OwnOp {
  1949. separateeachentry = false;
  1950. recursive = false;
  1951. start = normal;
  1952. com = "sudo fxite /opt/scripts/configure-am /tmp/configure.help";
  1953. viewstr = "";
  1954. inbackground = false;
  1955. takedirs = false;
  1956. dontcd = false;
  1957. }
  1958. OwnOp {
  1959. separateeachentry = false;
  1960. recursive = false;
  1961. start = normal;
  1962. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/configure-am {p}/configure-am";
  1963. viewstr = "";
  1964. inbackground = false;
  1965. takedirs = false;
  1966. dontcd = false;
  1967. }
  1968. ReloadOp {
  1969. mode = current;
  1970. resetdirsizes = false;
  1971. keepfiletypes = false;
  1972. }
  1973. OwnOp {
  1974. separateeachentry = false;
  1975. recursive = false;
  1976. start = normal;
  1977. com = "sudo /opt/scripts/chmod-worker-executable configure-am";
  1978. viewstr = "";
  1979. inbackground = false;
  1980. takedirs = false;
  1981. dontcd = false;
  1982. }
  1983. ReloadOp {
  1984. mode = current;
  1985. resetdirsizes = false;
  1986. keepfiletypes = false;
  1987. }
  1988. OwnOp {
  1989. separateeachentry = false;
  1990. recursive = false;
  1991. start = normal;
  1992. com = "roxterm --tab --tab-name=config-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab-configure-make configure-am {p}";
  1993. viewstr = "";
  1994. inbackground = false;
  1995. takedirs = false;
  1996. dontcd = false;
  1997. }
  1998. }
  1999. }
  2000. button {
  2001. position = 51;
  2002. title = "configure arc make";
  2003. color = 1,5;
  2004. shortkeys {
  2005. }
  2006. commands {
  2007. OwnOp {
  2008. separateeachentry = false;
  2009. recursive = false;
  2010. start = normal;
  2011. com = "sudo /opt/scripts/rm-rf-worker /opt/scripts/configure-am";
  2012. viewstr = "";
  2013. inbackground = false;
  2014. takedirs = false;
  2015. dontcd = false;
  2016. }
  2017. OwnOp {
  2018. separateeachentry = false;
  2019. recursive = false;
  2020. start = normal;
  2021. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/configure-am-orig /opt/scripts/configure-am";
  2022. viewstr = "";
  2023. inbackground = false;
  2024. takedirs = false;
  2025. dontcd = false;
  2026. }
  2027. OwnOp {
  2028. separateeachentry = false;
  2029. recursive = false;
  2030. start = normal;
  2031. com = "sudo /opt/scripts/rm-rf-worker /tmp/configure.help";
  2032. viewstr = "";
  2033. inbackground = false;
  2034. takedirs = false;
  2035. dontcd = false;
  2036. }
  2037. OwnOp {
  2038. separateeachentry = true;
  2039. recursive = false;
  2040. start = normal;
  2041. com = "./configure --help > /tmp/configure.help";
  2042. viewstr = "";
  2043. inbackground = false;
  2044. takedirs = false;
  2045. dontcd = false;
  2046. }
  2047. OwnOp {
  2048. separateeachentry = false;
  2049. recursive = false;
  2050. start = normal;
  2051. com = "sudo fxite /opt/scripts/configure-am /tmp/configure.help";
  2052. viewstr = "";
  2053. inbackground = false;
  2054. takedirs = false;
  2055. dontcd = false;
  2056. }
  2057. OwnOp {
  2058. separateeachentry = false;
  2059. recursive = false;
  2060. start = normal;
  2061. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/configure-am {p}/configure-am ";
  2062. viewstr = "";
  2063. inbackground = false;
  2064. takedirs = false;
  2065. dontcd = false;
  2066. }
  2067. ReloadOp {
  2068. mode = current;
  2069. resetdirsizes = false;
  2070. keepfiletypes = false;
  2071. }
  2072. OwnOp {
  2073. separateeachentry = false;
  2074. recursive = false;
  2075. start = normal;
  2076. com = "sudo /opt/scripts/chmod-worker-executable configure-am";
  2077. viewstr = "";
  2078. inbackground = false;
  2079. takedirs = false;
  2080. dontcd = false;
  2081. }
  2082. ReloadOp {
  2083. mode = current;
  2084. resetdirsizes = false;
  2085. keepfiletypes = false;
  2086. }
  2087. OwnOp {
  2088. separateeachentry = false;
  2089. recursive = false;
  2090. start = normal;
  2091. com = "roxterm --tab --tab-name=config-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab-configure-make configure-am {p}";
  2092. viewstr = "";
  2093. inbackground = false;
  2094. takedirs = false;
  2095. dontcd = false;
  2096. }
  2097. }
  2098. }
  2099. button {
  2100. position = 52;
  2101. title = "make&&makepkg(arc)";
  2102. color = 1,5;
  2103. shortkeys {
  2104. }
  2105. commands {
  2106. OwnOp {
  2107. separateeachentry = false;
  2108. recursive = false;
  2109. start = normal;
  2110. com = "sudo fxite configure-am README INSTALL ../README ../INSTALL /opt/scripts/make-packages-am-makepkg";
  2111. viewstr = "";
  2112. inbackground = false;
  2113. takedirs = false;
  2114. dontcd = false;
  2115. }
  2116. OwnOp {
  2117. separateeachentry = false;
  2118. recursive = false;
  2119. start = normal;
  2120. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/make-packages-am-makepkg {p}/make-packages-am";
  2121. viewstr = "";
  2122. inbackground = false;
  2123. takedirs = false;
  2124. dontcd = false;
  2125. }
  2126. OwnOp {
  2127. separateeachentry = false;
  2128. recursive = false;
  2129. start = normal;
  2130. com = "sudo /opt/scripts/chmod-worker-executable make-packages-am";
  2131. viewstr = "";
  2132. inbackground = false;
  2133. takedirs = false;
  2134. dontcd = false;
  2135. }
  2136. ReloadOp {
  2137. mode = current;
  2138. resetdirsizes = false;
  2139. keepfiletypes = false;
  2140. }
  2141. OwnOp {
  2142. separateeachentry = false;
  2143. recursive = false;
  2144. start = normal;
  2145. com = "roxterm --tab --tab-name=pkg-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab make-packages-am {p} make-packages-am";
  2146. viewstr = "";
  2147. inbackground = false;
  2148. takedirs = false;
  2149. dontcd = false;
  2150. }
  2151. ReloadOp {
  2152. mode = current;
  2153. resetdirsizes = false;
  2154. keepfiletypes = false;
  2155. }
  2156. }
  2157. }
  2158. button {
  2159. position = 53;
  2160. title = "make&& install (arc)";
  2161. color = 1,5;
  2162. shortkeys {
  2163. }
  2164. commands {
  2165. OwnOp {
  2166. separateeachentry = false;
  2167. recursive = false;
  2168. start = normal;
  2169. com = "sudo /opt/scripts/rm-rf-worker /opt/scripts/make-packages-am-makepkg";
  2170. viewstr = "";
  2171. inbackground = false;
  2172. takedirs = false;
  2173. dontcd = false;
  2174. }
  2175. OwnOp {
  2176. separateeachentry = false;
  2177. recursive = false;
  2178. start = normal;
  2179. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/make-packages-am-makepkg-arc /opt/scripts/make-packages-am-makepkg";
  2180. viewstr = "";
  2181. inbackground = false;
  2182. takedirs = false;
  2183. dontcd = false;
  2184. }
  2185. OwnOp {
  2186. separateeachentry = false;
  2187. recursive = false;
  2188. start = normal;
  2189. com = "sudo fxite configure-am README INSTALL ../README ../INSTALL /opt/scripts/make-packages-am-makepkg";
  2190. viewstr = "";
  2191. inbackground = false;
  2192. takedirs = false;
  2193. dontcd = false;
  2194. }
  2195. OwnOp {
  2196. separateeachentry = false;
  2197. recursive = false;
  2198. start = normal;
  2199. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/make-packages-am-makepkg {p}/make-packages-am";
  2200. viewstr = "";
  2201. inbackground = false;
  2202. takedirs = false;
  2203. dontcd = false;
  2204. }
  2205. OwnOp {
  2206. separateeachentry = false;
  2207. recursive = false;
  2208. start = normal;
  2209. com = "sudo /opt/scripts/chmod-worker-executable make-packages-am";
  2210. viewstr = "";
  2211. inbackground = false;
  2212. takedirs = false;
  2213. dontcd = false;
  2214. }
  2215. ReloadOp {
  2216. mode = current;
  2217. resetdirsizes = false;
  2218. keepfiletypes = false;
  2219. }
  2220. OwnOp {
  2221. separateeachentry = false;
  2222. recursive = false;
  2223. start = normal;
  2224. com = "roxterm --tab --tab-name=pkg-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab make-packages-am {p} make-packages-am";
  2225. viewstr = "";
  2226. inbackground = false;
  2227. takedirs = false;
  2228. dontcd = false;
  2229. }
  2230. ReloadOp {
  2231. mode = current;
  2232. resetdirsizes = false;
  2233. keepfiletypes = false;
  2234. }
  2235. }
  2236. }
  2237. button {
  2238. position = 54;
  2239. title = "dir -> txz ( root )";
  2240. color = 1,5;
  2241. shortkeys {
  2242. }
  2243. commands {
  2244. OwnOp {
  2245. separateeachentry = false;
  2246. recursive = false;
  2247. start = normal;
  2248. com = "roxterm --tab --tab-name=dir-txz -e /opt/scripts/roxterm-command-in-new-tab-dir-txz sudo /opt/scripts/dir-tgz {p} packages.txz ";
  2249. viewstr = "";
  2250. inbackground = false;
  2251. takedirs = false;
  2252. dontcd = false;
  2253. }
  2254. ReloadOp {
  2255. mode = current;
  2256. resetdirsizes = false;
  2257. keepfiletypes = false;
  2258. }
  2259. }
  2260. }
  2261. button {
  2262. position = 55;
  2263. title = "root (makepkg-dir )";
  2264. color = 1,5;
  2265. shortkeys {
  2266. }
  2267. commands {
  2268. OwnOp {
  2269. separateeachentry = false;
  2270. recursive = true;
  2271. start = normal;
  2272. com = "sudo /usr/bin/worker {lp} {rp}";
  2273. viewstr = "";
  2274. inbackground = true;
  2275. takedirs = true;
  2276. dontcd = false;
  2277. }
  2278. }
  2279. }
  2280. button {
  2281. position = 56;
  2282. title = "tar.gz (tar.bz2)";
  2283. color = 1,5;
  2284. shortkeys {
  2285. }
  2286. commands {
  2287. OwnOp {
  2288. separateeachentry = false;
  2289. recursive = false;
  2290. start = normal;
  2291. com = "roxterm --tab --tab-name={uF} -e sh -c 'sudo tar -cvzf {op}/{Rs{Введите имя архива|(будет создан в другой панели)}{{ufe}.tar.gz}} {a} ; echo -n ; echo -n Архив {op}/{ufe}.tar.gz создан, нажмите Enter ; read'";
  2292. viewstr = "";
  2293. inbackground = false;
  2294. takedirs = false;
  2295. dontcd = false;
  2296. }
  2297. ReloadOp {
  2298. mode = other;
  2299. resetdirsizes = false;
  2300. keepfiletypes = false;
  2301. }
  2302. SwitchListerOp {
  2303. }
  2304. ReloadOp {
  2305. mode = current;
  2306. resetdirsizes = false;
  2307. keepfiletypes = false;
  2308. }
  2309. }
  2310. }
  2311. button {
  2312. position = 57;
  2313. title = "tar.bz2";
  2314. color = 1,5;
  2315. shortkeys {
  2316. }
  2317. commands {
  2318. OwnOp {
  2319. separateeachentry = false;
  2320. recursive = false;
  2321. start = normal;
  2322. com = "roxterm --tab --tab-name={uF} -e sh -c 'sudo tar -cvjf {op}/{Rs{Введите имя архива|(будет создан в другой панели)}{{ufe}.tar.bz2}} {a} ; echo -n ; echo -n Архив {op}/{ufe}.tar.bz2 создан, нажмите Enter ; read'";
  2323. viewstr = "";
  2324. inbackground = false;
  2325. takedirs = false;
  2326. dontcd = false;
  2327. }
  2328. ReloadOp {
  2329. mode = other;
  2330. resetdirsizes = false;
  2331. keepfiletypes = false;
  2332. }
  2333. SwitchListerOp {
  2334. }
  2335. ReloadOp {
  2336. mode = current;
  2337. resetdirsizes = false;
  2338. keepfiletypes = false;
  2339. }
  2340. }
  2341. }
  2342. button {
  2343. position = 58;
  2344. title = "zip (file-roller)";
  2345. color = 1,5;
  2346. shortkeys {
  2347. }
  2348. commands {
  2349. OwnOp {
  2350. separateeachentry = false;
  2351. recursive = false;
  2352. start = normal;
  2353. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-archive sudo zip -r -9 {op}/{Rs{Введите имя архива|(Будет создан с другой панели)}{{uf}.zip}} {ua}";
  2354. viewstr = "";
  2355. inbackground = false;
  2356. takedirs = false;
  2357. dontcd = false;
  2358. }
  2359. SwitchListerOp {
  2360. }
  2361. ReloadOp {
  2362. mode = other;
  2363. resetdirsizes = false;
  2364. keepfiletypes = false;
  2365. }
  2366. }
  2367. }
  2368. button {
  2369. position = 59;
  2370. title = "file-roller";
  2371. color = 1,5;
  2372. shortkeys {
  2373. }
  2374. commands {
  2375. OwnOp {
  2376. separateeachentry = false;
  2377. recursive = false;
  2378. start = normal;
  2379. com = "sudo file-roller -d {ua}";
  2380. viewstr = "";
  2381. inbackground = false;
  2382. takedirs = false;
  2383. dontcd = false;
  2384. }
  2385. SwitchListerOp {
  2386. }
  2387. ReloadOp {
  2388. mode = current;
  2389. resetdirsizes = false;
  2390. keepfiletypes = false;
  2391. }
  2392. }
  2393. }
  2394. button {
  2395. position = 60;
  2396. title = "ed:user(root:root)";
  2397. color = 1,5;
  2398. shortkeys {
  2399. }
  2400. commands {
  2401. OwnOp {
  2402. separateeachentry = false;
  2403. recursive = false;
  2404. start = normal;
  2405. com = "sudo /opt/scripts/chown-worker-ed-user {A}";
  2406. viewstr = "";
  2407. inbackground = false;
  2408. takedirs = false;
  2409. dontcd = false;
  2410. usevirtualtempcopies = false;
  2411. }
  2412. ReloadOp {
  2413. mode = current;
  2414. resetdirsizes = false;
  2415. keepfiletypes = false;
  2416. }
  2417. }
  2418. }
  2419. button {
  2420. position = 61;
  2421. title = "root:root";
  2422. color = 1,5;
  2423. shortkeys {
  2424. }
  2425. commands {
  2426. OwnOp {
  2427. separateeachentry = false;
  2428. recursive = false;
  2429. start = normal;
  2430. com = "sudo /opt/scripts/chown-worker-root-root {A}";
  2431. viewstr = "";
  2432. inbackground = false;
  2433. takedirs = false;
  2434. dontcd = false;
  2435. usevirtualtempcopies = false;
  2436. }
  2437. ReloadOp {
  2438. mode = current;
  2439. resetdirsizes = false;
  2440. keepfiletypes = false;
  2441. }
  2442. }
  2443. }
  2444. button {
  2445. position = 62;
  2446. title = "config (arc) cmake";
  2447. color = 1,5;
  2448. shortkeys {
  2449. }
  2450. commands {
  2451. OwnOp {
  2452. separateeachentry = false;
  2453. recursive = false;
  2454. start = normal;
  2455. com = "sudo fxite README INSTALL /opt/scripts/config-cmake";
  2456. viewstr = "";
  2457. inbackground = false;
  2458. takedirs = false;
  2459. dontcd = false;
  2460. }
  2461. OwnOp {
  2462. separateeachentry = false;
  2463. recursive = false;
  2464. start = normal;
  2465. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/config-cmake config-cmake";
  2466. viewstr = "";
  2467. inbackground = false;
  2468. takedirs = false;
  2469. dontcd = false;
  2470. }
  2471. ReloadOp {
  2472. mode = current;
  2473. resetdirsizes = false;
  2474. keepfiletypes = false;
  2475. }
  2476. OwnOp {
  2477. separateeachentry = false;
  2478. recursive = false;
  2479. start = normal;
  2480. com = "roxterm --tab --tab-name=cmake-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab-config-cmake config-cmake";
  2481. viewstr = "";
  2482. inbackground = false;
  2483. takedirs = false;
  2484. dontcd = false;
  2485. }
  2486. ReloadOp {
  2487. mode = current;
  2488. resetdirsizes = false;
  2489. keepfiletypes = false;
  2490. }
  2491. }
  2492. }
  2493. button {
  2494. position = 63;
  2495. title = "config arc cmake";
  2496. color = 1,5;
  2497. shortkeys {
  2498. }
  2499. commands {
  2500. OwnOp {
  2501. separateeachentry = false;
  2502. recursive = false;
  2503. start = normal;
  2504. com = "sudo /opt/scripts/rm-rf-worker /opt/scripts/config-cmake";
  2505. viewstr = "";
  2506. inbackground = false;
  2507. takedirs = false;
  2508. dontcd = false;
  2509. }
  2510. OwnOp {
  2511. separateeachentry = false;
  2512. recursive = false;
  2513. start = normal;
  2514. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/config-cmake-orig /opt/scripts/config-cmake";
  2515. viewstr = "";
  2516. inbackground = false;
  2517. takedirs = false;
  2518. dontcd = false;
  2519. }
  2520. OwnOp {
  2521. separateeachentry = false;
  2522. recursive = false;
  2523. start = normal;
  2524. com = "sudo fxite README INSTALL /opt/scripts/config-cmake";
  2525. viewstr = "";
  2526. inbackground = false;
  2527. takedirs = false;
  2528. dontcd = false;
  2529. }
  2530. OwnOp {
  2531. separateeachentry = false;
  2532. recursive = false;
  2533. start = normal;
  2534. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/config-cmake config-cmake";
  2535. viewstr = "";
  2536. inbackground = false;
  2537. takedirs = false;
  2538. dontcd = false;
  2539. }
  2540. ReloadOp {
  2541. mode = current;
  2542. resetdirsizes = false;
  2543. keepfiletypes = false;
  2544. }
  2545. OwnOp {
  2546. separateeachentry = false;
  2547. recursive = false;
  2548. start = normal;
  2549. com = "roxterm --tab --tab-name=cmake-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab-config-cmake config-cmake";
  2550. viewstr = "";
  2551. inbackground = false;
  2552. takedirs = false;
  2553. dontcd = false;
  2554. }
  2555. ReloadOp {
  2556. mode = current;
  2557. resetdirsizes = false;
  2558. keepfiletypes = false;
  2559. }
  2560. }
  2561. }
  2562. button {
  2563. position = 64;
  2564. title = "conf qmake(clean)";
  2565. color = 1,5;
  2566. shortkeys {
  2567. }
  2568. commands {
  2569. OwnOp {
  2570. separateeachentry = false;
  2571. recursive = false;
  2572. start = normal;
  2573. com = "sudo fxite README INSTALL /opt/scripts/config-qmake";
  2574. viewstr = "";
  2575. inbackground = false;
  2576. takedirs = false;
  2577. dontcd = false;
  2578. }
  2579. OwnOp {
  2580. separateeachentry = false;
  2581. recursive = false;
  2582. start = normal;
  2583. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/config-qmake config-qmake";
  2584. viewstr = "";
  2585. inbackground = false;
  2586. takedirs = false;
  2587. dontcd = false;
  2588. }
  2589. ReloadOp {
  2590. mode = current;
  2591. resetdirsizes = false;
  2592. keepfiletypes = false;
  2593. }
  2594. OwnOp {
  2595. separateeachentry = false;
  2596. recursive = false;
  2597. start = normal;
  2598. com = "roxterm --tab --tab-name=config-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab-configure-make config-qmake {p}";
  2599. viewstr = "";
  2600. inbackground = false;
  2601. takedirs = false;
  2602. dontcd = false;
  2603. }
  2604. ReloadOp {
  2605. mode = current;
  2606. resetdirsizes = false;
  2607. keepfiletypes = false;
  2608. }
  2609. }
  2610. }
  2611. button {
  2612. position = 65;
  2613. title = "make clean";
  2614. color = 1,5;
  2615. shortkeys {
  2616. }
  2617. commands {
  2618. OwnOp {
  2619. separateeachentry = false;
  2620. recursive = false;
  2621. start = normal;
  2622. com = "roxterm --tab --tab-name=clean-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab-make-clean make clean {p}";
  2623. viewstr = "";
  2624. inbackground = false;
  2625. takedirs = false;
  2626. dontcd = false;
  2627. }
  2628. ReloadOp {
  2629. mode = current;
  2630. resetdirsizes = false;
  2631. keepfiletypes = false;
  2632. }
  2633. }
  2634. }
  2635. button {
  2636. position = 66;
  2637. title = "make&&slacktr(arc)";
  2638. color = 1,5;
  2639. shortkeys {
  2640. }
  2641. commands {
  2642. OwnOp {
  2643. separateeachentry = false;
  2644. recursive = false;
  2645. start = normal;
  2646. com = "sudo fxite configure-am README INSTALL ../README ../INSTALL /opt/scripts/make-packages-am-slacktrack";
  2647. viewstr = "";
  2648. inbackground = false;
  2649. takedirs = false;
  2650. dontcd = false;
  2651. }
  2652. OwnOp {
  2653. separateeachentry = false;
  2654. recursive = false;
  2655. start = normal;
  2656. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/make-packages-am-slacktrack {p}/make-packages-am";
  2657. viewstr = "";
  2658. inbackground = false;
  2659. takedirs = false;
  2660. dontcd = false;
  2661. }
  2662. OwnOp {
  2663. separateeachentry = false;
  2664. recursive = false;
  2665. start = normal;
  2666. com = "sudo /opt/scripts/chmod-worker-executable make-packages-am";
  2667. viewstr = "";
  2668. inbackground = false;
  2669. takedirs = false;
  2670. dontcd = false;
  2671. }
  2672. ReloadOp {
  2673. mode = current;
  2674. resetdirsizes = false;
  2675. keepfiletypes = false;
  2676. }
  2677. OwnOp {
  2678. separateeachentry = false;
  2679. recursive = false;
  2680. start = normal;
  2681. com = "roxterm --tab --tab-name=pkg-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab {p}/make-packages-am {p} make-packages-am";
  2682. viewstr = "";
  2683. inbackground = false;
  2684. takedirs = false;
  2685. dontcd = false;
  2686. }
  2687. ReloadOp {
  2688. mode = current;
  2689. resetdirsizes = false;
  2690. keepfiletypes = false;
  2691. }
  2692. }
  2693. }
  2694. button {
  2695. position = 67;
  2696. title = "make&&slacktr(arc)";
  2697. color = 1,5;
  2698. shortkeys {
  2699. }
  2700. commands {
  2701. OwnOp {
  2702. separateeachentry = false;
  2703. recursive = false;
  2704. start = normal;
  2705. com = "sudo /opt/scripts/rm-rf-worker /opt/scripts/make-packages-am-slacktrack";
  2706. viewstr = "";
  2707. inbackground = false;
  2708. takedirs = false;
  2709. dontcd = false;
  2710. }
  2711. OwnOp {
  2712. separateeachentry = false;
  2713. recursive = false;
  2714. start = normal;
  2715. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/make-packages-am-slacktrack-arc /opt/scripts/make-packages-am-slacktrack";
  2716. viewstr = "";
  2717. inbackground = false;
  2718. takedirs = false;
  2719. dontcd = false;
  2720. }
  2721. OwnOp {
  2722. separateeachentry = false;
  2723. recursive = false;
  2724. start = normal;
  2725. com = "sudo fxite configure-am README INSTALL ../README ../INSTALL /opt/scripts/make-packages-am-slacktrack";
  2726. viewstr = "";
  2727. inbackground = false;
  2728. takedirs = false;
  2729. dontcd = false;
  2730. }
  2731. OwnOp {
  2732. separateeachentry = false;
  2733. recursive = false;
  2734. start = normal;
  2735. com = "sudo /opt/scripts/rsync-worker -varlsh /opt/scripts/make-packages-am-slacktrack {p}/make-packages-am";
  2736. viewstr = "";
  2737. inbackground = false;
  2738. takedirs = false;
  2739. dontcd = false;
  2740. }
  2741. OwnOp {
  2742. separateeachentry = false;
  2743. recursive = false;
  2744. start = normal;
  2745. com = "sudo /opt/scripts/chmod-worker-executable make-packages-am";
  2746. viewstr = "";
  2747. inbackground = false;
  2748. takedirs = false;
  2749. dontcd = false;
  2750. }
  2751. ReloadOp {
  2752. mode = current;
  2753. resetdirsizes = false;
  2754. keepfiletypes = false;
  2755. }
  2756. OwnOp {
  2757. separateeachentry = false;
  2758. recursive = false;
  2759. start = normal;
  2760. com = "roxterm --tab --tab-name=pkg-{p} -e sudo /opt/scripts/roxterm-command-in-new-tab {p}/make-packages-am {p} make-packages-am";
  2761. viewstr = "";
  2762. inbackground = false;
  2763. takedirs = false;
  2764. dontcd = false;
  2765. }
  2766. ReloadOp {
  2767. mode = current;
  2768. resetdirsizes = false;
  2769. keepfiletypes = false;
  2770. }
  2771. }
  2772. }
  2773. button {
  2774. position = 68;
  2775. title = "rpm->tgz(chmod)";
  2776. color = 1,5;
  2777. shortkeys {
  2778. }
  2779. commands {
  2780. OwnOp {
  2781. separateeachentry = false;
  2782. recursive = false;
  2783. start = normal;
  2784. com = "roxterm --tab --tab-name={p} -e /opt/scripts/roxterm-command-in-new-tab-rpm2tgz rpm2tgz {A}";
  2785. viewstr = "";
  2786. inbackground = false;
  2787. takedirs = false;
  2788. dontcd = false;
  2789. }
  2790. ReloadOp {
  2791. mode = current;
  2792. resetdirsizes = false;
  2793. keepfiletypes = false;
  2794. }
  2795. }
  2796. }
  2797. button {
  2798. position = 69;
  2799. title = "chmod";
  2800. color = 1,5;
  2801. shortkeys {
  2802. }
  2803. commands {
  2804. ChModOp {
  2805. onfiles = true;
  2806. ondirs = true;
  2807. recursive = true;
  2808. requestflags = true;
  2809. }
  2810. ReloadOp {
  2811. mode = current;
  2812. resetdirsizes = false;
  2813. keepfiletypes = false;
  2814. }
  2815. }
  2816. }
  2817. }
  2818. filetypes {
  2819. filetype {
  2820. title = "Archives";
  2821. pattern = "";
  2822. usepattern = false;
  2823. usecontent = false;
  2824. content {
  2825. }
  2826. type = normal;
  2827. patternignorecase = false;
  2828. patternuseregexp = false;
  2829. patternusefullname = false;
  2830. extcond = "";
  2831. useextcond = false;
  2832. ftcommands {
  2833. doubleclick {
  2834. EnterDirOp {
  2835. dir = "{F}#";
  2836. mode = special;
  2837. }
  2838. }
  2839. customaction {
  2840. name = "7z";
  2841. commands {
  2842. OwnOp {
  2843. separateeachentry = false;
  2844. recursive = false;
  2845. start = normal;
  2846. com = "/home/ed/.worker/scripts/7z {F}";
  2847. viewstr = "";
  2848. inbackground = true;
  2849. takedirs = false;
  2850. dontcd = false;
  2851. }
  2852. ReloadOp {
  2853. mode = current;
  2854. resetdirsizes = false;
  2855. keepfiletypes = false;
  2856. }
  2857. ReloadOp {
  2858. mode = other;
  2859. resetdirsizes = false;
  2860. keepfiletypes = false;
  2861. }
  2862. }
  2863. }
  2864. customaction {
  2865. name = "FBReader";
  2866. commands {
  2867. OwnOp {
  2868. separateeachentry = false;
  2869. recursive = false;
  2870. start = normal;
  2871. com = "FBReader {F}";
  2872. viewstr = "";
  2873. inbackground = false;
  2874. takedirs = false;
  2875. dontcd = false;
  2876. }
  2877. }
  2878. }
  2879. customaction {
  2880. name = "file-roller";
  2881. commands {
  2882. OwnOp {
  2883. separateeachentry = false;
  2884. recursive = false;
  2885. start = normal;
  2886. com = "file-roller {f}";
  2887. viewstr = "";
  2888. inbackground = false;
  2889. takedirs = false;
  2890. dontcd = false;
  2891. }
  2892. ReloadOp {
  2893. mode = current;
  2894. resetdirsizes = false;
  2895. keepfiletypes = false;
  2896. }
  2897. }
  2898. }
  2899. }
  2900. subtype {
  2901. filetype {
  2902. title = "7zip archive";
  2903. pattern = "*.7z";
  2904. usepattern = true;
  2905. usecontent = true;
  2906. content {
  2907. 0 = 55;
  2908. 1 = 122;
  2909. }
  2910. type = normal;
  2911. patternignorecase = true;
  2912. patternuseregexp = false;
  2913. patternusefullname = false;
  2914. extcond = "";
  2915. useextcond = false;
  2916. ftcommands {
  2917. doubleclick {
  2918. ScriptOp {
  2919. type = if;
  2920. pushuseoutput = false;
  2921. dodebug = false;
  2922. wpurecursive = false;
  2923. wputakedirs = false;
  2924. stacknr = 0;
  2925. iftest = "isLocal( \"{uF}#u7z\" ) == 0";
  2926. iflabel = "vfs";
  2927. wintype = leave;
  2928. changeprogress = false;
  2929. changetext = false;
  2930. progressuseoutput = false;
  2931. wintextuseoutput = false;
  2932. }
  2933. UserAction {
  2934. actionnumber = 0;
  2935. }
  2936. ScriptOp {
  2937. type = end;
  2938. pushuseoutput = false;
  2939. dodebug = false;
  2940. wpurecursive = false;
  2941. wputakedirs = false;
  2942. stacknr = 0;
  2943. wintype = leave;
  2944. changeprogress = false;
  2945. changetext = false;
  2946. progressuseoutput = false;
  2947. wintextuseoutput = false;
  2948. }
  2949. ScriptOp {
  2950. type = label;
  2951. pushuseoutput = false;
  2952. dodebug = false;
  2953. wpurecursive = false;
  2954. wputakedirs = false;
  2955. stacknr = 0;
  2956. label = "vfs";
  2957. wintype = leave;
  2958. changeprogress = false;
  2959. changetext = false;
  2960. progressuseoutput = false;
  2961. wintextuseoutput = false;
  2962. }
  2963. EnterDirOp {
  2964. dir = "{F}#u7z";
  2965. mode = special;
  2966. }
  2967. }
  2968. show {
  2969. OwnOp {
  2970. separateeachentry = false;
  2971. recursive = false;
  2972. start = terminalwait;
  2973. com = "7za l {F}";
  2974. viewstr = "";
  2975. inbackground = false;
  2976. takedirs = false;
  2977. dontcd = false;
  2978. }
  2979. }
  2980. user 0 {
  2981. OwnOp {
  2982. separateeachentry = false;
  2983. recursive = false;
  2984. start = terminalwait;
  2985. com = "7za l {F}";
  2986. viewstr = "";
  2987. inbackground = false;
  2988. takedirs = false;
  2989. dontcd = false;
  2990. }
  2991. ReloadOp {
  2992. mode = current;
  2993. resetdirsizes = false;
  2994. keepfiletypes = true;
  2995. }
  2996. }
  2997. }
  2998. subtype {
  2999. }
  3000. colormode = parent;
  3001. unselectcolor = 1,0;
  3002. selectcolor = 1,0;
  3003. unselectactivecolor = 1,0;
  3004. selectactivecolor = 1,0;
  3005. }
  3006. filetype {
  3007. title = "AR archive";
  3008. pattern = "*.a";
  3009. usepattern = true;
  3010. usecontent = true;
  3011. content {
  3012. 0 = 33;
  3013. 1 = 60;
  3014. 2 = 97;
  3015. 3 = 114;
  3016. 4 = 99;
  3017. 5 = 104;
  3018. 6 = 62;
  3019. }
  3020. type = normal;
  3021. patternignorecase = true;
  3022. patternuseregexp = false;
  3023. patternusefullname = false;
  3024. extcond = "";
  3025. useextcond = false;
  3026. ftcommands {
  3027. doubleclick {
  3028. ScriptOp {
  3029. type = if;
  3030. pushuseoutput = false;
  3031. dodebug = false;
  3032. wpurecursive = false;
  3033. wputakedirs = false;
  3034. stacknr = 0;
  3035. iftest = "isLocal( \"{uF}#uar\" ) == 0";
  3036. iflabel = "vfs";
  3037. wintype = leave;
  3038. changeprogress = false;
  3039. changetext = false;
  3040. progressuseoutput = false;
  3041. wintextuseoutput = false;
  3042. }
  3043. UserAction {
  3044. actionnumber = 0;
  3045. }
  3046. ScriptOp {
  3047. type = end;
  3048. pushuseoutput = false;
  3049. dodebug = false;
  3050. wpurecursive = false;
  3051. wputakedirs = false;
  3052. stacknr = 0;
  3053. wintype = leave;
  3054. changeprogress = false;
  3055. changetext = false;
  3056. progressuseoutput = false;
  3057. wintextuseoutput = false;
  3058. }
  3059. ScriptOp {
  3060. type = label;
  3061. pushuseoutput = false;
  3062. dodebug = false;
  3063. wpurecursive = false;
  3064. wputakedirs = false;
  3065. stacknr = 0;
  3066. label = "vfs";
  3067. wintype = leave;
  3068. changeprogress = false;
  3069. changetext = false;
  3070. progressuseoutput = false;
  3071. wintextuseoutput = false;
  3072. }
  3073. EnterDirOp {
  3074. dir = "{F}#uar";
  3075. mode = special;
  3076. }
  3077. }
  3078. show {
  3079. OwnOp {
  3080. separateeachentry = false;
  3081. recursive = false;
  3082. start = terminalwait;
  3083. com = "ar v {f}";
  3084. viewstr = "";
  3085. inbackground = false;
  3086. takedirs = false;
  3087. dontcd = false;
  3088. }
  3089. }
  3090. }
  3091. subtype {
  3092. }
  3093. colormode = parent;
  3094. unselectcolor = 1,0;
  3095. selectcolor = 1,0;
  3096. unselectactivecolor = 1,0;
  3097. selectactivecolor = 1,0;
  3098. }
  3099. filetype {
  3100. title = "arc";
  3101. pattern = "*.arc";
  3102. usepattern = true;
  3103. usecontent = false;
  3104. content {
  3105. }
  3106. type = normal;
  3107. patternignorecase = true;
  3108. patternuseregexp = false;
  3109. patternusefullname = false;
  3110. extcond = "";
  3111. useextcond = false;
  3112. ftcommands {
  3113. doubleclick {
  3114. OwnOp {
  3115. separateeachentry = false;
  3116. recursive = false;
  3117. start = normal;
  3118. com = "freearc {F}";
  3119. viewstr = "";
  3120. inbackground = false;
  3121. takedirs = false;
  3122. dontcd = false;
  3123. }
  3124. }
  3125. customaction {
  3126. name = "freearc";
  3127. commands {
  3128. OwnOp {
  3129. separateeachentry = false;
  3130. recursive = false;
  3131. start = normal;
  3132. com = "freearc {F}";
  3133. viewstr = "";
  3134. inbackground = false;
  3135. takedirs = false;
  3136. dontcd = false;
  3137. }
  3138. ReloadOp {
  3139. mode = current;
  3140. resetdirsizes = false;
  3141. keepfiletypes = false;
  3142. }
  3143. }
  3144. }
  3145. }
  3146. subtype {
  3147. }
  3148. colormode = parent;
  3149. unselectcolor = 1,0;
  3150. selectcolor = 1,0;
  3151. unselectactivecolor = 1,0;
  3152. selectactivecolor = 1,0;
  3153. }
  3154. filetype {
  3155. title = "ARJ archive";
  3156. pattern = "*.arj";
  3157. usepattern = true;
  3158. usecontent = true;
  3159. content {
  3160. 0 = 96;
  3161. 1 = 234;
  3162. 4 = 30;
  3163. 5 = 8;
  3164. 6 = 1;
  3165. 8 = 16;
  3166. 10 = 2;
  3167. 15 = 36;
  3168. 19 = 36;
  3169. }
  3170. type = normal;
  3171. patternignorecase = true;
  3172. patternuseregexp = false;
  3173. patternusefullname = false;
  3174. extcond = "";
  3175. useextcond = false;
  3176. ftcommands {
  3177. show {
  3178. OwnOp {
  3179. separateeachentry = false;
  3180. recursive = false;
  3181. start = terminalwait;
  3182. com = "unarj l {f}";
  3183. viewstr = "";
  3184. inbackground = false;
  3185. takedirs = false;
  3186. dontcd = false;
  3187. }
  3188. }
  3189. }
  3190. subtype {
  3191. }
  3192. colormode = parent;
  3193. unselectcolor = 1,0;
  3194. selectcolor = 1,0;
  3195. unselectactivecolor = 1,0;
  3196. selectactivecolor = 1,0;
  3197. }
  3198. filetype {
  3199. title = "bz2";
  3200. pattern = "*.bz2";
  3201. usepattern = true;
  3202. usecontent = false;
  3203. content {
  3204. }
  3205. type = normal;
  3206. patternignorecase = true;
  3207. patternuseregexp = false;
  3208. patternusefullname = false;
  3209. extcond = "";
  3210. useextcond = false;
  3211. ftcommands {
  3212. customaction {
  3213. name = "Распаковать bz2 здесь";
  3214. commands {
  3215. OwnOp {
  3216. separateeachentry = false;
  3217. recursive = false;
  3218. start = normal;
  3219. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-unpack sudo bzip2 -d -k {F}";
  3220. viewstr = "";
  3221. inbackground = false;
  3222. takedirs = false;
  3223. dontcd = false;
  3224. }
  3225. ReloadOp {
  3226. mode = current;
  3227. resetdirsizes = false;
  3228. keepfiletypes = false;
  3229. }
  3230. }
  3231. }
  3232. }
  3233. subtype {
  3234. filetype {
  3235. title = "tar.bz2";
  3236. pattern = "*.tar.bz2";
  3237. usepattern = true;
  3238. usecontent = false;
  3239. content {
  3240. }
  3241. type = normal;
  3242. patternignorecase = true;
  3243. patternuseregexp = false;
  3244. patternusefullname = false;
  3245. extcond = "";
  3246. useextcond = false;
  3247. ftcommands {
  3248. customaction {
  3249. name = "Преобразовать в tar.gz";
  3250. commands {
  3251. OwnOp {
  3252. separateeachentry = false;
  3253. recursive = false;
  3254. start = normal;
  3255. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-convert-archive sudo /opt/scripts/bz2-gz {f}";
  3256. viewstr = "";
  3257. inbackground = false;
  3258. takedirs = false;
  3259. dontcd = false;
  3260. }
  3261. ReloadOp {
  3262. mode = current;
  3263. resetdirsizes = false;
  3264. keepfiletypes = false;
  3265. }
  3266. }
  3267. }
  3268. customaction {
  3269. name = "Распаковать tar.bz2 в другую панель";
  3270. commands {
  3271. OwnOp {
  3272. separateeachentry = false;
  3273. recursive = false;
  3274. start = normal;
  3275. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-unpack sudo tar xjvf {f} -C {op}";
  3276. viewstr = "";
  3277. inbackground = false;
  3278. takedirs = false;
  3279. dontcd = false;
  3280. }
  3281. ReloadOp {
  3282. mode = other;
  3283. resetdirsizes = false;
  3284. keepfiletypes = false;
  3285. }
  3286. SwitchListerOp {
  3287. }
  3288. }
  3289. }
  3290. }
  3291. subtype {
  3292. filetype {
  3293. title = "TAR archive";
  3294. pattern = "*.tar";
  3295. usepattern = true;
  3296. usecontent = false;
  3297. content {
  3298. }
  3299. type = normal;
  3300. patternignorecase = true;
  3301. patternuseregexp = false;
  3302. patternusefullname = false;
  3303. extcond = "";
  3304. useextcond = false;
  3305. ftcommands {
  3306. dnd {
  3307. OwnOp {
  3308. separateeachentry = false;
  3309. recursive = false;
  3310. start = terminalwait;
  3311. com = "tar -xvf {F} -C {dp}";
  3312. viewstr = "";
  3313. inbackground = false;
  3314. takedirs = false;
  3315. dontcd = false;
  3316. }
  3317. ReloadOp {
  3318. mode = left;
  3319. resetdirsizes = false;
  3320. keepfiletypes = false;
  3321. }
  3322. ReloadOp {
  3323. mode = right;
  3324. resetdirsizes = false;
  3325. keepfiletypes = false;
  3326. }
  3327. }
  3328. doubleclick {
  3329. ScriptOp {
  3330. type = if;
  3331. pushuseoutput = false;
  3332. dodebug = false;
  3333. wpurecursive = false;
  3334. wputakedirs = false;
  3335. stacknr = 0;
  3336. iftest = "isLocal( \"{uF}#utar\" ) == 0";
  3337. iflabel = "vfs";
  3338. wintype = leave;
  3339. changeprogress = false;
  3340. changetext = false;
  3341. progressuseoutput = false;
  3342. wintextuseoutput = false;
  3343. }
  3344. UserAction {
  3345. actionnumber = 0;
  3346. }
  3347. ScriptOp {
  3348. type = end;
  3349. pushuseoutput = false;
  3350. dodebug = false;
  3351. wpurecursive = false;
  3352. wputakedirs = false;
  3353. stacknr = 0;
  3354. wintype = leave;
  3355. changeprogress = false;
  3356. changetext = false;
  3357. progressuseoutput = false;
  3358. wintextuseoutput = false;
  3359. }
  3360. ScriptOp {
  3361. type = label;
  3362. pushuseoutput = false;
  3363. dodebug = false;
  3364. wpurecursive = false;
  3365. wputakedirs = false;
  3366. stacknr = 0;
  3367. label = "vfs";
  3368. wintype = leave;
  3369. changeprogress = false;
  3370. changetext = false;
  3371. progressuseoutput = false;
  3372. wintextuseoutput = false;
  3373. }
  3374. EnterDirOp {
  3375. dir = "{F}#utar";
  3376. mode = special;
  3377. }
  3378. }
  3379. show {
  3380. OwnOp {
  3381. separateeachentry = false;
  3382. recursive = false;
  3383. start = terminalwait;
  3384. com = "tar -tvf {f}";
  3385. viewstr = "";
  3386. inbackground = false;
  3387. takedirs = false;
  3388. dontcd = false;
  3389. }
  3390. }
  3391. user 0 {
  3392. OwnOp {
  3393. separateeachentry = false;
  3394. recursive = false;
  3395. start = terminalwait;
  3396. com = "tar -xvf {F} -C {p}";
  3397. viewstr = "";
  3398. inbackground = false;
  3399. takedirs = false;
  3400. dontcd = false;
  3401. }
  3402. ReloadOp {
  3403. mode = current;
  3404. resetdirsizes = false;
  3405. keepfiletypes = true;
  3406. }
  3407. }
  3408. customaction {
  3409. name = "BZIP2";
  3410. commands {
  3411. OwnOp {
  3412. separateeachentry = false;
  3413. recursive = false;
  3414. start = terminalwait;
  3415. com = "bzip2 -v {f}";
  3416. viewstr = "";
  3417. inbackground = false;
  3418. takedirs = false;
  3419. dontcd = false;
  3420. }
  3421. ReloadOp {
  3422. mode = current;
  3423. resetdirsizes = false;
  3424. keepfiletypes = true;
  3425. }
  3426. }
  3427. }
  3428. customaction {
  3429. name = "GZIP";
  3430. commands {
  3431. OwnOp {
  3432. separateeachentry = false;
  3433. recursive = false;
  3434. start = terminalwait;
  3435. com = "gzip -v {f}";
  3436. viewstr = "";
  3437. inbackground = false;
  3438. takedirs = false;
  3439. dontcd = false;
  3440. }
  3441. ReloadOp {
  3442. mode = current;
  3443. resetdirsizes = false;
  3444. keepfiletypes = true;
  3445. }
  3446. }
  3447. }
  3448. }
  3449. subtype {
  3450. }
  3451. colormode = parent;
  3452. unselectcolor = 1,0;
  3453. selectcolor = 1,0;
  3454. unselectactivecolor = 1,0;
  3455. selectactivecolor = 1,0;
  3456. }
  3457. }
  3458. colormode = parent;
  3459. unselectcolor = 1,0;
  3460. selectcolor = 1,0;
  3461. unselectactivecolor = 1,0;
  3462. selectactivecolor = 1,0;
  3463. }
  3464. }
  3465. colormode = parent;
  3466. unselectcolor = 1,0;
  3467. selectcolor = 1,0;
  3468. unselectactivecolor = 1,0;
  3469. selectactivecolor = 1,0;
  3470. }
  3471. filetype {
  3472. title = "cab";
  3473. pattern = "*.cab";
  3474. usepattern = true;
  3475. usecontent = false;
  3476. content {
  3477. }
  3478. type = normal;
  3479. patternignorecase = true;
  3480. patternuseregexp = false;
  3481. patternusefullname = false;
  3482. extcond = "";
  3483. useextcond = false;
  3484. ftcommands {
  3485. }
  3486. subtype {
  3487. }
  3488. colormode = parent;
  3489. unselectcolor = 1,0;
  3490. selectcolor = 1,0;
  3491. unselectactivecolor = 1,0;
  3492. selectactivecolor = 1,0;
  3493. }
  3494. filetype {
  3495. title = "CPIO archive";
  3496. pattern = "*.cpio";
  3497. usepattern = true;
  3498. usecontent = false;
  3499. content {
  3500. }
  3501. type = normal;
  3502. patternignorecase = true;
  3503. patternuseregexp = false;
  3504. patternusefullname = false;
  3505. extcond = "";
  3506. useextcond = false;
  3507. ftcommands {
  3508. dnd {
  3509. OwnOp {
  3510. separateeachentry = false;
  3511. recursive = false;
  3512. start = terminalwait;
  3513. com = "gzip -cd {F} | tar -xvf - -C {dp}";
  3514. viewstr = "";
  3515. inbackground = false;
  3516. takedirs = false;
  3517. dontcd = false;
  3518. }
  3519. ReloadOp {
  3520. mode = left;
  3521. resetdirsizes = false;
  3522. keepfiletypes = false;
  3523. }
  3524. ReloadOp {
  3525. mode = right;
  3526. resetdirsizes = false;
  3527. keepfiletypes = false;
  3528. }
  3529. }
  3530. doubleclick {
  3531. ScriptOp {
  3532. type = if;
  3533. pushuseoutput = false;
  3534. dodebug = false;
  3535. wpurecursive = false;
  3536. wputakedirs = false;
  3537. stacknr = 0;
  3538. iftest = "isLocal( \"{uF}#ucpio\" ) == 0";
  3539. iflabel = "vfs";
  3540. wintype = leave;
  3541. changeprogress = false;
  3542. changetext = false;
  3543. progressuseoutput = false;
  3544. wintextuseoutput = false;
  3545. }
  3546. UserAction {
  3547. actionnumber = 0;
  3548. }
  3549. ScriptOp {
  3550. type = end;
  3551. pushuseoutput = false;
  3552. dodebug = false;
  3553. wpurecursive = false;
  3554. wputakedirs = false;
  3555. stacknr = 0;
  3556. wintype = leave;
  3557. changeprogress = false;
  3558. changetext = false;
  3559. progressuseoutput = false;
  3560. wintextuseoutput = false;
  3561. }
  3562. ScriptOp {
  3563. type = label;
  3564. pushuseoutput = false;
  3565. dodebug = false;
  3566. wpurecursive = false;
  3567. wputakedirs = false;
  3568. stacknr = 0;
  3569. label = "vfs";
  3570. wintype = leave;
  3571. changeprogress = false;
  3572. changetext = false;
  3573. progressuseoutput = false;
  3574. wintextuseoutput = false;
  3575. }
  3576. EnterDirOp {
  3577. dir = "{F}#ucpio";
  3578. mode = special;
  3579. }
  3580. }
  3581. show {
  3582. OwnOp {
  3583. separateeachentry = false;
  3584. recursive = false;
  3585. start = terminalwait;
  3586. com = "gzip -cd {f} | tar -tvf -";
  3587. viewstr = "";
  3588. inbackground = false;
  3589. takedirs = false;
  3590. dontcd = false;
  3591. }
  3592. }
  3593. user 0 {
  3594. OwnOp {
  3595. separateeachentry = false;
  3596. recursive = false;
  3597. start = terminalwait;
  3598. com = "gzip -cd {F} | tar -xvf - -C {p}";
  3599. viewstr = "";
  3600. inbackground = false;
  3601. takedirs = false;
  3602. dontcd = false;
  3603. }
  3604. }
  3605. }
  3606. subtype {
  3607. }
  3608. colormode = parent;
  3609. unselectcolor = 1,0;
  3610. selectcolor = 1,0;
  3611. unselectactivecolor = 1,0;
  3612. selectactivecolor = 1,0;
  3613. }
  3614. filetype {
  3615. title = "deb";
  3616. pattern = "*.deb";
  3617. usepattern = true;
  3618. usecontent = false;
  3619. content {
  3620. }
  3621. type = normal;
  3622. patternignorecase = true;
  3623. patternuseregexp = false;
  3624. patternusefullname = false;
  3625. extcond = "";
  3626. useextcond = false;
  3627. ftcommands {
  3628. }
  3629. subtype {
  3630. }
  3631. colormode = parent;
  3632. unselectcolor = 1,0;
  3633. selectcolor = 1,0;
  3634. unselectactivecolor = 1,0;
  3635. selectactivecolor = 1,0;
  3636. }
  3637. filetype {
  3638. title = "fpm";
  3639. pattern = "*.fpm";
  3640. usepattern = true;
  3641. usecontent = false;
  3642. content {
  3643. }
  3644. type = normal;
  3645. patternignorecase = true;
  3646. patternuseregexp = false;
  3647. patternusefullname = false;
  3648. extcond = "";
  3649. useextcond = false;
  3650. ftcommands {
  3651. }
  3652. subtype {
  3653. }
  3654. colormode = parent;
  3655. unselectcolor = 1,0;
  3656. selectcolor = 1,0;
  3657. unselectactivecolor = 1,0;
  3658. selectactivecolor = 1,0;
  3659. }
  3660. filetype {
  3661. title = "gz";
  3662. pattern = "*.gz";
  3663. usepattern = true;
  3664. usecontent = false;
  3665. content {
  3666. }
  3667. type = normal;
  3668. patternignorecase = true;
  3669. patternuseregexp = false;
  3670. patternusefullname = false;
  3671. extcond = "";
  3672. useextcond = false;
  3673. ftcommands {
  3674. customaction {
  3675. name = "Распаковать gz здесь";
  3676. commands {
  3677. OwnOp {
  3678. separateeachentry = false;
  3679. recursive = false;
  3680. start = normal;
  3681. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-unpack sudo gzip -d {F}";
  3682. viewstr = "";
  3683. inbackground = false;
  3684. takedirs = false;
  3685. dontcd = false;
  3686. }
  3687. ReloadOp {
  3688. mode = current;
  3689. resetdirsizes = false;
  3690. keepfiletypes = false;
  3691. }
  3692. }
  3693. }
  3694. }
  3695. subtype {
  3696. filetype {
  3697. title = "tar.gz";
  3698. pattern = "*.tar.gz";
  3699. usepattern = true;
  3700. usecontent = false;
  3701. content {
  3702. }
  3703. type = normal;
  3704. patternignorecase = true;
  3705. patternuseregexp = false;
  3706. patternusefullname = false;
  3707. extcond = "";
  3708. useextcond = false;
  3709. ftcommands {
  3710. customaction {
  3711. name = "Преобразовать в tar.bz2";
  3712. commands {
  3713. OwnOp {
  3714. separateeachentry = false;
  3715. recursive = false;
  3716. start = normal;
  3717. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-convert-archive sudo /opt/scripts/gz-bz2 {f}";
  3718. viewstr = "";
  3719. inbackground = false;
  3720. takedirs = false;
  3721. dontcd = false;
  3722. }
  3723. ReloadOp {
  3724. mode = current;
  3725. resetdirsizes = false;
  3726. keepfiletypes = false;
  3727. }
  3728. }
  3729. }
  3730. customaction {
  3731. name = "Распаковать tar.gz в другую панель";
  3732. commands {
  3733. OwnOp {
  3734. separateeachentry = false;
  3735. recursive = false;
  3736. start = normal;
  3737. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-unpack sudo tar xvf {f} -C {op}";
  3738. viewstr = "";
  3739. inbackground = false;
  3740. takedirs = false;
  3741. dontcd = false;
  3742. }
  3743. ReloadOp {
  3744. mode = other;
  3745. resetdirsizes = false;
  3746. keepfiletypes = false;
  3747. }
  3748. SwitchListerOp {
  3749. }
  3750. }
  3751. }
  3752. }
  3753. subtype {
  3754. filetype {
  3755. title = "TAR archive";
  3756. pattern = "*.tar";
  3757. usepattern = true;
  3758. usecontent = false;
  3759. content {
  3760. }
  3761. type = normal;
  3762. patternignorecase = true;
  3763. patternuseregexp = false;
  3764. patternusefullname = false;
  3765. extcond = "";
  3766. useextcond = false;
  3767. ftcommands {
  3768. dnd {
  3769. OwnOp {
  3770. separateeachentry = false;
  3771. recursive = false;
  3772. start = terminalwait;
  3773. com = "tar -xvf {F} -C {dp}";
  3774. viewstr = "";
  3775. inbackground = false;
  3776. takedirs = false;
  3777. dontcd = false;
  3778. }
  3779. ReloadOp {
  3780. mode = left;
  3781. resetdirsizes = false;
  3782. keepfiletypes = false;
  3783. }
  3784. ReloadOp {
  3785. mode = right;
  3786. resetdirsizes = false;
  3787. keepfiletypes = false;
  3788. }
  3789. }
  3790. doubleclick {
  3791. ScriptOp {
  3792. type = if;
  3793. pushuseoutput = false;
  3794. dodebug = false;
  3795. wpurecursive = false;
  3796. wputakedirs = false;
  3797. stacknr = 0;
  3798. iftest = "isLocal( \"{uF}#utar\" ) == 0";
  3799. iflabel = "vfs";
  3800. wintype = leave;
  3801. changeprogress = false;
  3802. changetext = false;
  3803. progressuseoutput = false;
  3804. wintextuseoutput = false;
  3805. }
  3806. UserAction {
  3807. actionnumber = 0;
  3808. }
  3809. ScriptOp {
  3810. type = end;
  3811. pushuseoutput = false;
  3812. dodebug = false;
  3813. wpurecursive = false;
  3814. wputakedirs = false;
  3815. stacknr = 0;
  3816. wintype = leave;
  3817. changeprogress = false;
  3818. changetext = false;
  3819. progressuseoutput = false;
  3820. wintextuseoutput = false;
  3821. }
  3822. ScriptOp {
  3823. type = label;
  3824. pushuseoutput = false;
  3825. dodebug = false;
  3826. wpurecursive = false;
  3827. wputakedirs = false;
  3828. stacknr = 0;
  3829. label = "vfs";
  3830. wintype = leave;
  3831. changeprogress = false;
  3832. changetext = false;
  3833. progressuseoutput = false;
  3834. wintextuseoutput = false;
  3835. }
  3836. EnterDirOp {
  3837. dir = "{F}#utar";
  3838. mode = special;
  3839. }
  3840. }
  3841. show {
  3842. OwnOp {
  3843. separateeachentry = false;
  3844. recursive = false;
  3845. start = terminalwait;
  3846. com = "tar -tvf {f}";
  3847. viewstr = "";
  3848. inbackground = false;
  3849. takedirs = false;
  3850. dontcd = false;
  3851. }
  3852. }
  3853. user 0 {
  3854. OwnOp {
  3855. separateeachentry = false;
  3856. recursive = false;
  3857. start = terminalwait;
  3858. com = "tar -xvf {F} -C {p}";
  3859. viewstr = "";
  3860. inbackground = false;
  3861. takedirs = false;
  3862. dontcd = false;
  3863. }
  3864. ReloadOp {
  3865. mode = current;
  3866. resetdirsizes = false;
  3867. keepfiletypes = true;
  3868. }
  3869. }
  3870. customaction {
  3871. name = "BZIP2";
  3872. commands {
  3873. OwnOp {
  3874. separateeachentry = false;
  3875. recursive = false;
  3876. start = normal;
  3877. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab sudo bzip2 -v {f}";
  3878. viewstr = "";
  3879. inbackground = false;
  3880. takedirs = false;
  3881. dontcd = false;
  3882. }
  3883. ReloadOp {
  3884. mode = current;
  3885. resetdirsizes = false;
  3886. keepfiletypes = true;
  3887. }
  3888. }
  3889. }
  3890. customaction {
  3891. name = "GZIP";
  3892. commands {
  3893. OwnOp {
  3894. separateeachentry = false;
  3895. recursive = false;
  3896. start = terminalwait;
  3897. com = "gzip -v {f}";
  3898. viewstr = "";
  3899. inbackground = false;
  3900. takedirs = false;
  3901. dontcd = false;
  3902. }
  3903. ReloadOp {
  3904. mode = current;
  3905. resetdirsizes = false;
  3906. keepfiletypes = true;
  3907. }
  3908. }
  3909. }
  3910. }
  3911. subtype {
  3912. }
  3913. colormode = parent;
  3914. unselectcolor = 1,0;
  3915. selectcolor = 1,0;
  3916. unselectactivecolor = 1,0;
  3917. selectactivecolor = 1,0;
  3918. }
  3919. }
  3920. colormode = default;
  3921. unselectcolor = 1,0;
  3922. selectcolor = 1,0;
  3923. unselectactivecolor = 1,0;
  3924. selectactivecolor = 1,0;
  3925. }
  3926. }
  3927. colormode = parent;
  3928. unselectcolor = 1,0;
  3929. selectcolor = 1,0;
  3930. unselectactivecolor = 1,0;
  3931. selectactivecolor = 1,0;
  3932. }
  3933. filetype {
  3934. title = "LHA archive";
  3935. pattern = ".*\\.\\(lha$\\)\\|\\(lzh$\\)";
  3936. usepattern = true;
  3937. usecontent = true;
  3938. content {
  3939. 2 = 45;
  3940. 3 = 108;
  3941. 4 = 104;
  3942. 6 = 45;
  3943. }
  3944. type = normal;
  3945. patternignorecase = true;
  3946. patternuseregexp = true;
  3947. patternusefullname = false;
  3948. extcond = "";
  3949. useextcond = false;
  3950. ftcommands {
  3951. dnd {
  3952. OwnOp {
  3953. separateeachentry = false;
  3954. recursive = false;
  3955. start = terminalwait;
  3956. com = "lha xw={dp} {f}";
  3957. viewstr = "";
  3958. inbackground = false;
  3959. takedirs = false;
  3960. dontcd = false;
  3961. }
  3962. ReloadOp {
  3963. mode = left;
  3964. resetdirsizes = false;
  3965. keepfiletypes = false;
  3966. }
  3967. ReloadOp {
  3968. mode = right;
  3969. resetdirsizes = false;
  3970. keepfiletypes = false;
  3971. }
  3972. }
  3973. doubleclick {
  3974. ScriptOp {
  3975. type = if;
  3976. pushuseoutput = false;
  3977. dodebug = false;
  3978. wpurecursive = false;
  3979. wputakedirs = false;
  3980. stacknr = 0;
  3981. iftest = "isLocal( \"{uF}#ulha\" ) == 0";
  3982. iflabel = "vfs";
  3983. wintype = leave;
  3984. changeprogress = false;
  3985. changetext = false;
  3986. progressuseoutput = false;
  3987. wintextuseoutput = false;
  3988. }
  3989. UserAction {
  3990. actionnumber = 0;
  3991. }
  3992. ScriptOp {
  3993. type = end;
  3994. pushuseoutput = false;
  3995. dodebug = false;
  3996. wpurecursive = false;
  3997. wputakedirs = false;
  3998. stacknr = 0;
  3999. wintype = leave;
  4000. changeprogress = false;
  4001. changetext = false;
  4002. progressuseoutput = false;
  4003. wintextuseoutput = false;
  4004. }
  4005. ScriptOp {
  4006. type = label;
  4007. pushuseoutput = false;
  4008. dodebug = false;
  4009. wpurecursive = false;
  4010. wputakedirs = false;
  4011. stacknr = 0;
  4012. label = "vfs";
  4013. wintype = leave;
  4014. changeprogress = false;
  4015. changetext = false;
  4016. progressuseoutput = false;
  4017. wintextuseoutput = false;
  4018. }
  4019. EnterDirOp {
  4020. dir = "{F}#ulha";
  4021. mode = special;
  4022. }
  4023. }
  4024. show {
  4025. OwnOp {
  4026. separateeachentry = false;
  4027. recursive = false;
  4028. start = terminalwait;
  4029. com = "lha l {f}";
  4030. viewstr = "";
  4031. inbackground = false;
  4032. takedirs = false;
  4033. dontcd = false;
  4034. }
  4035. }
  4036. user 0 {
  4037. OwnOp {
  4038. separateeachentry = false;
  4039. recursive = false;
  4040. start = terminalwait;
  4041. com = "lha xw={p} {f}";
  4042. viewstr = "";
  4043. inbackground = false;
  4044. takedirs = false;
  4045. dontcd = false;
  4046. }
  4047. ReloadOp {
  4048. mode = current;
  4049. resetdirsizes = false;
  4050. keepfiletypes = true;
  4051. }
  4052. }
  4053. }
  4054. subtype {
  4055. }
  4056. colormode = parent;
  4057. unselectcolor = 1,0;
  4058. selectcolor = 1,0;
  4059. unselectactivecolor = 1,0;
  4060. selectactivecolor = 1,0;
  4061. }
  4062. filetype {
  4063. title = "pet";
  4064. pattern = "*.pet";
  4065. usepattern = true;
  4066. usecontent = false;
  4067. content {
  4068. }
  4069. type = normal;
  4070. patternignorecase = true;
  4071. patternuseregexp = false;
  4072. patternusefullname = false;
  4073. extcond = "";
  4074. useextcond = false;
  4075. ftcommands {
  4076. }
  4077. subtype {
  4078. }
  4079. colormode = parent;
  4080. unselectcolor = 1,0;
  4081. selectcolor = 1,0;
  4082. unselectactivecolor = 1,0;
  4083. selectactivecolor = 1,0;
  4084. }
  4085. filetype {
  4086. title = "PowerPacker file";
  4087. pattern = "";
  4088. usepattern = false;
  4089. usecontent = true;
  4090. content {
  4091. 0 = 80;
  4092. 1 = 80;
  4093. 2 = 50;
  4094. 3 = 48;
  4095. 4 = 9;
  4096. 5 = 10;
  4097. }
  4098. type = normal;
  4099. patternignorecase = false;
  4100. patternuseregexp = false;
  4101. patternusefullname = false;
  4102. extcond = "";
  4103. useextcond = false;
  4104. ftcommands {
  4105. }
  4106. subtype {
  4107. }
  4108. colormode = parent;
  4109. unselectcolor = 1,0;
  4110. selectcolor = 1,0;
  4111. unselectactivecolor = 1,0;
  4112. selectactivecolor = 1,0;
  4113. }
  4114. filetype {
  4115. title = "pup";
  4116. pattern = "*.pup";
  4117. usepattern = true;
  4118. usecontent = false;
  4119. content {
  4120. }
  4121. type = normal;
  4122. patternignorecase = true;
  4123. patternuseregexp = false;
  4124. patternusefullname = false;
  4125. extcond = "";
  4126. useextcond = false;
  4127. ftcommands {
  4128. }
  4129. subtype {
  4130. }
  4131. colormode = parent;
  4132. unselectcolor = 1,0;
  4133. selectcolor = 1,0;
  4134. unselectactivecolor = 1,0;
  4135. selectactivecolor = 1,0;
  4136. }
  4137. filetype {
  4138. title = "RAR archive";
  4139. pattern = "*.rar";
  4140. usepattern = true;
  4141. usecontent = true;
  4142. content {
  4143. 0 = 82;
  4144. 1 = 97;
  4145. 2 = 114;
  4146. 3 = 33;
  4147. }
  4148. type = normal;
  4149. patternignorecase = true;
  4150. patternuseregexp = false;
  4151. patternusefullname = false;
  4152. extcond = "";
  4153. useextcond = false;
  4154. ftcommands {
  4155. dnd {
  4156. OwnOp {
  4157. separateeachentry = false;
  4158. recursive = false;
  4159. start = terminalwait;
  4160. com = "rar x {f} {dp}";
  4161. viewstr = "";
  4162. inbackground = false;
  4163. takedirs = false;
  4164. dontcd = false;
  4165. }
  4166. ReloadOp {
  4167. mode = left;
  4168. resetdirsizes = false;
  4169. keepfiletypes = false;
  4170. }
  4171. ReloadOp {
  4172. mode = right;
  4173. resetdirsizes = false;
  4174. keepfiletypes = false;
  4175. }
  4176. }
  4177. doubleclick {
  4178. ScriptOp {
  4179. type = if;
  4180. pushuseoutput = false;
  4181. dodebug = false;
  4182. wpurecursive = false;
  4183. wputakedirs = false;
  4184. stacknr = 0;
  4185. iftest = "isLocal( \"{uF}#urar\" ) == 0";
  4186. iflabel = "vfs";
  4187. wintype = leave;
  4188. changeprogress = false;
  4189. changetext = false;
  4190. progressuseoutput = false;
  4191. wintextuseoutput = false;
  4192. }
  4193. UserAction {
  4194. actionnumber = 0;
  4195. }
  4196. ScriptOp {
  4197. type = end;
  4198. pushuseoutput = false;
  4199. dodebug = false;
  4200. wpurecursive = false;
  4201. wputakedirs = false;
  4202. stacknr = 0;
  4203. wintype = leave;
  4204. changeprogress = false;
  4205. changetext = false;
  4206. progressuseoutput = false;
  4207. wintextuseoutput = false;
  4208. }
  4209. ScriptOp {
  4210. type = label;
  4211. pushuseoutput = false;
  4212. dodebug = false;
  4213. wpurecursive = false;
  4214. wputakedirs = false;
  4215. stacknr = 0;
  4216. label = "vfs";
  4217. wintype = leave;
  4218. changeprogress = false;
  4219. changetext = false;
  4220. progressuseoutput = false;
  4221. wintextuseoutput = false;
  4222. }
  4223. EnterDirOp {
  4224. dir = "{F}#urar";
  4225. mode = special;
  4226. }
  4227. }
  4228. show {
  4229. OwnOp {
  4230. separateeachentry = false;
  4231. recursive = false;
  4232. start = terminalwait;
  4233. com = "rar l {f}";
  4234. viewstr = "";
  4235. inbackground = false;
  4236. takedirs = false;
  4237. dontcd = false;
  4238. }
  4239. }
  4240. user 0 {
  4241. OwnOp {
  4242. separateeachentry = false;
  4243. recursive = false;
  4244. start = terminalwait;
  4245. com = "rar x {f} {p}";
  4246. viewstr = "";
  4247. inbackground = false;
  4248. takedirs = false;
  4249. dontcd = false;
  4250. }
  4251. ReloadOp {
  4252. mode = current;
  4253. resetdirsizes = false;
  4254. keepfiletypes = true;
  4255. }
  4256. }
  4257. }
  4258. subtype {
  4259. }
  4260. colormode = parent;
  4261. unselectcolor = 1,0;
  4262. selectcolor = 1,0;
  4263. unselectactivecolor = 1,0;
  4264. selectactivecolor = 1,0;
  4265. }
  4266. filetype {
  4267. title = "RPM archive";
  4268. pattern = "*.rpm";
  4269. usepattern = true;
  4270. usecontent = true;
  4271. content {
  4272. 0 = 237;
  4273. 1 = 171;
  4274. 2 = 238;
  4275. 3 = 219;
  4276. 4 = 3;
  4277. }
  4278. type = normal;
  4279. patternignorecase = true;
  4280. patternuseregexp = false;
  4281. patternusefullname = false;
  4282. extcond = "";
  4283. useextcond = false;
  4284. ftcommands {
  4285. doubleclick {
  4286. ScriptOp {
  4287. type = if;
  4288. pushuseoutput = false;
  4289. dodebug = false;
  4290. wpurecursive = false;
  4291. wputakedirs = false;
  4292. stacknr = 0;
  4293. iftest = "isLocal( \"{uF}#urpm\" ) == 0";
  4294. iflabel = "vfs";
  4295. wintype = leave;
  4296. changeprogress = false;
  4297. changetext = false;
  4298. progressuseoutput = false;
  4299. wintextuseoutput = false;
  4300. }
  4301. UserAction {
  4302. actionnumber = 0;
  4303. }
  4304. ScriptOp {
  4305. type = end;
  4306. pushuseoutput = false;
  4307. dodebug = false;
  4308. wpurecursive = false;
  4309. wputakedirs = false;
  4310. stacknr = 0;
  4311. wintype = leave;
  4312. changeprogress = false;
  4313. changetext = false;
  4314. progressuseoutput = false;
  4315. wintextuseoutput = false;
  4316. }
  4317. ScriptOp {
  4318. type = label;
  4319. pushuseoutput = false;
  4320. dodebug = false;
  4321. wpurecursive = false;
  4322. wputakedirs = false;
  4323. stacknr = 0;
  4324. label = "vfs";
  4325. wintype = leave;
  4326. changeprogress = false;
  4327. changetext = false;
  4328. progressuseoutput = false;
  4329. wintextuseoutput = false;
  4330. }
  4331. EnterDirOp {
  4332. dir = "{F}#urpm";
  4333. mode = special;
  4334. }
  4335. }
  4336. customaction {
  4337. name = "Install RPM";
  4338. commands {
  4339. OwnOp {
  4340. separateeachentry = false;
  4341. recursive = false;
  4342. start = normal;
  4343. com = "roxterm --tab --tab-name={uF} -e sudo /opt/scripts/roxterm-command-in-new-tab rpm --force -Uhv {F}";
  4344. viewstr = "";
  4345. inbackground = false;
  4346. takedirs = false;
  4347. dontcd = false;
  4348. }
  4349. ReloadOp {
  4350. mode = current;
  4351. resetdirsizes = false;
  4352. keepfiletypes = false;
  4353. }
  4354. }
  4355. }
  4356. }
  4357. subtype {
  4358. }
  4359. colormode = parent;
  4360. unselectcolor = 1,0;
  4361. selectcolor = 1,0;
  4362. unselectactivecolor = 1,0;
  4363. selectactivecolor = 1,0;
  4364. }
  4365. filetype {
  4366. title = "TAR archive";
  4367. pattern = "*.tar";
  4368. usepattern = true;
  4369. usecontent = false;
  4370. content {
  4371. }
  4372. type = normal;
  4373. patternignorecase = true;
  4374. patternuseregexp = false;
  4375. patternusefullname = false;
  4376. extcond = "";
  4377. useextcond = false;
  4378. ftcommands {
  4379. dnd {
  4380. OwnOp {
  4381. separateeachentry = false;
  4382. recursive = false;
  4383. start = terminalwait;
  4384. com = "tar -xvf {F} -C {dp}";
  4385. viewstr = "";
  4386. inbackground = false;
  4387. takedirs = false;
  4388. dontcd = false;
  4389. }
  4390. ReloadOp {
  4391. mode = left;
  4392. resetdirsizes = false;
  4393. keepfiletypes = false;
  4394. }
  4395. ReloadOp {
  4396. mode = right;
  4397. resetdirsizes = false;
  4398. keepfiletypes = false;
  4399. }
  4400. }
  4401. doubleclick {
  4402. ScriptOp {
  4403. type = if;
  4404. pushuseoutput = false;
  4405. dodebug = false;
  4406. wpurecursive = false;
  4407. wputakedirs = false;
  4408. stacknr = 0;
  4409. iftest = "isLocal( \"{uF}#utar\" ) == 0";
  4410. iflabel = "vfs";
  4411. wintype = leave;
  4412. changeprogress = false;
  4413. changetext = false;
  4414. progressuseoutput = false;
  4415. wintextuseoutput = false;
  4416. }
  4417. UserAction {
  4418. actionnumber = 0;
  4419. }
  4420. ScriptOp {
  4421. type = end;
  4422. pushuseoutput = false;
  4423. dodebug = false;
  4424. wpurecursive = false;
  4425. wputakedirs = false;
  4426. stacknr = 0;
  4427. wintype = leave;
  4428. changeprogress = false;
  4429. changetext = false;
  4430. progressuseoutput = false;
  4431. wintextuseoutput = false;
  4432. }
  4433. ScriptOp {
  4434. type = label;
  4435. pushuseoutput = false;
  4436. dodebug = false;
  4437. wpurecursive = false;
  4438. wputakedirs = false;
  4439. stacknr = 0;
  4440. label = "vfs";
  4441. wintype = leave;
  4442. changeprogress = false;
  4443. changetext = false;
  4444. progressuseoutput = false;
  4445. wintextuseoutput = false;
  4446. }
  4447. EnterDirOp {
  4448. dir = "{F}#utar";
  4449. mode = special;
  4450. }
  4451. }
  4452. show {
  4453. OwnOp {
  4454. separateeachentry = false;
  4455. recursive = false;
  4456. start = terminalwait;
  4457. com = "tar -tvf {f}";
  4458. viewstr = "";
  4459. inbackground = false;
  4460. takedirs = false;
  4461. dontcd = false;
  4462. }
  4463. }
  4464. user 0 {
  4465. OwnOp {
  4466. separateeachentry = false;
  4467. recursive = false;
  4468. start = terminalwait;
  4469. com = "tar -xvf {F} -C {p}";
  4470. viewstr = "";
  4471. inbackground = false;
  4472. takedirs = false;
  4473. dontcd = false;
  4474. }
  4475. ReloadOp {
  4476. mode = current;
  4477. resetdirsizes = false;
  4478. keepfiletypes = true;
  4479. }
  4480. }
  4481. customaction {
  4482. name = "BZIP2";
  4483. commands {
  4484. OwnOp {
  4485. separateeachentry = false;
  4486. recursive = false;
  4487. start = normal;
  4488. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab sudo bzip2 -v {f}";
  4489. viewstr = "";
  4490. inbackground = false;
  4491. takedirs = false;
  4492. dontcd = false;
  4493. }
  4494. ReloadOp {
  4495. mode = current;
  4496. resetdirsizes = false;
  4497. keepfiletypes = true;
  4498. }
  4499. }
  4500. }
  4501. customaction {
  4502. name = "GZIP";
  4503. commands {
  4504. OwnOp {
  4505. separateeachentry = false;
  4506. recursive = false;
  4507. start = normal;
  4508. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab sudo gzip -v {f}";
  4509. viewstr = "";
  4510. inbackground = false;
  4511. takedirs = false;
  4512. dontcd = false;
  4513. }
  4514. ReloadOp {
  4515. mode = current;
  4516. resetdirsizes = false;
  4517. keepfiletypes = true;
  4518. }
  4519. }
  4520. }
  4521. customaction {
  4522. name = "Распаковать в другую панель";
  4523. commands {
  4524. OwnOp {
  4525. separateeachentry = false;
  4526. recursive = false;
  4527. start = normal;
  4528. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-unpack sudo tar xvf {f} -C {op}";
  4529. viewstr = "";
  4530. inbackground = false;
  4531. takedirs = false;
  4532. dontcd = false;
  4533. }
  4534. ReloadOp {
  4535. mode = other;
  4536. resetdirsizes = false;
  4537. keepfiletypes = false;
  4538. }
  4539. SwitchListerOp {
  4540. }
  4541. }
  4542. }
  4543. }
  4544. subtype {
  4545. }
  4546. colormode = parent;
  4547. unselectcolor = 1,0;
  4548. selectcolor = 1,0;
  4549. unselectactivecolor = 1,0;
  4550. selectactivecolor = 1,0;
  4551. }
  4552. filetype {
  4553. title = "tar.xz";
  4554. pattern = "*.tar.xz";
  4555. usepattern = true;
  4556. usecontent = false;
  4557. content {
  4558. }
  4559. type = normal;
  4560. patternignorecase = true;
  4561. patternuseregexp = false;
  4562. patternusefullname = false;
  4563. extcond = "";
  4564. useextcond = false;
  4565. ftcommands {
  4566. customaction {
  4567. name = "Распаковать в другую панель";
  4568. commands {
  4569. OwnOp {
  4570. separateeachentry = false;
  4571. recursive = false;
  4572. start = normal;
  4573. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-unpack sudo tar --use-compress-program=xz -xvf {f} -C {op}";
  4574. viewstr = "";
  4575. inbackground = false;
  4576. takedirs = false;
  4577. dontcd = false;
  4578. }
  4579. SwitchListerOp {
  4580. }
  4581. ReloadOp {
  4582. mode = current;
  4583. resetdirsizes = false;
  4584. keepfiletypes = false;
  4585. }
  4586. }
  4587. }
  4588. }
  4589. subtype {
  4590. }
  4591. colormode = parent;
  4592. unselectcolor = 1,0;
  4593. selectcolor = 1,0;
  4594. unselectactivecolor = 1,0;
  4595. selectactivecolor = 1,0;
  4596. }
  4597. filetype {
  4598. title = "tbz";
  4599. pattern = "*.tbz";
  4600. usepattern = true;
  4601. usecontent = false;
  4602. content {
  4603. }
  4604. type = normal;
  4605. patternignorecase = true;
  4606. patternuseregexp = false;
  4607. patternusefullname = false;
  4608. extcond = "";
  4609. useextcond = false;
  4610. ftcommands {
  4611. }
  4612. subtype {
  4613. }
  4614. colormode = default;
  4615. unselectcolor = 1,0;
  4616. selectcolor = 1,0;
  4617. unselectactivecolor = 1,0;
  4618. selectactivecolor = 1,0;
  4619. }
  4620. filetype {
  4621. title = "TBZ2 archive";
  4622. pattern = "*.tbz2";
  4623. usepattern = true;
  4624. usecontent = false;
  4625. content {
  4626. }
  4627. type = normal;
  4628. patternignorecase = true;
  4629. patternuseregexp = true;
  4630. patternusefullname = false;
  4631. extcond = "";
  4632. useextcond = false;
  4633. ftcommands {
  4634. dnd {
  4635. OwnOp {
  4636. separateeachentry = false;
  4637. recursive = false;
  4638. start = terminalwait;
  4639. com = "bzip2 -cd {F} | tar -xvf - -C {dp}";
  4640. viewstr = "";
  4641. inbackground = false;
  4642. takedirs = false;
  4643. dontcd = false;
  4644. }
  4645. ReloadOp {
  4646. mode = left;
  4647. resetdirsizes = false;
  4648. keepfiletypes = false;
  4649. }
  4650. ReloadOp {
  4651. mode = right;
  4652. resetdirsizes = false;
  4653. keepfiletypes = false;
  4654. }
  4655. }
  4656. doubleclick {
  4657. ScriptOp {
  4658. type = if;
  4659. pushuseoutput = false;
  4660. dodebug = false;
  4661. wpurecursive = false;
  4662. wputakedirs = false;
  4663. stacknr = 0;
  4664. iftest = "isLocal( \"{uF}#ubz2#utar\" ) == 0";
  4665. iflabel = "vfs";
  4666. wintype = leave;
  4667. changeprogress = false;
  4668. changetext = false;
  4669. progressuseoutput = false;
  4670. wintextuseoutput = false;
  4671. }
  4672. UserAction {
  4673. actionnumber = 0;
  4674. }
  4675. ScriptOp {
  4676. type = end;
  4677. pushuseoutput = false;
  4678. dodebug = false;
  4679. wpurecursive = false;
  4680. wputakedirs = false;
  4681. stacknr = 0;
  4682. wintype = leave;
  4683. changeprogress = false;
  4684. changetext = false;
  4685. progressuseoutput = false;
  4686. wintextuseoutput = false;
  4687. }
  4688. ScriptOp {
  4689. type = label;
  4690. pushuseoutput = false;
  4691. dodebug = false;
  4692. wpurecursive = false;
  4693. wputakedirs = false;
  4694. stacknr = 0;
  4695. label = "vfs";
  4696. wintype = leave;
  4697. changeprogress = false;
  4698. changetext = false;
  4699. progressuseoutput = false;
  4700. wintextuseoutput = false;
  4701. }
  4702. EnterDirOp {
  4703. dir = "{F}#ubz2#utar";
  4704. mode = special;
  4705. }
  4706. }
  4707. show {
  4708. OwnOp {
  4709. separateeachentry = false;
  4710. recursive = false;
  4711. start = terminalwait;
  4712. com = "bzip2 -cd {f} | tar -tvf -";
  4713. viewstr = "";
  4714. inbackground = false;
  4715. takedirs = false;
  4716. dontcd = false;
  4717. }
  4718. }
  4719. user 0 {
  4720. OwnOp {
  4721. separateeachentry = false;
  4722. recursive = false;
  4723. start = terminalwait;
  4724. com = "bzip2 -cd {F} | tar -xvf - -C {p}";
  4725. viewstr = "";
  4726. inbackground = false;
  4727. takedirs = false;
  4728. dontcd = false;
  4729. }
  4730. }
  4731. customaction {
  4732. name = "Распаковать в другую панель";
  4733. commands {
  4734. OwnOp {
  4735. separateeachentry = false;
  4736. recursive = false;
  4737. start = normal;
  4738. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-unpack sudo tar xjvf {f} -C {op}";
  4739. viewstr = "";
  4740. inbackground = false;
  4741. takedirs = false;
  4742. dontcd = false;
  4743. }
  4744. ReloadOp {
  4745. mode = other;
  4746. resetdirsizes = false;
  4747. keepfiletypes = false;
  4748. }
  4749. SwitchListerOp {
  4750. }
  4751. }
  4752. }
  4753. }
  4754. subtype {
  4755. }
  4756. colormode = parent;
  4757. unselectcolor = 1,0;
  4758. selectcolor = 1,0;
  4759. unselectactivecolor = 1,0;
  4760. selectactivecolor = 1,0;
  4761. }
  4762. filetype {
  4763. title = "TGZ archive";
  4764. pattern = ".*\\.\\(tar\\.gz$\\)\\|\\(tgz$\\)";
  4765. usepattern = true;
  4766. usecontent = false;
  4767. content {
  4768. }
  4769. type = normal;
  4770. patternignorecase = true;
  4771. patternuseregexp = true;
  4772. patternusefullname = false;
  4773. extcond = "";
  4774. useextcond = false;
  4775. ftcommands {
  4776. dnd {
  4777. OwnOp {
  4778. separateeachentry = false;
  4779. recursive = false;
  4780. start = terminalwait;
  4781. com = "gzip -cd {F} | tar -xvf - -C {dp}";
  4782. viewstr = "";
  4783. inbackground = false;
  4784. takedirs = false;
  4785. dontcd = false;
  4786. }
  4787. ReloadOp {
  4788. mode = left;
  4789. resetdirsizes = false;
  4790. keepfiletypes = false;
  4791. }
  4792. ReloadOp {
  4793. mode = right;
  4794. resetdirsizes = false;
  4795. keepfiletypes = false;
  4796. }
  4797. }
  4798. doubleclick {
  4799. ScriptOp {
  4800. type = if;
  4801. pushuseoutput = false;
  4802. dodebug = false;
  4803. wpurecursive = false;
  4804. wputakedirs = false;
  4805. stacknr = 0;
  4806. iftest = "isLocal( \"{uF}#ugz#utar\" ) == 0";
  4807. iflabel = "vfs";
  4808. wintype = leave;
  4809. changeprogress = false;
  4810. changetext = false;
  4811. progressuseoutput = false;
  4812. wintextuseoutput = false;
  4813. }
  4814. UserAction {
  4815. actionnumber = 0;
  4816. }
  4817. ScriptOp {
  4818. type = end;
  4819. pushuseoutput = false;
  4820. dodebug = false;
  4821. wpurecursive = false;
  4822. wputakedirs = false;
  4823. stacknr = 0;
  4824. wintype = leave;
  4825. changeprogress = false;
  4826. changetext = false;
  4827. progressuseoutput = false;
  4828. wintextuseoutput = false;
  4829. }
  4830. ScriptOp {
  4831. type = label;
  4832. pushuseoutput = false;
  4833. dodebug = false;
  4834. wpurecursive = false;
  4835. wputakedirs = false;
  4836. stacknr = 0;
  4837. label = "vfs";
  4838. wintype = leave;
  4839. changeprogress = false;
  4840. changetext = false;
  4841. progressuseoutput = false;
  4842. wintextuseoutput = false;
  4843. }
  4844. EnterDirOp {
  4845. dir = "{F}#ugz#utar";
  4846. mode = special;
  4847. }
  4848. }
  4849. show {
  4850. OwnOp {
  4851. separateeachentry = false;
  4852. recursive = false;
  4853. start = terminalwait;
  4854. com = "gzip -cd {f} | tar -tvf -";
  4855. viewstr = "";
  4856. inbackground = false;
  4857. takedirs = false;
  4858. dontcd = false;
  4859. }
  4860. }
  4861. user 0 {
  4862. OwnOp {
  4863. separateeachentry = false;
  4864. recursive = false;
  4865. start = terminalwait;
  4866. com = "gzip -cd {F} | tar -xvf - -C {p}";
  4867. viewstr = "";
  4868. inbackground = false;
  4869. takedirs = false;
  4870. dontcd = false;
  4871. }
  4872. }
  4873. customaction {
  4874. name = "Распаковать в другую панель";
  4875. commands {
  4876. OwnOp {
  4877. separateeachentry = false;
  4878. recursive = false;
  4879. start = normal;
  4880. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-unpack sudo tar xvf {f} -C {op}";
  4881. viewstr = "";
  4882. inbackground = false;
  4883. takedirs = false;
  4884. dontcd = false;
  4885. }
  4886. ReloadOp {
  4887. mode = other;
  4888. resetdirsizes = false;
  4889. keepfiletypes = false;
  4890. }
  4891. SwitchListerOp {
  4892. }
  4893. }
  4894. }
  4895. }
  4896. subtype {
  4897. }
  4898. colormode = parent;
  4899. unselectcolor = 1,0;
  4900. selectcolor = 1,0;
  4901. unselectactivecolor = 1,0;
  4902. selectactivecolor = 1,0;
  4903. magicpattern = "gzip compressed data";
  4904. }
  4905. filetype {
  4906. title = "tpz";
  4907. pattern = "*.tpz";
  4908. usepattern = true;
  4909. usecontent = false;
  4910. content {
  4911. }
  4912. type = normal;
  4913. patternignorecase = true;
  4914. patternuseregexp = false;
  4915. patternusefullname = false;
  4916. extcond = "";
  4917. useextcond = false;
  4918. ftcommands {
  4919. }
  4920. subtype {
  4921. }
  4922. colormode = parent;
  4923. unselectcolor = 1,0;
  4924. selectcolor = 1,0;
  4925. unselectactivecolor = 1,0;
  4926. selectactivecolor = 1,0;
  4927. }
  4928. filetype {
  4929. title = "txz";
  4930. pattern = "*.txz";
  4931. usepattern = true;
  4932. usecontent = false;
  4933. content {
  4934. }
  4935. type = normal;
  4936. patternignorecase = true;
  4937. patternuseregexp = false;
  4938. patternusefullname = false;
  4939. extcond = "";
  4940. useextcond = false;
  4941. ftcommands {
  4942. customaction {
  4943. name = "Распаковать в другую панель";
  4944. commands {
  4945. OwnOp {
  4946. separateeachentry = false;
  4947. recursive = false;
  4948. start = normal;
  4949. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-unpack sudo tar --use-compress-program=xz -xvf {f} -C {op}{f}";
  4950. viewstr = "";
  4951. inbackground = false;
  4952. takedirs = false;
  4953. dontcd = false;
  4954. }
  4955. SwitchListerOp {
  4956. }
  4957. ReloadOp {
  4958. mode = current;
  4959. resetdirsizes = false;
  4960. keepfiletypes = false;
  4961. }
  4962. }
  4963. }
  4964. }
  4965. subtype {
  4966. }
  4967. colormode = parent;
  4968. unselectcolor = 1,0;
  4969. selectcolor = 1,0;
  4970. unselectactivecolor = 1,0;
  4971. selectactivecolor = 1,0;
  4972. }
  4973. filetype {
  4974. title = "xpi";
  4975. pattern = "*.xpi";
  4976. usepattern = true;
  4977. usecontent = false;
  4978. content {
  4979. }
  4980. type = normal;
  4981. patternignorecase = true;
  4982. patternuseregexp = false;
  4983. patternusefullname = false;
  4984. extcond = "";
  4985. useextcond = false;
  4986. ftcommands {
  4987. }
  4988. subtype {
  4989. }
  4990. colormode = parent;
  4991. unselectcolor = 1,0;
  4992. selectcolor = 1,0;
  4993. unselectactivecolor = 1,0;
  4994. selectactivecolor = 1,0;
  4995. }
  4996. filetype {
  4997. title = "XPKF-SQSH packed";
  4998. pattern = "";
  4999. usepattern = false;
  5000. usecontent = true;
  5001. content {
  5002. 0 = 88;
  5003. 1 = 80;
  5004. 2 = 75;
  5005. 3 = 70;
  5006. 8 = 83;
  5007. 9 = 81;
  5008. 10 = 83;
  5009. 11 = 72;
  5010. }
  5011. type = normal;
  5012. patternignorecase = false;
  5013. patternuseregexp = false;
  5014. patternusefullname = false;
  5015. extcond = "";
  5016. useextcond = false;
  5017. ftcommands {
  5018. }
  5019. subtype {
  5020. }
  5021. colormode = parent;
  5022. unselectcolor = 1,0;
  5023. selectcolor = 1,0;
  5024. unselectactivecolor = 1,0;
  5025. selectactivecolor = 1,0;
  5026. }
  5027. filetype {
  5028. title = "ZIP archive";
  5029. pattern = "*.zip";
  5030. usepattern = true;
  5031. usecontent = true;
  5032. content {
  5033. 0 = 80;
  5034. 1 = 75;
  5035. 2 = 3;
  5036. 3 = 4;
  5037. }
  5038. type = normal;
  5039. patternignorecase = true;
  5040. patternuseregexp = false;
  5041. patternusefullname = false;
  5042. extcond = "";
  5043. useextcond = false;
  5044. ftcommands {
  5045. dnd {
  5046. OwnOp {
  5047. separateeachentry = false;
  5048. recursive = false;
  5049. start = terminalwait;
  5050. com = "unzip {f} -d {dp}";
  5051. viewstr = "";
  5052. inbackground = false;
  5053. takedirs = false;
  5054. dontcd = false;
  5055. }
  5056. ReloadOp {
  5057. mode = left;
  5058. resetdirsizes = false;
  5059. keepfiletypes = false;
  5060. }
  5061. ReloadOp {
  5062. mode = right;
  5063. resetdirsizes = false;
  5064. keepfiletypes = false;
  5065. }
  5066. }
  5067. doubleclick {
  5068. ScriptOp {
  5069. type = if;
  5070. pushuseoutput = false;
  5071. dodebug = false;
  5072. wpurecursive = false;
  5073. wputakedirs = false;
  5074. stacknr = 0;
  5075. iftest = "isLocal( \"{uF}#uzip\" ) == 0";
  5076. iflabel = "vfs";
  5077. wintype = leave;
  5078. changeprogress = false;
  5079. changetext = false;
  5080. progressuseoutput = false;
  5081. wintextuseoutput = false;
  5082. }
  5083. UserAction {
  5084. actionnumber = 0;
  5085. }
  5086. ScriptOp {
  5087. type = end;
  5088. pushuseoutput = false;
  5089. dodebug = false;
  5090. wpurecursive = false;
  5091. wputakedirs = false;
  5092. stacknr = 0;
  5093. wintype = leave;
  5094. changeprogress = false;
  5095. changetext = false;
  5096. progressuseoutput = false;
  5097. wintextuseoutput = false;
  5098. }
  5099. ScriptOp {
  5100. type = label;
  5101. pushuseoutput = false;
  5102. dodebug = false;
  5103. wpurecursive = false;
  5104. wputakedirs = false;
  5105. stacknr = 0;
  5106. label = "vfs";
  5107. wintype = leave;
  5108. changeprogress = false;
  5109. changetext = false;
  5110. progressuseoutput = false;
  5111. wintextuseoutput = false;
  5112. }
  5113. EnterDirOp {
  5114. dir = "{F}#uzip";
  5115. mode = special;
  5116. }
  5117. }
  5118. show {
  5119. OwnOp {
  5120. separateeachentry = false;
  5121. recursive = false;
  5122. start = terminalwait;
  5123. com = "unzip -l {f}";
  5124. viewstr = "";
  5125. inbackground = false;
  5126. takedirs = false;
  5127. dontcd = false;
  5128. }
  5129. }
  5130. user 0 {
  5131. OwnOp {
  5132. separateeachentry = false;
  5133. recursive = false;
  5134. start = terminalwait;
  5135. com = "unzip {f} -d {p}";
  5136. viewstr = "";
  5137. inbackground = false;
  5138. takedirs = false;
  5139. dontcd = false;
  5140. }
  5141. ReloadOp {
  5142. mode = current;
  5143. resetdirsizes = false;
  5144. keepfiletypes = true;
  5145. }
  5146. }
  5147. }
  5148. subtype {
  5149. filetype {
  5150. title = "docx";
  5151. pattern = "*.docx";
  5152. usepattern = true;
  5153. usecontent = false;
  5154. content {
  5155. }
  5156. type = normal;
  5157. patternignorecase = true;
  5158. patternuseregexp = false;
  5159. patternusefullname = false;
  5160. extcond = "";
  5161. useextcond = false;
  5162. ftcommands {
  5163. doubleclick {
  5164. OwnOp {
  5165. separateeachentry = false;
  5166. recursive = false;
  5167. start = normal;
  5168. com = "/opt/ooo4kids1.2/program/swriter {F}";
  5169. viewstr = "";
  5170. inbackground = true;
  5171. takedirs = false;
  5172. dontcd = false;
  5173. }
  5174. }
  5175. customaction {
  5176. name = "libreoffice-writer";
  5177. commands {
  5178. OwnOp {
  5179. separateeachentry = false;
  5180. recursive = false;
  5181. start = normal;
  5182. com = "/opt/scripts/swriter-libreoffice {F}";
  5183. viewstr = "";
  5184. inbackground = true;
  5185. takedirs = false;
  5186. dontcd = false;
  5187. }
  5188. ReloadOp {
  5189. mode = current;
  5190. resetdirsizes = false;
  5191. keepfiletypes = false;
  5192. }
  5193. }
  5194. }
  5195. customaction {
  5196. name = "officekids-writer";
  5197. commands {
  5198. OwnOp {
  5199. separateeachentry = false;
  5200. recursive = false;
  5201. start = normal;
  5202. com = "/opt/scripts/swriter-openoffice-kids {F}";
  5203. viewstr = "";
  5204. inbackground = true;
  5205. takedirs = false;
  5206. dontcd = false;
  5207. }
  5208. ReloadOp {
  5209. mode = current;
  5210. resetdirsizes = false;
  5211. keepfiletypes = false;
  5212. }
  5213. }
  5214. }
  5215. }
  5216. subtype {
  5217. }
  5218. colormode = parent;
  5219. unselectcolor = 1,0;
  5220. selectcolor = 1,0;
  5221. unselectactivecolor = 1,0;
  5222. selectactivecolor = 1,0;
  5223. }
  5224. filetype {
  5225. title = "jar";
  5226. pattern = "*.jar";
  5227. usepattern = true;
  5228. usecontent = false;
  5229. content {
  5230. }
  5231. type = normal;
  5232. patternignorecase = true;
  5233. patternuseregexp = false;
  5234. patternusefullname = false;
  5235. extcond = "";
  5236. useextcond = false;
  5237. ftcommands {
  5238. customaction {
  5239. name = "Запустить jar файл";
  5240. commands {
  5241. OwnOp {
  5242. separateeachentry = false;
  5243. recursive = false;
  5244. start = normal;
  5245. com = "java -Xmx256M -jar {F}";
  5246. viewstr = "";
  5247. inbackground = false;
  5248. takedirs = false;
  5249. dontcd = false;
  5250. }
  5251. ReloadOp {
  5252. mode = current;
  5253. resetdirsizes = false;
  5254. keepfiletypes = false;
  5255. }
  5256. }
  5257. }
  5258. }
  5259. subtype {
  5260. }
  5261. colormode = parent;
  5262. unselectcolor = 1,0;
  5263. selectcolor = 1,0;
  5264. unselectactivecolor = 1,0;
  5265. selectactivecolor = 1,0;
  5266. }
  5267. filetype {
  5268. title = "maff";
  5269. pattern = "*.maff";
  5270. usepattern = true;
  5271. usecontent = false;
  5272. content {
  5273. }
  5274. type = normal;
  5275. patternignorecase = true;
  5276. patternuseregexp = false;
  5277. patternusefullname = false;
  5278. extcond = "";
  5279. useextcond = false;
  5280. ftcommands {
  5281. doubleclick {
  5282. OwnOp {
  5283. separateeachentry = false;
  5284. recursive = false;
  5285. start = normal;
  5286. com = "/opt/scripts/maff-view {f}";
  5287. viewstr = "";
  5288. inbackground = false;
  5289. takedirs = false;
  5290. dontcd = false;
  5291. }
  5292. }
  5293. customaction {
  5294. name = "dillo";
  5295. commands {
  5296. OwnOp {
  5297. separateeachentry = false;
  5298. recursive = false;
  5299. start = normal;
  5300. com = "/opt/scripts/maff-view {f}";
  5301. viewstr = "";
  5302. inbackground = false;
  5303. takedirs = false;
  5304. dontcd = false;
  5305. }
  5306. }
  5307. }
  5308. customaction {
  5309. name = "firefox";
  5310. commands {
  5311. OwnOp {
  5312. separateeachentry = false;
  5313. recursive = false;
  5314. start = normal;
  5315. com = "firefox {F}";
  5316. viewstr = "";
  5317. inbackground = false;
  5318. takedirs = false;
  5319. dontcd = false;
  5320. }
  5321. }
  5322. }
  5323. }
  5324. subtype {
  5325. }
  5326. colormode = parent;
  5327. unselectcolor = 1,0;
  5328. selectcolor = 1,0;
  5329. unselectactivecolor = 1,0;
  5330. selectactivecolor = 1,0;
  5331. }
  5332. filetype {
  5333. title = "odp";
  5334. pattern = "*.odp";
  5335. usepattern = true;
  5336. usecontent = false;
  5337. content {
  5338. }
  5339. type = normal;
  5340. patternignorecase = true;
  5341. patternuseregexp = false;
  5342. patternusefullname = false;
  5343. extcond = "";
  5344. useextcond = false;
  5345. ftcommands {
  5346. doubleclick {
  5347. OwnOp {
  5348. separateeachentry = false;
  5349. recursive = false;
  5350. start = normal;
  5351. com = "/opt/scripts/simpress-openoffice-kids {F}";
  5352. viewstr = "";
  5353. inbackground = false;
  5354. takedirs = false;
  5355. dontcd = false;
  5356. }
  5357. }
  5358. customaction {
  5359. name = "simpress-libreoffice";
  5360. commands {
  5361. OwnOp {
  5362. separateeachentry = false;
  5363. recursive = false;
  5364. start = normal;
  5365. com = "/opt/scripts/simpress-libreoffice {F}";
  5366. viewstr = "";
  5367. inbackground = false;
  5368. takedirs = false;
  5369. dontcd = false;
  5370. }
  5371. }
  5372. }
  5373. customaction {
  5374. name = "simpress-openoffice-kids";
  5375. commands {
  5376. OwnOp {
  5377. separateeachentry = false;
  5378. recursive = false;
  5379. start = normal;
  5380. com = "/opt/scripts/simpress-openoffice-kids {F}";
  5381. viewstr = "";
  5382. inbackground = false;
  5383. takedirs = false;
  5384. dontcd = false;
  5385. }
  5386. }
  5387. }
  5388. }
  5389. subtype {
  5390. }
  5391. colormode = parent;
  5392. unselectcolor = 1,0;
  5393. selectcolor = 1,0;
  5394. unselectactivecolor = 1,0;
  5395. selectactivecolor = 1,0;
  5396. }
  5397. filetype {
  5398. title = "ods";
  5399. pattern = "*.ods";
  5400. usepattern = true;
  5401. usecontent = false;
  5402. content {
  5403. }
  5404. type = normal;
  5405. patternignorecase = true;
  5406. patternuseregexp = false;
  5407. patternusefullname = false;
  5408. extcond = "";
  5409. useextcond = false;
  5410. ftcommands {
  5411. doubleclick {
  5412. OwnOp {
  5413. separateeachentry = false;
  5414. recursive = false;
  5415. start = normal;
  5416. com = "/opt/ooo4kids1.2/program/scalc {F}";
  5417. viewstr = "";
  5418. inbackground = true;
  5419. takedirs = false;
  5420. dontcd = false;
  5421. }
  5422. ReloadOp {
  5423. mode = current;
  5424. resetdirsizes = false;
  5425. keepfiletypes = false;
  5426. }
  5427. }
  5428. customaction {
  5429. name = "gnumeric";
  5430. commands {
  5431. OwnOp {
  5432. separateeachentry = false;
  5433. recursive = false;
  5434. start = normal;
  5435. com = "gnumeric {F}";
  5436. viewstr = "";
  5437. inbackground = true;
  5438. takedirs = false;
  5439. dontcd = false;
  5440. }
  5441. ReloadOp {
  5442. mode = current;
  5443. resetdirsizes = false;
  5444. keepfiletypes = false;
  5445. }
  5446. }
  5447. }
  5448. customaction {
  5449. name = "libreoffice-calc";
  5450. commands {
  5451. OwnOp {
  5452. separateeachentry = false;
  5453. recursive = false;
  5454. start = normal;
  5455. com = "/opt/scripts/scalc-libreoffice {F}";
  5456. viewstr = "";
  5457. inbackground = true;
  5458. takedirs = false;
  5459. dontcd = false;
  5460. }
  5461. OwnOp {
  5462. separateeachentry = false;
  5463. recursive = false;
  5464. start = normal;
  5465. com = "";
  5466. viewstr = "";
  5467. inbackground = false;
  5468. takedirs = false;
  5469. dontcd = false;
  5470. }
  5471. ReloadOp {
  5472. mode = current;
  5473. resetdirsizes = false;
  5474. keepfiletypes = false;
  5475. }
  5476. }
  5477. }
  5478. customaction {
  5479. name = "officekids-calc";
  5480. commands {
  5481. OwnOp {
  5482. separateeachentry = false;
  5483. recursive = false;
  5484. start = normal;
  5485. com = "/opt/ooo4kids1.2/program/scalc {F}";
  5486. viewstr = "";
  5487. inbackground = true;
  5488. takedirs = false;
  5489. dontcd = false;
  5490. }
  5491. ReloadOp {
  5492. mode = current;
  5493. resetdirsizes = false;
  5494. keepfiletypes = false;
  5495. }
  5496. }
  5497. }
  5498. }
  5499. subtype {
  5500. }
  5501. colormode = parent;
  5502. unselectcolor = 1,0;
  5503. selectcolor = 1,0;
  5504. unselectactivecolor = 1,0;
  5505. selectactivecolor = 1,0;
  5506. }
  5507. filetype {
  5508. title = "odt";
  5509. pattern = "*.odt";
  5510. usepattern = true;
  5511. usecontent = false;
  5512. content {
  5513. }
  5514. type = normal;
  5515. patternignorecase = true;
  5516. patternuseregexp = false;
  5517. patternusefullname = false;
  5518. extcond = "";
  5519. useextcond = false;
  5520. ftcommands {
  5521. doubleclick {
  5522. OwnOp {
  5523. separateeachentry = false;
  5524. recursive = false;
  5525. start = normal;
  5526. com = "/opt/scripts/swriter-openoffice-kids {F}";
  5527. viewstr = "";
  5528. inbackground = true;
  5529. takedirs = false;
  5530. dontcd = false;
  5531. }
  5532. }
  5533. customaction {
  5534. name = "libreoffice-writer";
  5535. commands {
  5536. OwnOp {
  5537. separateeachentry = false;
  5538. recursive = false;
  5539. start = normal;
  5540. com = "/opt/scripts/swriter-libreoffice {F}";
  5541. viewstr = "";
  5542. inbackground = true;
  5543. takedirs = false;
  5544. dontcd = false;
  5545. }
  5546. }
  5547. }
  5548. customaction {
  5549. name = "officekids-writer";
  5550. commands {
  5551. OwnOp {
  5552. separateeachentry = false;
  5553. recursive = false;
  5554. start = normal;
  5555. com = "/opt/scripts/swriter-openoffice-kids {F}";
  5556. viewstr = "";
  5557. inbackground = true;
  5558. takedirs = false;
  5559. dontcd = false;
  5560. }
  5561. }
  5562. }
  5563. }
  5564. subtype {
  5565. }
  5566. colormode = parent;
  5567. unselectcolor = 1,0;
  5568. selectcolor = 1,0;
  5569. unselectactivecolor = 1,0;
  5570. selectactivecolor = 1,0;
  5571. }
  5572. filetype {
  5573. title = "xlsx";
  5574. pattern = "*.xlsx";
  5575. usepattern = true;
  5576. usecontent = false;
  5577. content {
  5578. }
  5579. type = normal;
  5580. patternignorecase = true;
  5581. patternuseregexp = false;
  5582. patternusefullname = false;
  5583. extcond = "";
  5584. useextcond = false;
  5585. ftcommands {
  5586. doubleclick {
  5587. OwnOp {
  5588. separateeachentry = false;
  5589. recursive = false;
  5590. start = normal;
  5591. com = "/opt/ooo4kids1.2/program/scalc {F}";
  5592. viewstr = "";
  5593. inbackground = true;
  5594. takedirs = false;
  5595. dontcd = false;
  5596. }
  5597. }
  5598. customaction {
  5599. name = "gnumeric";
  5600. commands {
  5601. OwnOp {
  5602. separateeachentry = false;
  5603. recursive = false;
  5604. start = normal;
  5605. com = "gnumeric {F}";
  5606. viewstr = "";
  5607. inbackground = false;
  5608. takedirs = false;
  5609. dontcd = false;
  5610. }
  5611. ReloadOp {
  5612. mode = current;
  5613. resetdirsizes = false;
  5614. keepfiletypes = false;
  5615. }
  5616. }
  5617. }
  5618. customaction {
  5619. name = "libreoffice-calc";
  5620. commands {
  5621. OwnOp {
  5622. separateeachentry = false;
  5623. recursive = false;
  5624. start = normal;
  5625. com = "/opt/scripts/scalc-libreoffice {F}";
  5626. viewstr = "";
  5627. inbackground = true;
  5628. takedirs = false;
  5629. dontcd = false;
  5630. }
  5631. }
  5632. }
  5633. customaction {
  5634. name = "officekids-calc";
  5635. commands {
  5636. OwnOp {
  5637. separateeachentry = false;
  5638. recursive = false;
  5639. start = normal;
  5640. com = "/opt/ooo4kids1.2/program/scalc {F}";
  5641. viewstr = "";
  5642. inbackground = true;
  5643. takedirs = false;
  5644. dontcd = false;
  5645. }
  5646. ReloadOp {
  5647. mode = current;
  5648. resetdirsizes = false;
  5649. keepfiletypes = false;
  5650. }
  5651. }
  5652. }
  5653. }
  5654. subtype {
  5655. }
  5656. colormode = parent;
  5657. unselectcolor = 1,0;
  5658. selectcolor = 1,0;
  5659. unselectactivecolor = 1,0;
  5660. selectactivecolor = 1,0;
  5661. }
  5662. }
  5663. colormode = parent;
  5664. unselectcolor = 1,0;
  5665. selectcolor = 1,0;
  5666. unselectactivecolor = 1,0;
  5667. selectactivecolor = 1,0;
  5668. }
  5669. }
  5670. colormode = default;
  5671. unselectcolor = 1,0;
  5672. selectcolor = 1,0;
  5673. unselectactivecolor = 1,0;
  5674. selectactivecolor = 1,0;
  5675. }
  5676. filetype {
  5677. title = "Audio";
  5678. pattern = "";
  5679. usepattern = false;
  5680. usecontent = false;
  5681. content {
  5682. }
  5683. type = normal;
  5684. patternignorecase = false;
  5685. patternuseregexp = false;
  5686. patternusefullname = false;
  5687. extcond = "";
  5688. useextcond = false;
  5689. ftcommands {
  5690. doubleclick {
  5691. OwnOp {
  5692. separateeachentry = false;
  5693. recursive = false;
  5694. start = terminal;
  5695. com = "audition {F}";
  5696. viewstr = "";
  5697. inbackground = true;
  5698. takedirs = false;
  5699. dontcd = false;
  5700. }
  5701. }
  5702. show {
  5703. OwnOp {
  5704. separateeachentry = false;
  5705. recursive = false;
  5706. start = normal;
  5707. com = "xmms {f}";
  5708. viewstr = "";
  5709. inbackground = false;
  5710. takedirs = false;
  5711. dontcd = false;
  5712. }
  5713. }
  5714. customaction {
  5715. name = "audacious";
  5716. commands {
  5717. OwnOp {
  5718. separateeachentry = false;
  5719. recursive = false;
  5720. start = normal;
  5721. com = "audacious2 {A}";
  5722. viewstr = "";
  5723. inbackground = true;
  5724. takedirs = false;
  5725. dontcd = false;
  5726. }
  5727. OwnOp {
  5728. separateeachentry = false;
  5729. recursive = false;
  5730. start = terminal;
  5731. com = "peyote {F}";
  5732. viewstr = "";
  5733. inbackground = true;
  5734. takedirs = false;
  5735. dontcd = false;
  5736. }
  5737. }
  5738. }
  5739. customaction {
  5740. name = "audition";
  5741. commands {
  5742. OwnOp {
  5743. separateeachentry = false;
  5744. recursive = false;
  5745. start = terminal;
  5746. com = "audition {F}";
  5747. viewstr = "";
  5748. inbackground = true;
  5749. takedirs = false;
  5750. dontcd = false;
  5751. }
  5752. }
  5753. }
  5754. customaction {
  5755. name = "guayadeque";
  5756. commands {
  5757. OwnOp {
  5758. separateeachentry = false;
  5759. recursive = false;
  5760. start = normal;
  5761. com = "guayadeque {F}";
  5762. viewstr = "";
  5763. inbackground = false;
  5764. takedirs = false;
  5765. dontcd = false;
  5766. }
  5767. }
  5768. }
  5769. customaction {
  5770. name = "mplayer";
  5771. commands {
  5772. OwnOp {
  5773. separateeachentry = false;
  5774. recursive = false;
  5775. start = terminalwait;
  5776. com = "mplayer {F}";
  5777. viewstr = "";
  5778. inbackground = true;
  5779. takedirs = false;
  5780. dontcd = false;
  5781. }
  5782. }
  5783. }
  5784. customaction {
  5785. name = "peyote ";
  5786. commands {
  5787. OwnOp {
  5788. separateeachentry = false;
  5789. recursive = false;
  5790. start = terminal;
  5791. com = "peyote";
  5792. viewstr = "";
  5793. inbackground = true;
  5794. takedirs = false;
  5795. dontcd = false;
  5796. }
  5797. OwnOp {
  5798. separateeachentry = false;
  5799. recursive = false;
  5800. start = normal;
  5801. com = "sleep 3";
  5802. viewstr = "";
  5803. inbackground = false;
  5804. takedirs = false;
  5805. dontcd = false;
  5806. }
  5807. OwnOp {
  5808. separateeachentry = false;
  5809. recursive = false;
  5810. start = normal;
  5811. com = "mescaline {F}";
  5812. viewstr = "";
  5813. inbackground = false;
  5814. takedirs = false;
  5815. dontcd = false;
  5816. }
  5817. }
  5818. }
  5819. }
  5820. subtype {
  5821. filetype {
  5822. title = "AIFF sound";
  5823. pattern = "";
  5824. usepattern = false;
  5825. usecontent = true;
  5826. content {
  5827. 0 = 70;
  5828. 1 = 79;
  5829. 2 = 82;
  5830. 3 = 77;
  5831. 8 = 65;
  5832. 9 = 73;
  5833. 10 = 70;
  5834. 11 = 70;
  5835. }
  5836. type = normal;
  5837. patternignorecase = false;
  5838. patternuseregexp = false;
  5839. patternusefullname = false;
  5840. extcond = "";
  5841. useextcond = false;
  5842. ftcommands {
  5843. }
  5844. subtype {
  5845. }
  5846. colormode = parent;
  5847. unselectcolor = 1,0;
  5848. selectcolor = 1,0;
  5849. unselectactivecolor = 1,0;
  5850. selectactivecolor = 1,0;
  5851. }
  5852. filetype {
  5853. title = "AU sound";
  5854. pattern = "";
  5855. usepattern = false;
  5856. usecontent = true;
  5857. content {
  5858. 0 = 46;
  5859. 1 = 115;
  5860. 2 = 110;
  5861. 3 = 100;
  5862. }
  5863. type = normal;
  5864. patternignorecase = false;
  5865. patternuseregexp = false;
  5866. patternusefullname = false;
  5867. extcond = "";
  5868. useextcond = false;
  5869. ftcommands {
  5870. doubleclick {
  5871. OwnOp {
  5872. separateeachentry = false;
  5873. recursive = false;
  5874. start = normal;
  5875. com = "play {F}";
  5876. viewstr = "";
  5877. inbackground = false;
  5878. takedirs = false;
  5879. dontcd = false;
  5880. }
  5881. }
  5882. }
  5883. subtype {
  5884. }
  5885. colormode = parent;
  5886. unselectcolor = 1,0;
  5887. selectcolor = 1,0;
  5888. unselectactivecolor = 1,0;
  5889. selectactivecolor = 1,0;
  5890. }
  5891. filetype {
  5892. title = "IFF-8SVX sound";
  5893. pattern = "";
  5894. usepattern = false;
  5895. usecontent = true;
  5896. content {
  5897. 0 = 70;
  5898. 1 = 79;
  5899. 2 = 82;
  5900. 3 = 77;
  5901. 8 = 56;
  5902. 9 = 83;
  5903. 10 = 86;
  5904. 11 = 88;
  5905. }
  5906. type = normal;
  5907. patternignorecase = false;
  5908. patternuseregexp = false;
  5909. patternusefullname = false;
  5910. extcond = "";
  5911. useextcond = false;
  5912. ftcommands {
  5913. doubleclick {
  5914. OwnOp {
  5915. separateeachentry = false;
  5916. recursive = false;
  5917. start = normal;
  5918. com = "play -t auto {f}";
  5919. viewstr = "";
  5920. inbackground = false;
  5921. takedirs = false;
  5922. dontcd = false;
  5923. }
  5924. }
  5925. show {
  5926. OwnOp {
  5927. separateeachentry = false;
  5928. recursive = false;
  5929. start = normal;
  5930. com = "play -t auto {f}";
  5931. viewstr = "";
  5932. inbackground = false;
  5933. takedirs = false;
  5934. dontcd = false;
  5935. }
  5936. }
  5937. }
  5938. subtype {
  5939. }
  5940. colormode = parent;
  5941. unselectcolor = 1,0;
  5942. selectcolor = 1,0;
  5943. unselectactivecolor = 1,0;
  5944. selectactivecolor = 1,0;
  5945. }
  5946. filetype {
  5947. title = "Music files";
  5948. pattern = "";
  5949. usepattern = false;
  5950. usecontent = false;
  5951. content {
  5952. }
  5953. type = normal;
  5954. patternignorecase = false;
  5955. patternuseregexp = false;
  5956. patternusefullname = false;
  5957. extcond = "";
  5958. useextcond = false;
  5959. ftcommands {
  5960. }
  5961. subtype {
  5962. filetype {
  5963. title = "ape";
  5964. pattern = "*.ape";
  5965. usepattern = true;
  5966. usecontent = false;
  5967. content {
  5968. }
  5969. type = normal;
  5970. patternignorecase = true;
  5971. patternuseregexp = false;
  5972. patternusefullname = false;
  5973. extcond = "";
  5974. useextcond = false;
  5975. ftcommands {
  5976. customaction {
  5977. name = "ape->mp3";
  5978. commands {
  5979. OwnOp {
  5980. separateeachentry = false;
  5981. recursive = false;
  5982. start = terminalwait;
  5983. com = "/opt/scripts/ape-mp3.sh {F}";
  5984. viewstr = "";
  5985. inbackground = false;
  5986. takedirs = false;
  5987. dontcd = false;
  5988. }
  5989. ReloadOp {
  5990. mode = current;
  5991. resetdirsizes = false;
  5992. keepfiletypes = false;
  5993. }
  5994. }
  5995. }
  5996. }
  5997. subtype {
  5998. }
  5999. colormode = parent;
  6000. unselectcolor = 1,0;
  6001. selectcolor = 1,0;
  6002. unselectactivecolor = 1,0;
  6003. selectactivecolor = 1,0;
  6004. }
  6005. filetype {
  6006. title = "cue";
  6007. pattern = "*.cue";
  6008. usepattern = true;
  6009. usecontent = false;
  6010. content {
  6011. }
  6012. type = normal;
  6013. patternignorecase = true;
  6014. patternuseregexp = false;
  6015. patternusefullname = false;
  6016. extcond = "";
  6017. useextcond = false;
  6018. ftcommands {
  6019. customaction {
  6020. name = "cue-splitter";
  6021. commands {
  6022. OwnOp {
  6023. separateeachentry = false;
  6024. recursive = false;
  6025. start = normal;
  6026. com = "/home/ed/.worker/scripts/cue-splitter {F}";
  6027. viewstr = "";
  6028. inbackground = true;
  6029. takedirs = false;
  6030. dontcd = false;
  6031. }
  6032. }
  6033. }
  6034. }
  6035. subtype {
  6036. }
  6037. colormode = parent;
  6038. unselectcolor = 1,0;
  6039. selectcolor = 1,0;
  6040. unselectactivecolor = 1,0;
  6041. selectactivecolor = 1,0;
  6042. }
  6043. filetype {
  6044. title = "flac";
  6045. pattern = "*.flac";
  6046. usepattern = true;
  6047. usecontent = false;
  6048. content {
  6049. }
  6050. type = normal;
  6051. patternignorecase = true;
  6052. patternuseregexp = false;
  6053. patternusefullname = false;
  6054. extcond = "";
  6055. useextcond = false;
  6056. ftcommands {
  6057. customaction {
  6058. name = "flac->mp3";
  6059. commands {
  6060. OwnOp {
  6061. separateeachentry = false;
  6062. recursive = false;
  6063. start = terminalwait;
  6064. com = "/home/ed/.worker/scripts/flac-mp3.sh {F}";
  6065. viewstr = "";
  6066. inbackground = false;
  6067. takedirs = false;
  6068. dontcd = false;
  6069. }
  6070. ReloadOp {
  6071. mode = current;
  6072. resetdirsizes = false;
  6073. keepfiletypes = false;
  6074. }
  6075. }
  6076. }
  6077. }
  6078. subtype {
  6079. }
  6080. colormode = parent;
  6081. unselectcolor = 1,0;
  6082. selectcolor = 1,0;
  6083. unselectactivecolor = 1,0;
  6084. selectactivecolor = 1,0;
  6085. }
  6086. filetype {
  6087. title = "m4a";
  6088. pattern = "*.m4a";
  6089. usepattern = true;
  6090. usecontent = false;
  6091. content {
  6092. }
  6093. type = normal;
  6094. patternignorecase = true;
  6095. patternuseregexp = false;
  6096. patternusefullname = false;
  6097. extcond = "";
  6098. useextcond = false;
  6099. ftcommands {
  6100. }
  6101. subtype {
  6102. }
  6103. colormode = parent;
  6104. unselectcolor = 1,0;
  6105. selectcolor = 1,0;
  6106. unselectactivecolor = 1,0;
  6107. selectactivecolor = 1,0;
  6108. }
  6109. filetype {
  6110. title = "MIDI file";
  6111. pattern = "*.midi";
  6112. usepattern = true;
  6113. usecontent = true;
  6114. content {
  6115. 0 = 77;
  6116. 1 = 84;
  6117. 2 = 104;
  6118. 3 = 100;
  6119. 7 = 6;
  6120. 14 = 77;
  6121. 15 = 84;
  6122. 16 = 114;
  6123. 17 = 107;
  6124. }
  6125. type = normal;
  6126. patternignorecase = true;
  6127. patternuseregexp = false;
  6128. patternusefullname = false;
  6129. extcond = "";
  6130. useextcond = false;
  6131. ftcommands {
  6132. doubleclick {
  6133. OwnOp {
  6134. separateeachentry = false;
  6135. recursive = false;
  6136. start = normal;
  6137. com = "timidity -ig {F}";
  6138. viewstr = "";
  6139. inbackground = false;
  6140. takedirs = false;
  6141. dontcd = false;
  6142. }
  6143. }
  6144. }
  6145. subtype {
  6146. }
  6147. colormode = parent;
  6148. unselectcolor = 1,0;
  6149. selectcolor = 1,0;
  6150. unselectactivecolor = 1,0;
  6151. selectactivecolor = 1,0;
  6152. }
  6153. filetype {
  6154. title = "MOD file";
  6155. pattern = "\\(^mod\\..*\\)\\|\\(.*\\.mod\\(\\..*\\)\\?\\)";
  6156. usepattern = true;
  6157. usecontent = false;
  6158. content {
  6159. }
  6160. type = normal;
  6161. patternignorecase = true;
  6162. patternuseregexp = true;
  6163. patternusefullname = false;
  6164. extcond = "";
  6165. useextcond = false;
  6166. ftcommands {
  6167. }
  6168. subtype {
  6169. }
  6170. colormode = parent;
  6171. unselectcolor = 1,0;
  6172. selectcolor = 1,0;
  6173. unselectactivecolor = 1,0;
  6174. selectactivecolor = 1,0;
  6175. }
  6176. filetype {
  6177. title = "MP3 file";
  6178. pattern = "*.mp3";
  6179. usepattern = true;
  6180. usecontent = true;
  6181. content {
  6182. 0 = 255;
  6183. 3 = 68;
  6184. }
  6185. type = normal;
  6186. patternignorecase = true;
  6187. patternuseregexp = false;
  6188. patternusefullname = false;
  6189. extcond = "";
  6190. useextcond = false;
  6191. ftcommands {
  6192. }
  6193. subtype {
  6194. }
  6195. colormode = parent;
  6196. unselectcolor = 1,0;
  6197. selectcolor = 1,0;
  6198. unselectactivecolor = 1,0;
  6199. selectactivecolor = 1,0;
  6200. }
  6201. filetype {
  6202. title = "MP3 playlist";
  6203. pattern = "*.m3u";
  6204. usepattern = true;
  6205. usecontent = false;
  6206. content {
  6207. }
  6208. type = normal;
  6209. patternignorecase = false;
  6210. patternuseregexp = false;
  6211. patternusefullname = false;
  6212. extcond = "";
  6213. useextcond = false;
  6214. ftcommands {
  6215. }
  6216. subtype {
  6217. }
  6218. colormode = parent;
  6219. unselectcolor = 1,0;
  6220. selectcolor = 1,0;
  6221. unselectactivecolor = 1,0;
  6222. selectactivecolor = 1,0;
  6223. }
  6224. filetype {
  6225. title = "mpc";
  6226. pattern = "*.mpc";
  6227. usepattern = true;
  6228. usecontent = false;
  6229. content {
  6230. }
  6231. type = normal;
  6232. patternignorecase = true;
  6233. patternuseregexp = false;
  6234. patternusefullname = false;
  6235. extcond = "";
  6236. useextcond = false;
  6237. ftcommands {
  6238. }
  6239. subtype {
  6240. }
  6241. colormode = parent;
  6242. unselectcolor = 1,0;
  6243. selectcolor = 1,0;
  6244. unselectactivecolor = 1,0;
  6245. selectactivecolor = 1,0;
  6246. }
  6247. filetype {
  6248. title = "Ogg musicfile";
  6249. pattern = "*.ogg";
  6250. usepattern = true;
  6251. usecontent = true;
  6252. content {
  6253. 0 = 79;
  6254. 1 = 103;
  6255. 2 = 103;
  6256. 3 = 83;
  6257. }
  6258. type = normal;
  6259. patternignorecase = true;
  6260. patternuseregexp = false;
  6261. patternusefullname = false;
  6262. extcond = "";
  6263. useextcond = false;
  6264. ftcommands {
  6265. show {
  6266. OwnOp {
  6267. separateeachentry = false;
  6268. recursive = false;
  6269. start = terminalwait;
  6270. com = "ogginfo {f}";
  6271. viewstr = "";
  6272. inbackground = false;
  6273. takedirs = false;
  6274. dontcd = false;
  6275. }
  6276. }
  6277. }
  6278. subtype {
  6279. }
  6280. colormode = parent;
  6281. unselectcolor = 1,0;
  6282. selectcolor = 1,0;
  6283. unselectactivecolor = 1,0;
  6284. selectactivecolor = 1,0;
  6285. }
  6286. filetype {
  6287. title = "tta";
  6288. pattern = ".tta";
  6289. usepattern = true;
  6290. usecontent = false;
  6291. content {
  6292. }
  6293. type = normal;
  6294. patternignorecase = true;
  6295. patternuseregexp = false;
  6296. patternusefullname = false;
  6297. extcond = "";
  6298. useextcond = false;
  6299. ftcommands {
  6300. }
  6301. subtype {
  6302. }
  6303. colormode = parent;
  6304. unselectcolor = 1,0;
  6305. selectcolor = 1,0;
  6306. unselectactivecolor = 1,0;
  6307. selectactivecolor = 1,0;
  6308. }
  6309. filetype {
  6310. title = "wma";
  6311. pattern = "*.wma";
  6312. usepattern = true;
  6313. usecontent = false;
  6314. content {
  6315. }
  6316. type = normal;
  6317. patternignorecase = true;
  6318. patternuseregexp = false;
  6319. patternusefullname = false;
  6320. extcond = "";
  6321. useextcond = false;
  6322. ftcommands {
  6323. }
  6324. subtype {
  6325. }
  6326. colormode = parent;
  6327. unselectcolor = 1,0;
  6328. selectcolor = 1,0;
  6329. unselectactivecolor = 1,0;
  6330. selectactivecolor = 1,0;
  6331. }
  6332. filetype {
  6333. title = "wv";
  6334. pattern = "*.wv";
  6335. usepattern = true;
  6336. usecontent = false;
  6337. content {
  6338. }
  6339. type = normal;
  6340. patternignorecase = true;
  6341. patternuseregexp = false;
  6342. patternusefullname = false;
  6343. extcond = "";
  6344. useextcond = false;
  6345. ftcommands {
  6346. }
  6347. subtype {
  6348. }
  6349. colormode = parent;
  6350. unselectcolor = 1,0;
  6351. selectcolor = 1,0;
  6352. unselectactivecolor = 1,0;
  6353. selectactivecolor = 1,0;
  6354. }
  6355. }
  6356. colormode = parent;
  6357. unselectcolor = 1,0;
  6358. selectcolor = 1,0;
  6359. unselectactivecolor = 1,0;
  6360. selectactivecolor = 1,0;
  6361. }
  6362. filetype {
  6363. title = "RealAudio file";
  6364. pattern = "";
  6365. usepattern = false;
  6366. usecontent = true;
  6367. content {
  6368. 0 = 46;
  6369. 1 = 114;
  6370. 2 = 97;
  6371. 3 = 253;
  6372. 63 = 110;
  6373. }
  6374. type = normal;
  6375. patternignorecase = false;
  6376. patternuseregexp = false;
  6377. patternusefullname = false;
  6378. extcond = "";
  6379. useextcond = false;
  6380. ftcommands {
  6381. doubleclick {
  6382. OwnOp {
  6383. separateeachentry = false;
  6384. recursive = false;
  6385. start = normal;
  6386. com = "realplay {F}";
  6387. viewstr = "";
  6388. inbackground = false;
  6389. takedirs = false;
  6390. dontcd = false;
  6391. }
  6392. }
  6393. }
  6394. subtype {
  6395. }
  6396. colormode = parent;
  6397. unselectcolor = 1,0;
  6398. selectcolor = 1,0;
  6399. unselectactivecolor = 1,0;
  6400. selectactivecolor = 1,0;
  6401. }
  6402. filetype {
  6403. title = "RealAudioG2 file";
  6404. pattern = "";
  6405. usepattern = false;
  6406. usecontent = true;
  6407. content {
  6408. 0 = 46;
  6409. 1 = 82;
  6410. 2 = 77;
  6411. 3 = 70;
  6412. }
  6413. type = normal;
  6414. patternignorecase = false;
  6415. patternuseregexp = false;
  6416. patternusefullname = false;
  6417. extcond = "";
  6418. useextcond = false;
  6419. ftcommands {
  6420. doubleclick {
  6421. OwnOp {
  6422. separateeachentry = false;
  6423. recursive = false;
  6424. start = normal;
  6425. com = "realplay {F}";
  6426. viewstr = "";
  6427. inbackground = false;
  6428. takedirs = false;
  6429. dontcd = false;
  6430. }
  6431. }
  6432. }
  6433. subtype {
  6434. }
  6435. colormode = parent;
  6436. unselectcolor = 1,0;
  6437. selectcolor = 1,0;
  6438. unselectactivecolor = 1,0;
  6439. selectactivecolor = 1,0;
  6440. }
  6441. filetype {
  6442. title = "WAV file";
  6443. pattern = "";
  6444. usepattern = false;
  6445. usecontent = true;
  6446. content {
  6447. 0 = 82;
  6448. 1 = 73;
  6449. 2 = 70;
  6450. 3 = 70;
  6451. 8 = 87;
  6452. 9 = 65;
  6453. 10 = 86;
  6454. 11 = 69;
  6455. 12 = 102;
  6456. 13 = 109;
  6457. 14 = 116;
  6458. 15 = 32;
  6459. }
  6460. type = normal;
  6461. patternignorecase = false;
  6462. patternuseregexp = false;
  6463. patternusefullname = false;
  6464. extcond = "";
  6465. useextcond = false;
  6466. ftcommands {
  6467. }
  6468. subtype {
  6469. }
  6470. colormode = parent;
  6471. unselectcolor = 1,0;
  6472. selectcolor = 1,0;
  6473. unselectactivecolor = 1,0;
  6474. selectactivecolor = 1,0;
  6475. }
  6476. }
  6477. colormode = default;
  6478. unselectcolor = 1,0;
  6479. selectcolor = 1,0;
  6480. unselectactivecolor = 1,0;
  6481. selectactivecolor = 1,0;
  6482. }
  6483. filetype {
  6484. title = "BackUp file - bak";
  6485. pattern = "*.bak";
  6486. usepattern = true;
  6487. usecontent = false;
  6488. content {
  6489. }
  6490. type = normal;
  6491. patternignorecase = true;
  6492. patternuseregexp = false;
  6493. patternusefullname = false;
  6494. extcond = "";
  6495. useextcond = false;
  6496. ftcommands {
  6497. doubleclick {
  6498. InternalViewOp {
  6499. requestflags = false;
  6500. customfiles = "";
  6501. showmode = active;
  6502. }
  6503. }
  6504. customaction {
  6505. name = "dillo";
  6506. commands {
  6507. OwnOp {
  6508. separateeachentry = false;
  6509. recursive = false;
  6510. start = normal;
  6511. com = "dillo {F}";
  6512. viewstr = "";
  6513. inbackground = true;
  6514. takedirs = false;
  6515. dontcd = false;
  6516. }
  6517. }
  6518. }
  6519. customaction {
  6520. name = "juffed";
  6521. commands {
  6522. OwnOp {
  6523. separateeachentry = false;
  6524. recursive = false;
  6525. start = normal;
  6526. com = "juffed {F}";
  6527. viewstr = "";
  6528. inbackground = false;
  6529. takedirs = false;
  6530. dontcd = false;
  6531. }
  6532. }
  6533. }
  6534. customaction {
  6535. name = "libreoffice-swriter";
  6536. commands {
  6537. OwnOp {
  6538. separateeachentry = false;
  6539. recursive = false;
  6540. start = normal;
  6541. com = "/opt/scripts/swriter-libreoffice {F}";
  6542. viewstr = "";
  6543. inbackground = true;
  6544. takedirs = false;
  6545. dontcd = false;
  6546. }
  6547. }
  6548. }
  6549. customaction {
  6550. name = "scalc";
  6551. commands {
  6552. OwnOp {
  6553. separateeachentry = false;
  6554. recursive = false;
  6555. start = normal;
  6556. com = "/opt/scripts/scalc-am {F}";
  6557. viewstr = "";
  6558. inbackground = true;
  6559. takedirs = false;
  6560. dontcd = false;
  6561. }
  6562. }
  6563. }
  6564. }
  6565. subtype {
  6566. }
  6567. colormode = default;
  6568. unselectcolor = 1,0;
  6569. selectcolor = 1,0;
  6570. unselectactivecolor = 1,0;
  6571. selectactivecolor = 1,0;
  6572. }
  6573. filetype {
  6574. title = "corefile";
  6575. pattern = "core";
  6576. usepattern = true;
  6577. usecontent = false;
  6578. content {
  6579. }
  6580. type = normal;
  6581. patternignorecase = false;
  6582. patternuseregexp = false;
  6583. patternusefullname = false;
  6584. extcond = "";
  6585. useextcond = false;
  6586. ftcommands {
  6587. }
  6588. subtype {
  6589. }
  6590. colormode = default;
  6591. unselectcolor = 1,0;
  6592. selectcolor = 1,0;
  6593. unselectactivecolor = 1,0;
  6594. selectactivecolor = 1,0;
  6595. }
  6596. filetype {
  6597. title = "Dir";
  6598. pattern = "";
  6599. usepattern = false;
  6600. usecontent = false;
  6601. content {
  6602. }
  6603. type = dir;
  6604. patternignorecase = false;
  6605. patternuseregexp = false;
  6606. patternusefullname = false;
  6607. extcond = "";
  6608. useextcond = false;
  6609. ftcommands {
  6610. dnd {
  6611. EnterDirOp {
  6612. dir = "";
  6613. mode = active;
  6614. }
  6615. }
  6616. customaction {
  6617. name = "file-roller";
  6618. commands {
  6619. OwnOp {
  6620. separateeachentry = true;
  6621. recursive = false;
  6622. start = normal;
  6623. com = "file-roller -d {a}";
  6624. viewstr = "";
  6625. inbackground = false;
  6626. takedirs = false;
  6627. dontcd = false;
  6628. usevirtualtempcopies = false;
  6629. }
  6630. }
  6631. }
  6632. customaction {
  6633. name = "freearc";
  6634. commands {
  6635. OwnOp {
  6636. separateeachentry = false;
  6637. recursive = false;
  6638. start = normal;
  6639. com = "freearc {uA}";
  6640. viewstr = "";
  6641. inbackground = false;
  6642. takedirs = false;
  6643. dontcd = false;
  6644. }
  6645. ReloadOp {
  6646. mode = current;
  6647. resetdirsizes = false;
  6648. keepfiletypes = false;
  6649. }
  6650. }
  6651. }
  6652. customaction {
  6653. name = "gdmap";
  6654. commands {
  6655. OwnOp {
  6656. separateeachentry = false;
  6657. recursive = false;
  6658. start = normal;
  6659. com = "sudo gdmap -f {A}";
  6660. viewstr = "";
  6661. inbackground = true;
  6662. takedirs = false;
  6663. dontcd = false;
  6664. }
  6665. }
  6666. }
  6667. customaction {
  6668. name = "gqview";
  6669. commands {
  6670. OwnOp {
  6671. separateeachentry = false;
  6672. recursive = false;
  6673. start = normal;
  6674. com = "gqview {A}";
  6675. viewstr = "";
  6676. inbackground = true;
  6677. takedirs = false;
  6678. dontcd = false;
  6679. }
  6680. }
  6681. }
  6682. customaction {
  6683. name = "guayadeque";
  6684. commands {
  6685. OwnOp {
  6686. separateeachentry = false;
  6687. recursive = false;
  6688. start = normal;
  6689. com = "guayadeque {A}";
  6690. viewstr = "";
  6691. inbackground = false;
  6692. takedirs = false;
  6693. dontcd = false;
  6694. }
  6695. }
  6696. }
  6697. customaction {
  6698. name = "umplayer";
  6699. commands {
  6700. OwnOp {
  6701. separateeachentry = false;
  6702. recursive = false;
  6703. start = normal;
  6704. com = "umplayer {F}";
  6705. viewstr = "";
  6706. inbackground = true;
  6707. takedirs = false;
  6708. dontcd = false;
  6709. }
  6710. }
  6711. }
  6712. customaction {
  6713. name = "xnview";
  6714. commands {
  6715. OwnOp {
  6716. separateeachentry = false;
  6717. recursive = false;
  6718. start = normal;
  6719. com = "xnview.sh {F}";
  6720. viewstr = "";
  6721. inbackground = false;
  6722. takedirs = false;
  6723. dontcd = false;
  6724. }
  6725. }
  6726. }
  6727. }
  6728. subtype {
  6729. }
  6730. colormode = default;
  6731. unselectcolor = 1,0;
  6732. selectcolor = 1,0;
  6733. unselectactivecolor = 1,0;
  6734. selectactivecolor = 1,0;
  6735. }
  6736. filetype {
  6737. title = "Documents";
  6738. pattern = "";
  6739. usepattern = false;
  6740. usecontent = false;
  6741. content {
  6742. }
  6743. type = normal;
  6744. patternignorecase = false;
  6745. patternuseregexp = false;
  6746. patternusefullname = false;
  6747. extcond = "";
  6748. useextcond = false;
  6749. ftcommands {
  6750. customaction {
  6751. name = "juffed";
  6752. commands {
  6753. OwnOp {
  6754. separateeachentry = false;
  6755. recursive = false;
  6756. start = normal;
  6757. com = "juffed {F}";
  6758. viewstr = "";
  6759. inbackground = false;
  6760. takedirs = false;
  6761. dontcd = false;
  6762. }
  6763. }
  6764. }
  6765. }
  6766. subtype {
  6767. filetype {
  6768. title = "chm";
  6769. pattern = "*.chm";
  6770. usepattern = true;
  6771. usecontent = false;
  6772. content {
  6773. }
  6774. type = normal;
  6775. patternignorecase = true;
  6776. patternuseregexp = false;
  6777. patternusefullname = false;
  6778. extcond = "";
  6779. useextcond = false;
  6780. ftcommands {
  6781. doubleclick {
  6782. OwnOp {
  6783. separateeachentry = false;
  6784. recursive = false;
  6785. start = normal;
  6786. com = "kchmviewer {F}";
  6787. viewstr = "";
  6788. inbackground = true;
  6789. takedirs = false;
  6790. dontcd = false;
  6791. }
  6792. }
  6793. customaction {
  6794. name = "7z";
  6795. commands {
  6796. OwnOp {
  6797. separateeachentry = false;
  6798. recursive = false;
  6799. start = normal;
  6800. com = "/opt/scripts/7z {F}";
  6801. viewstr = "";
  6802. inbackground = true;
  6803. takedirs = false;
  6804. dontcd = false;
  6805. }
  6806. }
  6807. }
  6808. customaction {
  6809. name = "FBReader";
  6810. commands {
  6811. OwnOp {
  6812. separateeachentry = false;
  6813. recursive = false;
  6814. start = normal;
  6815. com = "/usr/bin/FBReader {F}";
  6816. viewstr = "";
  6817. inbackground = true;
  6818. takedirs = false;
  6819. dontcd = false;
  6820. }
  6821. }
  6822. }
  6823. customaction {
  6824. name = "hh";
  6825. commands {
  6826. OwnOp {
  6827. separateeachentry = false;
  6828. recursive = false;
  6829. start = normal;
  6830. com = "/home/ed/.worker/scripts/hh {F}";
  6831. viewstr = "";
  6832. inbackground = true;
  6833. takedirs = false;
  6834. dontcd = false;
  6835. }
  6836. }
  6837. }
  6838. customaction {
  6839. name = "kchmviewer";
  6840. commands {
  6841. OwnOp {
  6842. separateeachentry = false;
  6843. recursive = false;
  6844. start = normal;
  6845. com = "kchmviewer {F}";
  6846. viewstr = "";
  6847. inbackground = true;
  6848. takedirs = false;
  6849. dontcd = false;
  6850. }
  6851. }
  6852. }
  6853. }
  6854. subtype {
  6855. }
  6856. colormode = parent;
  6857. unselectcolor = 1,0;
  6858. selectcolor = 1,0;
  6859. unselectactivecolor = 1,0;
  6860. selectactivecolor = 1,0;
  6861. }
  6862. filetype {
  6863. title = "djvu";
  6864. pattern = "";
  6865. usepattern = false;
  6866. usecontent = false;
  6867. content {
  6868. }
  6869. type = normal;
  6870. patternignorecase = false;
  6871. patternuseregexp = false;
  6872. patternusefullname = false;
  6873. extcond = "";
  6874. useextcond = false;
  6875. ftcommands {
  6876. doubleclick {
  6877. OwnOp {
  6878. separateeachentry = false;
  6879. recursive = false;
  6880. start = normal;
  6881. com = "/home/ed/.worker/scripts/WinDjView {F}";
  6882. viewstr = "";
  6883. inbackground = true;
  6884. takedirs = false;
  6885. dontcd = false;
  6886. }
  6887. }
  6888. customaction {
  6889. name = "evince";
  6890. commands {
  6891. OwnOp {
  6892. separateeachentry = false;
  6893. recursive = false;
  6894. start = normal;
  6895. com = "evince {F}";
  6896. viewstr = "";
  6897. inbackground = true;
  6898. takedirs = false;
  6899. dontcd = false;
  6900. }
  6901. }
  6902. }
  6903. customaction {
  6904. name = "windjvu";
  6905. commands {
  6906. OwnOp {
  6907. separateeachentry = false;
  6908. recursive = false;
  6909. start = normal;
  6910. com = "/opt/scripts/WinDjView {F}";
  6911. viewstr = "";
  6912. inbackground = true;
  6913. takedirs = false;
  6914. dontcd = false;
  6915. }
  6916. }
  6917. }
  6918. }
  6919. subtype {
  6920. filetype {
  6921. title = "djv";
  6922. pattern = "*.djv";
  6923. usepattern = true;
  6924. usecontent = false;
  6925. content {
  6926. }
  6927. type = normal;
  6928. patternignorecase = true;
  6929. patternuseregexp = false;
  6930. patternusefullname = false;
  6931. extcond = "";
  6932. useextcond = false;
  6933. ftcommands {
  6934. customaction {
  6935. name = "windjvu";
  6936. commands {
  6937. OwnOp {
  6938. separateeachentry = false;
  6939. recursive = false;
  6940. start = normal;
  6941. com = "/home/ed/.worker/scripts/WinDjView {F}";
  6942. viewstr = "";
  6943. inbackground = true;
  6944. takedirs = false;
  6945. dontcd = false;
  6946. }
  6947. }
  6948. }
  6949. }
  6950. subtype {
  6951. }
  6952. colormode = parent;
  6953. unselectcolor = 1,0;
  6954. selectcolor = 1,0;
  6955. unselectactivecolor = 1,0;
  6956. selectactivecolor = 1,0;
  6957. }
  6958. filetype {
  6959. title = "djvu";
  6960. pattern = "*.djvu";
  6961. usepattern = true;
  6962. usecontent = false;
  6963. content {
  6964. }
  6965. type = normal;
  6966. patternignorecase = true;
  6967. patternuseregexp = false;
  6968. patternusefullname = false;
  6969. extcond = "";
  6970. useextcond = false;
  6971. ftcommands {
  6972. }
  6973. subtype {
  6974. }
  6975. colormode = parent;
  6976. unselectcolor = 1,0;
  6977. selectcolor = 1,0;
  6978. unselectactivecolor = 1,0;
  6979. selectactivecolor = 1,0;
  6980. }
  6981. }
  6982. colormode = parent;
  6983. unselectcolor = 1,0;
  6984. selectcolor = 1,0;
  6985. unselectactivecolor = 1,0;
  6986. selectactivecolor = 1,0;
  6987. }
  6988. filetype {
  6989. title = "fb2";
  6990. pattern = "*.fb2";
  6991. usepattern = true;
  6992. usecontent = false;
  6993. content {
  6994. }
  6995. type = normal;
  6996. patternignorecase = true;
  6997. patternuseregexp = false;
  6998. patternusefullname = false;
  6999. extcond = "";
  7000. useextcond = false;
  7001. ftcommands {
  7002. doubleclick {
  7003. OwnOp {
  7004. separateeachentry = false;
  7005. recursive = false;
  7006. start = normal;
  7007. com = "/usr/bin/FBReader {F}";
  7008. viewstr = "";
  7009. inbackground = true;
  7010. takedirs = false;
  7011. dontcd = false;
  7012. }
  7013. }
  7014. customaction {
  7015. name = "7z";
  7016. commands {
  7017. OwnOp {
  7018. separateeachentry = false;
  7019. recursive = false;
  7020. start = normal;
  7021. com = "/opt/scripts/7z {F}";
  7022. viewstr = "";
  7023. inbackground = false;
  7024. takedirs = false;
  7025. dontcd = false;
  7026. }
  7027. }
  7028. }
  7029. customaction {
  7030. name = "FBReader";
  7031. commands {
  7032. OwnOp {
  7033. separateeachentry = false;
  7034. recursive = false;
  7035. start = normal;
  7036. com = "/usr/bin/FBReader {F}";
  7037. viewstr = "";
  7038. inbackground = true;
  7039. takedirs = false;
  7040. dontcd = false;
  7041. }
  7042. }
  7043. }
  7044. }
  7045. subtype {
  7046. }
  7047. colormode = parent;
  7048. unselectcolor = 1,0;
  7049. selectcolor = 1,0;
  7050. unselectactivecolor = 1,0;
  7051. selectactivecolor = 1,0;
  7052. }
  7053. filetype {
  7054. title = "pdf";
  7055. pattern = "*.pdf";
  7056. usepattern = true;
  7057. usecontent = false;
  7058. content {
  7059. }
  7060. type = normal;
  7061. patternignorecase = true;
  7062. patternuseregexp = false;
  7063. patternusefullname = false;
  7064. extcond = "";
  7065. useextcond = false;
  7066. ftcommands {
  7067. doubleclick {
  7068. OwnOp {
  7069. separateeachentry = false;
  7070. recursive = false;
  7071. start = normal;
  7072. com = "evince {F} &";
  7073. viewstr = "";
  7074. inbackground = false;
  7075. takedirs = false;
  7076. dontcd = false;
  7077. }
  7078. OwnOp {
  7079. separateeachentry = false;
  7080. recursive = false;
  7081. start = normal;
  7082. com = "sleep 2";
  7083. viewstr = "";
  7084. inbackground = false;
  7085. takedirs = false;
  7086. dontcd = false;
  7087. }
  7088. OwnOp {
  7089. separateeachentry = false;
  7090. recursive = false;
  7091. start = normal;
  7092. com = "wmctrl -r evince -e '5,200,40,1300,900'";
  7093. viewstr = "";
  7094. inbackground = false;
  7095. takedirs = false;
  7096. dontcd = false;
  7097. }
  7098. }
  7099. customaction {
  7100. name = "acrobat";
  7101. commands {
  7102. OwnOp {
  7103. separateeachentry = false;
  7104. recursive = false;
  7105. start = normal;
  7106. com = "/opt/Adobe/Reader9/bin/acroread {F}";
  7107. viewstr = "";
  7108. inbackground = true;
  7109. takedirs = false;
  7110. dontcd = false;
  7111. }
  7112. }
  7113. }
  7114. customaction {
  7115. name = "evince";
  7116. commands {
  7117. OwnOp {
  7118. separateeachentry = false;
  7119. recursive = false;
  7120. start = normal;
  7121. com = "evince {F}";
  7122. viewstr = "";
  7123. inbackground = true;
  7124. takedirs = false;
  7125. dontcd = false;
  7126. }
  7127. }
  7128. }
  7129. customaction {
  7130. name = "gsview";
  7131. commands {
  7132. OwnOp {
  7133. separateeachentry = false;
  7134. recursive = false;
  7135. start = normal;
  7136. com = "gsview {F}";
  7137. viewstr = "";
  7138. inbackground = false;
  7139. takedirs = false;
  7140. dontcd = false;
  7141. }
  7142. }
  7143. }
  7144. customaction {
  7145. name = "xPDG Exchan";
  7146. commands {
  7147. OwnOp {
  7148. separateeachentry = false;
  7149. recursive = false;
  7150. start = normal;
  7151. com = "/home/ed/.worker/scripts/PDFXCview {F}";
  7152. viewstr = "";
  7153. inbackground = true;
  7154. takedirs = false;
  7155. dontcd = false;
  7156. }
  7157. }
  7158. }
  7159. }
  7160. subtype {
  7161. }
  7162. colormode = parent;
  7163. unselectcolor = 1,0;
  7164. selectcolor = 1,0;
  7165. unselectactivecolor = 1,0;
  7166. selectactivecolor = 1,0;
  7167. }
  7168. filetype {
  7169. title = "swriter";
  7170. pattern = "";
  7171. usepattern = false;
  7172. usecontent = false;
  7173. content {
  7174. }
  7175. type = normal;
  7176. patternignorecase = false;
  7177. patternuseregexp = false;
  7178. patternusefullname = false;
  7179. extcond = "";
  7180. useextcond = false;
  7181. ftcommands {
  7182. doubleclick {
  7183. OwnOp {
  7184. separateeachentry = false;
  7185. recursive = false;
  7186. start = normal;
  7187. com = "/opt/scripts/swriter-openoffice-kids {F}";
  7188. viewstr = "";
  7189. inbackground = false;
  7190. takedirs = false;
  7191. dontcd = false;
  7192. }
  7193. }
  7194. customaction {
  7195. name = "libreoffice-writer";
  7196. commands {
  7197. OwnOp {
  7198. separateeachentry = false;
  7199. recursive = false;
  7200. start = normal;
  7201. com = "/opt/scripts/swriter-libreoffice {F}";
  7202. viewstr = "";
  7203. inbackground = true;
  7204. takedirs = false;
  7205. dontcd = false;
  7206. }
  7207. }
  7208. }
  7209. customaction {
  7210. name = "officekids-writer";
  7211. commands {
  7212. OwnOp {
  7213. separateeachentry = false;
  7214. recursive = false;
  7215. start = normal;
  7216. com = "/opt/scripts/swriter-openoffice-kids {F}";
  7217. viewstr = "";
  7218. inbackground = true;
  7219. takedirs = false;
  7220. dontcd = false;
  7221. }
  7222. }
  7223. }
  7224. }
  7225. subtype {
  7226. filetype {
  7227. title = "doc";
  7228. pattern = "*.doc";
  7229. usepattern = true;
  7230. usecontent = false;
  7231. content {
  7232. }
  7233. type = normal;
  7234. patternignorecase = true;
  7235. patternuseregexp = false;
  7236. patternusefullname = false;
  7237. extcond = "";
  7238. useextcond = false;
  7239. ftcommands {
  7240. }
  7241. subtype {
  7242. }
  7243. colormode = parent;
  7244. unselectcolor = 1,0;
  7245. selectcolor = 1,0;
  7246. unselectactivecolor = 1,0;
  7247. selectactivecolor = 1,0;
  7248. }
  7249. filetype {
  7250. title = "odt";
  7251. pattern = "*.odt";
  7252. usepattern = true;
  7253. usecontent = false;
  7254. content {
  7255. }
  7256. type = normal;
  7257. patternignorecase = true;
  7258. patternuseregexp = false;
  7259. patternusefullname = false;
  7260. extcond = "";
  7261. useextcond = false;
  7262. ftcommands {
  7263. }
  7264. subtype {
  7265. }
  7266. colormode = parent;
  7267. unselectcolor = 1,0;
  7268. selectcolor = 1,0;
  7269. unselectactivecolor = 1,0;
  7270. selectactivecolor = 1,0;
  7271. }
  7272. filetype {
  7273. title = "rtf";
  7274. pattern = "*.rtf";
  7275. usepattern = true;
  7276. usecontent = false;
  7277. content {
  7278. }
  7279. type = normal;
  7280. patternignorecase = true;
  7281. patternuseregexp = false;
  7282. patternusefullname = false;
  7283. extcond = "";
  7284. useextcond = false;
  7285. ftcommands {
  7286. }
  7287. subtype {
  7288. }
  7289. colormode = parent;
  7290. unselectcolor = 1,0;
  7291. selectcolor = 1,0;
  7292. unselectactivecolor = 1,0;
  7293. selectactivecolor = 1,0;
  7294. }
  7295. }
  7296. colormode = parent;
  7297. unselectcolor = 1,0;
  7298. selectcolor = 1,0;
  7299. unselectactivecolor = 1,0;
  7300. selectactivecolor = 1,0;
  7301. }
  7302. }
  7303. colormode = default;
  7304. unselectcolor = 1,0;
  7305. selectcolor = 1,0;
  7306. unselectactivecolor = 1,0;
  7307. selectactivecolor = 1,0;
  7308. }
  7309. filetype {
  7310. title = "Executables";
  7311. pattern = "";
  7312. usepattern = false;
  7313. usecontent = false;
  7314. content {
  7315. }
  7316. type = normal;
  7317. patternignorecase = false;
  7318. patternuseregexp = false;
  7319. patternusefullname = false;
  7320. extcond = "";
  7321. useextcond = false;
  7322. ftcommands {
  7323. doubleclick {
  7324. OwnOp {
  7325. separateeachentry = false;
  7326. recursive = false;
  7327. start = normal;
  7328. com = "{F}";
  7329. viewstr = "";
  7330. inbackground = true;
  7331. takedirs = false;
  7332. dontcd = false;
  7333. }
  7334. }
  7335. customaction {
  7336. name = "Выполнить без запроса";
  7337. commands {
  7338. OwnOp {
  7339. separateeachentry = false;
  7340. recursive = false;
  7341. start = normal;
  7342. com = "{F}";
  7343. viewstr = "";
  7344. inbackground = true;
  7345. takedirs = false;
  7346. dontcd = false;
  7347. }
  7348. ReloadOp {
  7349. mode = current;
  7350. resetdirsizes = false;
  7351. keepfiletypes = false;
  7352. }
  7353. }
  7354. }
  7355. customaction {
  7356. name = "Выполнить в терминале roxterm";
  7357. commands {
  7358. OwnOp {
  7359. separateeachentry = false;
  7360. recursive = false;
  7361. start = normal;
  7362. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab {F}";
  7363. viewstr = "";
  7364. inbackground = false;
  7365. takedirs = false;
  7366. dontcd = false;
  7367. }
  7368. ReloadOp {
  7369. mode = current;
  7370. resetdirsizes = false;
  7371. keepfiletypes = false;
  7372. }
  7373. ReloadOp {
  7374. mode = other;
  7375. resetdirsizes = false;
  7376. keepfiletypes = false;
  7377. }
  7378. }
  7379. }
  7380. customaction {
  7381. name = "Выполнить в терминале xterm с запросом";
  7382. commands {
  7383. StartProgOp {
  7384. start = terminalwait;
  7385. viewstr = "";
  7386. global = false;
  7387. inbackground = false;
  7388. dontcd = false;
  7389. }
  7390. ReloadOp {
  7391. mode = current;
  7392. resetdirsizes = false;
  7393. keepfiletypes = false;
  7394. }
  7395. ReloadOp {
  7396. mode = other;
  7397. resetdirsizes = false;
  7398. keepfiletypes = false;
  7399. }
  7400. }
  7401. }
  7402. customaction {
  7403. name = "Выполнить от root в терминале roxterm";
  7404. commands {
  7405. OwnOp {
  7406. separateeachentry = false;
  7407. recursive = false;
  7408. start = normal;
  7409. com = "roxterm --tab --tab-name={uF} -e sudo /opt/scripts/roxterm-command-in-new-tab {F}";
  7410. viewstr = "";
  7411. inbackground = false;
  7412. takedirs = false;
  7413. dontcd = false;
  7414. usevirtualtempcopies = false;
  7415. }
  7416. ReloadOp {
  7417. mode = other;
  7418. resetdirsizes = false;
  7419. keepfiletypes = false;
  7420. }
  7421. ReloadOp {
  7422. mode = current;
  7423. resetdirsizes = false;
  7424. keepfiletypes = false;
  7425. }
  7426. }
  7427. }
  7428. }
  7429. subtype {
  7430. filetype {
  7431. title = "ELF executable";
  7432. pattern = "*";
  7433. usepattern = false;
  7434. usecontent = true;
  7435. content {
  7436. 0 = 127;
  7437. 1 = 69;
  7438. 2 = 76;
  7439. 3 = 70;
  7440. 4 = 1;
  7441. 5 = 1;
  7442. 6 = 1;
  7443. }
  7444. type = normal;
  7445. patternignorecase = false;
  7446. patternuseregexp = false;
  7447. patternusefullname = false;
  7448. extcond = "";
  7449. useextcond = false;
  7450. ftcommands {
  7451. customaction {
  7452. name = "Выполнить от root в терминале roxterm";
  7453. commands {
  7454. OwnOp {
  7455. separateeachentry = false;
  7456. recursive = false;
  7457. start = normal;
  7458. com = "roxterm --tab --tab-name={uF} -e sudo /opt/scripts/roxterm-command-in-new-tab {F}";
  7459. viewstr = "";
  7460. inbackground = false;
  7461. takedirs = false;
  7462. dontcd = false;
  7463. }
  7464. ReloadOp {
  7465. mode = current;
  7466. resetdirsizes = false;
  7467. keepfiletypes = false;
  7468. }
  7469. ReloadOp {
  7470. mode = other;
  7471. resetdirsizes = false;
  7472. keepfiletypes = false;
  7473. }
  7474. }
  7475. }
  7476. }
  7477. subtype {
  7478. }
  7479. colormode = parent;
  7480. unselectcolor = 1,0;
  7481. selectcolor = 1,0;
  7482. unselectactivecolor = 1,0;
  7483. selectactivecolor = 1,0;
  7484. }
  7485. filetype {
  7486. title = "JAVA bytecode";
  7487. pattern = "*.class";
  7488. usepattern = true;
  7489. usecontent = false;
  7490. content {
  7491. }
  7492. type = normal;
  7493. patternignorecase = false;
  7494. patternuseregexp = false;
  7495. patternusefullname = false;
  7496. extcond = "";
  7497. useextcond = false;
  7498. ftcommands {
  7499. }
  7500. subtype {
  7501. }
  7502. colormode = parent;
  7503. unselectcolor = 1,0;
  7504. selectcolor = 1,0;
  7505. unselectactivecolor = 1,0;
  7506. selectactivecolor = 1,0;
  7507. }
  7508. filetype {
  7509. title = "MS-DOS executable";
  7510. pattern = ".exe";
  7511. usepattern = true;
  7512. usecontent = true;
  7513. content {
  7514. 0 = 77;
  7515. 1 = 90;
  7516. }
  7517. type = normal;
  7518. patternignorecase = true;
  7519. patternuseregexp = false;
  7520. patternusefullname = false;
  7521. extcond = "";
  7522. useextcond = false;
  7523. ftcommands {
  7524. doubleclick {
  7525. NoOperationOp {
  7526. }
  7527. OwnOp {
  7528. separateeachentry = false;
  7529. recursive = false;
  7530. start = normal;
  7531. com = "wine {F}";
  7532. viewstr = "";
  7533. inbackground = true;
  7534. takedirs = false;
  7535. dontcd = false;
  7536. }
  7537. }
  7538. }
  7539. subtype {
  7540. }
  7541. colormode = parent;
  7542. unselectcolor = 1,0;
  7543. selectcolor = 1,0;
  7544. unselectactivecolor = 1,0;
  7545. selectactivecolor = 1,0;
  7546. }
  7547. filetype {
  7548. title = "Shell-Script";
  7549. pattern = "*.sh";
  7550. usepattern = true;
  7551. usecontent = false;
  7552. content {
  7553. 0 = 35;
  7554. 1 = 33;
  7555. 2 = 32;
  7556. 3 = 47;
  7557. 4 = 98;
  7558. 5 = 105;
  7559. 6 = 110;
  7560. 7 = 47;
  7561. 8 = 115;
  7562. 9 = 104;
  7563. }
  7564. type = normal;
  7565. patternignorecase = true;
  7566. patternuseregexp = false;
  7567. patternusefullname = false;
  7568. extcond = "( contentStr( 0, 2 ) == \"#!\" ) && ( contentStr( 2, 10 ) ~= \"/bin/[a-zA-Z]*sh.*\" )";
  7569. useextcond = true;
  7570. ftcommands {
  7571. doubleclick {
  7572. StartProgOp {
  7573. start = terminalwait;
  7574. viewstr = "";
  7575. global = false;
  7576. inbackground = false;
  7577. dontcd = false;
  7578. }
  7579. OwnOp {
  7580. separateeachentry = false;
  7581. recursive = false;
  7582. start = normal;
  7583. com = "";
  7584. viewstr = "";
  7585. inbackground = false;
  7586. takedirs = false;
  7587. dontcd = false;
  7588. }
  7589. ReloadOp {
  7590. mode = current;
  7591. resetdirsizes = false;
  7592. keepfiletypes = false;
  7593. }
  7594. ReloadOp {
  7595. mode = other;
  7596. resetdirsizes = false;
  7597. keepfiletypes = false;
  7598. }
  7599. }
  7600. }
  7601. subtype {
  7602. filetype {
  7603. title = "SlackBuild";
  7604. pattern = "*.SlackBuild";
  7605. usepattern = true;
  7606. usecontent = false;
  7607. content {
  7608. }
  7609. type = normal;
  7610. patternignorecase = true;
  7611. patternuseregexp = false;
  7612. patternusefullname = false;
  7613. extcond = "";
  7614. useextcond = false;
  7615. ftcommands {
  7616. doubleclick {
  7617. OwnOp {
  7618. separateeachentry = false;
  7619. recursive = false;
  7620. start = normal;
  7621. com = "roxterm --tab --tab-name={uF} -e sudo /opt/scripts/roxterm-command-in-new-tab {F}";
  7622. viewstr = "";
  7623. inbackground = false;
  7624. takedirs = false;
  7625. dontcd = false;
  7626. }
  7627. }
  7628. customaction {
  7629. name = "Запустить SlackBuild";
  7630. commands {
  7631. OwnOp {
  7632. separateeachentry = false;
  7633. recursive = false;
  7634. start = normal;
  7635. com = "roxterm --tab --tab-name={uF} -e sudo /opt/scripts/roxterm-command-in-new-tab {F}";
  7636. viewstr = "";
  7637. inbackground = false;
  7638. takedirs = false;
  7639. dontcd = false;
  7640. }
  7641. }
  7642. }
  7643. customaction {
  7644. name = "Оптимизировать SlackBuild";
  7645. commands {
  7646. OwnOp {
  7647. separateeachentry = false;
  7648. recursive = false;
  7649. start = normal;
  7650. com = "roxterm --tab --tab-name={uF} -e sudo /opt/scripts/roxterm-command-in-new-tab /opt/scripts/SlackBuild-fix-O3 {f}";
  7651. viewstr = "";
  7652. inbackground = false;
  7653. takedirs = false;
  7654. dontcd = false;
  7655. }
  7656. ReloadOp {
  7657. mode = current;
  7658. resetdirsizes = false;
  7659. keepfiletypes = false;
  7660. }
  7661. }
  7662. }
  7663. }
  7664. subtype {
  7665. }
  7666. colormode = parent;
  7667. unselectcolor = 1,0;
  7668. selectcolor = 1,0;
  7669. unselectactivecolor = 1,0;
  7670. selectactivecolor = 1,0;
  7671. }
  7672. }
  7673. colormode = parent;
  7674. unselectcolor = 1,0;
  7675. selectcolor = 1,0;
  7676. unselectactivecolor = 1,0;
  7677. selectactivecolor = 1,0;
  7678. }
  7679. }
  7680. colormode = default;
  7681. unselectcolor = 1,0;
  7682. selectcolor = 1,0;
  7683. unselectactivecolor = 1,0;
  7684. selectactivecolor = 1,0;
  7685. }
  7686. filetype {
  7687. title = "Fonts";
  7688. pattern = "";
  7689. usepattern = false;
  7690. usecontent = false;
  7691. content {
  7692. }
  7693. type = normal;
  7694. patternignorecase = false;
  7695. patternuseregexp = false;
  7696. patternusefullname = false;
  7697. extcond = "";
  7698. useextcond = false;
  7699. ftcommands {
  7700. doubleclick {
  7701. OwnOp {
  7702. separateeachentry = false;
  7703. recursive = false;
  7704. start = normal;
  7705. com = "fontforge {F}";
  7706. viewstr = "";
  7707. inbackground = false;
  7708. takedirs = false;
  7709. dontcd = false;
  7710. }
  7711. ReloadOp {
  7712. mode = current;
  7713. resetdirsizes = false;
  7714. keepfiletypes = false;
  7715. }
  7716. }
  7717. }
  7718. subtype {
  7719. filetype {
  7720. title = "afm";
  7721. pattern = "*.afm";
  7722. usepattern = true;
  7723. usecontent = false;
  7724. content {
  7725. }
  7726. type = normal;
  7727. patternignorecase = true;
  7728. patternuseregexp = false;
  7729. patternusefullname = false;
  7730. extcond = "";
  7731. useextcond = false;
  7732. ftcommands {
  7733. }
  7734. subtype {
  7735. }
  7736. colormode = parent;
  7737. unselectcolor = 1,0;
  7738. selectcolor = 1,0;
  7739. unselectactivecolor = 1,0;
  7740. selectactivecolor = 1,0;
  7741. }
  7742. filetype {
  7743. title = "otf";
  7744. pattern = "*.otf";
  7745. usepattern = true;
  7746. usecontent = false;
  7747. content {
  7748. }
  7749. type = normal;
  7750. patternignorecase = true;
  7751. patternuseregexp = false;
  7752. patternusefullname = false;
  7753. extcond = "";
  7754. useextcond = false;
  7755. ftcommands {
  7756. }
  7757. subtype {
  7758. }
  7759. colormode = parent;
  7760. unselectcolor = 1,0;
  7761. selectcolor = 1,0;
  7762. unselectactivecolor = 1,0;
  7763. selectactivecolor = 1,0;
  7764. }
  7765. filetype {
  7766. title = "pfb";
  7767. pattern = "*.pfb";
  7768. usepattern = true;
  7769. usecontent = false;
  7770. content {
  7771. }
  7772. type = normal;
  7773. patternignorecase = true;
  7774. patternuseregexp = false;
  7775. patternusefullname = false;
  7776. extcond = "";
  7777. useextcond = false;
  7778. ftcommands {
  7779. }
  7780. subtype {
  7781. }
  7782. colormode = parent;
  7783. unselectcolor = 1,0;
  7784. selectcolor = 1,0;
  7785. unselectactivecolor = 1,0;
  7786. selectactivecolor = 1,0;
  7787. }
  7788. filetype {
  7789. title = "ttf";
  7790. pattern = "*.ttf";
  7791. usepattern = true;
  7792. usecontent = false;
  7793. content {
  7794. }
  7795. type = normal;
  7796. patternignorecase = true;
  7797. patternuseregexp = false;
  7798. patternusefullname = false;
  7799. extcond = "";
  7800. useextcond = false;
  7801. ftcommands {
  7802. }
  7803. subtype {
  7804. }
  7805. colormode = parent;
  7806. unselectcolor = 1,0;
  7807. selectcolor = 1,0;
  7808. unselectactivecolor = 1,0;
  7809. selectactivecolor = 1,0;
  7810. }
  7811. }
  7812. colormode = default;
  7813. unselectcolor = 1,0;
  7814. selectcolor = 1,0;
  7815. unselectactivecolor = 1,0;
  7816. selectactivecolor = 1,0;
  7817. }
  7818. filetype {
  7819. title = "Images";
  7820. pattern = "";
  7821. usepattern = false;
  7822. usecontent = false;
  7823. content {
  7824. }
  7825. type = normal;
  7826. patternignorecase = false;
  7827. patternuseregexp = false;
  7828. patternusefullname = false;
  7829. extcond = "";
  7830. useextcond = false;
  7831. ftcommands {
  7832. doubleclick {
  7833. OwnOp {
  7834. separateeachentry = false;
  7835. recursive = false;
  7836. start = normal;
  7837. com = "gqview {F}";
  7838. viewstr = "";
  7839. inbackground = false;
  7840. takedirs = false;
  7841. dontcd = false;
  7842. }
  7843. ReloadOp {
  7844. mode = current;
  7845. resetdirsizes = false;
  7846. keepfiletypes = false;
  7847. }
  7848. }
  7849. show {
  7850. OwnOp {
  7851. separateeachentry = false;
  7852. recursive = false;
  7853. start = normal;
  7854. com = "xv {f}";
  7855. viewstr = "";
  7856. inbackground = false;
  7857. takedirs = false;
  7858. dontcd = false;
  7859. }
  7860. }
  7861. customaction {
  7862. name = "draw";
  7863. commands {
  7864. OwnOp {
  7865. separateeachentry = false;
  7866. recursive = false;
  7867. start = normal;
  7868. com = "/opt/libreoffice/program/sdraw {F}";
  7869. viewstr = "";
  7870. inbackground = true;
  7871. takedirs = false;
  7872. dontcd = false;
  7873. }
  7874. }
  7875. }
  7876. customaction {
  7877. name = "gimp";
  7878. commands {
  7879. OwnOp {
  7880. separateeachentry = false;
  7881. recursive = false;
  7882. start = normal;
  7883. com = "gimp {F}";
  7884. viewstr = "";
  7885. inbackground = true;
  7886. takedirs = false;
  7887. dontcd = false;
  7888. }
  7889. }
  7890. }
  7891. customaction {
  7892. name = "gqview";
  7893. commands {
  7894. OwnOp {
  7895. separateeachentry = false;
  7896. recursive = false;
  7897. start = normal;
  7898. com = "gqview {F}";
  7899. viewstr = "";
  7900. inbackground = true;
  7901. takedirs = false;
  7902. dontcd = false;
  7903. }
  7904. }
  7905. }
  7906. customaction {
  7907. name = "xnview";
  7908. commands {
  7909. OwnOp {
  7910. separateeachentry = false;
  7911. recursive = false;
  7912. start = normal;
  7913. com = "xnview.sh {p}";
  7914. viewstr = "";
  7915. inbackground = false;
  7916. takedirs = false;
  7917. dontcd = false;
  7918. }
  7919. }
  7920. }
  7921. }
  7922. subtype {
  7923. filetype {
  7924. title = "BMP image";
  7925. pattern = "";
  7926. usepattern = false;
  7927. usecontent = true;
  7928. content {
  7929. 0 = 66;
  7930. 1 = 77;
  7931. }
  7932. type = normal;
  7933. patternignorecase = false;
  7934. patternuseregexp = false;
  7935. patternusefullname = false;
  7936. extcond = "";
  7937. useextcond = false;
  7938. ftcommands {
  7939. }
  7940. subtype {
  7941. }
  7942. colormode = parent;
  7943. unselectcolor = 1,0;
  7944. selectcolor = 1,0;
  7945. unselectactivecolor = 1,0;
  7946. selectactivecolor = 1,0;
  7947. }
  7948. filetype {
  7949. title = "FIG graphic";
  7950. pattern = "";
  7951. usepattern = false;
  7952. usecontent = true;
  7953. content {
  7954. 0 = 35;
  7955. 1 = 70;
  7956. 2 = 73;
  7957. 3 = 71;
  7958. }
  7959. type = normal;
  7960. patternignorecase = false;
  7961. patternuseregexp = false;
  7962. patternusefullname = false;
  7963. extcond = "";
  7964. useextcond = false;
  7965. ftcommands {
  7966. doubleclick {
  7967. OwnOp {
  7968. separateeachentry = false;
  7969. recursive = false;
  7970. start = normal;
  7971. com = "xfig {f}";
  7972. viewstr = "";
  7973. inbackground = false;
  7974. takedirs = false;
  7975. dontcd = false;
  7976. }
  7977. }
  7978. }
  7979. subtype {
  7980. }
  7981. colormode = parent;
  7982. unselectcolor = 1,0;
  7983. selectcolor = 1,0;
  7984. unselectactivecolor = 1,0;
  7985. selectactivecolor = 1,0;
  7986. }
  7987. filetype {
  7988. title = "GIF image";
  7989. pattern = "";
  7990. usepattern = false;
  7991. usecontent = true;
  7992. content {
  7993. 0 = 71;
  7994. 1 = 73;
  7995. 2 = 70;
  7996. 3 = 56;
  7997. }
  7998. type = normal;
  7999. patternignorecase = false;
  8000. patternuseregexp = false;
  8001. patternusefullname = false;
  8002. extcond = "";
  8003. useextcond = false;
  8004. ftcommands {
  8005. }
  8006. subtype {
  8007. }
  8008. colormode = parent;
  8009. unselectcolor = 1,0;
  8010. selectcolor = 1,0;
  8011. unselectactivecolor = 1,0;
  8012. selectactivecolor = 1,0;
  8013. }
  8014. filetype {
  8015. title = "Gimp image";
  8016. pattern = "*.xcf";
  8017. usepattern = true;
  8018. usecontent = false;
  8019. content {
  8020. }
  8021. type = normal;
  8022. patternignorecase = true;
  8023. patternuseregexp = false;
  8024. patternusefullname = false;
  8025. extcond = "";
  8026. useextcond = false;
  8027. ftcommands {
  8028. doubleclick {
  8029. OwnOp {
  8030. separateeachentry = false;
  8031. recursive = false;
  8032. start = normal;
  8033. com = "gimp {F}";
  8034. viewstr = "";
  8035. inbackground = true;
  8036. takedirs = false;
  8037. dontcd = false;
  8038. }
  8039. }
  8040. }
  8041. subtype {
  8042. }
  8043. colormode = parent;
  8044. unselectcolor = 1,0;
  8045. selectcolor = 1,0;
  8046. unselectactivecolor = 1,0;
  8047. selectactivecolor = 1,0;
  8048. }
  8049. filetype {
  8050. title = "IFF image";
  8051. pattern = "";
  8052. usepattern = false;
  8053. usecontent = true;
  8054. content {
  8055. 0 = 70;
  8056. 1 = 79;
  8057. 2 = 82;
  8058. 3 = 77;
  8059. 8 = 73;
  8060. 9 = 76;
  8061. 10 = 66;
  8062. 11 = 77;
  8063. }
  8064. type = normal;
  8065. patternignorecase = false;
  8066. patternuseregexp = false;
  8067. patternusefullname = false;
  8068. extcond = "";
  8069. useextcond = false;
  8070. ftcommands {
  8071. }
  8072. subtype {
  8073. }
  8074. colormode = parent;
  8075. unselectcolor = 1,0;
  8076. selectcolor = 1,0;
  8077. unselectactivecolor = 1,0;
  8078. selectactivecolor = 1,0;
  8079. }
  8080. filetype {
  8081. title = "JPEG image";
  8082. pattern = "";
  8083. usepattern = false;
  8084. usecontent = false;
  8085. content {
  8086. 0 = 255;
  8087. 1 = 216;
  8088. 2 = 255;
  8089. 3 = 224;
  8090. 6 = 74;
  8091. 7 = 70;
  8092. 8 = 73;
  8093. 9 = 70;
  8094. }
  8095. type = normal;
  8096. patternignorecase = false;
  8097. patternuseregexp = false;
  8098. patternusefullname = false;
  8099. extcond = "( contentNum( 0, 2 ) == 65496 ) && ( contentNum( 2 ) == 255 ) && ( ( contentStr( 6, 4 ) == \"JFIF\" ) || ( contentStr( 6, 4 ) == \"Exif\" ) )";
  8100. useextcond = true;
  8101. ftcommands {
  8102. }
  8103. subtype {
  8104. }
  8105. colormode = parent;
  8106. unselectcolor = 1,0;
  8107. selectcolor = 1,0;
  8108. unselectactivecolor = 1,0;
  8109. selectactivecolor = 1,0;
  8110. }
  8111. filetype {
  8112. title = "JPEG2000 image";
  8113. pattern = "";
  8114. usepattern = false;
  8115. usecontent = true;
  8116. content {
  8117. 3 = 12;
  8118. 4 = 106;
  8119. 5 = 80;
  8120. 6 = 32;
  8121. 7 = 32;
  8122. 8 = 13;
  8123. 9 = 10;
  8124. 10 = 135;
  8125. 11 = 10;
  8126. 15 = 20;
  8127. 16 = 102;
  8128. 17 = 116;
  8129. 18 = 121;
  8130. 19 = 112;
  8131. 20 = 106;
  8132. 21 = 112;
  8133. 22 = 50;
  8134. 23 = 32;
  8135. 28 = 106;
  8136. 29 = 112;
  8137. 30 = 50;
  8138. 31 = 32;
  8139. 35 = 45;
  8140. 36 = 106;
  8141. 37 = 112;
  8142. 38 = 50;
  8143. 39 = 104;
  8144. 43 = 22;
  8145. 44 = 105;
  8146. 45 = 104;
  8147. 46 = 100;
  8148. 47 = 114;
  8149. 50 = 2;
  8150. 51 = 72;
  8151. 54 = 2;
  8152. 55 = 232;
  8153. 57 = 3;
  8154. 58 = 15;
  8155. 59 = 7;
  8156. }
  8157. type = normal;
  8158. patternignorecase = false;
  8159. patternuseregexp = false;
  8160. patternusefullname = false;
  8161. extcond = "";
  8162. useextcond = false;
  8163. ftcommands {
  8164. }
  8165. subtype {
  8166. }
  8167. colormode = parent;
  8168. unselectcolor = 1,0;
  8169. selectcolor = 1,0;
  8170. unselectactivecolor = 1,0;
  8171. selectactivecolor = 1,0;
  8172. }
  8173. filetype {
  8174. title = "PCX image";
  8175. pattern = "";
  8176. usepattern = false;
  8177. usecontent = true;
  8178. content {
  8179. 0 = 10;
  8180. 2 = 1;
  8181. 4 = 0;
  8182. 5 = 0;
  8183. 6 = 0;
  8184. 7 = 0;
  8185. }
  8186. type = normal;
  8187. patternignorecase = false;
  8188. patternuseregexp = false;
  8189. patternusefullname = false;
  8190. extcond = "";
  8191. useextcond = false;
  8192. ftcommands {
  8193. }
  8194. subtype {
  8195. }
  8196. colormode = parent;
  8197. unselectcolor = 1,0;
  8198. selectcolor = 1,0;
  8199. unselectactivecolor = 1,0;
  8200. selectactivecolor = 1,0;
  8201. }
  8202. filetype {
  8203. title = "Pixmap image";
  8204. pattern = "";
  8205. usepattern = false;
  8206. usecontent = true;
  8207. content {
  8208. 0 = 47;
  8209. 1 = 42;
  8210. 2 = 32;
  8211. 3 = 88;
  8212. 4 = 80;
  8213. 5 = 77;
  8214. 6 = 32;
  8215. 7 = 42;
  8216. 8 = 47;
  8217. }
  8218. type = normal;
  8219. patternignorecase = false;
  8220. patternuseregexp = false;
  8221. patternusefullname = false;
  8222. extcond = "";
  8223. useextcond = false;
  8224. ftcommands {
  8225. }
  8226. subtype {
  8227. }
  8228. colormode = parent;
  8229. unselectcolor = 1,0;
  8230. selectcolor = 1,0;
  8231. unselectactivecolor = 1,0;
  8232. selectactivecolor = 1,0;
  8233. }
  8234. filetype {
  8235. title = "PNG image";
  8236. pattern = "";
  8237. usepattern = false;
  8238. usecontent = true;
  8239. content {
  8240. 0 = 137;
  8241. 1 = 80;
  8242. 2 = 78;
  8243. 3 = 71;
  8244. }
  8245. type = normal;
  8246. patternignorecase = false;
  8247. patternuseregexp = false;
  8248. patternusefullname = false;
  8249. extcond = "";
  8250. useextcond = false;
  8251. ftcommands {
  8252. }
  8253. subtype {
  8254. }
  8255. colormode = parent;
  8256. unselectcolor = 1,0;
  8257. selectcolor = 1,0;
  8258. unselectactivecolor = 1,0;
  8259. selectactivecolor = 1,0;
  8260. }
  8261. filetype {
  8262. title = "PPM image";
  8263. pattern = "";
  8264. usepattern = false;
  8265. usecontent = true;
  8266. content {
  8267. 0 = 80;
  8268. 1 = 54;
  8269. 2 = 10;
  8270. }
  8271. type = normal;
  8272. patternignorecase = false;
  8273. patternuseregexp = false;
  8274. patternusefullname = false;
  8275. extcond = "";
  8276. useextcond = false;
  8277. ftcommands {
  8278. }
  8279. subtype {
  8280. }
  8281. colormode = parent;
  8282. unselectcolor = 1,0;
  8283. selectcolor = 1,0;
  8284. unselectactivecolor = 1,0;
  8285. selectactivecolor = 1,0;
  8286. }
  8287. filetype {
  8288. title = "svg";
  8289. pattern = "*.svg";
  8290. usepattern = true;
  8291. usecontent = false;
  8292. content {
  8293. }
  8294. type = normal;
  8295. patternignorecase = false;
  8296. patternuseregexp = false;
  8297. patternusefullname = false;
  8298. extcond = "";
  8299. useextcond = false;
  8300. ftcommands {
  8301. customaction {
  8302. name = "inkskape-lite";
  8303. commands {
  8304. OwnOp {
  8305. separateeachentry = false;
  8306. recursive = false;
  8307. start = normal;
  8308. com = "inkscape-lite {F}";
  8309. viewstr = "";
  8310. inbackground = true;
  8311. takedirs = false;
  8312. dontcd = false;
  8313. }
  8314. }
  8315. }
  8316. }
  8317. subtype {
  8318. }
  8319. colormode = default;
  8320. unselectcolor = 1,0;
  8321. selectcolor = 1,0;
  8322. unselectactivecolor = 1,0;
  8323. selectactivecolor = 1,0;
  8324. }
  8325. filetype {
  8326. title = "TGA image";
  8327. pattern = "*.tga";
  8328. usepattern = true;
  8329. usecontent = false;
  8330. content {
  8331. }
  8332. type = normal;
  8333. patternignorecase = true;
  8334. patternuseregexp = false;
  8335. patternusefullname = false;
  8336. extcond = "";
  8337. useextcond = false;
  8338. ftcommands {
  8339. }
  8340. subtype {
  8341. }
  8342. colormode = parent;
  8343. unselectcolor = 1,0;
  8344. selectcolor = 1,0;
  8345. unselectactivecolor = 1,0;
  8346. selectactivecolor = 1,0;
  8347. }
  8348. filetype {
  8349. title = "TIFF image";
  8350. pattern = "";
  8351. usepattern = false;
  8352. usecontent = true;
  8353. content {
  8354. 0 = 73;
  8355. 1 = 73;
  8356. 2 = 42;
  8357. }
  8358. type = normal;
  8359. patternignorecase = false;
  8360. patternuseregexp = false;
  8361. patternusefullname = false;
  8362. extcond = "";
  8363. useextcond = false;
  8364. ftcommands {
  8365. }
  8366. subtype {
  8367. }
  8368. colormode = parent;
  8369. unselectcolor = 1,0;
  8370. selectcolor = 1,0;
  8371. unselectactivecolor = 1,0;
  8372. selectactivecolor = 1,0;
  8373. }
  8374. filetype {
  8375. title = "TIFF image";
  8376. pattern = "*.tif*";
  8377. usepattern = false;
  8378. usecontent = true;
  8379. content {
  8380. 0 = 77;
  8381. 1 = 77;
  8382. 3 = 42;
  8383. }
  8384. type = normal;
  8385. patternignorecase = true;
  8386. patternuseregexp = false;
  8387. patternusefullname = false;
  8388. extcond = "";
  8389. useextcond = false;
  8390. ftcommands {
  8391. }
  8392. subtype {
  8393. }
  8394. colormode = parent;
  8395. unselectcolor = 1,0;
  8396. selectcolor = 1,0;
  8397. unselectactivecolor = 1,0;
  8398. selectactivecolor = 1,0;
  8399. }
  8400. }
  8401. colormode = default;
  8402. unselectcolor = 1,0;
  8403. selectcolor = 1,0;
  8404. unselectactivecolor = 1,0;
  8405. selectactivecolor = 1,0;
  8406. }
  8407. filetype {
  8408. title = "Mathematical Packages";
  8409. pattern = "";
  8410. usepattern = false;
  8411. usecontent = false;
  8412. content {
  8413. }
  8414. type = normal;
  8415. patternignorecase = false;
  8416. patternuseregexp = false;
  8417. patternusefullname = false;
  8418. extcond = "";
  8419. useextcond = false;
  8420. ftcommands {
  8421. }
  8422. subtype {
  8423. filetype {
  8424. title = "Gnuplot script";
  8425. pattern = "*.gpi";
  8426. usepattern = true;
  8427. usecontent = false;
  8428. content {
  8429. }
  8430. type = normal;
  8431. patternignorecase = true;
  8432. patternuseregexp = false;
  8433. patternusefullname = false;
  8434. extcond = "";
  8435. useextcond = false;
  8436. ftcommands {
  8437. doubleclick {
  8438. OwnOp {
  8439. separateeachentry = false;
  8440. recursive = false;
  8441. start = normal;
  8442. com = "medit -t {f}";
  8443. viewstr = "";
  8444. inbackground = true;
  8445. takedirs = false;
  8446. dontcd = false;
  8447. }
  8448. }
  8449. show {
  8450. OwnOp {
  8451. separateeachentry = false;
  8452. recursive = false;
  8453. start = terminal;
  8454. com = "gnuplot {F}";
  8455. viewstr = "";
  8456. inbackground = true;
  8457. takedirs = false;
  8458. dontcd = false;
  8459. }
  8460. ReloadOp {
  8461. mode = current;
  8462. resetdirsizes = false;
  8463. keepfiletypes = false;
  8464. }
  8465. }
  8466. }
  8467. subtype {
  8468. }
  8469. colormode = parent;
  8470. unselectcolor = 1,0;
  8471. selectcolor = 1,0;
  8472. unselectactivecolor = 1,0;
  8473. selectactivecolor = 1,0;
  8474. }
  8475. filetype {
  8476. title = "Mathematica Notebook";
  8477. pattern = "*.nb";
  8478. usepattern = true;
  8479. usecontent = false;
  8480. content {
  8481. }
  8482. type = normal;
  8483. patternignorecase = true;
  8484. patternuseregexp = false;
  8485. patternusefullname = false;
  8486. extcond = "";
  8487. useextcond = false;
  8488. ftcommands {
  8489. doubleclick {
  8490. OwnOp {
  8491. separateeachentry = false;
  8492. recursive = false;
  8493. start = normal;
  8494. com = "mathematica {F}";
  8495. viewstr = "";
  8496. inbackground = true;
  8497. takedirs = false;
  8498. dontcd = false;
  8499. }
  8500. }
  8501. }
  8502. subtype {
  8503. }
  8504. colormode = parent;
  8505. unselectcolor = 1,0;
  8506. selectcolor = 1,0;
  8507. unselectactivecolor = 1,0;
  8508. selectactivecolor = 1,0;
  8509. }
  8510. filetype {
  8511. title = "Scilab library";
  8512. pattern = "*.sci";
  8513. usepattern = true;
  8514. usecontent = false;
  8515. content {
  8516. }
  8517. type = normal;
  8518. patternignorecase = true;
  8519. patternuseregexp = false;
  8520. patternusefullname = false;
  8521. extcond = "";
  8522. useextcond = false;
  8523. ftcommands {
  8524. doubleclick {
  8525. OwnOp {
  8526. separateeachentry = false;
  8527. recursive = false;
  8528. start = normal;
  8529. com = "medit -t {F}";
  8530. viewstr = "";
  8531. inbackground = true;
  8532. takedirs = false;
  8533. dontcd = false;
  8534. }
  8535. }
  8536. }
  8537. subtype {
  8538. }
  8539. colormode = parent;
  8540. unselectcolor = 1,0;
  8541. selectcolor = 1,0;
  8542. unselectactivecolor = 1,0;
  8543. selectactivecolor = 1,0;
  8544. }
  8545. filetype {
  8546. title = "Scilab script";
  8547. pattern = "*.sce";
  8548. usepattern = true;
  8549. usecontent = false;
  8550. content {
  8551. }
  8552. type = normal;
  8553. patternignorecase = true;
  8554. patternuseregexp = false;
  8555. patternusefullname = false;
  8556. extcond = "";
  8557. useextcond = false;
  8558. ftcommands {
  8559. doubleclick {
  8560. OwnOp {
  8561. separateeachentry = false;
  8562. recursive = false;
  8563. start = normal;
  8564. com = "medit -t {F}";
  8565. viewstr = "";
  8566. inbackground = true;
  8567. takedirs = false;
  8568. dontcd = false;
  8569. }
  8570. }
  8571. show {
  8572. OwnOp {
  8573. separateeachentry = false;
  8574. recursive = false;
  8575. start = normal;
  8576. com = "scilab -f {F}";
  8577. viewstr = "";
  8578. inbackground = true;
  8579. takedirs = false;
  8580. dontcd = false;
  8581. }
  8582. }
  8583. }
  8584. subtype {
  8585. }
  8586. colormode = parent;
  8587. unselectcolor = 1,0;
  8588. selectcolor = 1,0;
  8589. unselectactivecolor = 1,0;
  8590. selectactivecolor = 1,0;
  8591. }
  8592. }
  8593. colormode = default;
  8594. unselectcolor = 1,0;
  8595. selectcolor = 1,0;
  8596. unselectactivecolor = 1,0;
  8597. selectactivecolor = 1,0;
  8598. }
  8599. filetype {
  8600. title = "mht";
  8601. pattern = "*.mht";
  8602. usepattern = true;
  8603. usecontent = false;
  8604. content {
  8605. }
  8606. type = normal;
  8607. patternignorecase = true;
  8608. patternuseregexp = false;
  8609. patternusefullname = false;
  8610. extcond = "";
  8611. useextcond = false;
  8612. ftcommands {
  8613. doubleclick {
  8614. OwnOp {
  8615. separateeachentry = false;
  8616. recursive = false;
  8617. start = normal;
  8618. com = "firefox {F}";
  8619. viewstr = "";
  8620. inbackground = false;
  8621. takedirs = false;
  8622. dontcd = false;
  8623. }
  8624. }
  8625. customaction {
  8626. name = "firefox";
  8627. commands {
  8628. OwnOp {
  8629. separateeachentry = false;
  8630. recursive = false;
  8631. start = normal;
  8632. com = "firefox {F}";
  8633. viewstr = "";
  8634. inbackground = false;
  8635. takedirs = false;
  8636. dontcd = false;
  8637. }
  8638. }
  8639. }
  8640. }
  8641. subtype {
  8642. }
  8643. colormode = default;
  8644. unselectcolor = 1,0;
  8645. selectcolor = 1,0;
  8646. unselectactivecolor = 1,0;
  8647. selectactivecolor = 1,0;
  8648. }
  8649. filetype {
  8650. title = "NoSelect type";
  8651. pattern = "";
  8652. usepattern = false;
  8653. usecontent = false;
  8654. content {
  8655. }
  8656. type = noselect;
  8657. patternignorecase = false;
  8658. patternuseregexp = false;
  8659. patternusefullname = false;
  8660. extcond = "";
  8661. useextcond = false;
  8662. ftcommands {
  8663. customaction {
  8664. name = "7z";
  8665. commands {
  8666. OwnOp {
  8667. separateeachentry = false;
  8668. recursive = false;
  8669. start = normal;
  8670. com = "/opt/scripts/7z {F}";
  8671. viewstr = "";
  8672. inbackground = false;
  8673. takedirs = false;
  8674. dontcd = false;
  8675. }
  8676. }
  8677. }
  8678. customaction {
  8679. name = "file-roller";
  8680. commands {
  8681. OwnOp {
  8682. separateeachentry = false;
  8683. recursive = false;
  8684. start = normal;
  8685. com = "file-roller -d {a}";
  8686. viewstr = "";
  8687. inbackground = true;
  8688. takedirs = false;
  8689. dontcd = false;
  8690. }
  8691. }
  8692. }
  8693. customaction {
  8694. name = "firefox";
  8695. commands {
  8696. OwnOp {
  8697. separateeachentry = false;
  8698. recursive = false;
  8699. start = normal;
  8700. com = "firefox {F}";
  8701. viewstr = "";
  8702. inbackground = true;
  8703. takedirs = false;
  8704. dontcd = false;
  8705. }
  8706. }
  8707. }
  8708. customaction {
  8709. name = "glogg";
  8710. commands {
  8711. OwnOp {
  8712. separateeachentry = false;
  8713. recursive = false;
  8714. start = normal;
  8715. com = "glogg {F}";
  8716. viewstr = "";
  8717. inbackground = false;
  8718. takedirs = false;
  8719. dontcd = false;
  8720. }
  8721. }
  8722. }
  8723. customaction {
  8724. name = "juffed";
  8725. commands {
  8726. OwnOp {
  8727. separateeachentry = false;
  8728. recursive = false;
  8729. start = normal;
  8730. com = "juffed {F}";
  8731. viewstr = "";
  8732. inbackground = false;
  8733. takedirs = false;
  8734. dontcd = false;
  8735. }
  8736. }
  8737. }
  8738. customaction {
  8739. name = "wxHexEditor";
  8740. commands {
  8741. OwnOp {
  8742. separateeachentry = false;
  8743. recursive = false;
  8744. start = normal;
  8745. com = "wxHexEditor {F}";
  8746. viewstr = "";
  8747. inbackground = false;
  8748. takedirs = false;
  8749. dontcd = false;
  8750. }
  8751. }
  8752. }
  8753. }
  8754. subtype {
  8755. }
  8756. colormode = default;
  8757. unselectcolor = 1,0;
  8758. selectcolor = 1,0;
  8759. unselectactivecolor = 1,0;
  8760. selectactivecolor = 1,0;
  8761. }
  8762. filetype {
  8763. title = "Not yet checked";
  8764. pattern = "";
  8765. usepattern = false;
  8766. usecontent = false;
  8767. content {
  8768. }
  8769. type = notyetchecked;
  8770. patternignorecase = false;
  8771. patternuseregexp = true;
  8772. patternusefullname = false;
  8773. extcond = "";
  8774. useextcond = false;
  8775. ftcommands {
  8776. customaction {
  8777. name = "7z";
  8778. commands {
  8779. OwnOp {
  8780. separateeachentry = false;
  8781. recursive = false;
  8782. start = normal;
  8783. com = "/opt/scripts/7z {F}";
  8784. viewstr = "";
  8785. inbackground = false;
  8786. takedirs = false;
  8787. dontcd = false;
  8788. }
  8789. }
  8790. }
  8791. customaction {
  8792. name = "file-roller";
  8793. commands {
  8794. OwnOp {
  8795. separateeachentry = false;
  8796. recursive = false;
  8797. start = normal;
  8798. com = "file-roller -d {a}";
  8799. viewstr = "";
  8800. inbackground = true;
  8801. takedirs = false;
  8802. dontcd = false;
  8803. }
  8804. }
  8805. }
  8806. customaction {
  8807. name = "firefox";
  8808. commands {
  8809. OwnOp {
  8810. separateeachentry = false;
  8811. recursive = false;
  8812. start = normal;
  8813. com = "firefox {F}";
  8814. viewstr = "";
  8815. inbackground = true;
  8816. takedirs = false;
  8817. dontcd = false;
  8818. }
  8819. }
  8820. }
  8821. customaction {
  8822. name = "glogg";
  8823. commands {
  8824. OwnOp {
  8825. separateeachentry = false;
  8826. recursive = false;
  8827. start = normal;
  8828. com = "glogg {F}";
  8829. viewstr = "";
  8830. inbackground = false;
  8831. takedirs = false;
  8832. dontcd = false;
  8833. }
  8834. }
  8835. }
  8836. customaction {
  8837. name = "juffed";
  8838. commands {
  8839. OwnOp {
  8840. separateeachentry = false;
  8841. recursive = false;
  8842. start = normal;
  8843. com = "juffed {F}";
  8844. viewstr = "";
  8845. inbackground = false;
  8846. takedirs = false;
  8847. dontcd = false;
  8848. }
  8849. }
  8850. }
  8851. customaction {
  8852. name = "wxHexEditor";
  8853. commands {
  8854. OwnOp {
  8855. separateeachentry = false;
  8856. recursive = false;
  8857. start = normal;
  8858. com = "wxHexEditor {F}";
  8859. viewstr = "";
  8860. inbackground = false;
  8861. takedirs = false;
  8862. dontcd = false;
  8863. }
  8864. }
  8865. }
  8866. }
  8867. subtype {
  8868. }
  8869. colormode = default;
  8870. unselectcolor = 1,0;
  8871. selectcolor = 1,0;
  8872. unselectactivecolor = 1,0;
  8873. selectactivecolor = 1,0;
  8874. }
  8875. filetype {
  8876. title = "Patch";
  8877. pattern = "";
  8878. usepattern = false;
  8879. usecontent = false;
  8880. content {
  8881. }
  8882. type = normal;
  8883. patternignorecase = false;
  8884. patternuseregexp = false;
  8885. patternusefullname = false;
  8886. extcond = "";
  8887. useextcond = false;
  8888. ftcommands {
  8889. customaction {
  8890. name = "Применить патч";
  8891. commands {
  8892. OwnOp {
  8893. separateeachentry = false;
  8894. recursive = false;
  8895. start = normal;
  8896. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab-patch {F}";
  8897. viewstr = "";
  8898. inbackground = false;
  8899. takedirs = false;
  8900. dontcd = false;
  8901. }
  8902. }
  8903. }
  8904. }
  8905. subtype {
  8906. filetype {
  8907. title = "diff";
  8908. pattern = "*.diff";
  8909. usepattern = true;
  8910. usecontent = false;
  8911. content {
  8912. }
  8913. type = normal;
  8914. patternignorecase = true;
  8915. patternuseregexp = false;
  8916. patternusefullname = false;
  8917. extcond = "";
  8918. useextcond = false;
  8919. ftcommands {
  8920. }
  8921. subtype {
  8922. }
  8923. colormode = parent;
  8924. unselectcolor = 1,0;
  8925. selectcolor = 1,0;
  8926. unselectactivecolor = 1,0;
  8927. selectactivecolor = 1,0;
  8928. }
  8929. filetype {
  8930. title = "patch";
  8931. pattern = "*.patch";
  8932. usepattern = true;
  8933. usecontent = false;
  8934. content {
  8935. }
  8936. type = normal;
  8937. patternignorecase = true;
  8938. patternuseregexp = false;
  8939. patternusefullname = false;
  8940. extcond = "";
  8941. useextcond = false;
  8942. ftcommands {
  8943. }
  8944. subtype {
  8945. }
  8946. colormode = parent;
  8947. unselectcolor = 1,0;
  8948. selectcolor = 1,0;
  8949. unselectactivecolor = 1,0;
  8950. selectactivecolor = 1,0;
  8951. }
  8952. }
  8953. colormode = default;
  8954. unselectcolor = 1,0;
  8955. selectcolor = 1,0;
  8956. unselectactivecolor = 1,0;
  8957. selectactivecolor = 1,0;
  8958. }
  8959. filetype {
  8960. title = "Presentations";
  8961. pattern = "";
  8962. usepattern = false;
  8963. usecontent = false;
  8964. content {
  8965. }
  8966. type = normal;
  8967. patternignorecase = false;
  8968. patternuseregexp = false;
  8969. patternusefullname = false;
  8970. extcond = "";
  8971. useextcond = false;
  8972. ftcommands {
  8973. doubleclick {
  8974. OwnOp {
  8975. separateeachentry = false;
  8976. recursive = false;
  8977. start = normal;
  8978. com = "/opt/scripts/simpress-openoffice-kids {f}";
  8979. viewstr = "";
  8980. inbackground = true;
  8981. takedirs = false;
  8982. dontcd = false;
  8983. }
  8984. }
  8985. customaction {
  8986. name = "simpress-libreoffice";
  8987. commands {
  8988. OwnOp {
  8989. separateeachentry = false;
  8990. recursive = false;
  8991. start = normal;
  8992. com = "/opt/scripts/simpress-libreoffice {F}";
  8993. viewstr = "";
  8994. inbackground = true;
  8995. takedirs = false;
  8996. dontcd = false;
  8997. }
  8998. }
  8999. }
  9000. customaction {
  9001. name = "simpress-openoffice-kids";
  9002. commands {
  9003. OwnOp {
  9004. separateeachentry = false;
  9005. recursive = false;
  9006. start = normal;
  9007. com = "/opt/scripts/simpress-openoffice-kids {F}";
  9008. viewstr = "";
  9009. inbackground = true;
  9010. takedirs = false;
  9011. dontcd = false;
  9012. }
  9013. }
  9014. }
  9015. }
  9016. subtype {
  9017. filetype {
  9018. title = "MS Powerpoint presentation";
  9019. pattern = "*.ppt";
  9020. usepattern = true;
  9021. usecontent = false;
  9022. content {
  9023. }
  9024. type = normal;
  9025. patternignorecase = true;
  9026. patternuseregexp = false;
  9027. patternusefullname = false;
  9028. extcond = "";
  9029. useextcond = false;
  9030. ftcommands {
  9031. }
  9032. subtype {
  9033. }
  9034. colormode = parent;
  9035. unselectcolor = 1,0;
  9036. selectcolor = 1,0;
  9037. unselectactivecolor = 1,0;
  9038. selectactivecolor = 1,0;
  9039. }
  9040. filetype {
  9041. title = "OpenOffice presentation";
  9042. pattern = "*.sxp";
  9043. usepattern = true;
  9044. usecontent = false;
  9045. content {
  9046. }
  9047. type = normal;
  9048. patternignorecase = true;
  9049. patternuseregexp = false;
  9050. patternusefullname = false;
  9051. extcond = "";
  9052. useextcond = false;
  9053. ftcommands {
  9054. }
  9055. subtype {
  9056. }
  9057. colormode = parent;
  9058. unselectcolor = 1,0;
  9059. selectcolor = 1,0;
  9060. unselectactivecolor = 1,0;
  9061. selectactivecolor = 1,0;
  9062. }
  9063. }
  9064. colormode = default;
  9065. unselectcolor = 1,0;
  9066. selectcolor = 1,0;
  9067. unselectactivecolor = 1,0;
  9068. selectactivecolor = 1,0;
  9069. }
  9070. filetype {
  9071. title = "Spreadsheets";
  9072. pattern = "";
  9073. usepattern = false;
  9074. usecontent = false;
  9075. content {
  9076. }
  9077. type = normal;
  9078. patternignorecase = false;
  9079. patternuseregexp = false;
  9080. patternusefullname = false;
  9081. extcond = "";
  9082. useextcond = false;
  9083. ftcommands {
  9084. }
  9085. subtype {
  9086. filetype {
  9087. title = "scalc";
  9088. pattern = "";
  9089. usepattern = false;
  9090. usecontent = false;
  9091. content {
  9092. }
  9093. type = normal;
  9094. patternignorecase = false;
  9095. patternuseregexp = false;
  9096. patternusefullname = false;
  9097. extcond = "";
  9098. useextcond = false;
  9099. ftcommands {
  9100. doubleclick {
  9101. OwnOp {
  9102. separateeachentry = false;
  9103. recursive = false;
  9104. start = normal;
  9105. com = "/opt/scripts/scalc-openoffice-kids {F}";
  9106. viewstr = "";
  9107. inbackground = true;
  9108. takedirs = false;
  9109. dontcd = false;
  9110. }
  9111. }
  9112. customaction {
  9113. name = "gnumeric";
  9114. commands {
  9115. OwnOp {
  9116. separateeachentry = false;
  9117. recursive = false;
  9118. start = normal;
  9119. com = "gnumeric {F}";
  9120. viewstr = "";
  9121. inbackground = false;
  9122. takedirs = false;
  9123. dontcd = false;
  9124. }
  9125. ReloadOp {
  9126. mode = current;
  9127. resetdirsizes = false;
  9128. keepfiletypes = false;
  9129. }
  9130. }
  9131. }
  9132. customaction {
  9133. name = "libreoffice-calc";
  9134. commands {
  9135. OwnOp {
  9136. separateeachentry = false;
  9137. recursive = false;
  9138. start = normal;
  9139. com = "/opt/scripts/scalc-libreoffice {F}";
  9140. viewstr = "";
  9141. inbackground = true;
  9142. takedirs = false;
  9143. dontcd = false;
  9144. }
  9145. }
  9146. }
  9147. customaction {
  9148. name = "officekids-calc";
  9149. commands {
  9150. OwnOp {
  9151. separateeachentry = false;
  9152. recursive = false;
  9153. start = normal;
  9154. com = "/opt/scripts/scalc-openoffice-kids {F}";
  9155. viewstr = "";
  9156. inbackground = true;
  9157. takedirs = false;
  9158. dontcd = false;
  9159. }
  9160. }
  9161. }
  9162. }
  9163. subtype {
  9164. filetype {
  9165. title = "csv";
  9166. pattern = "*.csv";
  9167. usepattern = true;
  9168. usecontent = false;
  9169. content {
  9170. }
  9171. type = normal;
  9172. patternignorecase = true;
  9173. patternuseregexp = false;
  9174. patternusefullname = false;
  9175. extcond = "";
  9176. useextcond = false;
  9177. ftcommands {
  9178. }
  9179. subtype {
  9180. }
  9181. colormode = parent;
  9182. unselectcolor = 1,0;
  9183. selectcolor = 1,0;
  9184. unselectactivecolor = 1,0;
  9185. selectactivecolor = 1,0;
  9186. }
  9187. filetype {
  9188. title = "dbf";
  9189. pattern = "*.dbf";
  9190. usepattern = true;
  9191. usecontent = false;
  9192. content {
  9193. }
  9194. type = normal;
  9195. patternignorecase = true;
  9196. patternuseregexp = false;
  9197. patternusefullname = false;
  9198. extcond = "";
  9199. useextcond = false;
  9200. ftcommands {
  9201. }
  9202. subtype {
  9203. }
  9204. colormode = parent;
  9205. unselectcolor = 1,0;
  9206. selectcolor = 1,0;
  9207. unselectactivecolor = 1,0;
  9208. selectactivecolor = 1,0;
  9209. }
  9210. filetype {
  9211. title = "gnumeric";
  9212. pattern = "*.gnumeric";
  9213. usepattern = true;
  9214. usecontent = false;
  9215. content {
  9216. }
  9217. type = normal;
  9218. patternignorecase = true;
  9219. patternuseregexp = false;
  9220. patternusefullname = false;
  9221. extcond = "";
  9222. useextcond = false;
  9223. ftcommands {
  9224. }
  9225. subtype {
  9226. }
  9227. colormode = parent;
  9228. unselectcolor = 1,0;
  9229. selectcolor = 1,0;
  9230. unselectactivecolor = 1,0;
  9231. selectactivecolor = 1,0;
  9232. }
  9233. filetype {
  9234. title = "ods";
  9235. pattern = "*.ods";
  9236. usepattern = true;
  9237. usecontent = false;
  9238. content {
  9239. }
  9240. type = normal;
  9241. patternignorecase = true;
  9242. patternuseregexp = false;
  9243. patternusefullname = false;
  9244. extcond = "";
  9245. useextcond = false;
  9246. ftcommands {
  9247. }
  9248. subtype {
  9249. }
  9250. colormode = parent;
  9251. unselectcolor = 1,0;
  9252. selectcolor = 1,0;
  9253. unselectactivecolor = 1,0;
  9254. selectactivecolor = 1,0;
  9255. }
  9256. filetype {
  9257. title = "sxc";
  9258. pattern = "*.sxc";
  9259. usepattern = true;
  9260. usecontent = false;
  9261. content {
  9262. }
  9263. type = normal;
  9264. patternignorecase = true;
  9265. patternuseregexp = false;
  9266. patternusefullname = false;
  9267. extcond = "";
  9268. useextcond = false;
  9269. ftcommands {
  9270. }
  9271. subtype {
  9272. }
  9273. colormode = parent;
  9274. unselectcolor = 1,0;
  9275. selectcolor = 1,0;
  9276. unselectactivecolor = 1,0;
  9277. selectactivecolor = 1,0;
  9278. }
  9279. filetype {
  9280. title = "xls";
  9281. pattern = "*.xls";
  9282. usepattern = true;
  9283. usecontent = false;
  9284. content {
  9285. }
  9286. type = normal;
  9287. patternignorecase = true;
  9288. patternuseregexp = false;
  9289. patternusefullname = false;
  9290. extcond = "";
  9291. useextcond = false;
  9292. ftcommands {
  9293. }
  9294. subtype {
  9295. }
  9296. colormode = parent;
  9297. unselectcolor = 1,0;
  9298. selectcolor = 1,0;
  9299. unselectactivecolor = 1,0;
  9300. selectactivecolor = 1,0;
  9301. }
  9302. }
  9303. colormode = parent;
  9304. unselectcolor = 1,0;
  9305. selectcolor = 1,0;
  9306. unselectactivecolor = 1,0;
  9307. selectactivecolor = 1,0;
  9308. }
  9309. }
  9310. colormode = default;
  9311. unselectcolor = 1,0;
  9312. selectcolor = 1,0;
  9313. unselectactivecolor = 1,0;
  9314. selectactivecolor = 1,0;
  9315. }
  9316. filetype {
  9317. title = "Text files";
  9318. pattern = "";
  9319. usepattern = false;
  9320. usecontent = false;
  9321. content {
  9322. }
  9323. type = normal;
  9324. patternignorecase = false;
  9325. patternuseregexp = false;
  9326. patternusefullname = false;
  9327. extcond = "";
  9328. useextcond = false;
  9329. ftcommands {
  9330. doubleclick {
  9331. OwnOp {
  9332. separateeachentry = false;
  9333. recursive = false;
  9334. start = normal;
  9335. com = "fxite {F}";
  9336. viewstr = "";
  9337. inbackground = true;
  9338. takedirs = false;
  9339. dontcd = false;
  9340. }
  9341. }
  9342. show {
  9343. InternalViewOp {
  9344. requestflags = false;
  9345. customfiles = "";
  9346. showmode = active;
  9347. }
  9348. }
  9349. customaction {
  9350. name = "diffuse";
  9351. commands {
  9352. OwnOp {
  9353. separateeachentry = false;
  9354. recursive = false;
  9355. start = normal;
  9356. com = "sudo diffuse {F} {oF}";
  9357. viewstr = "";
  9358. inbackground = true;
  9359. takedirs = false;
  9360. dontcd = false;
  9361. }
  9362. }
  9363. }
  9364. customaction {
  9365. name = "glogg";
  9366. commands {
  9367. OwnOp {
  9368. separateeachentry = false;
  9369. recursive = false;
  9370. start = normal;
  9371. com = "glogg {F}";
  9372. viewstr = "";
  9373. inbackground = false;
  9374. takedirs = false;
  9375. dontcd = false;
  9376. }
  9377. }
  9378. }
  9379. customaction {
  9380. name = "juffed";
  9381. commands {
  9382. OwnOp {
  9383. separateeachentry = false;
  9384. recursive = false;
  9385. start = normal;
  9386. com = "juffed {F}";
  9387. viewstr = "";
  9388. inbackground = false;
  9389. takedirs = false;
  9390. dontcd = false;
  9391. }
  9392. }
  9393. }
  9394. customaction {
  9395. name = "libreoffice-swriter";
  9396. commands {
  9397. OwnOp {
  9398. separateeachentry = false;
  9399. recursive = false;
  9400. start = normal;
  9401. com = "/opt/scripts/swriter-libreoffice {F}";
  9402. viewstr = "";
  9403. inbackground = true;
  9404. takedirs = false;
  9405. dontcd = false;
  9406. }
  9407. }
  9408. }
  9409. customaction {
  9410. name = "officekids-writer";
  9411. commands {
  9412. OwnOp {
  9413. separateeachentry = false;
  9414. recursive = false;
  9415. start = normal;
  9416. com = "/opt/scripts/swriter-openoffice-kids {F}";
  9417. viewstr = "";
  9418. inbackground = true;
  9419. takedirs = false;
  9420. dontcd = false;
  9421. }
  9422. }
  9423. }
  9424. }
  9425. subtype {
  9426. filetype {
  9427. title = "C file";
  9428. pattern = "*.c";
  9429. usepattern = true;
  9430. usecontent = false;
  9431. content {
  9432. }
  9433. type = normal;
  9434. patternignorecase = false;
  9435. patternuseregexp = false;
  9436. patternusefullname = false;
  9437. extcond = "";
  9438. useextcond = false;
  9439. ftcommands {
  9440. }
  9441. subtype {
  9442. }
  9443. colormode = parent;
  9444. unselectcolor = 1,0;
  9445. selectcolor = 1,0;
  9446. unselectactivecolor = 1,0;
  9447. selectactivecolor = 1,0;
  9448. }
  9449. filetype {
  9450. title = "CD cover file";
  9451. pattern = "*.cdc";
  9452. usepattern = true;
  9453. usecontent = false;
  9454. content {
  9455. }
  9456. type = normal;
  9457. patternignorecase = true;
  9458. patternuseregexp = false;
  9459. patternusefullname = false;
  9460. extcond = "";
  9461. useextcond = false;
  9462. ftcommands {
  9463. }
  9464. subtype {
  9465. }
  9466. colormode = parent;
  9467. unselectcolor = 1,0;
  9468. selectcolor = 1,0;
  9469. unselectactivecolor = 1,0;
  9470. selectactivecolor = 1,0;
  9471. }
  9472. filetype {
  9473. title = "Fortran 77 source code";
  9474. pattern = "*.f";
  9475. usepattern = true;
  9476. usecontent = false;
  9477. content {
  9478. }
  9479. type = normal;
  9480. patternignorecase = true;
  9481. patternuseregexp = false;
  9482. patternusefullname = false;
  9483. extcond = "";
  9484. useextcond = false;
  9485. ftcommands {
  9486. }
  9487. subtype {
  9488. }
  9489. colormode = parent;
  9490. unselectcolor = 1,0;
  9491. selectcolor = 1,0;
  9492. unselectactivecolor = 1,0;
  9493. selectactivecolor = 1,0;
  9494. }
  9495. filetype {
  9496. title = "Fortran 90 source code";
  9497. pattern = "*.f90";
  9498. usepattern = true;
  9499. usecontent = false;
  9500. content {
  9501. }
  9502. type = normal;
  9503. patternignorecase = true;
  9504. patternuseregexp = false;
  9505. patternusefullname = false;
  9506. extcond = "";
  9507. useextcond = false;
  9508. ftcommands {
  9509. }
  9510. subtype {
  9511. }
  9512. colormode = parent;
  9513. unselectcolor = 1,0;
  9514. selectcolor = 1,0;
  9515. unselectactivecolor = 1,0;
  9516. selectactivecolor = 1,0;
  9517. }
  9518. filetype {
  9519. title = "Fortran 95 source code";
  9520. pattern = "*.f95";
  9521. usepattern = true;
  9522. usecontent = false;
  9523. content {
  9524. }
  9525. type = normal;
  9526. patternignorecase = true;
  9527. patternuseregexp = false;
  9528. patternusefullname = false;
  9529. extcond = "";
  9530. useextcond = false;
  9531. ftcommands {
  9532. }
  9533. subtype {
  9534. }
  9535. colormode = parent;
  9536. unselectcolor = 1,0;
  9537. selectcolor = 1,0;
  9538. unselectactivecolor = 1,0;
  9539. selectactivecolor = 1,0;
  9540. }
  9541. filetype {
  9542. title = "html";
  9543. pattern = "";
  9544. usepattern = false;
  9545. usecontent = false;
  9546. content {
  9547. }
  9548. type = normal;
  9549. patternignorecase = false;
  9550. patternuseregexp = false;
  9551. patternusefullname = false;
  9552. extcond = "";
  9553. useextcond = false;
  9554. ftcommands {
  9555. doubleclick {
  9556. OwnOp {
  9557. separateeachentry = false;
  9558. recursive = false;
  9559. start = normal;
  9560. com = "dillo {f}";
  9561. viewstr = "";
  9562. inbackground = false;
  9563. takedirs = false;
  9564. dontcd = false;
  9565. }
  9566. }
  9567. customaction {
  9568. name = "FBReader";
  9569. commands {
  9570. OwnOp {
  9571. separateeachentry = false;
  9572. recursive = false;
  9573. start = normal;
  9574. com = "/usr/bin/FBReader {F}";
  9575. viewstr = "";
  9576. inbackground = true;
  9577. takedirs = false;
  9578. dontcd = false;
  9579. }
  9580. }
  9581. }
  9582. customaction {
  9583. name = "firefox";
  9584. commands {
  9585. OwnOp {
  9586. separateeachentry = false;
  9587. recursive = false;
  9588. start = normal;
  9589. com = "firefox {F}";
  9590. viewstr = "";
  9591. inbackground = false;
  9592. takedirs = false;
  9593. dontcd = false;
  9594. }
  9595. }
  9596. }
  9597. }
  9598. subtype {
  9599. filetype {
  9600. title = "asp";
  9601. pattern = "*.asp";
  9602. usepattern = true;
  9603. usecontent = false;
  9604. content {
  9605. }
  9606. type = normal;
  9607. patternignorecase = true;
  9608. patternuseregexp = false;
  9609. patternusefullname = false;
  9610. extcond = "";
  9611. useextcond = false;
  9612. ftcommands {
  9613. }
  9614. subtype {
  9615. }
  9616. colormode = parent;
  9617. unselectcolor = 1,0;
  9618. selectcolor = 1,0;
  9619. unselectactivecolor = 1,0;
  9620. selectactivecolor = 1,0;
  9621. }
  9622. filetype {
  9623. title = "html";
  9624. pattern = ".*\\.htm[l]\\?$";
  9625. usepattern = true;
  9626. usecontent = false;
  9627. content {
  9628. }
  9629. type = normal;
  9630. patternignorecase = true;
  9631. patternuseregexp = true;
  9632. patternusefullname = false;
  9633. extcond = "";
  9634. useextcond = false;
  9635. ftcommands {
  9636. }
  9637. subtype {
  9638. }
  9639. colormode = parent;
  9640. unselectcolor = 1,0;
  9641. selectcolor = 1,0;
  9642. unselectactivecolor = 1,0;
  9643. selectactivecolor = 1,0;
  9644. }
  9645. filetype {
  9646. title = "PHP file";
  9647. pattern = "*.php*";
  9648. usepattern = true;
  9649. usecontent = false;
  9650. content {
  9651. }
  9652. type = normal;
  9653. patternignorecase = true;
  9654. patternuseregexp = false;
  9655. patternusefullname = false;
  9656. extcond = "";
  9657. useextcond = false;
  9658. ftcommands {
  9659. }
  9660. subtype {
  9661. }
  9662. colormode = parent;
  9663. unselectcolor = 1,0;
  9664. selectcolor = 1,0;
  9665. unselectactivecolor = 1,0;
  9666. selectactivecolor = 1,0;
  9667. }
  9668. filetype {
  9669. title = "shtm";
  9670. pattern = "*.shtm";
  9671. usepattern = true;
  9672. usecontent = false;
  9673. content {
  9674. }
  9675. type = normal;
  9676. patternignorecase = true;
  9677. patternuseregexp = false;
  9678. patternusefullname = false;
  9679. extcond = "";
  9680. useextcond = false;
  9681. ftcommands {
  9682. }
  9683. subtype {
  9684. }
  9685. colormode = parent;
  9686. unselectcolor = 1,0;
  9687. selectcolor = 1,0;
  9688. unselectactivecolor = 1,0;
  9689. selectactivecolor = 1,0;
  9690. }
  9691. filetype {
  9692. title = "shtml";
  9693. pattern = "*.shtml";
  9694. usepattern = true;
  9695. usecontent = false;
  9696. content {
  9697. }
  9698. type = normal;
  9699. patternignorecase = true;
  9700. patternuseregexp = false;
  9701. patternusefullname = false;
  9702. extcond = "";
  9703. useextcond = false;
  9704. ftcommands {
  9705. }
  9706. subtype {
  9707. }
  9708. colormode = parent;
  9709. unselectcolor = 1,0;
  9710. selectcolor = 1,0;
  9711. unselectactivecolor = 1,0;
  9712. selectactivecolor = 1,0;
  9713. }
  9714. filetype {
  9715. title = "xml";
  9716. pattern = "*.xml";
  9717. usepattern = true;
  9718. usecontent = false;
  9719. content {
  9720. }
  9721. type = normal;
  9722. patternignorecase = true;
  9723. patternuseregexp = false;
  9724. patternusefullname = false;
  9725. extcond = "";
  9726. useextcond = false;
  9727. ftcommands {
  9728. customaction {
  9729. name = "qxmledit";
  9730. commands {
  9731. OwnOp {
  9732. separateeachentry = false;
  9733. recursive = false;
  9734. start = normal;
  9735. com = "qxmledit {f}";
  9736. viewstr = "";
  9737. inbackground = false;
  9738. takedirs = false;
  9739. dontcd = false;
  9740. }
  9741. }
  9742. }
  9743. }
  9744. subtype {
  9745. }
  9746. colormode = parent;
  9747. unselectcolor = 1,0;
  9748. selectcolor = 1,0;
  9749. unselectactivecolor = 1,0;
  9750. selectactivecolor = 1,0;
  9751. }
  9752. }
  9753. colormode = parent;
  9754. unselectcolor = 1,0;
  9755. selectcolor = 1,0;
  9756. unselectactivecolor = 1,0;
  9757. selectactivecolor = 1,0;
  9758. }
  9759. filetype {
  9760. title = "Interpreter";
  9761. pattern = "";
  9762. usepattern = false;
  9763. usecontent = false;
  9764. content {
  9765. }
  9766. type = normal;
  9767. patternignorecase = false;
  9768. patternuseregexp = false;
  9769. patternusefullname = false;
  9770. extcond = "";
  9771. useextcond = false;
  9772. ftcommands {
  9773. }
  9774. subtype {
  9775. filetype {
  9776. title = "perl script";
  9777. pattern = "*.pl";
  9778. usepattern = true;
  9779. usecontent = false;
  9780. content {
  9781. }
  9782. type = normal;
  9783. patternignorecase = true;
  9784. patternuseregexp = false;
  9785. patternusefullname = false;
  9786. extcond = "";
  9787. useextcond = false;
  9788. ftcommands {
  9789. customaction {
  9790. name = "Выполнить perl скрипт";
  9791. commands {
  9792. OwnOp {
  9793. separateeachentry = false;
  9794. recursive = false;
  9795. start = normal;
  9796. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab perl {F}";
  9797. viewstr = "";
  9798. inbackground = false;
  9799. takedirs = false;
  9800. dontcd = false;
  9801. }
  9802. ReloadOp {
  9803. mode = current;
  9804. resetdirsizes = false;
  9805. keepfiletypes = false;
  9806. }
  9807. }
  9808. }
  9809. }
  9810. subtype {
  9811. }
  9812. colormode = parent;
  9813. unselectcolor = 1,0;
  9814. selectcolor = 1,0;
  9815. unselectactivecolor = 1,0;
  9816. selectactivecolor = 1,0;
  9817. }
  9818. filetype {
  9819. title = "python script";
  9820. pattern = "*.py";
  9821. usepattern = true;
  9822. usecontent = false;
  9823. content {
  9824. }
  9825. type = normal;
  9826. patternignorecase = true;
  9827. patternuseregexp = false;
  9828. patternusefullname = false;
  9829. extcond = "";
  9830. useextcond = false;
  9831. ftcommands {
  9832. customaction {
  9833. name = "Выполнить python скрипт";
  9834. commands {
  9835. OwnOp {
  9836. separateeachentry = false;
  9837. recursive = false;
  9838. start = normal;
  9839. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab python {F}";
  9840. viewstr = "";
  9841. inbackground = false;
  9842. takedirs = false;
  9843. dontcd = false;
  9844. }
  9845. ReloadOp {
  9846. mode = current;
  9847. resetdirsizes = false;
  9848. keepfiletypes = false;
  9849. }
  9850. }
  9851. }
  9852. }
  9853. subtype {
  9854. }
  9855. colormode = parent;
  9856. unselectcolor = 1,0;
  9857. selectcolor = 1,0;
  9858. unselectactivecolor = 1,0;
  9859. selectactivecolor = 1,0;
  9860. }
  9861. }
  9862. colormode = parent;
  9863. unselectcolor = 1,0;
  9864. selectcolor = 1,0;
  9865. unselectactivecolor = 1,0;
  9866. selectactivecolor = 1,0;
  9867. }
  9868. filetype {
  9869. title = "JAVA sourcecode";
  9870. pattern = "*.java";
  9871. usepattern = true;
  9872. usecontent = false;
  9873. content {
  9874. }
  9875. type = normal;
  9876. patternignorecase = false;
  9877. patternuseregexp = false;
  9878. patternusefullname = false;
  9879. extcond = "";
  9880. useextcond = false;
  9881. ftcommands {
  9882. doubleclick {
  9883. OwnOp {
  9884. separateeachentry = true;
  9885. recursive = false;
  9886. start = terminalwait;
  9887. com = "javac {f}";
  9888. viewstr = "";
  9889. inbackground = false;
  9890. takedirs = false;
  9891. dontcd = false;
  9892. }
  9893. ReloadOp {
  9894. mode = current;
  9895. resetdirsizes = false;
  9896. keepfiletypes = false;
  9897. }
  9898. }
  9899. }
  9900. subtype {
  9901. }
  9902. colormode = parent;
  9903. unselectcolor = 1,0;
  9904. selectcolor = 1,0;
  9905. unselectactivecolor = 1,0;
  9906. selectactivecolor = 1,0;
  9907. }
  9908. filetype {
  9909. title = "log";
  9910. pattern = "*.log";
  9911. usepattern = true;
  9912. usecontent = false;
  9913. content {
  9914. }
  9915. type = normal;
  9916. patternignorecase = true;
  9917. patternuseregexp = false;
  9918. patternusefullname = false;
  9919. extcond = "";
  9920. useextcond = false;
  9921. ftcommands {
  9922. }
  9923. subtype {
  9924. }
  9925. colormode = parent;
  9926. unselectcolor = 1,0;
  9927. selectcolor = 1,0;
  9928. unselectactivecolor = 1,0;
  9929. selectactivecolor = 1,0;
  9930. }
  9931. filetype {
  9932. title = "makefile";
  9933. pattern = "Makefile";
  9934. usepattern = true;
  9935. usecontent = false;
  9936. content {
  9937. }
  9938. type = normal;
  9939. patternignorecase = true;
  9940. patternuseregexp = false;
  9941. patternusefullname = false;
  9942. extcond = "";
  9943. useextcond = false;
  9944. ftcommands {
  9945. customaction {
  9946. name = "make";
  9947. commands {
  9948. OwnOp {
  9949. separateeachentry = false;
  9950. recursive = false;
  9951. start = normal;
  9952. com = "roxterm --tab --tab-name={uF} -e /opt/scripts/roxterm-command-in-new-tab make {f}";
  9953. viewstr = "";
  9954. inbackground = false;
  9955. takedirs = false;
  9956. dontcd = false;
  9957. }
  9958. }
  9959. }
  9960. }
  9961. subtype {
  9962. }
  9963. colormode = parent;
  9964. unselectcolor = 1,0;
  9965. selectcolor = 1,0;
  9966. unselectactivecolor = 1,0;
  9967. selectactivecolor = 1,0;
  9968. }
  9969. filetype {
  9970. title = "Plain text";
  9971. pattern = "*.txt";
  9972. usepattern = true;
  9973. usecontent = false;
  9974. content {
  9975. }
  9976. type = normal;
  9977. patternignorecase = true;
  9978. patternuseregexp = false;
  9979. patternusefullname = false;
  9980. extcond = "";
  9981. useextcond = false;
  9982. ftcommands {
  9983. show {
  9984. OwnOp {
  9985. separateeachentry = false;
  9986. recursive = false;
  9987. start = normal;
  9988. com = "gview {F}";
  9989. viewstr = "";
  9990. inbackground = false;
  9991. takedirs = false;
  9992. dontcd = false;
  9993. }
  9994. }
  9995. }
  9996. subtype {
  9997. }
  9998. colormode = parent;
  9999. unselectcolor = 1,0;
  10000. selectcolor = 1,0;
  10001. unselectactivecolor = 1,0;
  10002. selectactivecolor = 1,0;
  10003. }
  10004. filetype {
  10005. title = "rc";
  10006. pattern = "*.rc";
  10007. usepattern = true;
  10008. usecontent = false;
  10009. content {
  10010. }
  10011. type = normal;
  10012. patternignorecase = true;
  10013. patternuseregexp = false;
  10014. patternusefullname = false;
  10015. extcond = "";
  10016. useextcond = false;
  10017. ftcommands {
  10018. customaction {
  10019. name = "qxmledit";
  10020. commands {
  10021. OwnOp {
  10022. separateeachentry = false;
  10023. recursive = false;
  10024. start = normal;
  10025. com = "qxmledit {F}";
  10026. viewstr = "";
  10027. inbackground = false;
  10028. takedirs = false;
  10029. dontcd = false;
  10030. }
  10031. }
  10032. }
  10033. }
  10034. subtype {
  10035. }
  10036. colormode = parent;
  10037. unselectcolor = 1,0;
  10038. selectcolor = 1,0;
  10039. unselectactivecolor = 1,0;
  10040. selectactivecolor = 1,0;
  10041. }
  10042. }
  10043. colormode = default;
  10044. unselectcolor = 1,0;
  10045. selectcolor = 1,0;
  10046. unselectactivecolor = 1,0;
  10047. selectactivecolor = 1,0;
  10048. }
  10049. filetype {
  10050. title = "torrent";
  10051. pattern = "*.torrent";
  10052. usepattern = true;
  10053. usecontent = false;
  10054. content {
  10055. }
  10056. type = normal;
  10057. patternignorecase = true;
  10058. patternuseregexp = false;
  10059. patternusefullname = false;
  10060. extcond = "";
  10061. useextcond = false;
  10062. ftcommands {
  10063. doubleclick {
  10064. OwnOp {
  10065. separateeachentry = false;
  10066. recursive = false;
  10067. start = normal;
  10068. com = "gtorrentviewer {F}";
  10069. viewstr = "";
  10070. inbackground = true;
  10071. takedirs = false;
  10072. dontcd = false;
  10073. }
  10074. }
  10075. customaction {
  10076. name = "gtorrentviewer";
  10077. commands {
  10078. OwnOp {
  10079. separateeachentry = false;
  10080. recursive = false;
  10081. start = normal;
  10082. com = "gtorrentviewer {F}";
  10083. viewstr = "";
  10084. inbackground = false;
  10085. takedirs = false;
  10086. dontcd = false;
  10087. }
  10088. }
  10089. }
  10090. customaction {
  10091. name = "transmission";
  10092. commands {
  10093. OwnOp {
  10094. separateeachentry = false;
  10095. recursive = false;
  10096. start = normal;
  10097. com = "transmission-gtk {F}";
  10098. viewstr = "";
  10099. inbackground = true;
  10100. takedirs = false;
  10101. dontcd = false;
  10102. }
  10103. }
  10104. }
  10105. }
  10106. subtype {
  10107. }
  10108. colormode = default;
  10109. unselectcolor = 1,0;
  10110. selectcolor = 1,0;
  10111. unselectactivecolor = 1,0;
  10112. selectactivecolor = 1,0;
  10113. }
  10114. filetype {
  10115. title = "unknown filetype";
  10116. pattern = "";
  10117. usepattern = false;
  10118. usecontent = false;
  10119. content {
  10120. }
  10121. type = unknown;
  10122. patternignorecase = false;
  10123. patternuseregexp = false;
  10124. patternusefullname = false;
  10125. extcond = "";
  10126. useextcond = false;
  10127. ftcommands {
  10128. show {
  10129. InternalViewOp {
  10130. requestflags = false;
  10131. customfiles = "";
  10132. showmode = active;
  10133. }
  10134. }
  10135. user 9 {
  10136. OwnOp {
  10137. separateeachentry = false;
  10138. recursive = false;
  10139. start = normal;
  10140. com = "google-chrome {F}";
  10141. viewstr = "";
  10142. inbackground = true;
  10143. takedirs = false;
  10144. dontcd = false;
  10145. }
  10146. }
  10147. customaction {
  10148. name = "7z";
  10149. commands {
  10150. OwnOp {
  10151. separateeachentry = false;
  10152. recursive = false;
  10153. start = normal;
  10154. com = "/opt/scripts/7z {F}";
  10155. viewstr = "";
  10156. inbackground = true;
  10157. takedirs = false;
  10158. dontcd = false;
  10159. }
  10160. }
  10161. }
  10162. customaction {
  10163. name = "file-roller";
  10164. commands {
  10165. OwnOp {
  10166. separateeachentry = false;
  10167. recursive = false;
  10168. start = normal;
  10169. com = "file-roller {F}";
  10170. viewstr = "";
  10171. inbackground = false;
  10172. takedirs = false;
  10173. dontcd = false;
  10174. }
  10175. ReloadOp {
  10176. mode = current;
  10177. resetdirsizes = false;
  10178. keepfiletypes = false;
  10179. }
  10180. }
  10181. }
  10182. customaction {
  10183. name = "firefox";
  10184. commands {
  10185. OwnOp {
  10186. separateeachentry = false;
  10187. recursive = false;
  10188. start = normal;
  10189. com = "firefox {F}";
  10190. viewstr = "";
  10191. inbackground = true;
  10192. takedirs = false;
  10193. dontcd = false;
  10194. }
  10195. }
  10196. }
  10197. customaction {
  10198. name = "glogg";
  10199. commands {
  10200. OwnOp {
  10201. separateeachentry = false;
  10202. recursive = false;
  10203. start = normal;
  10204. com = "glogg {F}";
  10205. viewstr = "";
  10206. inbackground = false;
  10207. takedirs = false;
  10208. dontcd = false;
  10209. }
  10210. }
  10211. }
  10212. customaction {
  10213. name = "juffed";
  10214. commands {
  10215. OwnOp {
  10216. separateeachentry = false;
  10217. recursive = false;
  10218. start = normal;
  10219. com = "juffed {F}";
  10220. viewstr = "";
  10221. inbackground = false;
  10222. takedirs = false;
  10223. dontcd = false;
  10224. }
  10225. }
  10226. }
  10227. customaction {
  10228. name = "wxHexEditor";
  10229. commands {
  10230. OwnOp {
  10231. separateeachentry = false;
  10232. recursive = false;
  10233. start = normal;
  10234. com = "wxHexEditor {F}";
  10235. viewstr = "";
  10236. inbackground = false;
  10237. takedirs = false;
  10238. dontcd = false;
  10239. }
  10240. }
  10241. }
  10242. }
  10243. subtype {
  10244. }
  10245. colormode = default;
  10246. unselectcolor = 1,0;
  10247. selectcolor = 1,0;
  10248. unselectactivecolor = 1,0;
  10249. selectactivecolor = 1,0;
  10250. }
  10251. filetype {
  10252. title = "Video";
  10253. pattern = "";
  10254. usepattern = false;
  10255. usecontent = false;
  10256. content {
  10257. }
  10258. type = normal;
  10259. patternignorecase = false;
  10260. patternuseregexp = false;
  10261. patternusefullname = false;
  10262. extcond = "";
  10263. useextcond = false;
  10264. ftcommands {
  10265. doubleclick {
  10266. OwnOp {
  10267. separateeachentry = false;
  10268. recursive = false;
  10269. start = normal;
  10270. com = "/usr/local/bin/mplayer3 {f}";
  10271. viewstr = "";
  10272. inbackground = false;
  10273. takedirs = false;
  10274. dontcd = false;
  10275. }
  10276. }
  10277. show {
  10278. OwnOp {
  10279. separateeachentry = false;
  10280. recursive = false;
  10281. start = normal;
  10282. com = "mplayer {f}";
  10283. viewstr = "";
  10284. inbackground = false;
  10285. takedirs = false;
  10286. dontcd = false;
  10287. }
  10288. }
  10289. customaction {
  10290. name = "-> avi";
  10291. commands {
  10292. OwnOp {
  10293. separateeachentry = false;
  10294. recursive = false;
  10295. start = normal;
  10296. com = "roxterm --tab --tab-name=mkv-avi -e /opt/scripts/roxterm-command-in-new-tab /opt/scripts/mkv-avi {f}";
  10297. viewstr = "";
  10298. inbackground = false;
  10299. takedirs = false;
  10300. dontcd = false;
  10301. }
  10302. }
  10303. }
  10304. customaction {
  10305. name = "gnome-mplayer";
  10306. commands {
  10307. OwnOp {
  10308. separateeachentry = false;
  10309. recursive = false;
  10310. start = normal;
  10311. com = "gnome-mplayer {F}";
  10312. viewstr = "";
  10313. inbackground = false;
  10314. takedirs = false;
  10315. dontcd = false;
  10316. }
  10317. }
  10318. }
  10319. customaction {
  10320. name = "mplayer";
  10321. commands {
  10322. OwnOp {
  10323. separateeachentry = false;
  10324. recursive = false;
  10325. start = normal;
  10326. com = "/usr/local/bin/mplayer {f}";
  10327. viewstr = "";
  10328. inbackground = false;
  10329. takedirs = false;
  10330. dontcd = false;
  10331. }
  10332. }
  10333. }
  10334. customaction {
  10335. name = "mplayer - config";
  10336. commands {
  10337. OwnOp {
  10338. separateeachentry = false;
  10339. recursive = false;
  10340. start = normal;
  10341. com = "sudo /usr/bin/medit /usr/local/bin/mplayer1 /usr/local/bin/mplayer2 /usr/local/bin/mplayer3 /home/ed/.mplayer/config";
  10342. viewstr = "";
  10343. inbackground = true;
  10344. takedirs = false;
  10345. dontcd = false;
  10346. }
  10347. }
  10348. }
  10349. customaction {
  10350. name = "mplayer - эквалайзер";
  10351. commands {
  10352. OwnOp {
  10353. separateeachentry = false;
  10354. recursive = false;
  10355. start = normal;
  10356. com = "/usr/local/bin/mplayer3 {f}";
  10357. viewstr = "";
  10358. inbackground = false;
  10359. takedirs = false;
  10360. dontcd = false;
  10361. usevirtualtempcopies = false;
  10362. }
  10363. }
  10364. }
  10365. customaction {
  10366. name = "mplayer - эквалайзер - размытие";
  10367. commands {
  10368. OwnOp {
  10369. separateeachentry = false;
  10370. recursive = false;
  10371. start = normal;
  10372. com = "/usr/local/bin/mplayer1 {f}";
  10373. viewstr = "";
  10374. inbackground = false;
  10375. takedirs = false;
  10376. dontcd = false;
  10377. }
  10378. }
  10379. }
  10380. customaction {
  10381. name = "mplayer - эквалайзер - резкость";
  10382. commands {
  10383. OwnOp {
  10384. separateeachentry = false;
  10385. recursive = false;
  10386. start = normal;
  10387. com = "/usr/local/bin/mplayer2 {f}";
  10388. viewstr = "";
  10389. inbackground = false;
  10390. takedirs = false;
  10391. dontcd = false;
  10392. }
  10393. }
  10394. }
  10395. customaction {
  10396. name = "mplayer-classic - размытие";
  10397. commands {
  10398. OwnOp {
  10399. separateeachentry = false;
  10400. recursive = false;
  10401. start = normal;
  10402. com = "mplayer4 {f}";
  10403. viewstr = "";
  10404. inbackground = false;
  10405. takedirs = false;
  10406. dontcd = false;
  10407. }
  10408. }
  10409. }
  10410. customaction {
  10411. name = "umplayer";
  10412. commands {
  10413. OwnOp {
  10414. separateeachentry = false;
  10415. recursive = false;
  10416. start = normal;
  10417. com = "umplayer {f}";
  10418. viewstr = "";
  10419. inbackground = true;
  10420. takedirs = false;
  10421. dontcd = false;
  10422. }
  10423. }
  10424. }
  10425. }
  10426. subtype {
  10427. filetype {
  10428. title = "asf";
  10429. pattern = "*.asf";
  10430. usepattern = true;
  10431. usecontent = false;
  10432. content {
  10433. }
  10434. type = normal;
  10435. patternignorecase = true;
  10436. patternuseregexp = false;
  10437. patternusefullname = false;
  10438. extcond = "";
  10439. useextcond = false;
  10440. ftcommands {
  10441. }
  10442. subtype {
  10443. }
  10444. colormode = parent;
  10445. unselectcolor = 1,0;
  10446. selectcolor = 1,0;
  10447. unselectactivecolor = 1,0;
  10448. selectactivecolor = 1,0;
  10449. }
  10450. filetype {
  10451. title = "avi";
  10452. pattern = "*.avi";
  10453. usepattern = true;
  10454. usecontent = true;
  10455. content {
  10456. 0 = 82;
  10457. 1 = 73;
  10458. 2 = 70;
  10459. 3 = 70;
  10460. 8 = 65;
  10461. 9 = 86;
  10462. 10 = 73;
  10463. 11 = 32;
  10464. 12 = 76;
  10465. 13 = 73;
  10466. 14 = 83;
  10467. 15 = 84;
  10468. 20 = 104;
  10469. 21 = 100;
  10470. 22 = 114;
  10471. 23 = 108;
  10472. 24 = 97;
  10473. 25 = 118;
  10474. 26 = 105;
  10475. 27 = 104;
  10476. 28 = 56;
  10477. }
  10478. type = normal;
  10479. patternignorecase = true;
  10480. patternuseregexp = false;
  10481. patternusefullname = false;
  10482. extcond = "";
  10483. useextcond = false;
  10484. ftcommands {
  10485. }
  10486. subtype {
  10487. }
  10488. colormode = parent;
  10489. unselectcolor = 1,0;
  10490. selectcolor = 1,0;
  10491. unselectactivecolor = 1,0;
  10492. selectactivecolor = 1,0;
  10493. }
  10494. filetype {
  10495. title = "div";
  10496. pattern = "*.div";
  10497. usepattern = true;
  10498. usecontent = false;
  10499. content {
  10500. }
  10501. type = normal;
  10502. patternignorecase = true;
  10503. patternuseregexp = false;
  10504. patternusefullname = false;
  10505. extcond = "";
  10506. useextcond = false;
  10507. ftcommands {
  10508. }
  10509. subtype {
  10510. }
  10511. colormode = parent;
  10512. unselectcolor = 1,0;
  10513. selectcolor = 1,0;
  10514. unselectactivecolor = 1,0;
  10515. selectactivecolor = 1,0;
  10516. }
  10517. filetype {
  10518. title = "divx";
  10519. pattern = "*.divx";
  10520. usepattern = true;
  10521. usecontent = false;
  10522. content {
  10523. }
  10524. type = normal;
  10525. patternignorecase = true;
  10526. patternuseregexp = false;
  10527. patternusefullname = false;
  10528. extcond = "";
  10529. useextcond = false;
  10530. ftcommands {
  10531. }
  10532. subtype {
  10533. }
  10534. colormode = parent;
  10535. unselectcolor = 1,0;
  10536. selectcolor = 1,0;
  10537. unselectactivecolor = 1,0;
  10538. selectactivecolor = 1,0;
  10539. }
  10540. filetype {
  10541. title = "flv";
  10542. pattern = "*.flv";
  10543. usepattern = true;
  10544. usecontent = false;
  10545. content {
  10546. }
  10547. type = normal;
  10548. patternignorecase = true;
  10549. patternuseregexp = false;
  10550. patternusefullname = false;
  10551. extcond = "";
  10552. useextcond = false;
  10553. ftcommands {
  10554. }
  10555. subtype {
  10556. }
  10557. colormode = parent;
  10558. unselectcolor = 1,0;
  10559. selectcolor = 1,0;
  10560. unselectactivecolor = 1,0;
  10561. selectactivecolor = 1,0;
  10562. }
  10563. filetype {
  10564. title = "mjpeg";
  10565. pattern = "*.mjpeg";
  10566. usepattern = true;
  10567. usecontent = false;
  10568. content {
  10569. }
  10570. type = normal;
  10571. patternignorecase = true;
  10572. patternuseregexp = false;
  10573. patternusefullname = false;
  10574. extcond = "";
  10575. useextcond = false;
  10576. ftcommands {
  10577. }
  10578. subtype {
  10579. }
  10580. colormode = parent;
  10581. unselectcolor = 1,0;
  10582. selectcolor = 1,0;
  10583. unselectactivecolor = 1,0;
  10584. selectactivecolor = 1,0;
  10585. }
  10586. filetype {
  10587. title = "mkv";
  10588. pattern = "*.mkv";
  10589. usepattern = true;
  10590. usecontent = false;
  10591. content {
  10592. }
  10593. type = normal;
  10594. patternignorecase = true;
  10595. patternuseregexp = false;
  10596. patternusefullname = false;
  10597. extcond = "";
  10598. useextcond = false;
  10599. ftcommands {
  10600. customaction {
  10601. name = "mkv -> avi";
  10602. commands {
  10603. OwnOp {
  10604. separateeachentry = false;
  10605. recursive = false;
  10606. start = normal;
  10607. com = "roxterm --tab --tab-name=mkv-avi -e /opt/scripts/roxterm-command-in-new-tab /opt/scripts/mkv-avi {f}";
  10608. viewstr = "";
  10609. inbackground = false;
  10610. takedirs = false;
  10611. dontcd = false;
  10612. }
  10613. }
  10614. }
  10615. }
  10616. subtype {
  10617. }
  10618. colormode = parent;
  10619. unselectcolor = 1,0;
  10620. selectcolor = 1,0;
  10621. unselectactivecolor = 1,0;
  10622. selectactivecolor = 1,0;
  10623. }
  10624. filetype {
  10625. title = "mov";
  10626. pattern = "*.mov";
  10627. usepattern = true;
  10628. usecontent = true;
  10629. content {
  10630. 0 = 0;
  10631. 1 = 0;
  10632. 2 = 1;
  10633. }
  10634. type = normal;
  10635. patternignorecase = true;
  10636. patternuseregexp = false;
  10637. patternusefullname = false;
  10638. extcond = "";
  10639. useextcond = false;
  10640. ftcommands {
  10641. }
  10642. subtype {
  10643. }
  10644. colormode = parent;
  10645. unselectcolor = 1,0;
  10646. selectcolor = 1,0;
  10647. unselectactivecolor = 1,0;
  10648. selectactivecolor = 1,0;
  10649. }
  10650. filetype {
  10651. title = "mp4";
  10652. pattern = "*.mp4";
  10653. usepattern = true;
  10654. usecontent = false;
  10655. content {
  10656. }
  10657. type = normal;
  10658. patternignorecase = true;
  10659. patternuseregexp = false;
  10660. patternusefullname = false;
  10661. extcond = "";
  10662. useextcond = false;
  10663. ftcommands {
  10664. customaction {
  10665. name = "mp4 -> avi";
  10666. commands {
  10667. OwnOp {
  10668. separateeachentry = false;
  10669. recursive = false;
  10670. start = normal;
  10671. com = "roxterm --tab --tab-name=mkv-avi -e /opt/scripts/roxterm-command-in-new-tab /opt/scripts/mkv-avi {f}";
  10672. viewstr = "";
  10673. inbackground = true;
  10674. takedirs = false;
  10675. dontcd = false;
  10676. }
  10677. }
  10678. }
  10679. }
  10680. subtype {
  10681. }
  10682. colormode = parent;
  10683. unselectcolor = 1,0;
  10684. selectcolor = 1,0;
  10685. unselectactivecolor = 1,0;
  10686. selectactivecolor = 1,0;
  10687. }
  10688. filetype {
  10689. title = "swf";
  10690. pattern = "*.swf";
  10691. usepattern = true;
  10692. usecontent = false;
  10693. content {
  10694. }
  10695. type = normal;
  10696. patternignorecase = true;
  10697. patternuseregexp = false;
  10698. patternusefullname = false;
  10699. extcond = "";
  10700. useextcond = false;
  10701. ftcommands {
  10702. doubleclick {
  10703. OwnOp {
  10704. separateeachentry = false;
  10705. recursive = false;
  10706. start = normal;
  10707. com = "firefox {F}";
  10708. viewstr = "";
  10709. inbackground = true;
  10710. takedirs = false;
  10711. dontcd = false;
  10712. }
  10713. }
  10714. customaction {
  10715. name = "firefox";
  10716. commands {
  10717. OwnOp {
  10718. separateeachentry = false;
  10719. recursive = false;
  10720. start = normal;
  10721. com = "firefox {F}";
  10722. viewstr = "";
  10723. inbackground = true;
  10724. takedirs = false;
  10725. dontcd = false;
  10726. }
  10727. }
  10728. }
  10729. }
  10730. subtype {
  10731. }
  10732. colormode = parent;
  10733. unselectcolor = 1,0;
  10734. selectcolor = 1,0;
  10735. unselectactivecolor = 1,0;
  10736. selectactivecolor = 1,0;
  10737. }
  10738. filetype {
  10739. title = "vob";
  10740. pattern = "*.vob";
  10741. usepattern = true;
  10742. usecontent = false;
  10743. content {
  10744. }
  10745. type = normal;
  10746. patternignorecase = true;
  10747. patternuseregexp = false;
  10748. patternusefullname = false;
  10749. extcond = "";
  10750. useextcond = false;
  10751. ftcommands {
  10752. }
  10753. subtype {
  10754. }
  10755. colormode = parent;
  10756. unselectcolor = 1,0;
  10757. selectcolor = 1,0;
  10758. unselectactivecolor = 1,0;
  10759. selectactivecolor = 1,0;
  10760. }
  10761. filetype {
  10762. title = "wmv";
  10763. pattern = "*.wmv";
  10764. usepattern = true;
  10765. usecontent = false;
  10766. content {
  10767. }
  10768. type = normal;
  10769. patternignorecase = true;
  10770. patternuseregexp = false;
  10771. patternusefullname = false;
  10772. extcond = "";
  10773. useextcond = false;
  10774. ftcommands {
  10775. doubleclick {
  10776. OwnOp {
  10777. separateeachentry = false;
  10778. recursive = false;
  10779. start = normal;
  10780. com = "mplayer {f}";
  10781. viewstr = "";
  10782. inbackground = false;
  10783. takedirs = false;
  10784. dontcd = false;
  10785. }
  10786. }
  10787. }
  10788. subtype {
  10789. }
  10790. colormode = parent;
  10791. unselectcolor = 1,0;
  10792. selectcolor = 1,0;
  10793. unselectactivecolor = 1,0;
  10794. selectactivecolor = 1,0;
  10795. }
  10796. }
  10797. colormode = default;
  10798. unselectcolor = 1,0;
  10799. selectcolor = 1,0;
  10800. unselectactivecolor = 1,0;
  10801. selectactivecolor = 1,0;
  10802. }
  10803. filetype {
  10804. title = "Worker configfile";
  10805. pattern = "";
  10806. usepattern = false;
  10807. usecontent = true;
  10808. content {
  10809. 0 = 70;
  10810. 1 = 79;
  10811. 2 = 82;
  10812. 3 = 77;
  10813. 8 = 87;
  10814. 9 = 67;
  10815. 10 = 70;
  10816. 11 = 71;
  10817. }
  10818. type = normal;
  10819. patternignorecase = false;
  10820. patternuseregexp = false;
  10821. patternusefullname = false;
  10822. extcond = "";
  10823. useextcond = false;
  10824. ftcommands {
  10825. customaction {
  10826. name = "medit";
  10827. commands {
  10828. OwnOp {
  10829. separateeachentry = false;
  10830. recursive = false;
  10831. start = normal;
  10832. com = "medit {F}";
  10833. viewstr = "";
  10834. inbackground = true;
  10835. takedirs = false;
  10836. dontcd = false;
  10837. }
  10838. }
  10839. }
  10840. }
  10841. subtype {
  10842. }
  10843. colormode = default;
  10844. unselectcolor = 1,0;
  10845. selectcolor = 1,0;
  10846. unselectactivecolor = 1,0;
  10847. selectactivecolor = 1,0;
  10848. }
  10849. ignoredirs {
  10850. "/dev";
  10851. "/proc";
  10852. }
  10853. dontcheckvirtual = true;
  10854. }
Advertisement
Add Comment
Please, Sign In to add comment