Issue: Quick Search immediately disappears on Hyprland
Steps to reproduce:
- Open Notion.
- Trigger Quick Search by clicking the Notion tray icon in Waybar.
- The "Notion - Command Search" popup appears.
- As soon as the mouse is moved or the popup loses focus, it immediately disappears.
- Trying to open Quick Search again does nothing.
- hyprctl clients no longer lists the "Notion - Command Search" window.
- Restarting Notion is required before Quick Search works again."
I investigated the application code and observed that the Quick Search window receives a blur event immediately after it is shown. That blur event dispatches toggleVisibilityStateIfReady(), which changes the visibility state to not-visible, causing the window to be hidden.[i tried debugging with gpt but failed][dont trust that this might be the cause]
Other issues present are: global shortcut keys not working to open quick search ( even when in the app), toggle buttons and quit notion not working from tray icon
Pinned Comments
AsukaMinato commented on 2025-07-19 14:11 (UTC)
because notion use an api not on linux. And no official linux version.
https://www.electronjs.org/docs/latest/api/system-preferences#systempreferencesgetmediaaccessstatusmediatype-windows-macos
mateushonorato commented on 2024-08-30 20:37 (UTC) (edited on 2024-08-30 22:55 (UTC) by mateushonorato)
please update to latest version and see if those errors are fixed. if not, try cleaning your Notion config folder. Fully quit the notion app, and then run the following:
Note that you will have to login again after running this.
mateushonorato commented on 2024-08-09 13:50 (UTC) (edited on 2024-08-09 14:38 (UTC) by mateushonorato)
I was able to fix the issue with windows decorations by rebuilding the package using mac version instead of windows. I also fixed the tray icon and some other errors, made some checks to avoid duplicated windows, and Notion seems to work a lot smoother now.
Here is the repo with the modifications I made: https://github.com/mateushonorato/notion-app-electron-aur
The icon being used as the tray and app icon comes from Papirus Icon Pack. @AsukaMinato feel free to merge any of those modifications in this package or to ask me anything about how I made them.
AsukaMinato commented on 2023-11-10 03:04 (UTC) (edited on 2025-01-05 11:45 (UTC) by AsukaMinato)
If using fcitx5 and sometimes when you type faster, some letters will go directly into the text box and will not appear in the candidate area of the input method.
In
~/.config/gtk-3.0/settings.iniwritegtk-im-module=fcitxby default it uses Xwayland, if you want to use Wayland
if you use kwin
if other
reference https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland
AsukaMinato commented on 2023-11-08 14:01 (UTC)
get the newest version
kidonng commented on 2023-10-31 07:52 (UTC) (edited on 2024-01-29 12:45 (UTC) by kidonng)
NOTES
KNOWN ISSUES