@wils0n if you are using Manjaro stable, that error is because the package is not yet available - https://manjaristas.org/branch_compare?q=electron33
Search Criteria
Package Details: notion-app-electron 4.2.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: | 14 |
Popularity: | 0.61 |
First Submitted: | 2023-10-19 19:29 (UTC) |
Last Updated: | 2024-12-14 17:45 (UTC) |
Dependencies (7)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- electron33
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- asar (make)
- p7zip (p7zip-natspecAUR, p7zip-full-binAUR, 7-zip-fullAUR) (make)
Required by (0)
Sources (6)
- https://desktop-release.notion-static.com/Notion%20Setup%204.2.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.0/better-sqlite3-v11.7.0-electron-v130-linux-x64.tar.gz
- notion-app
- notion.desktop
- notion.png
hasmar04 commented on 2024-11-25 23:05 (UTC)
wils0n commented on 2024-11-25 13:13 (UTC)
I get the following error: could not satisfy dependencies: - unable to satisfy dependency 'electron33' required by notion-app-electron
jb53 commented on 2024-11-20 22:12 (UTC) (edited on 2024-11-20 23:18 (UTC) by jb53)
I use this package on Wayland (compositor: river). I switch desktops/tags regularly so that Notion is "in the background". When getting back to Notion after just a few minutes, it's usually completely stuck.
Anyone else has a similar problem?
EDIT: I've read some older comments and saw that a bunch of people have the same freezing issue. Has anyone found a solution?
mateushonorato commented on 2024-11-12 17:19 (UTC)
About the app running in the background after closing it, that's the default Notion behavior. There should be an option in the settings to disable this, but for some reason it's not being presented. I will try to look at it on the next release.
Just to remember you all, Notion doesn't officially support linux natively, so what we do here is just a bunch of hacky ways to try to make it work in the best way possible, but achieving 100% app stability is really hard without Notion's support.
Batchputz commented on 2024-11-10 14:06 (UTC) (edited on 2024-11-10 14:07 (UTC) by Batchputz)
notion-app-electron version 3.18.0-1 still hangs sometimes. Deleting the config folder helps for a couple of hours.
I share my kill script if someone has the same issues:
!/bin/bash
for pid in $(pgrep -f "notion"); do echo "Killing process $pid" kill -9 $pid done
echo "All Notion-related processes have been terminated."
NoelJacob commented on 2024-11-09 16:59 (UTC)
Why is Notion running in the background even after closing it?
b4shful commented on 2024-10-22 16:37 (UTC)
Is there any way to properly disable the tray icon and stop Notion running in the background when closed?
I use a window manager (Hyprland) and don't have a desktop environment so tray icons aren't all that reliable, and I want to be able to close the app fully using my usual shortcut Super+Q.
I can get rid of the tray icon, but there doesn't seem to be a way to stop Notion from running in the background when closed (aside from using Ctrl+Q to close it).
pooroligarch commented on 2024-09-25 09:10 (UTC) (edited on 2024-10-07 14:28 (UTC) by pooroligarch)
I get random freezes when I switch to another window and back to Notion after the last update. Prints this right before a freeze:
[9349:0925/110713.874794:ERROR:shared_image_manager.cc(223)] SharedImageManager::ProduceSkia: Trying to Produce a Skia representation from a non-existent mailbox.
[9349:0925/110713.876833:ERROR:shared_image_representation.cc(483)] Attempt to read from an uninitialized SharedImage. Initialized region: (0, 0, 0, 0) Size: (768, 544)
Edit: Removing ~/.config/Notion
fixed the problem.
chinanuke commented on 2024-09-19 02:59 (UTC) (edited on 2024-09-19 03:16 (UTC) by chinanuke)
Unable to switch input method. When I try to use "Ctrl+Space" or "Ctrl+Shift" to switch input method, nothing happens. There is no error reported when i run it in command line with notion-app
.
I'm using Arch + KDE + Wayland.
EDIT: I just fixed that problem by adding --enable-wayland-ime
to the command line argument.
neupsh commented on 2024-09-13 12:12 (UTC)
@mateushonorato I have updated and tried completely cleaning up Notion config folder and anything related to notion but the problem still persist.
Sometime the pages freezes after a few minutes of opening the application, sometimes it works for a while and then when I am trying to access it later, it freezes. The logs (from stdout/stderr) are very similar to what @hasmar04 has posted before.
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 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
writegtk-im-module=fcitx
by default it uses Xwayland, if you want to use Wayland
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