MsFlammkuchen

@MsFlammkuchen@lemmy.blahaj.zone
0 Post – 9 Comments
Joined 1 years ago

Can you give a little more background info? What distro are you using, are you dual booting, is it a new install, did you make changes to your kernel, your partitions or grub before that?

While it's clear that grub couldn't find a kernel to boot, we need these Infos to help you find a solution.

6 more...

You can disable it in the settings.

2 more...

You're right. /dev/sda1 is the efi partition for the hard drive. I would still be interested in the output of lsblk -f to see what it says about the file system type.

It looks like /dev/sdb2 is your efi partition. Your disk names probably got swapped. It might be worth to switch to UUIDs. lsblk -f gives you your filesystem types and UUIDs for your partitions.

Edit: This is incorrect.

4 more...

I only have experience with nextcloud deck. It generally works. The permissions for other users are not very intuitive. I had problems with embedding pictures.

The android app has room for a lot of improvement. Especially regarding support for markdown.

What does `lsblk -f say?

2 more...

Maybe chmod 000 the .desktop files works.

https://youtube.com/watch?v=WjABILVAz5Y

The channel is called Blind.

The login screen is handled by the display manager (DM). Linux Mint Cinnamon (not sure if you're using that) uses lightdm with the slick greeter by default.

Here are two links with different solutions:

https://wiki.archlinux.org/title/LightDM#Multiple-monitor_setup you can get the settings you have from running the command xrandr without any options or using arandr as described in the other link.

https://forums.linuxmint.com/viewtopic.php?t=360800 Here I would tweak it a bit and not use chmod 700, but instead use chmod 744.