[xdg-desktop-portal-kde] [Bug 483838] Global Shortcuts: No way for an app to remove its shortcuts

2024-03-17 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=483838

coherence  changed:

   What|Removed |Added

 CC||niuchang...@gmail.com

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

[kwin] [Bug 483573] global shortcuts are still there when a kwin script is uninstalled

2024-03-14 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=483573

coherence  changed:

   What|Removed |Added

   Keywords||qt6

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

[kwin] [Bug 483573] global shortcuts are still there when a kwin script is uninstalled

2024-03-14 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=483573

coherence  changed:

   What|Removed |Added

 CC||niuchang...@gmail.com

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

[kwin] [Bug 483573] New: global shortcuts are still there when a kwin script is uninstalled

2024-03-14 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=483573

Bug ID: 483573
   Summary: global shortcuts are still there when a kwin script is
uninstalled
Classification: Plasma
   Product: kwin
   Version: 6.0.2
  Platform: Arch Linux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: scripting
  Assignee: kwin-bugs-n...@kde.org
  Reporter: niuchang...@gmail.com
  Target Milestone: ---

SUMMARY
global shortcuts are still there when a kwin script is uninstalled

STEPS TO REPRODUCE
1.  create a kwin script, in which a global shortcut is registered by
`registerShortcut` method
2.  install the script using `kpackagetool6 --type KWin/Script --install .`
2.  the global shortcut works correctly
3.  uninstall the script

OBSERVED RESULT
the registered global shortcut still works

EXPECTED RESULT
It should not work.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
(available in About System)
KDE Plasma Version: 6.0.2
KDE Frameworks Version: 6.0.0 
Qt Version: 6.6.2

ADDITIONAL INFORMATION
And when I install a script again which binds the same shortcut, the shortcut
seems to call to the old (uninstalled) script, not the new one.

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

[systemsettings] [Bug 477188] Removed global shortcuts persist in the UI, but don't do anything

2024-03-06 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=477188

coherence  changed:

   What|Removed |Added

 CC||niuchang...@gmail.com

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

[plasmashell] [Bug 427214] Add ability to paste Klipper's contents on selection

2024-02-02 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=427214

coherence  changed:

   What|Removed |Added

 CC||niuchang...@gmail.com

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

[plasmashell] [Bug 427214] Add ability to paste Klipper's contents on selection

2024-02-02 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=427214

coherence  changed:

   What|Removed |Added

 CC||svl...@gmail.com

--- Comment #26 from coherence  ---
*** Bug 474671 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 474671] Option to automatically paste just-clicked-on history text into previously-selected text field

2024-02-02 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=474671

coherence  changed:

   What|Removed |Added

 CC||niuchang...@gmail.com
 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE

--- Comment #2 from coherence  ---


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

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

[plasmashell] [Bug 427214] Add ability to paste Klipper's contents on selection

2024-02-02 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=427214

coherence  changed:

   What|Removed |Added

 CC||c...@nobrandheroes.net

--- Comment #25 from coherence  ---
*** Bug 478870 has been marked as a duplicate of this bug. ***

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

[plasmashell] [Bug 478870] Automatically paste clipboard contents on history selection

2024-02-02 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=478870

coherence  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |DUPLICATE
 CC||niuchang...@gmail.com

--- Comment #1 from coherence  ---


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

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

[kdeconnect] [Bug 476123] KDE Connect randomly starting playback of paused/stopped media on PC side

2023-12-10 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=476123

coherence  changed:

   What|Removed |Added

 CC||niuchang...@gmail.com

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

[kwin] [Bug 470175] Without focus, XWayland apps cannot get Clipboard/Selection change events from Wayland apps.

2023-10-10 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=470175

coherence  changed:

   What|Removed |Added

 CC||niuchang...@gmail.com

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

[kwin] [Bug 474207] Provide a scripting API to run arbitrary commands

2023-09-05 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=474207

coherence  changed:

   What|Removed |Added

 CC||niuchang...@gmail.com

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

[kwin] [Bug 474207] New: Provide a scripting API to run arbitrary commands

2023-09-05 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=474207

Bug ID: 474207
   Summary: Provide a scripting API to run arbitrary commands
Classification: Plasma
   Product: kwin
   Version: 5.27.7
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: normal
  Priority: NOR
 Component: scripting
  Assignee: kwin-bugs-n...@kde.org
  Reporter: niuchang...@gmail.com
  Target Milestone: ---

SUMMARY
KWin Scripts lack an API to run arbitrary commands/applications. 

