Skip to content

Commit c47dbfb

Browse files
committed
Created KDE Plasma section & Moved last question to there
1 parent 142864b commit c47dbfb

File tree

2 files changed

+30
-4
lines changed

2 files changed

+30
-4
lines changed

astro.config.mjs

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ export default defineConfig({
112112
{
113113
label: 'Requirements & Preinstall Setup',
114114
translations: {
115-
sk: 'PPožiadavky CachyOS a inštalačné médium',
116-
cs: 'Požadavky CachyOS a instalační médium',
115+
sk: 'PPožiadavky CachyOS a inštalačné médium',
116+
cs: 'Požadavky CachyOS a instalační médium',
117117
},
118118
link: 'installation/installation_prepare',
119119
},
@@ -193,8 +193,8 @@ export default defineConfig({
193193
{
194194
label: 'Kernel Manager',
195195
translations: {
196-
sk: 'Správca jadra',
197-
cs: 'Správce jader',
196+
sk: 'Správca jadra',
197+
cs: 'Správce jader',
198198
},
199199
link: 'features/kernel_manager',
200200
},
@@ -288,6 +288,10 @@ export default defineConfig({
288288
label: 'Qtile',
289289
link: 'desktop_environments/qtile',
290290
},
291+
{
292+
label: 'KDE Plasma',
293+
link: 'desktop_environments/kde',
294+
},
291295
],
292296
},
293297
{
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: KDE Plasma Guides and workarounds.
3+
description: CachyOS KDE Plasma Help Section.
4+
---
5+
6+
import MultipleImageComponent from '~/components/multiple-images-component.astro';
7+
import { Tabs, TabItem, Steps } from '@astrojs/starlight/components';
8+
9+
## FAQ
10+
11+
### KDE keeps asking me for entering a password every time i open Discord, Brave or similar programs
12+
13+
**This is due to KWallet being enabled by default. You'll need to disable it in order to avoid entering the password.**
14+
- What is the purpose of this "Wallet"?
15+
- **Quote from Arch Wiki:** *"A wallet (in the KDE's terminology, sometimes called vault or keyring) is an encrypted volume protected by a user-defined password where user and/or software can store secrets (often, credentials when the user checked "Remember the account" in an application)."*
16+
17+
Follow the steps from the [guide](https://wiki.archlinux.org/title/KDE_Wallet#Disable_KWallet) in the Arch Wiki in order to disable it.
18+
19+
Once you have followed the guide. **Reboot or log out from KDE Plasma.**
20+
21+
- **After disabling KWallet i had to relogin from all the services. Is that normal?**
22+
- Yes. That usually happens when you have already created a password for the KWallet. Just log in to your accounts again and the credentials will then be saved without the password prompt.

0 commit comments

Comments
 (0)