

One big difference is that sway doesn’t run as a login process (and neither does gdm), meaning none of your .profile files are getting sourced. Check how your environment variables differ between i3 and sway and see if that might be the issue.
A typical bike-riding leftist urbanite who also happens to be a hockey-crazy Western Canadian.
One big difference is that sway doesn’t run as a login process (and neither does gdm), meaning none of your .profile files are getting sourced. Check how your environment variables differ between i3 and sway and see if that might be the issue.
To interject with a somewhat pedantic point, nothing is truly apolitical. But there is something to be said about sensing the proper time and place to start a political argument.
Such is the problem with dictators in any situation. A benevolent dictator might be one of the most productive ways to run a project, but at some point there has to be a successor. Even a mildly-less-benevolent dictator could cause a lot of damage. Linux needs a governance structure with checks and balances even if it means slower decision making; it’s too important to let fall into the wrong hands.
I’m gonna join in with everyone and recommend completely zeroing all the drives (make sure you unmount them before doing it). It will take a while but at least you will have drives in a known state and can eliminate that as a possible issue.
Asking out of genuine naivety, why do you do that?
Linus himself uses a macbook, I’m sure the mainline kernel has decent support for somewhat recent hardware
Yeah, I really wish people would be a little more tactful when they go on performative tirades like this. It’s giving “old man yells at cloud” energy. Ridiculous behaviour when you think about it. People can block clouds, yelling is worse than useless.
To be totally fair, nostr’s whole thing is that users can delete all of their federated data if they want to, so it makes sense if they are upset about having their data copied to a place they can’t control.
Not sure how realistic that is with the data being publicly accessible via the web, but I wouldn’t be surprised if the they have some kind of license that gives the dmca request the ability to hold a nonzero amount of water. Then again, I wouldn’t be suprised if completely fails, either.
If it’s through steam, I wouldn’t expect there to be any issues.
Just make absolute certain you have a backup copy of any save files before deleting your current OS, for the sake of your relationship… I can only imagine how many hours someone might have put into a game that came out in 2009. Definitely not speaking from personal experience haha
It definitely could be a hardware failure, but if the system still boots fine, it’s probably not that. Based on the symptoms, I think you might have clobbered your PATH variable. This can happen when you do something like PATH=/new/path/
because the variable gets overwritten. You have to remember to preserve the existing value with PATH=$PATH:/new/path/
. Don’t worry, this is reversible.
The best thing to do would be to fix or temporarily remove the commands you used to set PATH in whatever profile or .rc file it’s in. You can run whatever text editor you have installed by specifying the path to the executable. I don’t know exactly where vim is on Fedora, but it’s probably something similar to /sbin/vim
or /usr/bin/vim
. Keep trying locations until you find the right one. Then log out and back in and it should be fixed.
You might also be able to login as root and use the shell normally to fix the problem, depending on which file contains the faulty command. Hopefully this helps.
Did you only try F2? It’s possible the graphical session is on tty2 - see if ctl+alt+F1/ 3 does anything
You should look into kodi. It’s a big screen oriented media player/organizer app.
Not sure if sarcasm or actual disinformation. You’re not supposed to trust the aur, that’s kinda the whole point of it. The build scripts are transparent enough to allow users to manage their own risk, and at no point does building a package require root access.
A really common issue with sway is that it doesn’t run as a login shell, so none of your .profile or other environment settings get sourced when you login. I think that might be the problem here.
Try closing your sway session, then login to a tty and run sway
. If the qt themes work properly then it’s definitely an environment issue.
Fellow Arch user here (btw). It’s exactly the same as building AUR packages. Clone a git repo containing a PKGBUILD, use makepkg
to build it, and pacman
to install it. The nice thing is you can host a repo of your built packages and install them on other systems really easily. The big downside is that dependency management is not automated, so it will take some time and annoyance to map out what packages you need to build and in what order, if you want a fully source-bootstrapped system.
There’s openSUSE tumbleweed. It’s rpm based like fedora and it’s rolling-release like arch. I don’t know what the 3rd party/nonfree software situation is like. Maybe someone else can chime in on that front.
I will add, as an arch user, I think you could easily tweak your current system to be less annoying with the updates, but I realize that’s not the question you’re asking so feel free to disregard that.
Depending what format of audio, you can embed the image into the metadata
I mean, technically Linux is still at 2.6, they’ve just been making up version numbers for the last 20 years or so.
You wasted 3 hours of your life so far lol
But yeah. I find the most mysterious and time-consuming of problems are usually caused by a very minor detail that is so obvious it gets overlooked immediately.
And even if you know that’s probably the case, sometimes your brain will just discard information that isn’t consistent with its assumed reality, and it tells you the piece of code you just read is fine when it’s obviously not.
Troubleshooting/debugging is fun.
That would work.
I’m not sure what could be in (or missing from) your environment that would break sudo, but it’s a place to check at least.