Welcome to Sway club! 😜 This sounds like you haven’t installed an xdg desktop portal (https://wiki.archlinux.org/title/XDG_Desktop_Portal) I personally installed the gnome ones. However you can pick any of these. They provide stuff like file pickers, etc. Regarding the links there was a command to set the default app for different mime types using xdg-open. Unfortunately I wasn’t able to find it.
- 0 Posts
- 30 Comments
Chaser@lemmy.zipto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•The manga reading app kotatsu is shutting down, the repo is archived. What are some alternative?English
6·8 days agoTLDR; The developer of tachiyomi got threads from the manga publisher’s lawyers. So he archived his repo. Other devs forked it to keep the project alive.
Chaser@lemmy.zipto
Linux@lemmy.ml•Is there a software for Linux to make "Windows to Go" external SSD like you can with Rufus on windows?
4·10 days agoI don’t know about windows to go. But rufus? Isn’t it just writing images to usb drives? Sounds like you’re looking for the
ddcommand. You can write images withdd if=/path/to/my/image of=/dev/[insert device here] status=progress
My internet provider offers up to 4 sim cards per account. They cost once 10€, without a monthly fee. However they have only 300mb of high speed traffic. But this should be just fine for a tracker, no? Just have a look in your customer portal. Maybe you’ll find something there too
Chaser@lemmy.zipto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•How to Rip from a DVD on old HardwareEnglish
5·11 days agoI like MakeMKV. It also works flawlessly with modern formats like (4k-)BluRays. Also it’s super simple to use. Just throw your disk in, press the big shiny button and wait till it rips your disk. It even handles the decryption for you.
It reminds me a bit of a spinet: https://en.wikipedia.org/wiki/Spinet
I won’t say that. I’ve born '95 and i had english lessions since 3rd class. My “little” cousin (born 2001) had english lessions even in kindergarten. However, it may depend on the school type you’re going to. Also it depends on how you’re using your skills after school. I at least read and listen a lot to english. However, I never actually speak it, so my pronunciation is really bad 😅 Others may use their english skills more often - or not at all.
I’m from germany. I watch a lot of YouTube. Also I work as software developer, so I need to read many english manuals. Wich don’t means, that my english is great. But it could also be worse.
Chaser@lemmy.zipto
Linux@lemmy.ml•Friendly tiling setup for a laptop? (tiling window manager?)
1·13 days agoI don’t know if i3 can do this too, but in sway you can also move windows using the mouse. Just hit mod+the left mouse button and drag it around. However I usually just go with the Keyboard. Mod+shift+arrow is just faster.
Chaser@lemmy.zipto
Asklemmy@lemmy.ml•Do you know any software available on GNU+Linux that locks your computer/laptop unto a few websites of your choice for a certain amount of time, and doesn't let you open/close any tabs/apps?
4·13 days agoNot directly a ready to use software. But maybe you could use a combination of dnsmasq and cronjobs.
https://wiki.archlinux.org/title/Dnsmasq https://wiki.archlinux.org/title/Cron
You could load two different configs based on time. One to forward everything except xyz to localhost and one to forward everything.
Chaser@lemmy.zipto
Linux Gaming@lemmy.world•What software tools do you use that are gaming related?English
2·19 days agoOh, one more thing regarding the ssh wizardry (lol!): It’s not that complicated. You can pass your command as last parameter. For example if you want to launch Dorfromantik (which you should btw), you could do it like this:
ssh me@mymachine "steam steam://rungameid/1455840"That’s the whole magic. Like this it won’t start an interactive shell, but run the command and closes the connection once the command finishes.
Chaser@lemmy.zipto
Linux Gaming@lemmy.world•What software tools do you use that are gaming related?English
2·19 days agoA man, a word. This is my gamescope-session.sh
#!/bin/sh export DXVK_HDR=1 /usr/bin/gamescope --hdr-enabled -e -- /usr/bin/steam-native -tenfootI’ve created a /usr/share/wayland-sessions/gamescope-session.desktop for it, so I can launch it from login screen (or auto start it in my case)
[Desktop Entry] Name=Steam Big Picture Mode Comment=Start Steam in Big Picture Mode Exec=/home/chaser/bin/gamescope-session.sh Type=ApplicationIn theory this should run all games, that support hdr in hdr. At least Cyberpunk does.
Chaser@lemmy.zipto
Linux Gaming@lemmy.world•What software tools do you use that are gaming related?English
2·19 days agoIf I remember correctly I had to give gamescope a flag to enable hdr at all. However there was an env too, to tell the windows games through proton, that the machine supports hdr. I’ll check my scripts later for you
Chaser@lemmy.zipto
Linux Gaming@lemmy.world•What software tools do you use that are gaming related?English
6·20 days ago+1 for Lutris! It’s not only good for games, but also for regular Windows software like FL Studio. Another “tool” I use a lot is ssh. I use Gamescope on my PC with Steam Big Picture mode. Gamescope gains a few more fps, than a regular de. Also HDR works just fine with it. See: https://wiki.archlinux.org/title/Gamescope However. Sometimes I need an desktop environment. So I created a Home Assistant automation, that allows me to switch to desktop. Now I have 2 buttons on my smartwatch. One to boot the PC and turn on the tv, avr, etc. The other for the desktop mode. I also have some nfc cards for my favorite games. Same thing here: When scanned they trigger a ha automation, which starts the games over ssh 😎
Any chance there is a repo for it? 🤩
Chaser@lemmy.zipto
Linux@lemmy.ml•I just found out my fiancee wants to switch to linux, lets start a distro war, what should be her first? + other questions
32·1 month agoI know, it sounds odd, but: Arch! Once my best friend wanted to try linux. So he asked me, which distro to use. I gave him an honest answer: “I use Arch. But for beginners I would recommend Mint.” He don’t gave a shit and installed Arch anyways 😅 - with success! That’s when I noticed, that the Arch Wiki is actually SO GOOD, that even a newbie can install Arch without any help. It’s just a bit more time expensive, compared to distros with an installer. However, there are some huge benefits, that made me switch to Arch:
- I used Ubuntu on my daily driver before. However “stable” packages means in this case “antique”. A 3 years old version of Sway isn’t more stable than the newest release version.
- I never survived a dist-upgrade. That’s why i prefer a roling release linux today.
- Your system is slim, because you only install what you really need. Also you know your system this way.
- Especially for gaming it’s good to have the newest kernel + drivers.
However, you should also notice the down sides. Sometimes an update breaks something. It doesn’t happens often, but it happens. A few years ago the bluetooth stack was broken, so i wasn’t able to use my headset during a meeting. However they released a fix like a few hours later, so I just needed to update. But still: That’s something to consider too.

That’s odd 🤔
Just for the protocol: besides installing it you also launched xdg-desktop-portal, right?
Also you need both,
xdg-desktop-portalandxdg-desktop-portal-[your choice].