Anyone that managed to get Deeplink working?, the metadata is set correctly, so xdg-open <notion-url>
registers the app, but unfortunately the specified URL is not opened in Notion, my guess is it's some missing integration in the underlying code, but was curious if anyone managed to get it working? :)
Search Criteria
Package Details: notion-app-electron 4.3.0-1
Package Actions
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: | 15 |
Popularity: | 0.66 |
First Submitted: | 2023-10-19 19:29 (UTC) |
Last Updated: | 2025-01-14 16:09 (UTC) |
Dependencies (7)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- electron33 (electron33-binAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- asar (make)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7zip) (make)
Required by (0)
Sources (6)
- https://desktop-release.notion-static.com/Notion%20Setup%204.3.0.exe
- https://github.com/websockets/bufferutil/releases/download/v4.0.8/v4.0.8-linux-x64.tar
- https://github.com/WiseLibs/better-sqlite3/releases/download/v11.7.2/better-sqlite3-v11.7.2-electron-v130-linux-x64.tar.gz
- notion-app
- notion.desktop
- notion.png
josc commented on 2024-08-13 05:56 (UTC)
Chikobara commented on 2024-08-12 02:03 (UTC)
when trying to update to current version :
==> Validating source files with sha256sums...
Notion-3.12.0.dmg ... Passed
better-sqlite3-v11.1.2-electron-v125-linux-x64.tar.gz ... Passed
v4.0.8-linux-x64.tar ... Passed
notion-app ... FAILED
notion.desktop ... Passed
notion.png ... Passed
==> ERROR: One or more files did not pass the validity check!
-> error downloading sources: /home/chiko/.cache/yay/notion-app-electron
context: exit status 1
==> ERROR: One or more files did not pass the validity check!
-> error making: notion-app-electron-exit status 1
-> Failed to install the following packages. Manual intervention is required:
notion-app-electron - exit status 1
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.
Chikobara commented on 2024-08-09 03:37 (UTC)
yep got the same issue with windows decoration as others tell, i think its caused by new Notion window decoration in MS Windows cause they got new update recently
mateushonorato commented on 2024-08-08 22:51 (UTC)
I'm also affected by the bug contraccion mentioned, with the window buttons on top of the right corner Notion buttons. I'm running KDE Plasma 6.1. It would be great to have an option to disable client side window buttons and enable the kwin title bar again.
contraccion commented on 2024-08-08 12:56 (UTC) (edited on 2024-08-08 13:05 (UTC) by contraccion)
My notion have a minimize-maximize-close button set tampering the top right corner Notion buttons.
imcalvin commented on 2024-07-17 02:44 (UTC)
I'm having the same issue as @Niicide. When I load the notion-app, it loads infinitely (white background). I'm on a fresh install on KDE Plasma 6.1 + Arch.
Grok commented on 2024-04-18 09:01 (UTC)
There is a bug that is really annoying and have been there for couple of months at least, when I use mouse side buttons to navigate between pages forward or backwards it double register for some reason so when I click one time on the forward button I get to two pages ahead instead of one. I tested it on my laptop and another machine both showed the same behavior, please fix this and thank you for maintaining this package.
AsukaMinato commented on 2024-03-28 04:39 (UTC) (edited on 2024-03-28 04:41 (UTC) by AsukaMinato)
although 3.3.0 use electron29, there is no corresponding pre-built better-sqlite3 version, so use electron28.
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:
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.ini
writegtk-im-module=fcitx
by 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