- CPU: Ryzen 5 5500U
- RAM: Corsair 32GB (2x16GB) 2666MHz, upgraded from 8GB (2x4GB) 3200MHz
- Storage: Crucial P2 CT1000P2SSD8 1TB M.2 SSD (Amazon link, was on sale for £60), upgraded from 256GB
- Optional features: With fingerprint, With backlit keyboard, With Dell PN350M stylus
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <!-- Device trees --> | |
| <project path="device/samsung/r8s" | |
| name="adil192/android_device_samsung_r8s" | |
| remote="github" | |
| revision="lineage-18.1" /> | |
| <project path="device/samsung/exynos990-common" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <manifest> | |
| <!-- Device trees --> | |
| <project path="device/samsung/gts7lwifi" | |
| name="adil192/android_device_samsung_gts7lwifi" | |
| remote="github" | |
| revision="lineage-17.1" /> | |
| <project path="device/samsung/sm8250-common" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import 'dart:io'; | |
| import 'dart:math'; | |
| typedef Section = ({String title, String content}); | |
| /// Runs a command like | |
| /// `tts --text "hello" --model_name "tts_models/uk/mai/glow-tts" --vocoder_name "vocoder_models/uk/mai/multiband-melgan" --out_path hello.wav` | |
| Future<void> tts(int i, Section section) async { | |
| final escapedContent = section.content.trim().replaceAll('\n', ' '); | |
| final escapedTitle = section.title.trim().replaceAll(RegExp(r'\W'), '_'); |
Important
Authy Desktop has been shut down. This guide will no longer work. I've moved to Ente Auth now.
(roughly following instructions from this comment chain: https://www.reddit.com/r/linux4noobs/comments/kkvpm3/comment/hl3asj5/)
- Download authy-2.2.2-full.nupkg or newer. Extract it somewhere like your Documents folder.
https://pkg.authy.com/authy/stable/2.2.2/win32/x64/authy-2.2.2-full.nupkg
SAMSUNG Galaxy Book5 360 15.6" 2 in 1 Laptop, Copilot+ PC, NP750QHA-KA4UK
Specs:
- CPU: Intel Core Ultra 5 226V
- GPU: Integrated Intel Arc 130V
- RAM: 16GB LPDDR5x
- Storage: 512GB SSD
- OS: Fedora 42
- Kernel: Linux 6.15.10-200.fc42.x86_64
See https://github.com/adil192/SamsungAppsPatcher for the updated version of this guide. This gist is now unmaintained, but may work on other operating systems.
(Same as the above link.)
These are very rough instructions so I don't forget what worked...
- Install the breeze theme and config programs:
sudo dnf install plasma-breeze qt5ct qt6ct
- Add
export QT_QPA_PLATFORMTHEME=qt6ctinto your~/.bashrcfile - Copy BreezeDark into a kdeglobals file. Otherwise some programs (like Prism Launcher) default to BreezeLight.
cp /usr/share/color-schemes/BreezeDark.colors ~/.config/kdeglobals