At first, I thought it was 3 point 521 percent because we use “comma” for decimal points and “period” for thousand separators.
Nvm it is over 3000 percents !! Might as try 9999 % and make a meme out of it.
FFS which world lines are we on?
Let’s see if you could make it till 88, Marge.
Yeh I started with Fedora 41 on i3 and then did the upgrade to 42. Maybe there are issues during the upgrades? Idk
I just wiped my drive and reinstalled 42 because the issue is so annoying - you cant do shit unless you logout and log back in.
I tried Fedora KDE 42 - very nice but it hang on bootup (30 seconds after login) and randomly on suspend.
Guess I’ll just stick with the official Gnome - Fedora Workstation.
Removed by mod
You literally kill/xkill/killall the program.
Thanks everyone for replying. Looks like I wasnt clear on the OP: these drivers literally have their left hand (for left handed traffic) the entire duration of the turn - it almost seems like if they let the signal to “tick” for more than 1 second then a bomb would explode or something. And they always commit to the turn, the signal is just a façade. So the correct sequence is like this:
Everything takes place in 0.5 second. Or you blink and he’s gone.
Regarding the autocancel signal, yeh I do know about that. On old cars like the 2016 Corrola - you flick the signal, it stays flicked until you flicked it off or finish a turn. On new ones like Mini Cooper / BMW, a gentle flick would signal for 3 sec then automatically turn off. This is something different lol.
Either you use it or you dont. It is good to use it though, make it a good habit. Plus, I want to announce to those around me especially when I am backing up into a garage: I am here, do not stand in my way. If you dont use it, obviously you can cause accidents.
That being said, there is a 3rd group who I absolutely fucking despised:
Those who use it just to show the cops or whoever the fuck around that “look, I use blinkers”
When changing lane or enter a turn, uually this type of driver will go Click-Turn-Click. No head movements whatsoever. Also turning the signal off immediately like the sound of it can cause them brain cancer or something.
So when lid is closed, OS doesnt suspend or takes long to suspend? The best way is to use journalctl. Close the lid, wait 2 - 5 mins, then open it up and check most recent journalctl messages. Hopefully that gives you some clues.
Now, are you dual booting Windows? Try to check Bios if your laptop has any funny settings for power. On Lenovo, there used to be something like “Power scheme for both Linux and Window” button…
Lastly, xfce4-power-manager app really is just a GUI for your core systemd services. So… as a test, can you not autostart it? Xfce has a setting for that. Or just remove it, you can easily install it back later.
Once youre done, reboot back and check:
Does closing the lid make the laptop to go into suspend mode? If yes, great. Test again to see if behavior is erratic, i.e. sometimes it takes 5 sec to suspend, sometimes it does not suspend at all…etc.
If above fail, try to run “systemctl suspend” to check if suspend really works on your system.
if 1) and 2) fail, you can play around with /etc/systemd/sleep.conf script. Maybe uncomment “AllowSuspend” or something similar…
the simplest answer would be: just try them all by yourself and see which one fits. Try only the popular ones btw, otherwise you’d have a hard time finding supports.
Word of advice: dont mind the aesthetics, but pay attention to stuff like package managers / packages and community. Here is what I meant:
Unless you have special flavor from a distro like XFCE from Manjaro, any Linux distro can be made pretty. I can have Debian 12 on one computer and something like Arch on another, and I can still make both look exactly the same. So dont choose a distro just because it looks pretty, you can do that with any of them.
Packages and package managers are so important, those are how you get software on Linux. Debian has a lot of softwares in its repos. Arch’s main repos do not have as much, but its AUR repos allow a lot of softwares to be installed.
Do you like apt, the manager for Ubuntu/Debian? Or do you prefer dnf, the manager for Fedora and RHEL? Package managers are more of a style really. I like Fedora’s dnf but Arch’s pacman is way faster.
Good ! Good !
I see I have inspired an apprentice: https://lemmy.world/comment/15349991
The only thing missing now is to ditch the desktop environment and run EXWM. Or just run emacs from tty.
did you end up switch everything to the 2.5 ssd?
oh LibreOffice works great for me in general. Only for some documents with macros that were created in MS Office, I have problems running them. Eg: I once received a MS Word document that has some preprogrammed drop down list - so you click to extend the list and choose your items. The document opens fine, but I couldnt get the drop down feature to work. For Excel, documents with lots of VBA codes, I need to go in and do some manual changes.
In general, for 99% of the tasks, LibreOffice is fine. But it is that 1% which makes me still open up my Windows VM for MS Office.
After their shenanigan with subscription only models, we still see MS Office being used a lot. It shows how strong MS grips on the Office area is.
You are correct that 365 is used for most people. I used to use it too…For me, I prefer to be able to access stuff whenever I want. I live in an area with very shitty internet (both Wifi and 4G). Once, a client and I had to wait 5 minutes because Office Online takes too long to load up a spreadsheet. Offline for me is just a peace of mind.
LibreOffice better step up their games and make their office suites better. Outside of very niche and specialized applications like CAD or video editor, the average Joe will just need a good office suite to do stuff.
i see, so the file names are: autostart_blocking.sh
and autostart.sh
I dont need to create a weird file name like: autostart.sh &
But, whichever command I put in autostart.sh
will run as if I run in terminal with the &
sign. E.g: dunst &
to run in the background.
yes, that is what I thought: so “dunst &” means to start dunst in the background. But the way they attach to the end of a file name is weird.
hows the search fuction in mutt? For eg, if i want to search an email thread from like 3 months ago, does it function well or do I need to open my broswer…
Well thanks everyone. I finally managed to get it to work on Arch. System has separate encrypted root and swap in LVM, and a separate encrypted home. It can suspend and hibernate. Below are my steps
DISK PREP
partition the main drive for your swap and root first. For me, it is a boot partition + an EFI + a LUKS container with LVM on top. Create your volumes. I use Arch, so format and mount them appropriately before pacstrap. Leave out mount point for /home.
Go to your other drive, follow: https://www.cyberciti.biz/hardware/cryptsetup-add-enable-luks-disk-encryption-keyfile-linux/
to create a LUKS container that is encrypted with: a keyfile and a password. Test both to make sure you can open the locked drive. Format and mount it at /mnt/home or where you want the /home to be.
AUTOMATIC UNLOCK
First, fstab. When you do genfstab, things should be fine. But just double check the UUID is correct for /home. Note in fstab, the UUID is the unlocked one: so the one with /dev/mapper/home. Change to noatime if you desire.
Second, crypttab. Assume you decrypt your LUKS home as “home”. Add this:
home uuid of the unencrypted home drive location of the keyfile luks
The link above said to just use /dev/sda, but imo UUID is safer if you have a removable drive.
“rd.luks.uuid=UUID of the locked luks home drive”
FOR HIBERNATION
For some reasons, hibernation doesnt work out of the box. It works when I have everything in 1 drive, i.e 1 boot, 1 efi, 1 lvm on luks for /home, swap and /. The fix is simple:
add “resume” to /etc/mkinitcpio.conf. Add before “filesystems” . Rebuild your initramfs with mkinitcpio -P.
add to /etc/default/grub: “resume= uuid of the unlocked swap partition”. Or if you do LVM, just use “resume=/dev/vg/swap”.
Special thanks to bodaciousFern@lemmy.dbzer0.com and Lemmchen@feddit.org for giving me correct ideas about “rd.luks.uuid” and that LUKS can do both pass and keyfile.
What do you backup with dejadup? Everything under /home?
CLI partioning tools are fine, just print the layout before finalizing the changes to make sure.
You know what is scary? Back in like 2009, the graphic drivers are not well supported and so you rum into weird glitches even during a live environment. For my particular case, a live Ubuntu install couldnt display the check boxes correctly. These checkboxes are pretty darn important:
where you want to install
do you want to delete your existing partitions? Very bad if you dual boot. …etc…
Cant see shit due to gliches so i just YOLO and hope for the best.