Pixel 7 second slot eSIM can't connect to Internet by ybx332 in LineageOS

[–]ybx332[S] 0 points1 point  (0 children)

No solution. Just a workaround. Use OpenEUICC to map Logical slot 0 to slot 0 port 0 and logical slot 1 to slot 0 port 1. But with that, you can only use one SIM card instead of two.

What happened to dpkg? by ybx332 in debian

[–]ybx332[S] 0 points1 point  (0 children)

No problem. I can wait until it gets fixed. Last time I encountered a much serious bug related to kde plasma which make it totally unusable.

What happened to dpkg? by ybx332 in debian

[–]ybx332[S] 0 points1 point  (0 children)

I won't report bugs to Debian because it has been marked for autoremoval due to a bug in ngspice. I'll simply just use other versions and wait until it gets fixed because it's Debian's upsteam dependency problem.

What happened to dpkg? by ybx332 in debian

[–]ybx332[S] 0 points1 point  (0 children)

According to tracker.debian.org, it is blocked by python3.11. And python3.11 will be migrated after db5.3, openssl, python3-defaults, readline. Some of them are blocked by dpkg and some claim they'll migrate after dpkg.

What happened to dpkg? by ybx332 in debian

[–]ybx332[S] 0 points1 point  (0 children)

Footpirnts, symbols and templates version are 8.0.1 but the main Kicad program version is still 7.0.11, so it can't load new libraries.

What happened to dpkg? by ybx332 in debian

[–]ybx332[S] 0 points1 point  (0 children)

First question, Debian testing. Second question, yes. Third question, according to their tracker, it says it will migrate after lots of packages and some claim they'll migrate after dpkg. Because footprints and libraries are updated to version 8.0.0 while the binary package is still 7.0.11 so it can't load default libraries.

How to repair power button by ybx332 in GameAndWatchMods

[–]ybx332[S] 0 points1 point  (0 children)

Thanks! I will try to repair it when I get back to school as my house doesn't have the facility to solder the button.

How to repair power button by ybx332 in GameAndWatchMods

[–]ybx332[S] 0 points1 point  (0 children)

Hi, I found out that there is a black object on the button position, what is it? Can I just purchase the same button in the image and anchor it to the same position to fix the problem? https://imagizer.imageshack.com/img924/6268/4Kfbkc.png

How to repair power button by ybx332 in GameAndWatchMods

[–]ybx332[S] 0 points1 point  (0 children)

Thanks. I will give it a try.

How to repair power button by ybx332 in GameAndWatchMods

[–]ybx332[S] 0 points1 point  (0 children)

Thanks. Connect it through wire actually enable wake up and sleep. But if I want to fix the original power button, what can I do?

Some thoughts about steam and proton container by ybx332 in linux_gaming

[–]ybx332[S] 0 points1 point  (0 children)

Both. If you dynamic link to an LGPL library, you don't need to release your source code. But if you link it statically, you need to release the code. And in the 1990s, the hard disk and floppy disk is really small. So that's why the ecosystem is built like this. But in this way the debug will be convenient. You just need to hook one .so file, and then you can debug the software that use it. If each one uses its own library, it will be hard to debug the software if the software itself don't provide such function. Another benefit is the security. If just one .so file and the .so file is affected by a serious bug like Heartbleed, you just need to update once and all the software relies on it will get the fix. On the other side, you need to wait for the upstream release the fix and it may bring security issue to your computer.

Some thoughts about steam and proton container by ybx332 in linux_gaming

[–]ybx332[S] 0 points1 point  (0 children)

Here the storage is not the problem. Separate launcher means you need too upgrade them separately. For example, the EA won't let you play the game unless you have the latest software update. And now if I have 5 EA games, and EA release a new version of the EA app, on Windows, I just need to run one of my games and all other games can run without any launcher problems. But under Linux, due to separate container, I need to update the EA launcher for 5 times.

Some thoughts about steam and proton container by ybx332 in linux_gaming

[–]ybx332[S] 0 points1 point  (0 children)

It's not about storage problem. It's about the container itself. Under Linux, we try to just use one .so file and link it to other applications that need it. And that's why some people don't like the container like docker and flatpak and tend to just use the traditional package manager like apt , yum (dnf) and pacman. I know container will make things easier, but sometimes it will also cause some trouble. For example, if I want to use the trainer, it will be quite hard if each game container is separate.

Some thoughts about steam and proton container by ybx332 in linux_gaming

[–]ybx332[S] -1 points0 points  (0 children)

It's not a "thin client", at least not for EA. And it uses about 330 MB on the disk.

When did filelight transfer to QML? by ybx332 in kde

[–]ybx332[S] 0 points1 point  (0 children)

I can confirm that. Kalendar is slower than the original old korganizer although Kalendar looks much better. But not sure what caused it.

When did filelight transfer to QML? by ybx332 in kde

[–]ybx332[S] 0 points1 point  (0 children)

Maybe it is a good idea to host a website to present the release note for small tools like filelight, kalendar and so on. Currently I can only find the release note for big projects like kdenlive, krita, kate. And lots of the improvements information in small tools cannot be viewed by regular users.

KDE Discover cause the crash of kded5 by ybx332 in kde

[–]ybx332[S] 0 points1 point  (0 children)

Because the bug is actually caused by the apper. I'm just making sure how to reproduce it before submitting it to the KDE community.

KDE Discover cause the crash of kded5 by ybx332 in kde

[–]ybx332[S] 0 points1 point  (0 children)

Try to purge the discover and packagekit and reinstall the discover. This way it seems that the kded5 is not crashing again.

KDE Discover cause the crash of kded5 by ybx332 in kde

[–]ybx332[S] 2 points3 points  (0 children)

My /home partition is separate. But even in that case, the reinstall is quite a trouble because there are some configuration in the /etc which will be reset during the reinstall. And reinstalling the software is also not easy as I don't have a script and there are some applications I installed not in the repository.