[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2021-04-13 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

--- Comment #21 from Nate Graham  ---
Can still reproduce for the desktop and empty areas of the panel too--though
not actual panel applets, interestingly enough. Since restarting plasmashell
seems to fix it, this appears to be a matter of the panel and desktop only
checking for cursor size on launch, not watching for size changes in real time.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-12-03 Thread Vlad
https://bugs.kde.org/show_bug.cgi?id=382604

Vlad  changed:

   What|Removed |Added

 CC|kingdgriz...@gmail.com  |

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-12-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

Nate Graham  changed:

   What|Removed |Added

 CC||devnu...@mailbox.org

--- Comment #20 from Nate Graham  ---
*** Bug 429947 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-10-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

--- Comment #19 from Nate Graham  ---
Interesting observations, Colin.

Please feel free to try compiling and testing your proposed fix. You don't need
all KDE repos, just plasma-workspace. Here's the documentation:
https://community.kde.org/Get_Involved/development

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-10-08 Thread Colin Griffith
https://bugs.kde.org/show_bug.cgi?id=382604

--- Comment #18 from Colin Griffith  ---
It looks like the code was ported to C++ from a bash script. The relevant code
is here:
https://invent.kde.org/plasma/plasma-workspace/-/blob/master/startkde/startplasma.cpp

This was done in this commit:
https://invent.kde.org/plasma/plasma-workspace/-/commit/5df9f0bcc9259e595d97d0e55399753325f7a010#31c42a873c0b74c54dc71f1f4a2ca9a6f7643718

And the code was just copied mostly without changing what it actually did,
which is why the behavior didn't only start happening in 2019.

For that, I had to dig REALLY far back... And eventually found this in the old
SVN repository:
https://websvn.kde.org/?view=revision=396433

And in particular, here:
https://websvn.kde.org/trunk/KDE/kdebase/startkde?r1=396411=396433=528175

Way back on March 10th, 2005. It looks like the reason the environment variable
was set back then was for kded and ksmserver.

Is this still the case today? It seems like code that old working around
problems in other packages (albeit other KDE packages) might not even be
relevant anymore, and so safe to pull out.

Additionally, I don't have KDE's source code installed on my drive, so I can't
actually try changing this, compiling, and testing... Hence just talking on
this bug report instead. It could be that this isn't at all related to the bug
we're experiencing, and I just went on a wild goose chase for nothing.

Still, it would explain the current behavior for the most part.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-10-08 Thread Colin Griffith
https://bugs.kde.org/show_bug.cgi?id=382604

Colin Griffith  changed:

   What|Removed |Added

 CC||tyna...@gmail.com

--- Comment #17 from Colin Griffith  ---
I think I figured out what causes this!

According to wbauer on this page:
https://phabricator.kde.org/D17187

The 'startkde' (which is now 'startplasma-x11' or 'startplasma-wayland')
program sets the XCURSOR_THEME environment variable, and applications will
always use the value of that environment variable until they're told otherwise.
When you switch themes while logged in, you're telling existing applications to
use another theme on the fly, and most will do so! But launch a new
application, and it'll use the old original theme!

The XCURSOR_THEME environment variable is meant to be used to override all
other settings temporarily, when starting an application. The fix should simply
be to remove the line(s) of code from 'startplasma-x11' that sets that
environment variable.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-09-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

Nate Graham  changed:

   What|Removed |Added

 CC||david.cortes.rivera@gmail.c
   ||om

--- Comment #16 from Nate Graham  ---
*** Bug 404383 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-08-17 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=382604

Patrick Silva  changed:

   What|Removed |Added

 CC||yerimy...@gmail.com

--- Comment #15 from Patrick Silva  ---
*** Bug 425451 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-07-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

--- Comment #14 from Nate Graham  ---
Can still reproduce. The Plasma desktop, panel, and applets seem to not notice
the new cursor until plasmashell is restarted.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-07-17 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=315626

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-06-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

Nate Graham  changed:

   What|Removed |Added

 CC||ga...@splitter.hu

--- Comment #13 from Nate Graham  ---
*** Bug 423074 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-03-04 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=382604

inasprec...@disroot.org changed:

   What|Removed |Added

 CC||inasprec...@disroot.org

--- Comment #12 from inasprec...@disroot.org ---
I can confirm the same bug on the same Plasma version.
This workaround:
https://wiki.archlinux.org/index.php/KDE#Plasma_cursor_sometimes_shown_incorrectly
solves the problem for me, but it's that, a workaround. An end user shouldn't
be expected to do this.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-02-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

Nate Graham  changed:

   What|Removed |Added

   Priority|VHI |HI

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-02-20 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

Nate Graham  changed:

   What|Removed |Added

   Priority|NOR |VHI

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-02-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

Nate Graham  changed:

   What|Removed |Added

  Component|core|kcm_cursortheme
Version|git master  |5.17.90
   Assignee|kwin-bugs-n...@kde.org  |plasma-b...@kde.org
Product|kwin|systemsettings

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart Plasma session to apply a new cursor theme to the whole system

2020-02-03 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=414109

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart plasma session to apply a new cursor theme to the whole system

2019-10-29 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=382604

Patrick Silva  changed:

   What|Removed |Added

Version|5.13.3  |5.17.2

--- Comment #4 from Patrick Silva  ---
Changing cursor size also is not immediately applied to the whole system.
I see the cursor of the previous size on mouseover my wallpaper until plasma
session is restarted.

Operating System: Arch Linux 
KDE Plasma Version: 5.17.1
KDE Frameworks Version: 5.63.0
Qt Version: 5.13.2

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart plasma session to apply a new cursor theme to the whole system

2019-08-13 Thread Christoph Feck
https://bugs.kde.org/show_bug.cgi?id=382604

Christoph Feck  changed:

   What|Removed |Added

 Status|NEEDSINFO   |REPORTED
 Resolution|WAITINGFORINFO  |---

--- Comment #3 from Christoph Feck  ---
Information was provided with comment #2; changing status.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart plasma session to apply a new cursor theme to the whole system

2019-08-03 Thread Patrick Silva
https://bugs.kde.org/show_bug.cgi?id=382604

--- Comment #2 from Patrick Silva  ---
yes, it's still happening on X11. Wayland session requires relogin to apply a
new cursor theme.
On X11 changing the cursor theme only takes effect immediately on plasma panel,
widgets placed on panel/desktop, apps launcher and window decorations. 
If you hover over the files list of Dolphin or the text area of Kate, for
example, you see the previous cursor until relogin.

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.16.80
KDE Frameworks Version: 5.61.0
Qt Version: 5.12.3

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart plasma session to apply a new cursor theme to the whole system

2019-08-01 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=382604

Nate Graham  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
  Component|kcm_mouse   |kcm_cursortheme
 CC||n...@kde.org
 Status|REPORTED|NEEDSINFO
   Assignee|unassigned-b...@kde.org |plasma-b...@kde.org

--- Comment #1 from Nate Graham  ---
Is this still happening?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart plasma session to apply a new cursor theme to the whole system

2018-07-16 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382604

Dr. Chapatin  changed:

   What|Removed |Added

Version|5.10.4  |5.13.3

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 382604] User needs to restart plasma session to apply a new cursor theme to the whole system

2017-07-27 Thread Dr . Chapatin
https://bugs.kde.org/show_bug.cgi?id=382604

Dr. Chapatin  changed:

   What|Removed |Added

Summary|User needs restart plasma   |User needs to restart
   |session to apply a new  |plasma session to apply a
   |cursor theme to whole   |new cursor theme to the
   |system  |whole system

-- 
You are receiving this mail because:
You are watching all bug changes.