View previous topic :: View next topic |
Author |
Message |
cfgauss l33t
Joined: 18 May 2005 Posts: 723 Location: USA
|
Posted: Tue Jun 11, 2024 11:17 pm Post subject: Insync emerges but buggy |
|
|
I use KeePass for password storage under Gentoo, Windows, Android, and Ubuntu OS's. To sync keepass.kdbx on all four I use Insync for Google Drive. Insync functions correctly on all platforms except Gentoo. Gentoo net-misc/insync is provided by the ppfeufer-gentoo-overlay. All four versions emerge but none sync with Google Drive. An example of this buggy behavior:
Code: | $ insync status
Insync doesn't seem to be running. Start it first.
$ insync start
$ insync status
Insync doesn't seem to be running. Start it first. |
Has anyone gotten Insync to work under Gentoo? |
|
Back to top |
|
|
Helmering n00b
Joined: 13 Dec 2011 Posts: 68 Location: Italy
|
Posted: Fri Jul 12, 2024 4:26 pm Post subject: Re: Insync emerges but buggy |
|
|
Running fine here.
Try with Code: | insync start --no-daemon |
Best, Ralf |
|
Back to top |
|
|
cfgauss l33t
Joined: 18 May 2005 Posts: 723 Location: USA
|
Posted: Sat Jul 13, 2024 1:20 am Post subject: Re: Insync emerges but buggy |
|
|
Helmering wrote: | Try with Code: | insync start --no-daemon |
|
Code: | $ equery u insync
... ]
* Found these USE flags for net-misc/insync-3.8.7.50507-r1:
U I
+ + kde : Add support for software made by KDE, a free software community
+ + wayland : Enable dev-libs/wayland backend
- - xfce : <unknown> |
I haven't changed the flags and am using Xorg and not Wayland.
Code: | $ qlist -Iv insync dev-libs/wayland
dev-libs/wayland-1.23.0
dev-libs/wayland-protocols-1.36
net-misc/insync-3.8.7.50507-r1
$ insync start --no-daemon |
produces these errors which recur without stopping until I kill the process.
Any debugging hints will be gratefully received. |
|
Back to top |
|
|
Helmering n00b
Joined: 13 Dec 2011 Posts: 68 Location: Italy
|
Posted: Mon Jul 15, 2024 8:26 am Post subject: Re: Insync emerges but buggy |
|
|
Your log seems normal, exept the "use wayland" message.
I don't use wayland too, my system is KDE with the whole QT environment.
Try with:
Code: | insync start --qt-qpa-platform=xcb --no-daemon |
|
|
Back to top |
|
|
|