User Tools

Site Tools


linux

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
linux [2016/09/01 10:53]
127.0.0.1 external edit
linux [2020/11/21 02:21] (current)
Line 1: Line 1:
-====== Linux ======+====== ​Installing on Linux ======
  
 TDL can be run on Linux systems. This document outlines the necessary steps and gives some hints. TDL can be run on Linux systems. This document outlines the necessary steps and gives some hints.
Line 28: Line 28:
 ... on deb based systems: ... on deb based systems:
  
-'' ​ \\ +''​ sudo apt-get install wine winetricks ​''​ \\    
-sudo apt-get install wine winetricks ​   +'' ​winetricks comctl32 ​ ''​ \\  ​ 
-winetricks comctl32 ​  ​ +'' ​winetricks mfc42  ''​ \\  ​ 
-winetricks mfc42   ​ +'' ​winetricks vcrun6 ​ ''​ \\   
-winetricks vcrun6 ​   +
-''​ \\+
  
 ... on rpm based systems: ... on rpm based systems:
  
-'' ​\\ +''​ sudo yum install wine winetricks ​''​ \\    
-sudo yum install wine winetricks ​   +'' ​winetricks comctl32 ​''​ \\    
-winetricks comctl32 ​   +'' ​winetricks mfc42 ''​ \\    
-winetricks mfc42    +'' ​winetricks vcrun6 ''​ \\   ​
-winetricks vcrun6 ​   +
-''​ \\+
  
 If winetricks is not part of the repository, it cannot be installed via GUI or CLI. Instead, see here for download and execution/​installation:​ If winetricks is not part of the repository, it cannot be installed via GUI or CLI. Instead, see here for download and execution/​installation:​
Line 62: Line 59:
 Content of ToDoList.desktop:​ Content of ToDoList.desktop:​
  
-''​ \\ +''​ \\ [Desktop Entry] ​''​ 
-[[desktop entry|Desktop Entry]] +''​ \\ Name=ToDoList ​''​ 
-Name=ToDoList +''​ \\ GenericName=ToDoList ​''​ 
-GenericName=ToDoList +''​ \\ Comment=task manager ​''​ 
-Comment=task manager +''​ \\ Exec=wine todolist/​ToDoList.exe ​''​ 
-Exec=wine todolist/​ToDoList.exe +''​ \\ Icon=application-x-wine-extension-tdl ​''​ 
-Icon=application-x-wine-extension-tdl +''​ \\ Terminal=false ​''​ 
-Terminal=false +''​ \\ Type=Application ​''​ 
-Type=Application +''​ \\ Categories=Office;​Application; ​''​ 
-Categories=Office;​Application;​ +''​ \\ Encoding=UTF-8 ​''​ 
-Encoding=UTF-8 +''​ \\ Name[en_US]=ToDoList ​''​ 
-Name[[en_us|en_US]]=ToDoList +''​ \\ Comment[en_US]=task management tool ''​ 
-Comment[[en_us|en_US]]=task management tool +
-'' ​\\+
  
 ==== using the terminal/ CLI==== ==== using the terminal/ CLI====
linux.1472727192.txt.gz · Last modified: 2020/11/21 02:26 (external edit)