fix fxxking typo and grammer

This commit is contained in:
linull24 2025-04-12 17:01:46 +08:00 committed by GitHub
parent 167e6a68e6
commit 335b9f7c8d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -383,13 +383,15 @@ WAFLAVOR="docker"
# - '140' # - '140'
# - '180' # - '180'
RDP_SCALE="100" RDP_SCALE="100"
# [MOUNTING REMOVEABLE PATHS FOR FILES]
# NOTES: # [MOUNTING REMOVABLE PATHS FOR FILES]
# udisks which you most probalbly have installed ,use /run/media by default. # NOTES:
# This will improve the experience while using DEs. # - By default, `udisks` (which you most likely have installed) uses `/run/media/` for mounting removable devices.
# However,FHS suggests using /media.Please check your system. # - This improves compatibility with most desktop environments (DEs).
# If you prefer to mount manually,you can change it to /mnt. # - Note: The Filesystem Hierarchy Standard (FHS) recommends `/media` instead. Verify your system's configuration.
REMOVABLE_MEDIA = "/run/media" # - To manually mount devices, you may optionally use `/mnt`.
REMOVABLE_MEDIA="/run/media"
# [ADDITIONAL FREERDP FLAGS & ARGUMENTS] # [ADDITIONAL FREERDP FLAGS & ARGUMENTS]
# NOTES: # NOTES:
# - You can try adding /network:lan to these flags in order to increase performance, however, some users have faced issues with this. # - You can try adding /network:lan to these flags in order to increase performance, however, some users have faced issues with this.