]> mj.ucw.cz Git - eval.git/commitdiff
MOP: New templates for Debian Lenny
authorMartin Mares <mj@ucw.cz>
Sat, 28 Mar 2009 13:49:58 +0000 (14:49 +0100)
committerMartin Mares <mj@ucw.cz>
Sat, 28 Mar 2009 13:49:58 +0000 (14:49 +0100)
14 files changed:
mop/template/.bash_profile [deleted file]
mop/template/.kde/share/apps/katepart/katepartui.rc [new file with mode: 0644]
mop/template/.kde/share/apps/kdesktop/IconPositions
mop/template/.kde/share/apps/kdevcustomproject/kdevcustomproject.rc [new file with mode: 0644]
mop/template/.kde/share/apps/kdevdocumentation/index/cache_STL [deleted file]
mop/template/.kde/share/config/dockdevtocpluginrc
mop/template/.kde/share/config/kdeprintrc
mop/template/.kde/share/config/kdeveloprc
mop/template/.kde/share/config/kdeveloprc.ori [new file with mode: 0644]
mop/template/.kde/share/config/kresources/contact/stdrc [deleted file]
mop/template/.kde/share/config/kxkbrc
mop/template/.profile [new file with mode: 0644]
mop/template/Desktop/MO-P project IDE.desktop
mop/template/Desktop/MO-P submit.desktop

