FrameXX

joined 2 years ago
[–] [email protected] 1 points 1 day ago (1 children)

I think maintaning a Firefox fork is pretty demanding especially considering you are already maintaining a distro. And there are already a lot of Firefox forks out there.

[–] [email protected] 1 points 3 days ago* (last edited 3 days ago)

Why don't you explain your arguments or make counter arguments instead of attacking your opponent personally. How do I matter here?

[–] [email protected] 0 points 3 days ago* (last edited 3 days ago) (2 children)

I am not a Zorin OS fanboy or anything, but honestly I don't see anything scummy about requiring payment from the user to get access to certain features of the product. It's just shareware. It's their product FOSS or not. I think they make it clear about what you get for free and what you don't. If you don't like that you don't have to use their product and you can use an alternative instead. It's not like they were a monopoly in the world of Linux distros and you have no other option. I see nothing scummy about this. It would be scummy if they would do some kind of false advertising (adverties features you actually don't get or adverties features in a misleading way) or if they started moving features from the free to the pro version that used to be free, because some people may have relyed on these features.

Can you elaborate? Because to me this feels like saying that the local grocery shop is scummy because it wants people to pay instead of relying on donations. If the whole OS was paid like RedHat Linux is than it would be OK or you consider that to be also a case of taking advantage of users who don't know any better.

[–] [email protected] 3 points 4 days ago* (last edited 4 days ago)

Flutter uses its own UI engine. It does not rely on any webview AFAIK.

By contrast, Flutter minimizes those abstractions, bypassing the system UI widget libraries in favor of its own widget set. The Dart code that paints Flutter's visuals is compiled into native code, which uses Impeller for rendering. Impeller is shipped along with the application, allowing the developer to upgrade their app to stay updated with the latest performance improvements even if the phone hasn't been updated with a new Android version. The same is true for Flutter on other native platforms, such as Windows or macOS.

https://docs.flutter.dev/resources/architectural-overview#flutters-rendering-model

[–] [email protected] 10 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

AFAIK you have to give the app location access for it to be able to scan sourrounding networks and see the SSIDs (At least that's how it works on the newer Android versions circa around Android 10 or 9). For bluetooth you have to enable at least the nearby devices permission. If you do these things then it makes sense that the app can track your location.

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago)

You are kind of right. I should have thought about that before commenting.

[–] [email protected] -4 points 3 weeks ago* (last edited 3 weeks ago) (4 children)

I am not educated enough about this, but don't these kind of games unnecesarrily strain all the servers that host the packages for people that really need them for download and most of these people run these servers for free in good will and faith that they will serve meaningful needs with positive impact? I am sorry for spoiling the fun, but I felt like I had to point this out.

[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago)

I think the Kiwi browser has it. EDIT: Or had it when it existed. I don't see it on Google Play anymore.

[–] [email protected] 11 points 3 weeks ago* (last edited 3 weeks ago)

You can't even change brightness on lockscreen when using a notebook or laptop.

[–] [email protected] 3 points 1 month ago* (last edited 1 month ago)

The Simple Mobile Tools collection of Android apps. Forks have been made and are maintained fortunately, but the original autor sold the apps to some company that just adds ads and trackers to the apps to make more money out of it.

[–] [email protected] 3 points 2 months ago

I have a good experience with PocketBook.

[–] [email protected] 0 points 2 months ago

At least you can still get a functional and minimalist homepage on Firefox by disabling it.

You can do that on Edge too btw.

 

I know this may sound like an over the top useless tinkerink, but I just like to tinker with, play around with stuff and learn, and that may be why I use Linux on my notebook.

I have read some articles about ZRAM and what might be the best configuration and even chatted with some generative models, but didn't come to a decisive conclusion regarding size, compression algorythm etc... I am asking anyone interested to respond about their experience and recommendations given my specs:

OS: Fedora Linux 41 (Workstation Edition) x86_64
CPU: AMD Ryzen 3 7330U (8) @ 4.39 GHz
GPU: Amd Barcelo [Integrated]
Memory: 5.63 GiB (2 GiB is reserved by the GPU)

I use the notebook for school, mainly lightweight programming and using the browser.

I don't expect any magical improvements from the ZRAM as I already use it with the default config, just wanted to learn something new.

16
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
 

I am trying to install Linux (Fedora KDE spin specifically, but this problem is probably not distribution related) on an older Acer Switch 3 (SW312-31P) tablet. The installation always fails when trying to setup grub with "failed to set new efi boot target". Grub shows up when I boot the device, however only UEFI fimware setting is present in the GRUB menu. I repartitioned the whole internal drive as GPT added ext4 partition to be mounted at /, swap partition and FAT32 EFI partition to be mounted at /boot/efi and even told the Fedora installer to reformat it as EFI, however the result is still the same. I think the problem lies somewhere within the EFI firmware of the device itself, because when I run

sudo efibootmgr -v

I get this result:

Skipping unreadable variable "Boot0000": Input/output error
error trace:
 efivarfs.c:271 efivarfs_get_variable(): read failed: Input/output error
 lib.c:140 efi_get_variable(): ops->get_variable failed: Input/output error
Skipping unreadable variable "Boot0001": Input/output error
error trace:
 efivarfs.c:271 efivarfs_get_variable(): read failed: Input/output error
 lib.c:140 efi_get_variable(): ops->get_variable failed: Input/output error
Skipping unreadable variable "Boot0002": Input/output error
error trace:
 efivarfs.c:271 efivarfs_get_variable(): read failed: Input/output error
 lib.c:140 efi_get_variable(): ops->get_variable failed: Input/output error
Skipping unreadable variable "Boot0003": Input/output error
error trace:
 efivarfs.c:271 efivarfs_get_variable(): read failed: Input/output error
 lib.c:140 efi_get_variable(): ops->get_variable failed: Input/output error
Skipping unreadable variable "Boot0005": Input/output error
error trace:
 efivarfs.c:271 efivarfs_get_variable(): read failed: Input/output error
 lib.c:140 efi_get_variable(): ops->get_variable failed: Input/output error
Skipping unreadable variable "Boot2001": Input/output error
error trace:
 efivarfs.c:271 efivarfs_get_variable(): read failed: Input/output error
 lib.c:140 efi_get_variable(): ops->get_variable failed: Input/output error
Skipping unreadable variable "Boot2002": Input/output error
error trace:
 efivarfs.c:271 efivarfs_get_variable(): read failed: Input/output error
 lib.c:140 efi_get_variable(): ops->get_variable failed: Input/output error
Skipping unreadable variable "Boot2003": Input/output error
error trace:
 efivarfs.c:271 efivarfs_get_variable(): read failed: Input/output error
 lib.c:140 efi_get_variable(): ops->get_variable failed: Input/output error
show_order(): Input/output error

Does anyone know what does this mean? I tryed asking Generative AIs, however they would usually advice me to remove faulty entries with some command that wouldn't work (usually using the efivar utility which would at least list all the variables without throwing an error).

I tryed using the "load optimized defaults" option in UEFI settings. That didn't help. I have secure boot disabled.

On start grub prints out "checking media [fail]" before showing boot options.

view more: next ›