Bug 436015

Summary: Cursor size is not synced
Product: [Applications] systemsettings Reporter: Artur <shkadinskiy98>
Component: kcm_sddmAssignee: David Edmundson <kde>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kde, nate, plasma-bugs
Priority: NOR    
Version: 5.21.4   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:

Description Artur 2021-04-21 18:02:39 UTC
[ENG]

Manjaro KDE

The problem itself - when synchronizing SDDM with a theme that is installed by the user, the cursor is not saved and it remains as small in SDDM as it was
Here is a link to the solution - https://forum.kde.org/viewtopic.php?f=66&t=143080
Here is the solution itself - change the contents (namely, add at the end) of the / etc / environment file. You need to add: "XCURSOR_SIZE = {xx}"
{xx} - depending on the scale: 24, 36, 48, 64. Checked only 36

--

[RU]

Manjaro KDE

Сама проблема - при синхронизации SDDM с темой которая установлена у пользователя курсор не сохраняется и он остается такой же маленький в SDDM как и был
Вот ссылка на решение - https://forum.kde.org/viewtopic.php?f=66&t=143080
Вот само решение - изменить содержимое (а именно в конец добавить) файла /etc/environment. Добавить нужно:  "XCURSOR_SIZE={xx}"
{xx} - в зависимости от масштаба: 24, 36, 48, 64. Проверил только 36
Comment 1 David Redondo 2021-04-22 06:56:29 UTC
Look at the code I think currently the cursor size is not synced indeed, just the cursor theme
Comment 2 Nate Graham 2023-03-25 20:58:10 UTC

*** This bug has been marked as a duplicate of bug 467326 ***