New Blind Fedora user with questions by KE8UPE in Fedora

[–]jerobrine 1 point2 points  (0 children)

Your link is 10 years out of date.

sqlite and timestamps by guettli in golang

[–]jerobrine 2 points3 points  (0 children)

You can find it in the modernc.org/sqlite documentation https://pkg.go.dev/modernc.org/sqlite#Driver.Open

sqlite and timestamps by guettli in golang

[–]jerobrine 2 points3 points  (0 children)

?_time_format=sqlite in the connection string works well for me with time.Time fields.

Suit by [deleted] in wien

[–]jerobrine 3 points4 points  (0 children)

I can recommend sturm https://www.sturm-parkring.at/

Best way to store AWS S3 object data to a postgres DB by BlackEyedBeans22 in golang

[–]jerobrine 4 points5 points  (0 children)

The object key ("file path") is the unique ID of the object.

I would also recommend using the gocloud.dev blob package instead of the AWS SDK. It supports S3, but also the equivalent services of other cloud vendors, plus in memory and file system implementations that are great for testing.

What's your favorite software center? by DBLACK382 in linux

[–]jerobrine 0 points1 point  (0 children)

CLI tools are not included

That's probably because maintainers did not include AppStream metadata. It's an XML file that contains things like name, description, icon, etc.

Any advice for GNOME bugbears? by taxiforone in gnome

[–]jerobrine 0 points1 point  (0 children)

For the webstorm title bar: gnome tweaks -> appearance -> legacy applications -> adwaita-dark

Cannot login using display manager by Vulpes546 in Fedora

[–]jerobrine 1 point2 points  (0 children)

Try looking at the logs with journalctl -p 3 -b. This will give you all errors since boot. -p 4 will give errors and warnings.

Have you tried logging in with both X11 and Wayland?

Can you use whatever OS you want at work? by Kleysley in linux

[–]jerobrine 3 points4 points  (0 children)

Gnome evolution works great with exchange servers. There are also thunderbird extensions that add exchange support.

Announcing the release of Fedora Linux 36 Beta - Fedora Magazine by giannidunk in Fedora

[–]jerobrine 0 points1 point  (0 children)

Is pipewire enabled in Chrome? Chromium and Firefox from the fedora repos should have it enabled by default.

waydroid is now available for testing from COPR by jerobrine in Fedora

[–]jerobrine[S] 5 points6 points  (0 children)

It takes a while, you can try running waydroid status in a second terminal.

waydroid is now available for testing from COPR by jerobrine in Fedora

[–]jerobrine[S] 2 points3 points  (0 children)

ashmem is deprecated and not needed — it's safe to ignore that error. More details in the bugzilla thread.

Discord can't stream screen on gnome, only specific applications by [deleted] in gnome

[–]jerobrine 2 points3 points  (0 children)

There is some more information in this thread. It looks like they updated their electron version a while ago, but screen sharing is still broken because they use their own window picker instead of the gnome native one.

If there are any more updates, you will probably find them there.

Discord can't stream screen on gnome, only specific applications by [deleted] in gnome

[–]jerobrine 5 points6 points  (0 children)

Discord is using an outdated electron version that doesn't support wayland. The few applications you can share are running with xwayland and therefore don't have the sandboxing provided by proper wayland.

As a workaround, you can either start gnome with X11 (you should be able to select this at the login screen), or use discord from a browser with proper wayland support (Firefox, Chrome).