There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Jetzt aktiv als @d_k_bo.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

d_k_bo ,

It clearly says iNOME O.


GNOME OS is a distro for testing out GNOME technologies and isn’t intended for daily use.

d_k_bo ,

Additionally you could move the git folder to the trash folder. I think it’s usually located at $HOME/.local/share/trash/files/

Moving something to the trash files folder isn’t the correct way to trash it, since the Trash specification requires storing some metadata for each trash item.

You should use eg. https://github.com/andreafrancia/trash-cli instead.

d_k_bo ,

The steam flatpak can’t install udev rules. It works if you install a packacke such as steam-devices on your host system. See github.com/flathub/com.valvesoftware.Steam/wiki#m…

d_k_bo ,

Common libraries like OpenSSL are usually bundled in runtimes. So if my application uses e.g. org.gnome.Platform, I don’t have to update my application if there is a fix in a library of that runtime, I just need to update the runtime.

The runtime is also shared by all applications that use this runtime.

d_k_bo ,

they are extra heavy in disk space

While they use more disk space than most native packages, this point is often exaggerated. Flatpak uses deduplication and shared runtimes if multiple apps use the same runtime.

d_k_bo ,

bwrap wants to have a word with you

d_k_bo ,

Please read the warning at the top of their page:

⚠️ The project is under very active development. Expect bugs and changes. Do not use it as the only way to store your photos and videos!

If you don’t like these breaking changes, this might not be the right software for you (for now).

d_k_bo ,
d_k_bo ,

I don’t think they state anywhere that they adhere to semantic versioning.

d_k_bo ,

I’d just like to interject for a moment. What you’re refering to as GNU Hurd, is in fact, GNU-Linux, or as I’ve recently taken to calling it, GNU minus Linux.

FOSS Media Playback Device

I want to create a minimal install for mpv playback through jellyfin-mpv-shim and macast. this is going to be a base for a FOSS media sink akin to a Chromecast. you attach it to your TV and it plays whatever you send it, like movies from your jellyfin server and youtube/vimeo/piped/etc videos. otherwise, there’s no interaction...

d_k_bo ,

What should be shown if there is currently no playback?

d_k_bo ,

That’s why you put your config files in a git repository

d_k_bo ,

No. I only set up /etc/fstab and /etc/ssh/sshd_config once and they will never change.

d_k_bo ,

The documentation says:

Waydroid uses Linux namespaces (user, pid, uts, net, mount, ipc) to run a full Android system in a container and provide Android applications on any GNU/Linux-based platform.

To my understanding this isn’t even emulation but regular container technology.

d_k_bo ,

Will have to switch back to X.Org until this is fixed by the Wayland/XWayland developers

This isn’t the responsibility of “wayland developers”. The developers of an application need to adapt to the new API.

d_k_bo ,

fedora (Sped Up)

Looks like someone discovered dnf5

d_k_bo ,

Wayland monolith

There seems to be misunderstanding about what Wayland is.

Wayland is set of protocols. They are implemented by wayland servers (compositors) and wayland clients (applications) themselves. There is no single “wayland binary” like in the X11 days. Servers or clients may choose to implement or not implement a specific protocol.

d_k_bo ,

There are bluetooth to AV “adapters”, basically a small device that can be controlled from your phone like a bluetooth speaker and can be connected to your audio system.

d_k_bo ,

And they started sending advertisement emails to people who registered on gitea.com.

d_k_bo ,

Snaps are just as “open source” as “Office Open XML” (.docx, .pptx etc.) are open file formats.

If there isn’t a fully open source software stack, it isn’t really open source.

d_k_bo ,

You don’t even need to create aliases yourself. Flatpak creates wrapper scripts for every app that you install. Just symlink them into your PATH.


<span style="color:#323232;">ln -s /var/lib/flatpak/exports/bin/org.example.CliTool ~/.local/bin/cli-tool
</span>

or if you are using a user remote


<span style="color:#323232;">ln -s ~/.local/share/flatpak/exports/bin/org.example.CliTool ~/.local/bin/cli-tool
</span>

(Note: some lemmy clients render the the tilde in code blocks incorrectly)

d_k_bo ,

If you are going for a reverse proxy, I highly recommend using Caddy. Issuing TLS certificates is all done automatically and reverse proxy headers are all automatically set.

In many cases, this simple config is enough:


<span style="color:#323232;">example.org {
</span><span style="color:#323232;">    reverse_proxy localhost:1234
</span><span style="color:#323232;">}
</span>
d_k_bo ,

mailbox.org is 3€/month or 30€/year if you bring your own domain.

d_k_bo ,

Portal and Portal 2 are still 32 bit. Newer mods based on Strata are 64 bit.

d_k_bo ,

It is one of the most played games on Steam: store.steampowered.com/charts/mostplayed (make sure to sort by daily players, TF2’s regional/timezone distribution is different from other games)

d_k_bo ,

GNOME 46 has experimental VRR support too

d_k_bo ,

What about Alpine Linux, postmarketOS etc.?

d_k_bo ,

explainshell.com is an awesome website that interactively shows the relevant sections of a manpage for a given command including arguments

d_k_bo ,

I’m using GSConnect (a compatible reimplementation of KDE Connect for GNOME) on GNOME/Wayland and it works just fine

d_k_bo ,

FYI encoding wise, it’s unlikely that you can hear a difference between FLAC and e.g. Opus if you rip the audio from a CD.

d_k_bo ,

I recently got a confused look when I said that I pay for my email provider (3€/mo, but 1€/mo would also work).

Many people don’t realize that operating an email server creates cost and they pay with letting Google/Yahoo/… read and analyze their communication.

d_k_bo ,

GNOME got proper Wireguard support in version 44, unfortunately Debian stable ships an outdated version (43).

d_k_bo ,

Cosmic is a desktop environment, not a distro. So Pop!OS will keep using deb packages and something like a Fedora Cosmic Spin will use rpm packages.

d_k_bo ,

Are you sure this is the only error that you get?

Make sure to check if there is a message Attempt to free invalid pointer. This is a known problem for source games: [Linux] Failure to start with tcmalloc “Attempt to free invalid pointer” and lavapipe built against llvm 16 and workarounds are available.

d_k_bo ,

That’s just your lemmy client that extracts all links from the post. I can’t see any fault on OP’s side here.

d_k_bo ,

Shouldn’t they be kept mirrored to other instances?

d_k_bo ,

Fuck Nintendo. All my homies hate Nintendo.

d_k_bo ,

You can use Fedora IoT which is essentially rpm-ostree based Fedora Server. It would be less confusing if it was just named Fedora Atomic Server.

d_k_bo ,

I didn’t try CoreOS as I didn’t even get how to set it up. As I understand it, it uses a completely different workflow for administering the system compared to regular distros.

d_k_bo ,

This is exactly what this change is about. Most blurry apps are blurry because they don’t support Wayland (yet/by default) and are running using XWayland.

The only Wayland native software where I had problems with fractional scaling is Qt WebEngine which doesn’t handle scaling correctly.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • lifeLocal
  • goranko
  • All magazines