[plasmashell] [Bug 466054] Integrate input method panel into system tray

2023-05-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466054

Nate Graham  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|REPORTED|CONFIRMED

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

[plasmashell] [Bug 466054] Integrate input method panel into system tray

2023-05-18 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466054

--- Comment #2 from Nate Graham  ---
It would basically be a matter of doing this in plasma-desktop:

diff --git applets/kimpanel/package/metadata.json
applets/kimpanel/package/metadata.json
index ba4d6dce4..459dfa7f4 100644
--- applets/kimpanel/package/metadata.json
+++ applets/kimpanel/package/metadata.json
@@ -202,5 +202,7 @@
 "Keywords[zh_CN]": "Input;IM;输入法;输入;",
 "Keywords[zh_TW]": "Input;IM;",
 "X-Plasma-API": "declarativeappletscript",
-"X-Plasma-MainScript": "ui/main.qml"
+"X-Plasma-MainScript": "ui/main.qml",
+"X-Plasma-NotificationArea": true,
+"X-Plasma-NotificationAreaCategory": "SystemServices"
 }


But that would have the effect of loading it for everyone, so before doing
this, we'd need to make some code changes to ensure that it:
- marks itself as disabled or passive when not set up
- shows a setup UI when activated before being set up that walks people through
setting it up for the first time
- doesn't conflict with IBus when IBus is also running, and if it does, that it
recognizes this and tells the user what to do about it

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

[plasmashell] [Bug 466054] Integrate input method panel into system tray

2023-05-24 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=466054

Fushan Wen  changed:

   What|Removed |Added

 Status|CONFIRMED   |NEEDSINFO
 CC||qydwhotm...@gmail.com
 Resolution|--- |INTENTIONAL

--- Comment #3 from Fushan Wen  ---
Not sure if it's possible. An input method can have more than one icon.

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

[plasmashell] [Bug 466054] Integrate input method panel into system tray

2023-05-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466054

--- Comment #4 from Nate Graham  ---
This bug report is specifically about the Kimpanel widget. Does that still
apply? (I don't use it, so I don't know)

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

[plasmashell] [Bug 466054] Integrate input method panel into system tray

2023-05-24 Thread Fushan Wen
https://bugs.kde.org/show_bug.cgi?id=466054

--- Comment #5 from Fushan Wen  ---
I don't think it possible since the tray icon only reserves space for one icon,
and that's why kimpanel is not integrated with the system tray.

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

[plasmashell] [Bug 466054] Integrate input method panel into system tray

2023-05-24 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466054

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED

--- Comment #6 from Nate Graham  ---
All right.

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

[plasmashell] [Bug 466054] Integrate input method panel into system tray

2023-05-24 Thread Ryan Y
https://bugs.kde.org/show_bug.cgi?id=466054

--- Comment #7 from Ryan Y  ---
OK, thank you two for looking into this bug report.

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

[plasmashell] [Bug 466054] Integrate input method panel into system tray

2023-02-21 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=466054

Nate Graham  changed:

   What|Removed |Added

 CC||n...@kde.org

--- Comment #1 from Nate Graham  ---
It's possible; the applet just needs a metadata hint that tells the System Tray
to include it.

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