docs: add KDE Plasma autologin session name troubleshooting tip (fixes #624) - #7
Open
tangzz-radxa wants to merge 1 commit into
Open
docs: add KDE Plasma autologin session name troubleshooting tip (fixes #624)#7tangzz-radxa wants to merge 1 commit into
tangzz-radxa wants to merge 1 commit into
Conversation
Fixes radxa-docs#624 Issue: Debian 12 KDE Plasma autologin fails after rsetup GUI config because the session name is set to 'plasma' instead of 'plasma.desktop'. Added a tip explaining the issue and how to manually fix the config.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Issue radxa-docs#624: Debian 12 KDE Plasma autologin fails after rsetup GUI config because the session name is written as
plasmainstead of the KDE Plasma-requiredplasma.desktop. The existing doc only mentionsgdm.servicefor Debian 12 autologin but does not cover the KDE Plasma scenario or the session name pitfall.What changed
Added a tip (
:::tip KDE Plasma 桌面自动登录注意事项) in the Debian 12 tab of the autologin doc explaining:Session=plasmabut KDE Plasma requiresSession=plasma.desktopplasma.desktopBoth Chinese (
docs/common/radxa-os/_autologin.mdx) and English (i18n/en/docusaurus-plugin-content-docs/current/common/radxa-os/_autologin.mdx) versions updated.Source
Issue radxa-docs#624 (customer-reported in radxa-docs/docs GitHub issue)
Verification
Build/serve the docs locally and confirm the new tip appears under Debian 12 autologin section.