Article coming soon π
Category: Uncategorized
-
- Download the kio-gdrive and dolphin-plugins packages
- Go to Settings -> Online accounts and set your credentials
- You can also set a shortcut for the cloud folder in Dolphin: gdrive:/Google Drive/

-
The new X Wayland Video Bridge project to allow screencasting native Wayland windows from XWayland apps like Discord, MS Teams, and other software.
https://www.phoronix.com/news/KDE-XWaylandVideoBridge-Week
-
The newest v0.10.48 was released yesterday and it has been already integrated to Anki in the following commit:
https://github.com/ankitects/anki/commit/b86bf5f2043b2422a3d0133c7d31b3583b746719
https://github.com/sfackler/rust-openssl/releases/tag/openssl-v0.10.48
-
- Dial ##6485##
- See what number is written after MF_02

-
The following steps apply for an Arch Linux and Arch Linux based distributions such as Manjaro etc
- sudo pacman -S – -needed base-devel git rustup ninja libxcrypt-compat (downloads and installs the necessary packages that are used to compile Anki. Newer versions use ninja instead of bazel.
- mkdir ~/ankidev (makes a directory where the source tree will be downloaded and the output files will be saved)
- git clone https://github.com/ankitects/anki.git ~/ankidev (this command copies locally the git repo to the local system)
- cd ~/ankidev
- ./tools/runopt (this command runs an optimized version so it could take longer) or ./run (compilation might be quicker but the program runs slower)
Compiling from the source code will give you the opportunity to test newer changes instead of waiting for a beta version or a stable one. A stable version can take months to be released. Additionally, running from the main branch gives you the ability to report bugs and even propose new features to the developers.
In order to pull new changes use the following command:
cd ~/ankidev && git pull
Then you can recompile to try what has changed.
In case of a bug that you want to reverse back to previous commits you can see the changelog using: git log
If for example the newer commit is troublesome and you want to revert back to a commit with the hash 77a45365cb64284dd4a8cd2535d6cbdc2676472c
then execute: git checkout 77a45365cb64284dd4a8cd2535d6cbdc2676472c
Say for example that the developers fix the bug and you want to get back to the main branch. Then use:
git checkout main
-
So on 14th March, Reddit was down for many hours.
Without any official announcements I thought that the problem was on my end. Trying to clear my browser’s cache didn’t work.
Finally I found out that Reddit was facing technical difficulties. The following site gives info about the current status of Reddit forums:

-

Compared to X11, Wayland is not currently usable in my laptop. Still buggy with no proper fractional scaling.
This screenshot is taken under the developmental branch of KDE with Wayland after compiling the source code.
-
The change will affect US, Germany, Austria, UK, France etc but the time frame is not known. Greece is not included …
-
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
nvme0n1 259:0 0 953,9G 0 disk
ββnvme0n1p1 259:1 0 300M 0 part /boot/efi
ββnvme0n1p2 259:2 0 953,6G 0 part /var/log
/var/cache
/swap
/home
/sudo smartctl -A /dev/nvme0n1p1
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.2.7-2-MANJARO] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, http://www.smartmontools.org=== START OF SMART DATA SECTION ===
SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x00
Temperature: 43 Celsius
Available Spare: 100%
Available Spare Threshold: 50%
Percentage Used: 3%
Data Units Read: 32.821.735 [16,8 TB]
Data Units Written: 45.471.199 [23,2 TB]
Host Read Commands: 385.554.581
Host Write Commands: 618.385.010
Controller Busy Time: 4.581
Power Cycles: 490
Power On Hours: 4.257
Unsafe Shutdowns: 312
Media and Data Integrity Errors: 0
Error Information Log Entries: 0
Warning Comp. Temperature Time: 0
Critical Comp. Temperature Time: 0
Temperature Sensor 1: 43 Celsius
Temperature Sensor 2: 57 CelsiusAs you can see only 3% of my SSD’s (PM9A1 NVMe Samsung 1024GB) TBW (Total Bytes Wtiten) is used.
The maximum endurance of this specific SSD is 600 TBW.
https://www.techpowerup.com/ssd-specs/samsung-pm9a1-1-tb.d786
-
First post!!




