samuel-lucas6/Kryptor

๐Ÿ“‹ Feature: Issues running Kryptor in Wine

samuel-lucas6 opened this issue ยท 1 comments

Based on some very quick testing in Wine, it seems like most of the program works. Most of the previous issues have now been fixed (see the next comment).

Working:

  • Argon2 benchmark (only tested from settings)
  • File and folder selection
  • Creating and selecting keyfiles
  • Folder encryption/decryption
  • Anonymous folder and file rename
  • Password entropy estimation
  • Password generator
  • Password sharing
  • Shred files and folders
  • Opening links
  • Checking for updates
  • Editing settings
  • Memory encryption doesn't produce any errors
  • Backing up settings
  • Error logging

Fixed:

  • File selection
  • Creating and selecting keyfiles
  • Shred files

The exception for file selection (anything involving FileDialog) - System.ArgumentException: Value does not fall within the expected range - has now been fixed (see next comment).

Issues:

  • Some labels get cut off
  • Drag and drop for file selection
  • Copying to or clearing the clipboard

Good news! I've managed to fix the FileDialog exception by switching to Ookii.Dialogs.WinForms. This change also means better folder selection on Windows. I will edit the above post to reflect the fixes.