diff --git a/mop/template/.bash_profile b/mop/template/.bash_profile
deleted file mode 100644 (file)
index d1fb79b..0000000
+++ /dev/null
@@ -1 +0,0 @@
-. ~/.bashrc
diff --git a/mop/template/.kde/share/apps/katepart/katepartui.rc b/mop/template/.kde/share/apps/katepart/katepartui.rc
new file mode 100644 (file)
index 0000000..78e70fa
--- /dev/null
@@ -0,0 +1,129 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui version="40" name="KatePartView" >
+ <MenuBar>
+  <Menu noMerge="1" name="file" >
+   <text>&amp;File</text>
+   <Action group="save_merge" name="file_save" />
+   <Action group="save_merge" name="file_save_as" />
+   <Action group="revert_merge" name="file_reload" />
+   <Action group="print_merge" name="file_print" />
+   <Separator group="print_merge" />
+   <Action group="print_merge" name="file_export_html" />
+  </Menu>
+  <Menu noMerge="1" name="edit" >
+   <text>&amp;Edit</text>
+   <Action group="edit_undo_merge" name="edit_undo" />
+   <Action group="edit_undo_merge" name="edit_redo" />
+   <Separator group="edit_undo_merge" />
+   <Action group="edit_paste_merge" name="edit_cut" />
+   <Action group="edit_paste_merge" name="edit_copy" />
+   <Action group="edit_paste_merge" name="edit_copy_html" />
+   <Action group="edit_paste_merge" name="edit_paste" />
+   <Separator group="edit_paste_merge" />
+   <Action group="edit_select_merge" name="edit_select_all" />
+   <Action group="edit_select_merge" name="edit_deselect" />
+   <Action group="edit_select_merge" name="set_verticalSelect" />
+   <Separator group="edit_select_merge" />
+   <Action group="edit_select_merge" name="set_insert" />
+   <Separator group="edit_select_merge" />
+   <Action group="edit_find_merge" name="edit_find" />
+   <Action group="edit_find_merge" name="edit_find_next" />
+   <Action group="edit_find_merge" name="edit_find_prev" />
+   <Action group="edit_find_merge" name="edit_replace" />
+   <Separator group="edit_find_merge" />
+   <Action group="edit_find_merge" name="go_goto_line" />
+  </Menu>
+  <Menu noMerge="1" name="view" >
+   <text>&amp;View</text>
+   <Action group="view_operations" name="switch_to_cmd_line" />
+   <Separator group="view_operations" />
+   <Action group="view_operations" name="view_schemas" />
+   <Separator group="view_operations" />
+   <Action group="view_operations" name="view_dynamic_word_wrap" />
+   <Action group="view_operations" name="dynamic_word_wrap_indicators" />
+   <Action group="view_operations" name="view_word_wrap_marker" />
+   <Separator group="view_operations" />
+   <Action group="view_operations" name="view_border" />
+   <Action group="view_operations" name="view_line_numbers" />
+   <Action group="view_operations" name="view_scrollbar_marks" />
+   <Separator group="view_operations" />
+   <Action group="view_operations" name="view_folding_markers" />
+   <Menu group="view_operations" name="codefolding" >
+    <text>&amp;Code Folding</text>
+    <Action group="view_operations" name="folding_toplevel" />
+    <Action group="view_operations" name="folding_expandtoplevel" />
+    <Action group="view_operations" name="folding_collapselocal" />
+    <Action group="view_operations" name="folding_expandlocal" />
+   </Menu>
+   <Separator group="view_operations" />
+  </Menu>
+  <Action name="bookmarks" />
+  <Menu noMerge="1" name="tools" >
+   <text>&amp;Tools</text>
+   <Action group="tools_operations" name="tools_toggle_write_lock" />
+   <Separator group="tools_operations" />
+   <Action group="tools_operations" name="set_filetype" />
+   <Action group="tools_operations" name="set_highlight" />
+   <Action group="tools_operations" name="tools_indentation" />
+   <Action group="tools_operations" name="set_encoding" />
+   <Action group="tools_operations" name="set_eol" />
+   <Separator group="tools_operations" />
+   <Action group="tools_operations" name="tools_spelling" />
+   <Action group="tools_operations" name="tools_spelling_from_cursor" />
+   <Action group="tools_operations" name="tools_spelling_selection" />
+   <Separator group="tools_operations" />
+   <Action group="tools_operations" name="tools_indent" />
+   <Action group="tools_operations" name="tools_unindent" />
+   <Action group="tools_operations" name="tools_cleanIndent" />
+   <Action group="tools_operations" name="tools_align" />
+   <Separator group="tools_operations" />
+   <Action group="tools_operations" name="tools_comment" />
+   <Action group="tools_operations" name="tools_uncomment" />
+   <Separator group="tools_operations" />
+   <Action group="tools_operations" name="tools_uppercase" />
+   <Action group="tools_operations" name="tools_lowercase" />
+   <Action group="tools_operations" name="tools_capitalize" />
+   <Separator group="tools_operations" />
+   <Action group="tools_operations" name="tools_join_lines" />
+   <Action group="tools_operations" name="tools_apply_wordwrap" />
+  </Menu>
+  <Menu noMerge="1" name="settings" >
+   <text>&amp;Settings</text>
+   <Action group="configure_merge" name="set_confdlg" />
+  </Menu>
+ </MenuBar>
+ <Menu noMerge="0" name="ktexteditor_popup" >
+  <Action group="popup_operations" name="edit_undo" />
+  <Action group="popup_operations" name="edit_redo" />
+  <Separator group="popup_operations" />
+  <Action group="popup_operations" name="edit_cut" />
+  <Action group="popup_operations" name="edit_copy" />
+  <Action group="popup_operations" name="edit_paste" />
+  <Separator group="popup_operations" />
+  <Action group="popup_operations" name="edit_select_all" />
+  <Action group="popup_operations" name="edit_deselect" />
+  <Separator group="popup_operations" />
+  <Action group="popup_operations" name="bookmarks" />
+  <Separator group="popup_operations" />
+ </Menu>
+ <ToolBar noMerge="1" name="mainToolBar" >
+  <text>Main Toolbar</text>
+  <Action group="file_operations" name="file_save" />
+  <Action group="file_operations" name="file_save_as" />
+  <Action group="print_merge" name="file_print" />
+  <Action group="edit_operations" name="edit_undo" />
+  <Action group="edit_operations" name="edit_redo" />
+  <Action group="edit_operations" name="edit_cut" />
+  <Action group="edit_operations" name="edit_copy" />
+  <Action group="edit_operations" name="edit_paste" />
+  <Action group="find_operations" name="edit_find" />
+  <Action group="zoom_operations" name="incFontSizes" />
+  <Action group="zoom_operations" name="decFontSizes" />
+ </ToolBar>
+ <ActionProperties>
+  <Action shortcut="" name="view_folding_markers" />
+  <Action shortcut="" name="view_line_numbers" />
+  <Action shortcut="" name="view_dynamic_word_wrap" />
+  <Action shortcut="" name="switch_to_cmd_line" />
+ </ActionProperties>
+</kpartgui>
index 8c54d626534c0e42f978163ba27f96e84c9d88c9..90ab3c4d3fe99d776dd559c3831c6b8353913acf 100644 (file)
@@ -1,3 +1,15 @@
+[IconPosition::MO-P project IDE.desktop]
+Xabs=375
+Xabs_1280x1024=375
+Yabs=15
+Yabs_1280x1024=15
+
+[IconPosition::MO-P submit.desktop]
+Xabs=387
+Xabs_1280x1024=387
+Yabs=123
+Yabs_1280x1024=123
+
 [IconPosition::FPC doc]
 Xabs=1203
 Xabs_1280x1024=1203
