Outdated how? I use it for my daily driver and it works fine for me. It’s a fairly simple program and the 0.3.x river protocol is fairly stable so I would doubt it’s become outdated, but if it is, you should be able to patch it yourself given the simplicity of the program.
- 4 Posts
- 103 Comments
Also I remember seeing screenshots where PDFs looked transparent or matched the terminal colors. Is that actually a feature of some of these viewers ?
Zathura lets you recolour and theme pdfs, yes. See zathurarc(5). You can set alpha using
"rgba(r, g, b, a)"when setting a colour, e.g. set to0.8for 0.8 opacity.
Not sure what ly is but basically I’m saying you should be using the
dbus-run-session swaycommand to run sway instead of justsway. If dbus is installed and the daemon is running then this will allow you to e.g. open links in Discord.
The commenter talking about xdg desktop portal is correct for the file picker; you need to install a portal for that.
I can’t get links to open from discord
Are you using dbus? Display managers normally will launch graphical sessions with dbus for you, but if you’re manually launching from the tty, use
dbus-run-session sway(or the name of the executable you want to run). dbus is used for applications to communicate with each other, e.g. Discord to communicate with your browser. And you need dbus installed and the daemon running, of course.
communism@lemmy.mlto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
1·11 days agoI think that’s a misunderstanding of how software works. More features != better. I’m aware that many users think that, but it’s not a common view in the foss community. People in the foss community largely hate corporate enshittified bloated software and won’t use a proprietary fork that some company has added an LLM to. A project doesn’t need mainstream appeal; think about all the foss utilities written for Linux and BSDs where the target audience is “nerds”/enthusiasts/etc. These projects maintain themselves and their popularity just fine with a limited target audience. Besides, most foss isn’t for the average computer user. There’s a lot of foss that isn’t user software (libraries and OS/kernelspace software), and then there’s software like curl which can be for end users but is mostly used as a library, and the end users who use curl directly are a more technical crowd who most likely care about foss. The mainstream crowd that wants their iPhones and copilots are not making decisions between a foss option and a proprietary option.
communism@lemmy.mlto
Linux@lemmy.ml•Is the FOSS world in danger of a corporate takeover, thanks to pushover licenses?
154·13 days agoHow does permissive licensing lead to corporate takeover? Companies can do proprietary forks of permissively licensed foss projects, but they can’t automatically take over the upstream.
Not “everything”, and I wouldn’t say there’s any distro that lets you “control everything”. e.g. look at Alpine Linux, which uses musl, busybox, and OpenRC, whereas Arch uses glibc, GNU coreutils, and systemd. These three choices are “locked in” for Alpine and Arch—you can’t change them. And it’s unlikely for any distro to let you choose all these things because that creates a lot of maintenance work for the distro maintainers.
I suppose Linux From Scratch lets you “control everything”, but I wouldn’t call it a distro (there’s nothing distributed except a book!), and hardly anyone daily drives it.
I use Artix (fork of Arch with init freedom)—the main reason why I prefer an Arch base specifically is for the AUR. The reason why I prefer a minimalistic distro in general, is because I want to be able to choose what software I install and how I set up my system. For example I don’t use a full DE so any distro that auto-installs a DE for me will install a bunch of software I won’t use. You also usually get a lot more control over partitioning etc with minimalistic distros—lets me fuck around with more weird setups if I want to try something out.
To be clear I don’t think there’s anything wrong with using distros that have more things “pre-packaged”. It’s a matter of personal preference. The category of “poweruser” makes sense—some users want more fine-grained control over their systems, whilst some users don’t care and want something that roughly works with minimal setup. Or perhaps you do care about fine-grained control over your system, but it just so happens that your ideal system is the same as what comes pre-installed with some distro. Do whatever works for you.
communism@lemmy.mlto
Linux@lemmy.ml•What are the options if my country makes VPN's illegal?
10·16 days agoMost popular VPNs have some form of obfuscation options in their apps. But if you’re using e.g. raw Wireguard you won’t be able to use their obfuscation function.
Btw technically they can’t really outlaw VPNs as a whole, only commercial/“privacy” VPNs. They couldn’t really tell if you’re e.g. using your friend’s PC as a VPN to access their LAN, since it’s a residential IP. Unless they’re looking for Wireguard packets, but that seems like an unlikely law since it’d piss off a lot of businesses that use VPNs to let their workers access the company intranet at home.
communism@lemmy.mlto
Linux@lemmy.ml•swww renamed to awww, due to the author's guilt from obliviously naming it "final solution"
121·22 days agoi3 doesn’t work with Wayland because it’s an X11 WM… You wouldn’t complain about X11 because Sway doesn’t work on it.
Btw, Sway is a drop-in Wayland replacement for i3 if you want to move to Wayland. i3 configs work with Sway; it’s an i3 clone.
communism@lemmy.mlto
Linux@lemmy.ml•What software do you use to aggregate email in a single interface?
6·25 days agoaerc+mbsync+notmuch
If you want a GUI, I was using Evolution before aerc and I was happy with it. I just prefer keyboard navigation which naturally is well supported by any TUI application.
communism@lemmy.mlto
Linux@lemmy.ml•Can kids under 10 be possibly taught coding, without even mentioning the word syntax to them ??
51·28 days agoI learnt to code before I was 10, why not? Also why not mention the word “syntax”? Kids are just less experienced, but they’re not stupid. They can understand a concept if you explain it to them.
communism@lemmy.mlto
Selfhosted@lemmy.world•How often do you update software on your servers?English
3·1 month agoAutomatic updated for system packages. Automatic container updates with docker. I normally have things pinned to a reasonable major or minor release, so I do manual upgrades for new OS release branches and usually pin to a major version for Docker containers but depends on the container.
The main disadvantage is that it’s less automated, and also you don’t get automatic updates without any other package management system in place. If you’re using something like e.g. source packages from the AUR then that solves both those problems and there’s no downsides (beyond extra computational power/time you spend waiting) so long as the package maintainer does their job correctly.
Can it mess with my system in any way?
Not… really? I guess if you’re downloading random tarballs off the internet and running make install without checking the integrity or trustworthiness of what you’re downloading then you could get a virus. But if you’re certain the source you’re getting is legitimate, then I suppose the only way building from source could “mess up your system” is if you mess up your system libraries or something whilst trying to install dependencies.
communism@lemmy.mlto
Linux@lemmy.ml•My computer randomly freezes, but only on my Linux drive. How do I even begin troubleshooting this?
6·1 month agoDo you have a Ryzen CPU by any chance? I had an issue like this for ages and it turns out it was a faulty Ryzen power state that was disabled by default on Windows, but not on Linux. If this happens to be your issue, there are ways you can disable the power state in software: https://wiki.archlinux.org/title/Ryzen#Soft_lock_freezing
communism@lemmy.mlto
Selfhosted@lemmy.world•2025 Self-Host User Survey: Open for SubmissionsEnglish
2·2 months agoThere was one question where it wouldn’t let me do this. I think the media streaming question I had to click “Other”.
communism@lemmy.mlto
Selfhosted@lemmy.world•Those who don't use dashboards, how are you managing your services?English
9·2 months agoNever used a dashboard… I just manage my services on the cli with plain docker commands.
What really? I thought the screenshot looked like electron/web app slop but I was like, maybe they’ve just gone for a “modern” gtk/qt theme. It’s actually just a Firefox PWA?
As others have said, no for the Linux partition; it’s the same arch, socket type, etc. CachyOS’s kernel probably contains everything you need.
For the Windows partition you might have problems though. Iirc Windows connects licences to motherboards, to prevent disk cloning to circumvent buying licences, so Windows may think you’ve cloned your drive to pirate Windows. I’ve never tried secure boot but I know W11 requires TPM too so if you’ve got secure boot you should look into how to switch to a new motherboard on Windows.