I did a simple search and found at least 4 people in reddit had asked the same
question and did not find out a way to do so. I see there was a way to call
dbus service `org.kde.klauncher5` to execute commands. But this service is
unavailable in my system. And as this post
https://bugs.kde.org/show_bug.cgi?id=455515 says, it was deprecated and
removed.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: 
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.0

ADDITIONAL INFORMATION

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

[frameworks-kio] [Bug 467569] New: Move to trash should not wake up hdd

2023-03-19 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=467569

Bug ID: 467569
   Summary: Move to trash should not wake up hdd
Classification: Frameworks and Libraries
   Product: frameworks-kio
   Version: unspecified
  Platform: Archlinux
OS: Linux
Status: REPORTED
  Severity: minor
  Priority: NOR
 Component: Trash
  Assignee: fa...@kde.org
  Reporter: niuchang...@gmail.com
CC: kdelibs-b...@kde.org
  Target Milestone: ---

SUMMARY
I have my SSD mounted in /, and my HDD mount in /mnt/hdd. I configured my hdd
to spindown when it's idle.
When my HDD is sleeping, move any file to trash will wake HDD up.

STEPS TO REPRODUCE
1. Move a file to Trash in dolphin

OBSERVED RESULT
The HDD is being waken up.

EXPECTED RESULT
The HDD should stay asleep.

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Archlinux
(available in About System)
KDE Plasma Version: 5.27.3
KDE Frameworks Version: 5.104.0
Qt Version: 5.15.8

ADDITIONAL INFORMATION

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

[KScreen] [Bug 464590] kded5 crashes in KScreen::Config::setOutputPriority() after monitor wakes from sleep

2023-02-22 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=464590

coherence  changed:

   What|Removed |Added

 CC||niuchang...@gmail.com

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

[KScreen] [Bug 466036] kded5 crash after resume from blank

2023-02-20 Thread coherence
https://bugs.kde.org/show_bug.cgi?id=466036

coherence  changed:

   What|Removed |Added

   Keywords||regression
 CC||niuchang...@gmail.com

--- Comment #1 from coherence  ---
I have encountered the same issue after updating to 5.27. The steps to
reproduce are also the same.

Backtrace:
#0  0x7fc0700a08ec in  () at /usr/lib/libc.so.6
#1  0x7fc070051ea8 in raise () at /usr/lib/libc.so.6
#2  0x7fc071ce637c in KCrash::defaultCrashHandler(int) () at
/usr/lib/libKF5Crash.so.5
#3  0x7fc070051f50 in  () at /usr/lib/libc.so.6
#4  0x7fc05e36bcf4 in KScreen::Output::id() const () at
/usr/lib/libKF5Screen.so.8
#5  0x7fc05e35e71d in
KScreen::Config::setOutputPriority(QSharedPointer const&,
unsigned int) () at /usr/lib/libKF5Screen.so.8
#6  0x7fc05e36826f in KScreen::SetConfigOperation::start() () at
/usr/lib/libKF5Screen.so.8
#7  0x7fc0708b1bb0 in QObject::event(QEvent*) () at
/usr/lib/libQt5Core.so.5
#8  0x7fc071778b5c in QApplicationPrivate::notify_helper(QObject*, QEvent*)
() at /usr/lib/libQt5Widgets.so.5
#9  0x7fc07088df48 in QCoreApplication::notifyInternal2(QObject*, QEvent*)
() at /usr/lib/libQt5Core.so.5
#10 0x7fc07088ea53 in QCoreApplicationPrivate::sendPostedEvents(QObject*,
int, QThreadData*) () at /usr/lib/libQt5Core.so.5
#11 0x7fc0708d4e88 in  () at /usr/lib/libQt5Core.so.5
#12 0x7fc06f51682b in g_main_context_dispatch () at
/usr/lib/libglib-2.0.so.0
#13 0x7fc06f56dcc9 in  () at /usr/lib/libglib-2.0.so.0
#14 0x7fc06f5150e2 in g_main_context_iteration () at
/usr/lib/libglib-2.0.so.0
#15 0x7fc0708d8c6c in
QEventDispatcherGlib::processEvents(QFlags) ()
at /usr/lib/libQt5Core.so.5
#16 0x7fc0708866ec in
QEventLoop::exec(QFlags) () at
/usr/lib/libQt5Core.so.5
#17 0x7fc070891219 in QCoreApplication::exec() () at
/usr/lib/libQt5Core.so.5
#18 0x559c1e9f2040 in  ()
#19 0x7fc07003c790 in  () at /usr/lib/libc.so.6
#20 0x7fc07003c84a in __libc_start_main () at /usr/lib/libc.so.6
#21 0x559c1e9f20c5 in  ()

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