@@ -40,18 +52,6 @@ Xabs_1280x1024=1100
 Yabs=123
 Yabs_1280x1024=123
 
-[IconPosition::MO-P project IDE.desktop]
-Xabs=375
-Xabs_1280x1024=375
-Yabs=15
-Yabs_1280x1024=15
-
-[IconPosition::MO-P submit.desktop]
-Xabs=387
-Xabs_1280x1024=387
-Yabs=123
-Yabs_1280x1024=123
-
 [IconPosition::Mc.desktop]
 Xabs=23
 Xabs_1280x1024=23
@@ -64,6 +64,18 @@ Xabs_1280x1024=1203
 Yabs=123
 Yabs_1280x1024=123
 
+[IconPosition::Submit CPSPC solution.desktop]
+Xabs=463
+Xabs_1280x1024=463
+Yabs=123
+Yabs_1280x1024=123
+
+[IconPosition::Submit.desktop]
+Xabs=477
+Xabs_1280x1024=477
+Yabs=123
+Yabs_1280x1024=123
+
 [IconPosition::X-Debian-Apps-Tools-mc.desktop]
 Xabs=23
 Xabs_1280x1024=23
diff --git a/mop/template/.kde/share/apps/kdevcustomproject/kdevcustomproject.rc b/mop/template/.kde/share/apps/kdevcustomproject/kdevcustomproject.rc
new file mode 100644 (file)
index 0000000..8c8e8d8
--- /dev/null
@@ -0,0 +1,34 @@
+<!DOCTYPE kpartgui SYSTEM "kpartgui.dtd">
+<kpartgui version="7" name="KDevCustomProject" >
+ <MenuBar>
+  <Menu name="project" >
+   <Action name="repopulate_project" />
+   <Action name="addnewfiles_project" />
+  </Menu>
+  <Menu name="build" >
+   <Action name="build_build" />
+   <Action name="build_buildactivetarget" />
+   <Action name="build_compilefile" />
+   <Action name="build_target" />
+   <Action name="build_install" />
+   <Action name="build_installactivetarget" />
+   <Action name="build_make_environment" />
+   <Action name="build_clean" />
+   <Separator/>
+   <Action name="build_execute" />
+  </Menu>
+ </MenuBar>
+ <ToolBar noMerge="1" name="buildToolBar" >
+  <Action group="build_operations" name="build_build" />
+  <Action group="build_operations" name="build_buildactivetarget" />
+  <Action group="build_operations" name="build_compilefile" />
+  <Separator group="build_operations" />
+  <Action group="build_operations" name="build_install" />
+  <Action group="build_operations" name="build_execute" />
+ </ToolBar>
+ <ActionProperties>
+  <Action shortcut="F7" name="build_build" />
+  <Action shortcut="" name="build_buildactivetarget" />
+  <Action shortcut="F8" name="build_execute" />
+ </ActionProperties>
+</kpartgui>
diff --git a/mop/template/.kde/share/apps/kdevdocumentation/index/cache_STL b/mop/template/.kde/share/apps/kdevdocumentation/index/cache_STL
deleted file mode 100644 (file)
index c76fd76..0000000
Binary files a/mop/template/.kde/share/apps/kdevdocumentation/index/cache_STL and /dev/null differ
index 07565a86d0b0ba25aeb809c16659b986a548368d..a1de22d87b9ca13352744c9c04676fcd68dddbc0 100644 (file)
@@ -23,7 +23,7 @@ KDE2 Development Book (kde.org)=false
 KDevelop API Documentation=false
 LIBC=true
 LIBC (umn.edu)=false
