jlsalvador

joined 1 year ago
[โ€“] [email protected] 2 points 1 week ago* (last edited 1 week ago) (2 children)

https://github.com/LadybirdBrowser/ladybird

It takes a time to compile the whole project, but a way less than Firefox and Chrome. There is an AUR package for ArchLinux.

IMHO, it is not yet daily-drive usable. Really slow for JS. The window manager is extreme limited (I can not drag tabs outside the window). It can not render steampowered neither youtube (I didn't test any more websites, just these two). The current setting page is just a window popup with a checkbox for one option. But competition is always good for the users. A web browser is a big project for today standards. Good luck to these developers ๐Ÿ’ช๐Ÿ‘

[โ€“] [email protected] 2 points 1 week ago (4 children)

I tested it the last week from the main git branch, it doesn't open YouTube homepage, yet.

[โ€“] [email protected] 4 points 1 week ago* (last edited 1 week ago) (1 children)

Hi!

I made my own inmutable distro using buildroot (https://buildroot.org): https://simplek8s.org

This distro is just an AIO kernel image that will bootstrap everything in RAM. You can mount additional devices for data persistence (for example you can mount your storage in /var).

[โ€“] [email protected] 168 points 3 weeks ago

TLDR; from MIT to GPL.

[โ€“] [email protected] 1 points 4 weeks ago

Disappointing and poorly crafted ending. There are scenes from the trailer that doesn't include in the final game.

[โ€“] [email protected] 46 points 1 month ago* (last edited 1 month ago) (6 children)

For example, when someone ask for a command to list files, and another one reply with a command that removes everything.

[โ€“] [email protected] 23 points 1 month ago (6 children)

TLDR; the reviewer is upset because the PSVR2-PC adapter doesn't come with a Display Port cable, and his Bluetooth adapter is not compatible. So he can't review the unit on time until he receive both items. ๐Ÿคท

[โ€“] [email protected] 7 points 1 month ago

Official Linux RSS about stable kernel releases: https://www.kernel.org/feeds/kdist.xml

[โ€“] [email protected] 48 points 2 months ago* (last edited 2 months ago) (6 children)

It's illegal in Europe to have an opt-out checked by default, must be an opt-in unchecked by default. This is one of the reason that Microsoft has always troubles in Europe about privacy and opt-out services.

[โ€“] [email protected] 1 points 3 months ago* (last edited 3 months ago)

Yes, using xrandr in the /etc/sddm.conf (https://man.archlinux.org/man/sddm.conf.5#DisplayCommand=) /usr/share/sddm/scripts/Xsetup.

[โ€“] [email protected] 6 points 3 months ago* (last edited 3 months ago) (6 children)

Hahaha. Common problem with multiscreen with different resolutions. Your laptop screen is below and left of your main display, and X11 renders this black "virtual screen".

There are multiple solutions:

a) Set your screen resolution and position through KDE Plasma SystemSettings and push the button "apply to SDDM configuration" (I think Plasma 6.0 removed this option, try to find it in the SystemSettings KCM SDDM section).

b) The another solution is the old one. Create a file into /etc/X11/xorg.conf/display.conf with the proper values of position and resolution. Search in a wiki about examples (archlinux wiki?).

c) There is a third one that I used few years ago. SDDM allows you run any command after the screen initialization. So you can exec your xrand command here. Search about /etc/sddm.conf

 

Hello!

Do you hate the watermark preview banner?

Add the text HideDesktopPreviewBanner=true just after [General] in the file ~/.config/kdeglobals. You will have something as the following:

[General]
HideDesktopPreviewBanner=true

Better for OLEDs displays, stylish, auto-suspend all-blacks displays, etc.

Src: https://invent.kde.org/plasma/plasma-workspace/-/commit/b15d9f41f7f41210b1dd5a78dc1b1894bd40c3dd#16f843a94440a858a2387e36472454ab5685e179_193_196

view more: next โ€บ