This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
linux [2016/09/02 10:28] admin |
linux [2020/11/21 02:21] (current) |
||
---|---|---|---|
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==== |