-LIBSTDC++=false
+LIBSTDC++=true
 LIBSTDC++ (gcc.gnu.org)=false
 OpenGL=false
 PHP=false
index a8e47fced9071e90fbf5da067918b24836231cb4..0fab52f45e4ee5346b812acd7c574df5aba1bace 100644 (file)
@@ -2,4 +2,4 @@
 update_info=kdeprintrc.upd:kde-3.1-toolbar
 
 [General]
-PrintSystem=lpdunix
+PrintSystem=cups
index db2ca4ae0e1f16ea8b721c36774c0e299f367f44..d2adebe9a5942b4468a82e5f85b6035137873796 100644 (file)
@@ -11,6 +11,32 @@ Context=5
 Token=//
 ToolTip=true
 
+[BottomToolWindow]
+ViewLastWidget=Frame Stack
+ViewWidth=219
+
+[DToolDockPosition]
+app output widget=DockBottom
+bookmarks widget=DockLeft
+diffWidget=DockBottom
+disassembleWidget=DockRight
+documentation widget=DockRight
+filelist widget=DockLeft
+fileselectorwidget=DockLeft
+fileviewpartwidget=DockLeft
+framestackWidget=DockBottom
+gdbBreakpointWidget=DockBottom
+gdbOutputWidget=DockBottom
+grepview widget=DockBottom
+konsole widget=DockBottom
+make widget=DockBottom
+problemReporterWidget=DockBottom
+replace widget=DockBottom
+snippet widget=DockRight
+valgrind widget=DockBottom
+variablewidget=DockLeft
+viewerWidget=DockLeft
+
 [Diff]
 Highlight=true
 
@@ -24,7 +50,7 @@ UseAssistant=false
 
 [Editor]
 DirtyAction=nothing
-EmbeddedKTextEditor=qeditor_part
+EmbeddedKTextEditor=katepart
 
 [General Options]
 CppBgParserDelay=500
@@ -141,6 +167,7 @@ NewLine=true
 Offset=-1
 
 [Mainwindow Toolbar browserToolBar]
+Hidden=true
 Index=0
 Offset=318
 
@@ -154,12 +181,13 @@ IconText=IconOnly
 Index=5
 
 [Mainwindow Toolbar extraToolBar]
-Hidden=false
+Hidden=true
 IconText=IconOnly
 Index=2
 Offset=200
 
 [Mainwindow Toolbar mainToolBar]
+Hidden=true
 Index=3
 
 [MakeOutputView]
@@ -175,6 +203,32 @@ Free Pascal Compiler=
 Height=600
 Width=800
 
