Questions about Wine on Linux
-
leder11011
- Level 1

- Posts: 7
- Joined: Sun Feb 14, 2021 11:01 am
Post
by leder11011 » Sun Feb 14, 2021 11:07 am
Hello all,
I have installed on ubuntu 20.04 `wine64` repo, downloaded `winetricks` and installed both .NET 4.0 and 4.72 w/ howto from here:
https://appdb.winehq.org/objectManager. ... &iId=25478
Unfortunately when running `keepass.exe` I get the wine error like this:
Code: Select all
(base) leder@home-ryzen-desktop:~/Keepass2$ wine KeePass.exe
0009:err:mscoree:CLRRuntimeInfo_GetRuntimeHost Wine Mono is not installed
Can anybody please help out?
P. S. I could not search for previous posts b/c your search is broken ATM...
-
Bob Wya
- Level 12

- Posts: 2987
- Joined: Sat Oct 16, 2010 7:40 pm
- Location: Scotland
-
Contact:
Post
by Bob Wya » Mon Feb 15, 2021 8:02 am
@
leder11011
keepassx, or
keepassxc, is also be compatible with
keepass2 databases (I personally use
keepassxc).
You're always better off using
native Linux apps - whenever this is possible!
Bob
-
leder11011
- Level 1

- Posts: 7
- Joined: Sun Feb 14, 2021 11:01 am
Post
by leder11011 » Mon Feb 15, 2021 8:32 am
Thanks Bob,
I already installed keepassxc, but there seems to be no Google drive sync possibility, as described in my previous post - that is waiting for approval!
IMHO it would be best to have a platform agnostic keepass2 implementation using .NET 5.0!
Gerrit
-
leder11011
- Level 1

- Posts: 7
- Joined: Sun Feb 14, 2021 11:01 am
Post
by leder11011 » Mon Feb 15, 2021 9:38 am
BTW you should remove Silver status of .NET in AppDB!
-
jkfloris
- Level 9

- Posts: 1376
- Joined: Thu Aug 14, 2014 10:10 am
Post
by jkfloris » Tue Feb 16, 2021 10:29 am
leder11011 wrote: ↑Mon Feb 15, 2021 9:38 am
BTW you should remove Silver status of .NET in AppDB!
You can post a new review yourself and change the status for Wine 6.x
-
Bob Wya
- Level 12

- Posts: 2987
- Joined: Sat Oct 16, 2010 7:40 pm
- Location: Scotland
-
Contact:
Post
by Bob Wya » Wed Feb 17, 2021 3:47 pm
leder11011 wrote: ↑Mon Feb 15, 2021 8:32 am
Thanks Bob,
I already installed keepassxc, but there seems to be no Google drive sync possibility, as described in my previous post - that is waiting for approval!
IMHO it would be best to have a platform agnostic keepass2 implementation using .NET 5.0!
Gerrit
Hi Gerrit,
Have you considered using
syncthing to sync your database? I've been using this for a few years now and it works a treat (between my PC's and Android smartphone). It's always nice not to have to rely 100% on proprietary services as well!
Bob
-
leder11011
- Level 1

- Posts: 7
- Joined: Sun Feb 14, 2021 11:01 am
Post
by leder11011 » Thu Feb 18, 2021 1:50 am
Bob! Nice try: syncthing does not answer in the forums but closes posts after 30 days.
I was struggling to sync a android smartphone to a linux box:
- device recovery worked
- I added firewall rule
- syncing of folders does not start...
Any ideas?
-
Bob Wya
- Level 12

- Posts: 2987
- Joined: Sat Oct 16, 2010 7:40 pm
- Location: Scotland
-
Contact:
Post
by Bob Wya » Thu Feb 18, 2021 6:53 am
leder11011 wrote: ↑Thu Feb 18, 2021 1:50 am
Bob! Nice try: syncthing does not answer in the forums but closes posts after 30 days.
I was struggling to sync a android smartphone to a linux box:
- device recovery worked
- I added firewall rule
- syncing of folders does not start...
Any ideas?
You could try:
and punch holes through your firewall for the required ports.
See:
Syncthing: Firewall Setup - for the default ports that need to be open ...
Bob
-
leder11011
- Level 1

- Posts: 7
- Joined: Sun Feb 14, 2021 11:01 am
Post
by leder11011 » Thu Feb 18, 2021 10:01 am
Ok, finally it synced. Though it is to much effort for me and I cannot sync remotely: I will stay with Google drive until I have a decent nextcloud solution.
Thanks again for your effort!
-
Bob Wya
- Level 12

- Posts: 2987
- Joined: Sat Oct 16, 2010 7:40 pm
- Location: Scotland
-
Contact:
Post
by Bob Wya » Thu Feb 18, 2021 4:49 pm
leder11011 wrote: ↑Thu Feb 18, 2021 10:01 am
Ok, finally it synced. Though it is to much effort for me and I cannot sync remotely: I will stay with Google drive until I have a decent nextcloud solution.
Thanks again for your effort!
syncthing should also sync over the Internet, as long as
relaysEnabled is
true (
default).
Bob