You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most current issues on Linux are caused by poor Mono implementation. Also, it appears that the newer Mono (ex. 6.8.x) found on Ubuntu 20.04 introduced a host of new issues which were not present in older Mono (ex. 4.6.2) found on Mint 19.1.
Those are:
Missing icons in various tree views (Branches, Repos, but not Commits!) in GitForce
File association on edit stopped working (Edit Using -> Associated Editor)
Mono is responsible for opening a file using the default editor on Process.Start() and 4.6.2 was correctly doing it.
Existing related Mono Linux issues are:
4. File selection dialog shows unfriendly list of "HDD (loop..)" references. They do resolve into root folders when clicked, though.
This issue is also present in previous Mono versions. This dialog is supplied by the framework and not by the app.
None of these are going to be fixed in the app.
The text was updated successfully, but these errors were encountered:
Most current issues on Linux are caused by poor Mono implementation. Also, it appears that the newer Mono (ex. 6.8.x) found on Ubuntu 20.04 introduced a host of new issues which were not present in older Mono (ex. 4.6.2) found on Mint 19.1.
Those are:
These two could be related to this Mono bug: OpenFileDialog, buttons icons are broken mono/mono#17493
Mono 4.6.2 correctly shows all icons.
Mono is responsible for opening a file using the default editor on Process.Start() and 4.6.2 was correctly doing it.
Existing related Mono Linux issues are:
4. File selection dialog shows unfriendly list of "HDD (loop..)" references. They do resolve into root folders when clicked, though.
This issue is also present in previous Mono versions. This dialog is supplied by the framework and not by the app.
None of these are going to be fixed in the app.
The text was updated successfully, but these errors were encountered: