Package Details: notion-app-electron 4.2.0-1

Git Clone URL: https://aur.archlinux.org/notion-app-electron.git (read-only, click to copy)
Package Base: notion-app-electron
Description: Your connected workspace for wiki, docs & projects
Upstream URL: https://www.notion.so/desktop
Keywords: & connected docs for projects wiki, workspace your
Licenses: custom
Submitter: AsukaMinato
Maintainer: AsukaMinato (kidonng, mateushonorato)
Last Packager: mateushonorato
Votes: 14
Popularity: 0.61
First Submitted: 2023-10-19 19:29 (UTC)
Last Updated: 2024-12-14 17:45 (UTC)

Pinned Comments

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:

rm ~/.config/Notion -rf

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 2024-09-22 22:07 (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.ini write gtk-im-module=fcitx


by default it uses Xwayland, if you want to use Wayland

notion-app  --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime

reference https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland

AsukaMinato commented on 2023-11-08 14:01 (UTC)

get the newest version

curl --silent https://desktop-release.notion-static.com/latest.yml | head --lines=1 | cut --delimiter=' ' --fields=2

kidonng commented on 2023-10-31 07:52 (UTC) (edited on 2024-01-29 12:45 (UTC) by kidonng)

NOTES

  • This application has a tray icon. To quit the application completely, press Ctrl+Q.
  • To access the application menu, hold Alt for a moment instead of pressing Alt.

KNOWN ISSUES

  • Stub Wayland icon is shown in some places when Ozone platform is Wayland

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

AsukaMinato commented on 2023-11-10 03:04 (UTC) (edited on 2024-09-22 22:07 (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.ini write gtk-im-module=fcitx


by default it uses Xwayland, if you want to use Wayland

notion-app  --enable-features=UseOzonePlatform --ozone-platform=wayland --enable-wayland-ime

reference https://fcitx-im.org/wiki/Using_Fcitx_5_on_Wayland

wils0n commented on 2023-11-09 16:06 (UTC)

@kidonng Ctrl+Q doesn't close the tray icon, only the app.

kidonng commented on 2023-11-09 15:28 (UTC)

@wils0n Press Ctrl+Q to exit, it's an Electron shortcut.

wils0n commented on 2023-11-09 15:08 (UTC)

In the last update there is a tray icon, but I can't close the app from there. Is there any way to do this.

AsukaMinato commented on 2023-11-08 14:01 (UTC)

get the newest version

curl --silent https://desktop-release.notion-static.com/latest.yml | head --lines=1 | cut --delimiter=' ' --fields=2

zhullyb commented on 2023-11-06 02:46 (UTC)

Great job, voted, thanks a lot.

kidonng commented on 2023-11-04 07:49 (UTC)

Technically yes, but it's nice to have separate config for different apps.

I won't object to removing the launcher though, people who need that can write their own.

AsukaMinato commented on 2023-11-04 07:28 (UTC)

I just know that it's unnecessary to use a notion-flag file. Since it can read electron25-flag directly.

wils0n commented on 2023-10-31 19:24 (UTC)

@kidonng Thank you for the fast response, now works flawlessly.