samuel-lucas6 / Kryptor

A simple, modern, and secure encryption and signing tool that aims to be a better version of age and Minisign.
https://www.kryptor.co.uk
GNU General Public License v3.0
431 stars 33 forks source link

📋 Feature: Issues running Kryptor in Wine #1

Closed samuel-lucas6 closed 4 years ago

samuel-lucas6 commented 4 years ago

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:

Fixed:

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:

samuel-lucas6 commented 4 years ago

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.