+[SimpleMainWindow Toolbar browserToolBar]
+Hidden=true
+IconText=IconOnly
+Index=2
+
+[SimpleMainWindow Toolbar buildToolBar]
+IconText=IconOnly
+Index=1
+
+[SimpleMainWindow Toolbar debugToolBar]
+IconText=IconOnly
+Index=4
+
+[SimpleMainWindow Toolbar extraToolBar]
+IconText=IconOnly
+Index=3
+
+[SimpleMainWindow Toolbar mainToolBar]
+Hidden=true
+Index=0
+
+[SimpleMainWindow Toolbar viewsession_toolbar]
+Hidden=true
+IconText=IconOnly
+Index=5
+
 [TerminalEmulator]
 TerminalApplication=konsole
 UseKDESetting=false
@@ -183,32 +237,6 @@ UseKDESetting=false
 RunOnStart=false
 TipLastShown=2007,6,30,18,43,55
 
-[ToolDockPosition]
-CTags2WidgetBase=DockBottom
-ClassViewWidget=DockLeft
-KDevFileCreate=DockLeft
-Security Widget=DockBottom
-app output widget=DockBottom
-bookmarks widget=DockBottom
-disassembleWidget=DockRight
-documentation widget=DockRight
-file view widget=DockLeft
-filelist widget=DockLeft
-fileselectorwidget=DockLeft
-fileviewpartwidget=DockLeft
-framestackWidget=DockRight
-gdbBreakpointWidget=DockRight
-gdbOutputWidget=DockBottom
-grepview widget=DockBottom
-konsole widget=DockBottom
-make widget=DockBottom
-problemreporter=DockBottom
-replace widget=DockBottom
-snippet widget=DockRight
-unnamed=DockBottom
-valgrind widget=DockBottom
-variablewidget=DockLeft
-
 [UI]
 TabWidgetVisibility=0
 UseSimpleMainWindow=false
