What an awesome tool that I wish I knew sooner. Also the && operator in sh. I think you can figure out what happened.
What an awesome tool that I wish I knew sooner. Also the && operator in sh. I think you can figure out what happened.
using proton for the installer as well worked wonders for me
Can I ask: How? What do you do to install that, and don’t you mean c++ runtime? Also I’ve never tinkered with winecfg, I fear that I might break things. What are some settings that are worth looking at?
I’m asking caz I’m going crazy trying to play games on linux, if I buy them on steam it should just reportedly work, but non-steam games or cracked ones, I either have a very hard time starting, or it works, but just barely.
“Where do they bury the survivors?”
Can you get (almost) every single person on there? Until not facebook is unreplaceable.
I’ve seen a lot of talk about large file sizes. How can you realistically reach 200GB in text? That’s around 2*10^11 characters. Or do you guys store something else as well, like sqls of data or pictures/textures/models?
It looks way to much like big corp. And money corrupts. Why do I get a calendar, a vaul, a vpn, and a mail service for free. I know it’s limited services, but for free? I feel like I must be the product.
I get when it’s a non-profit, or living off donations, but Proton is either of those
Yeah, I’m not “that guy”. I’d just like to get my money’s worth. Thanks for the highlights.
I’m hearing about proton but they feel very scummy. Is proton(vpn and mail) actually privacy centered, doesn’t log and doesn’t sell data?
While I tought about self hosting an email, but doesn’t that come with lots of problems, like you can’t garantee five nines of uptime, or someone emails you cp, or websites not accepting custom domains? I also heard it’s easly hackable.
I said the same thing about those pills at least twice.
15? I’m 18 and I still dread it. Even if I get something nice, was is rly worth it? It’s a necessity, how can someone enjoy something that they must do? (like eating: super overrated)
What do you mean by “I’ll make sure they’ll answer them”? Are you a reporter? But if this is a bug report thread now, here I go:
I have and one of my friends had the Logitech G502 LIGHTSPEED mouse. It has a problem with it’s mouse wheel.
I’ve done the debugging a while back, but maybe I can get the logs again. Basically when using it wired it only uses the regular mouse wheel events, but when using it wireless (most of the time) it uses both highres mwheel events and regular ones. Confusing all apps. To add to this, the regular events seems to be simulated by software, based alongside every 5th (? maybe it was a long time ago) highres event. While at seemingly random times a full “click” of the mouse wheel just doesn’t register the required number of highres events, making the “normal” one also absent. I tough this was a hardware issue, as when it happens you can go back and forth and it won’t register it at all, however it doesn’t happen when pugged in.
This is probably some kernel issue if I’m being honest, all I know is that on Windows it works perfectly. But I am using KDE and I have not debugged this mouse on any other window manager.
I truly don’t know if this was the type of reply you were looking for, if not: Sorry for wasting your time. (There’s also a KDE bug when editing widgets or when turning the screen off and on, but that’s not input device so)
This would be an awesome lil feature
unit testing eating?
cat ~/.config/startkderc
returns systemdBoot=true
. I’m guessing you made a typo and this is correct. In this case I guess it just doesn’t work on KDE, my next idea is LUKS on /home and hibernating instead of sleeping. Or I always wanted to try a tiling window manager… hm
In that case: maybe I’ll try it on the weekends, I heard it takes a while to run. Thanks for the toy :p
mine’s m.2 too. I tried systemd-homed, as of now it doesn’t work as it should. Next I’ll try disk/partition one but it’d be great to encrypt when sleeping, it’s fine if it’s hibernation
What I’m getting from this is badblocks isn’t a magical tool that makes all storage devices faster and better anymore. correct? The fact that modern storage devices do that is a bit scary. I’m guessing it’s firmware, no way to turn it off. And why would you, it helps you, just takes control away from you.
I wasn’t really trying to wipe my storage device, but to make it faster. However you said a bunch of interesting stuff, and I thank you for that.
Okay I just had a bit of freetime to test it: doesn’t work… if I log out or sleep, my home dir is still mounted. Meaning it’s as good as nothing. Looked at the plasma fix, didn’t work. I have a pretty good lead, that I need the topmost template from some wiki:
[Unit]
PartOf=graphical-session.target
Problem is, where in the world should I write this? I really don’t expect you to know, but maybe I’m talking to a genius. The internet didn’t help, or I used it wrong.
I left the last sentence open ended, for comedic effect, but if you really wanna know:
I transcoded videos with ffmpeg, and tried to exit out of the bash script with ctrl C. the script was something like:
for ffmpeg file finishedFile; rm file;
my ^C broke out only from ffmpeg and before I realized what happened the file got removed and the next ffmpeg call filled my terminal. I tought the key didn’t register, or something was stuck, so I pressed it again… and again… it cost like 45minutes of footage, wasn’t that important tho.