All Projects → alessivs → supermemo-wine

alessivs / supermemo-wine

Licence: other
Project to make SuperMemo for Windows editions runnable with Wine

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to supermemo-wine

awesome-supermemo
A list of resources which can be used with SuperMemo.
Stars: ✭ 72 (+28.57%)
Mutual labels:  spaced-repetition, supermemo
ets2-job-logger
ETS2 Job Logger
Stars: ✭ 15 (-73.21%)
Mutual labels:  linux-app
drill
A CLI program for learning things through spaced repetition. 🐶
Stars: ✭ 74 (+32.14%)
Mutual labels:  spaced-repetition
supermemo.guru-cn
supermemo.guru 翻译计划
Stars: ✭ 88 (+57.14%)
Mutual labels:  supermemo
FlashCards
Learning Blazor By Creating A Flash Cards Application
Stars: ✭ 17 (-69.64%)
Mutual labels:  spaced-repetition
wine-launcher
Wine Launcher - Running Windows games under Linux
Stars: ✭ 249 (+344.64%)
Mutual labels:  winetricks
notes
A miscellany of thoughts.
Stars: ✭ 18 (-67.86%)
Mutual labels:  spaced-repetition
kForth-64
64-bit Forth System for x86_64-GNU/Linux
Stars: ✭ 15 (-73.21%)
Mutual labels:  linux-app
sage
💸 Download from your banks and credit cards straight to your computer
Stars: ✭ 51 (-8.93%)
Mutual labels:  linux-app
GabTag
A gtk linux application to handle audio tags 🎵
Stars: ✭ 34 (-39.29%)
Mutual labels:  linux-app
cramkle
Web-based flashcard studying app
Stars: ✭ 26 (-53.57%)
Mutual labels:  spaced-repetition
spaced-inbox
A minimal spaced writing inbox
Stars: ✭ 30 (-46.43%)
Mutual labels:  spaced-repetition
vnstat-client
GUI Client for vnStat Network Monitor for Linux or GNU/Linux
Stars: ✭ 122 (+117.86%)
Mutual labels:  linux-app
ForgetMeNot
A flashcard app for Android.
Stars: ✭ 234 (+317.86%)
Mutual labels:  spaced-repetition
MaCoPiX
Mascot Constructive Pilot for X
Stars: ✭ 57 (+1.79%)
Mutual labels:  linux-app
roamsr
Spaced Repetition in Roam Research
Stars: ✭ 96 (+71.43%)
Mutual labels:  spaced-repetition
OLD-vital-development
No description or website provided.
Stars: ✭ 18 (-67.86%)
Mutual labels:  linux-app
anki-apkg-export
📖 Generate decks for Anki (spaced repetition software)
Stars: ✭ 124 (+121.43%)
Mutual labels:  spaced-repetition
KDynamic
An Alternative to MacOS Mojave Dynamic Theme and Wallpaper Changer
Stars: ✭ 48 (-14.29%)
Mutual labels:  linux-app
SuperMemo2
📦 Published package for spaced repetition algorithm SM-2
Stars: ✭ 78 (+39.29%)
Mutual labels:  supermemo

Installers for SuperMemo for Windows using Winetricks

https://img.shields.io/badge/org--babel-literate-informational.svg

Installing SuperMemo on Linux is finally easier simpler.

https://i.imgur.com/elQIAuX.png

Reddit thread | Changelog

Table of contents

Description

This set of installers will allow you to run SuperMemo for Windows under Linux via Wine.

Provided installers

ProductYear releasedTypeInstaller
SuperMemo 9 (aka. 98) (?)1998Freeware ()supermemo9.verb
SuperMemo 12 (aka. 2004) (?)2004Freeware ()supermemo12.verb
SuperMemo 15.4 (?)2011Freeware ()supermemo15_4.verb
SuperMemo 15 (?)2011Freeware ()supermemo15.verb
SuperMemo 16 (?)2013Trial ()supermemo16.verb
SuperMemo 17 (?)2017Commercial ()supermemo17.verb
SuperMemo 18 (?)2019Commercial ()supermemo18.verb

👉 Caveats galore

The Wine SuperMemo experience is not as good as the Windows SuperMemo experience. Most core features are supported, save for incremental video, certain audio/video formats, and interaction with a running instance of Internet Explorer (e.g. the mass-import from browser feature is unusable). More importantly:

I deem the behavior of SuperMemo on Wine (on Linux specifically) appropriate for daily use.

—Me

To import HTML content into SuperMemo, use the clipboard, then run the any HTML filters within SuperMemo (F6) as needed.

For further guidance regarding installation, compatibility, configuration, troubleshooting, and more, there is a nifty document being worked on at SuperMemopedia: SuperMemo for Windows under Wine.

Do not blame SuperMemo creators for incompatibilities on unsupported systems. Regressions in Wine do happen, from time to time, and may affect your experience.

Installing

First, make sure to get Wine and winetricks for your system. Then, run one of the installers provided as verbs:

# create the prefix
env WINEARCH=win32 sh winetricks arch=32 prefix=[prefix name]
# install SuperMemo using the corresponding verb
sh winetricks prefix=[prefix name] [file.verb]

By default, wine prefixes created by winetricks will be stored in the folder ~/.local/share/wineprefixes/.

Quirk: env WINEARCH=win32 is needed at the front to avoid creation of a 64-bit prefix when an existing, default Wine prefix is already 64-bit. Installation of the required Internet Explorer 8 dependency only succeeds on a 32-bit prefix.

Example

To install SuperMemo 15 run:

env WINEARCH=win32 sh winetricks arch=32 prefix=supermemo15
sh winetricks prefix=supermemo15 supermemo15.verb

The root of the wine prefix will then be ~/.local/share/wineprefixes/supermemo15/.

Installation wizards

The installer takes care of running the installation of Internet Explorer 8 for SuperMemos that need it. This installation wizard needs to be attended. Any prompts to install updates, or restart the system can be safely ignored or followed (they have no consequence). Actually restarting the system is not needed.

Installation steps in SuperMemos using installation wizards are handled automatically. Avoid moving focus away from the install wizard window during installation.

Aside: Why add the winetricks dependency?

  • winetricks may have produced the only reproducible 32-bit Internet Explorer 8 installation recipe that is kept up to date; it is rather complex and maintaining a separate one requires resources better spent elsewhere.
  • winetricks has convenient shell functions for basic dependency management, checking download integrity, detecting existing installations, graphical installer automation via AutoHotKey, among others.
  • advanced users will know which bits of winetricks to use or discard.

During post-install

The installers perform minimal configuration work. There are many convenient configuration steps to improve the behavior of SuperMemo, which are out of scope for these installers. However, consider the following:

Do not use the Wine prefix for collection data

Since wine prefixes can be removed with simple commands, it is recommended that you do not store new collection data inside the wine prefix. Do it in a dedicated folder that survives it, such as ~/sm/collections/.

How to configure the Wine prefix

The canonical command to configure the wine prefix the software has been installed into is:

$ env WINEPREFIX=/path/to/wine/prefix winecfg

It is useful to disable handling of file associations with crippled Wine applications, so disable:

Wine configuration → Desktop integration → Mime types → [ ] Manage file associations.

Running SuperMemo

On successful installation, an executable .desktop shortcut (desktop entry file) to start the application will be created and made accesible via the configured application menu facility (in the Education category), with the Desktop folder as a fallback. Most desktop systems are configured to start programs by activating a .desktop file

SuperMemo can also be run manually from the command line:

$ env WINEPREFIX=~/.local/share/wineprefixes/[prefix name] wine ~/.local/share/wineprefixes/[prefix name]/drive_c/SuperMemo/[executable name].exe

Uninstalling

From the WineHQ Wiki (source):

Winetricks does not provide a way to uninstall individual apps or DLLs inside a Wine prefix. This is for several reasons, but mainly because the preferred way to uninstall anything in Wine is to simply install into a fresh Wine prefix.

Be sure to back up any data saved in C:\SuperMemo\ you might need.

To uninstall SuperMemo, simply delete the corresponding Wine prefix via winetricks annihilate. For instance, to uninstall SuperMemo 15 from the winetricks-managed prefix named supermemo15, run:

$ sh winetricks prefix=supermemo15 annihilate

From the winetricks command-line help:

annihilate

Delete ALL DATA AND APPLICATIONS INSIDE THIS WINEPREFIX

Changes

See: Сhangelog.

Source code

supermemo-wine uses literate programming to express and tangle its sources.

To the sources

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].