diff --git a/mop/template/.kde/share/config/kdeveloprc.ori b/mop/template/.kde/share/config/kdeveloprc.ori
new file mode 100644 (file)
index 0000000..af71451
--- /dev/null
@@ -0,0 +1,268 @@
+[$Version]
+update_info=kdev-gen-settings.upd:kdev-gen-settings-update/5
+
+[AppWizard]
+FavNames=
+FavTemplates=
+
+[Bookmarks]
+Codeline=0
+Context=5
+Token=//
+ToolTip=true
+
+[BottomToolWindow]
+ViewLastWidget=Frame Stack
+ViewWidth=219
+
+[DToolDockPosition]
+app output widget=DockBottom
+bookmarks widget=DockLeft
+diffWidget=DockBottom
+disassembleWidget=DockRight
+documentation widget=DockRight
+filelist widget=DockLeft
+fileselectorwidget=DockLeft
+fileviewpartwidget=DockLeft
+framestackWidget=DockBottom
+gdbBreakpointWidget=DockBottom
+gdbOutputWidget=DockBottom
+grepview widget=DockBottom
+konsole widget=DockBottom
+make widget=DockBottom
+problemReporterWidget=DockBottom
+replace widget=DockBottom
+snippet widget=DockRight
+valgrind widget=DockBottom
+variablewidget=DockLeft
+viewerWidget=DockLeft
+
+[Diff]
+Highlight=true
+
+[DocWordCompletion Plugin]
+autopopup=false
+treshold=3
+
+[Documentation]
+LastPage=0
+UseAssistant=false
+
+[Editor]
+DirtyAction=nothing
+EmbeddedKTextEditor=katepart
+
+[General Options]
+CppBgParserDelay=500
+DefaultProjectsDir=$HOME/
+DesignerApp=0
+EnableCppBgParser=true
+OutputViewFont=Sans Serif,10,-1,0,50,0,0,0,0,0
+Read Last Project On Startup=false
+
+[Global Settings Dialog]
+Height=625
+Width=800
+
+[HTML Settings]
+AutomaticDetectionLanguage=0
+
+[KHTMLPart]
+FixedFont=Monospace
+StandardFont=Sans Serif
+Zoom=100
+
+[KListViewAction]
+m_functionsnav_combo=150
+
+[Kate Document Defaults]
+Allow End of Line Detection=true
+Backup Config Flags=0
+Backup Prefix=
+Backup Suffix=~
+Basic Config Flags=545816608
+Encoding=
+End of Line=0
+Indentation Mode=2
+Indentation Width=4
+KTextEditor Plugin ktexteditor_docwordcompletion=true
+KTextEditor Plugin ktexteditor_insertfile=false
+KTextEditor Plugin ktexteditor_isearch=false
+KTextEditor Plugin ktexteditor_kdatatool=false
+Maximal Loaded Blocks=16
+PageUp/PageDown Moves Cursor=false
+Search Dir Config Depth=3
+Tab Width=4
+Undo Steps=0
+Word Wrap=false
+Word Wrap Column=80
+
+[Kate Renderer Defaults]
+Schema=kdevelop - Normal
+Show Indentation Lines=false
+Word Wrap Marker=false
+
+[Kate View Defaults]
+Auto Center Lines=0
+Bookmark Menu Sorting=0
+Command Line=false
+Default Mark Type=2
+Dynamic Word Wrap=true
+Dynamic Word Wrap Align Indent=80
+Dynamic Word Wrap Indicators=1
+Folding Bar=true
+Line Numbers=false
+Persistent Selection=false
+Scroll Bar Marks=false
+Search Config Flags=266
+Text To Search Mode=2
+
+[MainWindow]
+Height 768=769
+Width 1024=1025
+
+[MainWindow Toolbar KMdiTaskBar]
+Hidden=true
+IconText=IconOnly
+Index=4
+Offset=-1
+
+[MainWindow Toolbar browserToolBar]
+IconText=IconOnly
+Index=0
+NewLine=true
+Offset=318
+
+[MainWindow Toolbar buildToolBar]
+IconText=IconOnly
+Index=2
+NewLine=true
+Offset=19
+
+[MainWindow Toolbar debugToolBar]
+IconText=IconOnly
+Index=5
+
+[MainWindow Toolbar extraToolBar]
+Hidden=false
+IconText=IconOnly
+Index=3
+
+[MainWindow Toolbar mainToolBar]
+Index=1
+NewLine=false
+Offset=-1
+
+[Mainwindow]
+Height 1024=1025
+Height 768=769
+Width 1024=1025
+Width 1280=1281
+
+[Mainwindow Toolbar KMdiTaskBar]
+Hidden=true
+IconText=IconOnly
+Index=4
+NewLine=true
+Offset=-1
+
+[Mainwindow Toolbar browserToolBar]
+Hidden=true
+Index=0
+Offset=318
+
+[Mainwindow Toolbar buildToolBar]
+IconText=IconOnly
+Index=1
+Offset=231
+
+[Mainwindow Toolbar debugToolBar]
+IconText=IconOnly
+Index=5
+
+[Mainwindow Toolbar extraToolBar]
+Hidden=true
+IconText=IconOnly
+Index=2
+Offset=200
+
+[Mainwindow Toolbar mainToolBar]
+Hidden=true
+Index=3
+
+[MakeOutputView]
+CompilerOutputLevel=2
+LineWrapping=true
+ShowDirNavigMsg=false
+
+[Pascal Compiler]
+Borland Delphi Compiler=
+Free Pascal Compiler=
+
+[Project Settings Dialog]
+Height=600
+Width=800
+
+[SimpleMainWindow Toolbar browserToolBar]
+Hidden=true
+IconText=IconOnly
+Index=2
+
+[SimpleMainWindow Toolbar buildToolBar]
+IconText=IconOnly
+Index=1
+
+[SimpleMainWindow Toolbar debugToolBar]
+IconText=IconOnly
+Index=4
+
+[SimpleMainWindow Toolbar extraToolBar]
+IconText=IconOnly
+Index=3
+
+[SimpleMainWindow Toolbar mainToolBar]
+Hidden=true
+Index=0
+
+[SimpleMainWindow Toolbar viewsession_toolbar]
+Hidden=true
+IconText=IconOnly
+Index=5
+
+[TerminalEmulator]
+TerminalApplication=konsole
+UseKDESetting=false
+
+[TipOfDay]
+RunOnStart=false
+TipLastShown=2007,6,30,18,43,55
+
+[ToolDockPosition]
+CTags2WidgetBase=DockBottom
+ClassViewWidget=DockLeft
+KDevFileCreate=DockLeft
+Security Widget=DockBottom
+app output widget=DockBottom
+bookmarks widget=DockBottom
+disassembleWidget=DockRight
+documentation widget=DockRight
+file view widget=DockLeft
+filelist widget=DockLeft
+fileselectorwidget=DockLeft
+fileviewpartwidget=DockLeft
+framestackWidget=DockRight
+gdbBreakpointWidget=DockRight
+gdbOutputWidget=DockBottom
+grepview widget=DockBottom
+konsole widget=DockBottom
+make widget=DockBottom
+problemreporter=DockBottom
+replace widget=DockBottom
+snippet widget=DockRight
+unnamed=DockBottom
+valgrind widget=DockBottom
+variablewidget=DockLeft
+
+[UI]
+TabWidgetVisibility=0
+UseSimpleMainWindow=false
diff --git a/mop/template/.kde/share/config/kresources/contact/stdrc b/mop/template/.kde/share/config/kresources/contact/stdrc
deleted file mode 100644 (file)
index f98b148..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[General]
-PassiveResourceKeys=
-ResourceKeys=G13cApOThf
-Standard=G13cApOThf
-
-[Resource_G13cApOThf]
-FileFormat=vcard
-ResourceIdentifier=G13cApOThf
-ResourceIsActive=true
-ResourceIsReadOnly=false
-ResourceName=resource
-ResourceType=file
index b87784491bf9c1a293fc7b425dad286664155477..40f30644d226c4ba8888949318ae174e2431af28 100644 (file)
@@ -2,7 +2,7 @@
 DisplayNames=
 EnableXkbOptions=false
 IncludeGroups=
