

Mainly for the overlay. Even if some games can already run on Wayland, the steam client runs in CEF, so the overlay won’t work, and with that, other features, like hosting and joining a game via steam won’t work.


Mainly for the overlay. Even if some games can already run on Wayland, the steam client runs in CEF, so the overlay won’t work, and with that, other features, like hosting and joining a game via steam won’t work.


I love how no one really cares about angle and cef, they just want steam on Wayland
(Me included)
I have a similar setup and it works. So you are probably doing something wrong, I don’t know what. Maybe look at dmesg for a filesystem error.
That is not a good method for testing. Maybe the filesystem still requires new files to be smaller than free space. Or maybe the file could be not really compressible, for example, you won’t be able to compress random data. You also won’t compress already compressed data, like videos.
You could write a real text file of some kB and then check the compression ratio with something like “compsize”.
The mount command mounts the disk with the options you give to it but only once. Now, because you don’t want to manually run mount everytime you use your disk, you must set it up so it is always mounted with the options you want. Udisks2 is one of the tools for that.
edit: apparently compsize is btrfs only. You can use “du” with and without --apparent-size and check the differenze
So, first of all, there is no gui for this, that I’m aware of, so you will have to do it from terminal. Second, on f2fs, compression works that you don’t enable compression for a folder, instead you mount the drive with compression enabled, and new files will be compressed automatically.
So what you need is to set up your disk to be mounted with compression. There are many paths you can follow here. If you want your drive to be (almost) permanently connected, the easiest way is to use “/etc/fstab”. If you want to use it as a regular SD card, mounting and ejecting it from your file explorer etcetera, then you should go here and learn how to have udisks2 mount your device with compression, which should be what your desktop environment uses to mount drives. I suggest you set that up for your specific device, and not for all f2fs devices. Good luck.
You can look up other useful f2fs options on the arch wiki. I suggest you add all those options that reduces writes to your disk and improve durability (like lazytime).
You should use zstd as compression algorithm, and because this is a slow and small drive, you can crank up the level of compression.
If you manage to pull this off, the next time you install a (bigger and faster) drive on your pc, you can try to look into zfs.
If it’s a flash memory (sd card, usb stick, ssd, etc), you could try f2fs, it’s very light, and it supports compression and is meant specifically for that kind of devices (well, more for ssds).
But judging your experience from your comments, I suggest you don’t delve into niche filesystems until you have more experience with Linux, especially for something like 128MB. I especially suggest you avoid zfs for now.
Huh. My computer allows me to format a 128MB image file with brtfs. It won’t do it at 64MB though.


From what I see, the dolphin bar requires walking up to it to change mode. We want to enable and disable the IR by holding a button, and other combos in general. Also, I don’t know if the dolphin bar still lacks pointer smoothing, but we have it, and it’s even configurable


Thanks!


You can buy an usb-powered one for a couple euros from AliExpress, or you can hook 5V to an original bar. But the bar itself is just two Infrared lights, there’s plenty of substitutes (i.e. literally two candles 20cm apart).
P.s. do not leave the bar permanently on, you will burn out the LEDs. The Wii turns it off with the console
P.p.s. you can configure esperto-wiimote to run a command when you connect the First wiimote, and disconnect the last. It’s meant for turning on and off the bar, if you can do it programmatically


Fedora desktop (any DE, and most desktop distros, for that matter) uses networkmanager to configure networks, because it is powerful and offers an API for DEs to configure networks, so as long as you have the drivers, networking will work the same. However, If I recall correctly, Gnome and KDE use the same frontend library for networkmanager, just with different GUIs, so they really are going to be the same, and they have for many years. Cosmic being new and rust based might have rolled its own frontend or used a different library, and it might not be as mature as what the other DEs use.
Try configuring your WiFi manually, editing networkmanager’s config files directly, instead of the gui. And see if that work. I would even suggest straight up copying the config files produced by gnome or KDE.
Stop doing lean! Computers weren’t meant to do classic logics!
Embrace rocq (formerly coq), for pure constructive logic! Plus the syntax is nicer
👀👀 uh? Do tell me more!


Fucking finally
I hope everyone else follows soon. If you like it when you are trying to open a link on a new tab and your system randomly decides to spew a selection from another app into a random text box you are free to configure that yourself. Remember to configure in a cilice wrapping your thigh while you are at it, it’s unix-compliant and has been around for centuries.


It will hurt less being disabled
Wow, so unexpected. Who could have seen this coming? 🙄
At least Google had the decency to write “sponsored” on the sponsored results, but with this it’s not even an option.


I’m in your same predicament. I think the long term path is to fuck ourselves until an Oracle comes to Faith Ekstrand (or another maintainer) in a dream and tells her how to make pascal work properly in nouveau. Or until the spirit of Christmas Past visits Jensen Huang.
Is that the issues your project is solving?
That’s exactly it, and also the fact that git doesn’t follow symlinks. Just a word of warning, If you are still inexperienced I suggest you run my tool manually instead of automating it with git hooks, as it is inherently less secure. In the post I linked in the description you can see some of the precautions I took to make it more secure. Still, running it manually is fine.
Feel free to give some feedback if you start using the tool 🙂
Sounds like a bug, file an issue to gnome’s gitlab. They might help you, or tell you that it’s a bug elsewhere