[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-05-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #43 from Nate Graham  ---
Done, see
https://invent.kde.org/plasma/kactivitymanagerd/-/commit/0429ab68833c46bb513d440d998326698ce41144

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-05-10 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=374575

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/commit/52 |ma/kactivitymanagerd/commit
   |c5290bf48bb96b9e0073880c72a |/0429ab68833c46bb513d440d99
   |bf7c9c14c50 |8326698ce41144

--- Comment #42 from Nate Graham  ---
Git commit 0429ab68833c46bb513d440d998326698ce41144 by Nate Graham, on behalf
of David Edmundson.
Committed on 10/05/2021 at 16:28.
Pushed by ngraham into branch 'Plasma/5.18'.

Use correct way to register for a shortcut

setDefaultShortcut sets a default shortcut, but it doesn't bind it to
the action.

We want setShortcut.

setGlobalShortcut wraps both. By setting autoloading, it doesn't
actually overwrite the user-set shortcut if one is set.


(cherry picked from commit bd2fab0a52f85cad26c5dd1562313e4138d3352c)

M  +1-1src/service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp

https://invent.kde.org/plasma/kactivitymanagerd/commit/0429ab68833c46bb513d440d998326698ce41144

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-05-10 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=374575

Wolfgang Bauer  changed:

   What|Removed |Added

   Version Fixed In|5.18.7  |5.18.8

--- Comment #41 from Wolfgang Bauer  ---
(In reply to Nate Graham from comment #40)
> Done.

I just noticed that the (more important) fix to kactivitymanagerd was still
missing in Plasma 5.18.7 though. (see comment#28/comment#29)

Can you please cherry-pick that to the 5.18 branch as well?
Thanks.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-01-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=374575

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In|5.20|5.18.7

--- Comment #40 from Nate Graham  ---
Done.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-01-19 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=374575

Nate Graham  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/commit/39 |ma/plasma-desktop/commit/52
   |5aba0f3dc2e076715c64ec19d9f |c5290bf48bb96b9e0073880c72a
   |1487630a4dd |bf7c9c14c50

--- Comment #39 from Nate Graham  ---
Git commit 52c5290bf48bb96b9e0073880c72abf7c9c14c50 by Nate Graham, on behalf
of David Edmundson.
Committed on 19/01/2021 at 17:13.
Pushed by ngraham into branch 'Plasma/5.18'.

[kcms/activities] Use correct method to set active global shortcut

We're not binding to the action so we don't want setGlobalShortcut. We
also need to not autoload in order to actually save anything.


(cherry picked from commit c5413826168497c361bb7122f9910b267e1e8e50)

(cherry picked from commit 33fd305870d2be3996fa79a2480db1a7521bca3c)

(cherry picked from commit 395aba0f3dc2e076715c64ec19d9f1487630a4dd)

M  +1-2kcms/activities/imports/dialog.cpp

https://invent.kde.org/plasma/plasma-desktop/commit/52c5290bf48bb96b9e0073880c72abf7c9c14c50

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-01-18 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=374575

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||wba...@tmo.at

--- Comment #38 from Wolfgang Bauer  ---
@David Edmundson:
Could the fixes be backported to the 5.18 LTS branch too, please?
They do apply cleanly and fix the problem there as well, AFAICT.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-01-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374575

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kactivitymanagerd/commit |ma/plasma-desktop/commit/39
   |/ac03e7c5f150f25f4560f5b2d9 |5aba0f3dc2e076715c64ec19d9f
   |b084a45a212737  |1487630a4dd

--- Comment #37 from David Edmundson  ---
Git commit 395aba0f3dc2e076715c64ec19d9f1487630a4dd by David Edmundson.
Committed on 18/01/2021 at 11:35.
Pushed by davidedmundson into branch 'cherry-pick-33fd3058'.

[kcms/activities] Use correct method to set active global shortcut

We're not binding to the action so we don't want setGlobalShortcut. We
also need to not autoload in order to actually save anything.


(cherry picked from commit c5413826168497c361bb7122f9910b267e1e8e50)

(cherry picked from commit 33fd305870d2be3996fa79a2480db1a7521bca3c)

M  +1-2kcms/activities/imports/dialog.cpp

https://invent.kde.org/plasma/plasma-desktop/commit/395aba0f3dc2e076715c64ec19d9f1487630a4dd

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-01-18 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374575

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/commit/33 |ma/kactivitymanagerd/commit
   |fd305870d2be3996fa79a2480db |/ac03e7c5f150f25f4560f5b2d9
   |1a7521bca3c |b084a45a212737

--- Comment #36 from David Edmundson  ---
Git commit ac03e7c5f150f25f4560f5b2d9b084a45a212737 by David Edmundson.
Committed on 18/01/2021 at 11:35.
Pushed by davidedmundson into branch 'cherry-pick-bd2fab0a'.

Use correct way to register for a shortcut

setDefaultShortcut sets a default shortcut, but it doesn't bind it to
the action.

We want setShortcut.

setGlobalShortcut wraps both. By setting autoloading, it doesn't
actually overwrite the user-set shortcut if one is set.


(cherry picked from commit bd2fab0a52f85cad26c5dd1562313e4138d3352c)

M  +1-1src/service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp

https://invent.kde.org/plasma/kactivitymanagerd/commit/ac03e7c5f150f25f4560f5b2d9b084a45a212737

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-01-18 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #35 from Wolfgang Bauer  ---
@David Edmundson:
Could the fixes be backported to the 5.18 LTS branch too, please?
They do apply cleanly and fix the problem there as well, AFAICT.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-01-18 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #34 from Wolfgang Bauer  ---
*** Bug 417853 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2021-01-18 Thread Wolfgang Bauer
https://bugs.kde.org/show_bug.cgi?id=374575

Wolfgang Bauer  changed:

   What|Removed |Added

 CC||j.geor...@gmail.com

--- Comment #33 from Wolfgang Bauer  ---
*** Bug 398069 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

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

Nate Graham  changed:

   What|Removed |Added

 CC||fdelgado...@gmail.com

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

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

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

Nate Graham  changed:

   What|Removed |Added

   Version Fixed In||5.20

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-09-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374575

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/plasma-desktop/commit/c5 |ma/plasma-desktop/commit/33
   |413826168497c361bb7122f9910 |fd305870d2be3996fa79a2480db
   |b267e1e8e50 |1a7521bca3c

--- Comment #31 from David Edmundson  ---
Git commit 33fd305870d2be3996fa79a2480db1a7521bca3c by David Edmundson.
Committed on 25/09/2020 at 14:59.
Pushed by davidedmundson into branch 'Plasma/5.20'.

[kcms/activities] Use correct method to set active global shortcut

We're not binding to the action so we don't want setGlobalShortcut. We
also need to not autoload in order to actually save anything.


(cherry picked from commit c5413826168497c361bb7122f9910b267e1e8e50)

M  +1-2kcms/activities/imports/dialog.cpp

https://invent.kde.org/plasma/plasma-desktop/commit/33fd305870d2be3996fa79a2480db1a7521bca3c

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-09-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374575

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kactivitymanagerd/commit |ma/plasma-desktop/commit/c5
   |/3bd3ef32a6fead65e7925e097a |413826168497c361bb7122f9910
   |7abe51909231d5  |b267e1e8e50

--- Comment #30 from David Edmundson  ---
Git commit c5413826168497c361bb7122f9910b267e1e8e50 by David Edmundson.
Committed on 25/09/2020 at 14:59.
Pushed by davidedmundson into branch 'master'.

[kcms/activities] Use correct method to set active global shortcut

We're not binding to the action so we don't want setGlobalShortcut. We
also need to not autoload in order to actually save anything.

M  +1-2kcms/activities/imports/dialog.cpp

https://invent.kde.org/plasma/plasma-desktop/commit/c5413826168497c361bb7122f9910b267e1e8e50

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-09-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374575

David Edmundson  changed:

   What|Removed |Added

  Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas
   |ma/kactivitymanagerd/commit |ma/kactivitymanagerd/commit
   |/bd2fab0a52f85cad26c5dd1562 |/3bd3ef32a6fead65e7925e097a
   |313e4138d3352c  |7abe51909231d5

--- Comment #29 from David Edmundson  ---
Git commit 3bd3ef32a6fead65e7925e097a7abe51909231d5 by David Edmundson.
Committed on 25/09/2020 at 14:58.
Pushed by davidedmundson into branch 'Plasma/5.20'.

Use correct way to register for a shortcut

setDefaultShortcut sets a default shortcut, but it doesn't bind it to
the action.

We want setShortcut.

setGlobalShortcut wraps both. By setting autoloading, it doesn't
actually overwrite the user-set shortcut if one is set.


(cherry picked from commit bd2fab0a52f85cad26c5dd1562313e4138d3352c)

M  +1-1src/service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp

https://invent.kde.org/plasma/kactivitymanagerd/commit/3bd3ef32a6fead65e7925e097a7abe51909231d5

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-09-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374575

David Edmundson  changed:

   What|Removed |Added

  Latest Commit||https://invent.kde.org/plas
   ||ma/kactivitymanagerd/commit
   ||/bd2fab0a52f85cad26c5dd1562
   ||313e4138d3352c
 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #28 from David Edmundson  ---
Git commit bd2fab0a52f85cad26c5dd1562313e4138d3352c by David Edmundson.
Committed on 25/09/2020 at 14:57.
Pushed by davidedmundson into branch 'master'.

Use correct way to register for a shortcut

setDefaultShortcut sets a default shortcut, but it doesn't bind it to
the action.

We want setShortcut.

setGlobalShortcut wraps both. By setting autoloading, it doesn't
actually overwrite the user-set shortcut if one is set.

M  +1-1src/service/plugins/globalshortcuts/GlobalShortcutsPlugin.cpp

https://invent.kde.org/plasma/kactivitymanagerd/commit/bd2fab0a52f85cad26c5dd1562313e4138d3352c

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-09-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #27 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/kactivitymanagerd/-/merge_requests/6

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-09-25 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #26 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/164

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-09-25 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374575

David Edmundson  changed:

   What|Removed |Added

 CC||k...@davidedmundson.co.uk

--- Comment #25 from David Edmundson  ---
>kglobalshortcutsrc file generated through activity manager, and through global 
>shortcuts, for comparison

So keys and defaultKeys get switched. 

Probably means someone is using the wrong type of setShortcut somewhere and not
setting autoloading.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-07-23 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=374575

Bug Janitor Service  changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #24 from Bug Janitor Service  ---
A possibly relevant merge request was started @
https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/78

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-07-23 Thread Ivan Čukić
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #23 from Ivan Čukić  ---
I proposed removing this some time ago as the shortcut can be set from
Shortcuts KCM, but I was told it will be fixed.

That hasn't happened, so I'm in favor of removing this part of the
configuration. Expect the patch soon.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-07-23 Thread Michael K.
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #22 from Michael K.  ---
(In reply to Dominik Stańczak from comment #21)
> One more note - I would honestly be in favor of removing this functionality
> while it doesn't work. I would suspect somewhere around
> https://invent.kde.org/
> search?utf8=%E2%9C%93=false=_ref=master=shor
> tcut_id=1568_id=2674 would be the place to do that?

+1
Features that don't work mess up the user experience - fatal for new users..

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-07-23 Thread Dominik Stańczak
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #21 from Dominik Stańczak  ---
One more note - I would honestly be in favor of removing this functionality
while it doesn't work. I would suspect somewhere around
https://invent.kde.org/search?utf8=%E2%9C%93=false=_ref=master=shortcut_id=1568_id=2674
would be the place to do that?

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-07-23 Thread Dominik Stańczak
https://bugs.kde.org/show_bug.cgi?id=374575

Dominik Stańczak  changed:

   What|Removed |Added

 CC||stanczakdomi...@gmail.com

--- Comment #20 from Dominik Stańczak  ---
Created attachment 130330
  --> https://bugs.kde.org/attachment.cgi?id=130330=edit
kglobalshortcutsrc file generated through activity manager, and through global
shortcuts, for comparison

While this bug does still occur, Ivan's fix does help sidestep it. I'm
attaching an example of the relevant part of the kglobalshortcutsrc file as
generated through Global Shortcuts and through the Activity Manager.

I notice two things:

* Global shortcuts go "hotkey,none", while Activity manager does "none,hotkey"
- adding the set hotkey as the secondary one
* ActivityManager generates a bunch of spurious activities the IDs of which I
haven't been able to track down.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-05-29 Thread Michael K.
https://bugs.kde.org/show_bug.cgi?id=374575

Michael K.  changed:

   What|Removed |Added

 CC||f4tm...@web.de

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-03-21 Thread Likivik
https://bugs.kde.org/show_bug.cgi?id=374575

Likivik  changed:

   What|Removed |Added

 CC||aarm...@gmail.com

--- Comment #19 from Likivik  ---
*** Bug 397134 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-03-21 Thread Likivik
https://bugs.kde.org/show_bug.cgi?id=374575

Likivik  changed:

   What|Removed |Added

 CC||liki...@gmail.com

--- Comment #18 from Likivik  ---
Seems to still be an issue.

(In reply to Ivan Čukić from comment #9)
> Hopefully this works in current master.
> 
> If it does not, try the following steps:
> 
> - stop kactivitymanagerd and kglobalaccel5
> - edit the kglobalshortcutsrc and remove the section for activity manager
> - restart kactivitymanagerd and kglobalaccel5
> 
> Set the shortcuts via System Settings -> Shortcuts -> Global Shortcuts ->
> Activity Manager
> 
> The issue that remains is that setting the shortcut via the activities kcm
> is broken.
---

Could you help a noob to figure out how to do these steps?

---
Operating System: NixOS 19.09.2229.d7843c8add6
KDE Plasma Version: 5.16.5
KDE Frameworks Version: 5.61.0
Qt Version: 5.12.3
Kernel Version: 4.19.108
OS Type: 64-bit
Processors: 2 × Intel® Pentium® CPU G3220 @ 3.00GHz
Memory: 8,7 GiB of RAM

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-02-17 Thread Christian Parpart
https://bugs.kde.org/show_bug.cgi?id=374575

Christian Parpart  changed:

   What|Removed |Added

 CC||christian@parpart.family

--- Comment #17 from Christian Parpart  ---
Sadly, I've to put myself onto the list. If Any KDE developer is listening.
What's the policy of fixing bugs? Is this considered one? It's 3 years old now.
If you refuse to fix this bug, you could at least either remove this feature
(because it is highly frustrating), or put a bounty on fixing it, so that
external volunteers feel motivated enough to try fixing it, or 3rd, you provide
some hints what to do to fix it.

That would be really awesome :)

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2020-01-21 Thread Thomas Bigot
https://bugs.kde.org/show_bug.cgi?id=374575

Thomas Bigot  changed:

   What|Removed |Added

 CC||thomas.bi...@tmgo.net

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2019-06-16 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=374575

halbach.vol...@gmail.com changed:

   What|Removed |Added

 CC||halbach.vol...@gmail.com

--- Comment #16 from halbach.vol...@gmail.com ---
There are workarounds out there. Obviously it won't be fixed. But then please
remove at least the option to assign shortcuts in Desktop Behaviour>Activities,
so that people don't try there. It will people save time if nonfunctional
clutter is removed.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2019-04-11 Thread Christian Muehlhaeuser
https://bugs.kde.org/show_bug.cgi?id=374575

Christian Muehlhaeuser  changed:

   What|Removed |Added

 CC||mue...@fribbledom.com

--- Comment #15 from Christian Muehlhaeuser  ---
Experiencing the same problem here. It works occasionally, but most of the
times they simply don't work. Set mine to Meta/Win + F-keys.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2019-02-26 Thread Yuze Jiang
https://bugs.kde.org/show_bug.cgi?id=374575

Yuze Jiang  changed:

   What|Removed |Added

 CC||fortissi...@gmail.com

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2019-01-27 Thread Ville Aakko
https://bugs.kde.org/show_bug.cgi?id=374575

Ville Aakko  changed:

   What|Removed |Added

 CC||ville.aa...@gmail.com

--- Comment #14 from Ville Aakko  ---
Hi,

Shortcuts to switching X activity still do not sometimes work.

FWIW, I originally set my shortcuts keys as suggested by Ivan - didn't even
know it is possible to do the way as in original report.

Ivans workaroung works, but only for after a few reboots, after shortcut keys
stop working again.

(Plasmashell 5.14.5 on Arch Linux)

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect when set from the Activities KCM

2018-11-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=374575

Nate Graham  changed:

   What|Removed |Added

Summary|"Shortcut for switching to  |"Shortcut for switching to
   |this activity" has no   |this activity" has no
   |effect  |effect when set from the
   ||Activities KCM

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2018-11-04 Thread Shitikanth
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #13 from Shitikanth  ---
@Nate, I tried Ivan's suggestions again, and it works! Thanks.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2018-10-31 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=374575

Nate Graham  changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |---

--- Comment #12 from Nate Graham  ---
Darn. Can you do as Ivan asked?

> If it does not, try the following steps:
> 
> - stop kactivitymanagerd and kglobalaccel5
> - edit the kglobalshortcutsrc and remove the section for activity manager
> - restart kactivitymanagerd and kglobalaccel5
> 
> Set the shortcuts via System Settings -> Shortcuts -> Global Shortcuts ->
> Activity Manager
> 
> The issue that remains is that setting the shortcut via the activities kcm
> is broken.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2018-10-29 Thread Shitikanth
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #11 from Shitikanth  ---
@Nate, I can still reproduce this bug, with the same steps as before. 
(KDE Plasma version 5.14.2)

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2018-08-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=374575

Nate Graham  changed:

   What|Removed |Added

 Status|CONFIRMED   |RESOLVED
 Resolution|--- |FIXED
 CC||n...@kde.org

--- Comment #10 from Nate Graham  ---
Can anyone reproduce this? I cannot. Let's call it fixed, and if anyone running
recent software can still reproduce it, we can re-open it.

Thanks folks!

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2018-08-07 Thread Ivan Čukić
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #9 from Ivan Čukić  ---
Hopefully this works in current master.

If it does not, try the following steps:

- stop kactivitymanagerd and kglobalaccel5
- edit the kglobalshortcutsrc and remove the section for activity manager
- restart kactivitymanagerd and kglobalaccel5

Set the shortcuts via System Settings -> Shortcuts -> Global Shortcuts ->
Activity Manager

The issue that remains is that setting the shortcut via the activities kcm is
broken.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2018-08-07 Thread Ivan Čukić
https://bugs.kde.org/show_bug.cgi?id=374575

Ivan Čukić  changed:

   What|Removed |Added

 CC||mutla...@ikarustech.com

--- Comment #8 from Ivan Čukić  ---
*** Bug 342186 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2018-06-11 Thread Erik Quaeghebeur
https://bugs.kde.org/show_bug.cgi?id=374575

Erik Quaeghebeur  changed:

   What|Removed |Added

 CC||k...@equaeghe.nospammail.net

--- Comment #7 from Erik Quaeghebeur  ---
Duplicate of Bug 342186?

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2017-12-04 Thread David Edmundson
https://bugs.kde.org/show_bug.cgi?id=374575

David Edmundson  changed:

   What|Removed |Added

 CC||fabrice.salva...@orange.fr

--- Comment #6 from David Edmundson  ---
*** Bug 386783 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2017-12-02 Thread Alexander Mentyu
https://bugs.kde.org/show_bug.cgi?id=374575

Alexander Mentyu  changed:

   What|Removed |Added

 CC||notux...@gmail.com

--- Comment #5 from Alexander Mentyu  ---
Looks related to https://bugs.kde.org/show_bug.cgi?id=386783

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2017-05-22 Thread Knut Hildebrandt
https://bugs.kde.org/show_bug.cgi?id=374575

Knut Hildebrandt  changed:

   What|Removed |Added

 CC||knut.hildebra...@gmx.de

--- Comment #4 from Knut Hildebrandt  ---
The same here and that for a while. I tried to assign Meta-F1 etc. They seem to
get assigned but after saving and reopening the configuration menu the settings
have disappeared again.

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2017-03-26 Thread bob
https://bugs.kde.org/show_bug.cgi?id=374575

b...@mroczka.com  changed:

   What|Removed |Added

 CC||b...@mroczka.com

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2017-01-16 Thread Ivan Čukić
https://bugs.kde.org/show_bug.cgi?id=374575

Ivan Čukić  changed:

   What|Removed |Added

 CC||petrb...@gmail.com

--- Comment #3 from Ivan Čukić  ---
*** Bug 360975 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2017-01-05 Thread Shitikanth
https://bugs.kde.org/show_bug.cgi?id=374575

--- Comment #2 from Shitikanth  ---
@Kal, I had actually tried a number of key combinations and none of them
worked. Can you perhaps point out something that *would* work?

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

[plasmashell] [Bug 374575] "Shortcut for switching to this activity" has no effect

2017-01-05 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=374575

Kai Uwe Broulik  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Meta+Number is now assigned to the task manager.
The bug is that Plasma doesn't confirm that a shortcut is already taken
(usually it would ask "Would you still like to assign?") and just discards your
choice.

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