-LayoutList=us,hr,cz,de,hu,pl,ro,sk
+LayoutList=us,cz
 Model=pc104
 Options=
 ResetOldOptions=false
diff --git a/mop/template/.profile b/mop/template/.profile
new file mode 100644 (file)
index 0000000..d1fb79b
--- /dev/null
@@ -0,0 +1 @@
+. ~/.bashrc
index 41d5aacd8d5edc6406f9ddfaf659fbf984ef85cc..4c366157d0419c12e6c11c5f7160ff7030b96c3d 100644 (file)
@@ -2,14 +2,14 @@
 Comment=
 Comment[en_US]=
 Encoding=UTF-8
-Exec='/mo/kdevelop/templates/templater.pl'
+Exec[$e]='/mo/kdevelop/templates/templater.pl'
 GenericName=
 GenericName[en_US]=
 Icon=kdevelop
 MimeType=
 Name=MO-P project IDE
 Name[en_US]=MO-P project IDE
-Path=
+Path[$e]=
 StartupNotify=true
 Terminal=false
 TerminalOptions=
index ddff9f29cfa66759f2961d179929e9416cbd8794..7432ecef08444d2ef14ee0d1c5ec24a6068dba5c 100644 (file)
@@ -2,14 +2,14 @@
 Comment=
 Comment[en_US]=
 Encoding=UTF-8
-Exec='/mo/public/bin/contest'
+Exec[$e]='/mo/public/bin/contest'
 GenericName=
 GenericName[en_US]=
 Icon=server
 MimeType=
 Name=MO-P submit
 Name[en_US]=MO-P submit
-Path=
+Path[$e]=
 StartupNotify=true
 Terminal=false
 TerminalOptions=