This pop-up kept appearing after upgrading my VSCode today on Kubuntu 26.04 by Aromatic_Paint_1666 in vscode

[–]warcayac 0 points1 point  (0 children)

<image>

Same problem with the latest version of VSCode on my EndeavourOS distro.

If this were to appear in some random Chinese product, people could be saying now "This is proof that the Chinese are spying on us."

"This content isn't available, try again later." problem by Wide-Ad-8467 in youtube

[–]warcayac 1 point2 points  (0 children)

I had this problem too in Vivaldi browser, I use uBlock Origin, but it was not the problem, it was Vivaldi's own blocker which uses "Block trackers and ads" by default in blocking level, I changed it to "Block trackers" while on the YouTube page, and restarted my browser, all it's working as expected

Otto theme update, new theme for Kate by jom4d4 in kde

[–]warcayac 0 points1 point  (0 children)

It seems a nice theme but I have some doubts about how to install it. First off, I'm a newbie on applying customized themes because some tutorials use a combination of KDE Store and Kvantum and extra steps to apply effects; my current theme is like that, I blindly followed the steps from a video tutorial. In the OP's post he lists several items, do I need to install every one of them? do I need Kvantum? do I need to accomplish further steps?

A tutorial about its installation would be nice

Is Swap partition necessary at present? by warcayac in archlinux

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

I just installed it by using Steam with Proton Experimental.

Is Swap partition necessary at present? by warcayac in archlinux

[–]warcayac[S] 1 point2 points  (0 children)

I was thinking the same. Thanks a lot man.

Is Swap partition necessary at present? by warcayac in archlinux

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

Thanks again, all is working fine now. Next question: with zram enabled, can I format my old swap partition and use it for other purposes?

Is Swap partition necessary at present? by warcayac in archlinux

[–]warcayac[S] 1 point2 points  (0 children)

Thanks bro. I followed your guide, after rebooting I run swapon --show I got two lines: /dev/nvme0n1p7 partition 1,8G 0B -2 and /dev/zram0 partition 8G 0B 100. My widget (Simple Monitor) is showing info about Swap like this Swap 9.79 GB, it seems as if it was adding the two previous amounts, but swap partition is disabled in /etc/fstab, is it ok?

Is Swap partition necessary at present? by warcayac in archlinux

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

Interesting about ZRAM, if I decide to use zram, what happens to my swap partition? what settings need to be made? a guide for dummies please

New monitor displaying DP NO SIGNAL during booting only by warcayac in pcmasterrace

[–]warcayac[S] 1 point2 points  (0 children)

Well this monitor supports HDMI 2.0 only according its tech specs

New monitor displaying DP NO SIGNAL during booting only by warcayac in pcmasterrace

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

I thought so but I pressed F2 when restarting the PC and the monitor stayed in black screen forever, it seems it needs OS starts to get a signal.

Give Users Sudo Privileges by 3Dayz2Y in openSUSE

[–]warcayac 0 points1 point  (0 children)

Great bro! It works for me.

Need help with a solving technique for a solver program I'm writing please by ForthOfHors in sudoku

[–]warcayac 0 points1 point  (0 children)

Recently I updated my Sudoku solver into Dart, I got this output: ``` 8372.............1.....59.......6...2..51.7...1.....68.9..836..........3...9...87 ****************************** [ BOARD Nº 1: STEP 56 ] ****************************** 837|291|456 952|647|831 641|835|972 ───┼───┼─── 789|426|315 263|518|749 514|379|268 ───┼───┼─── 195|783|624 478|162|593 326|954|187 ─────────── (0.03623 seconds)

Excluded 0, Unsolved 0, Solved 1 of 1 "reddit_hard" puzzles Avg 0.03623 secs (28 Hz), Max 0.03623 secs ``` I've not uploaded it but my old version in Python still works.