Open greenie537 opened 4 years ago
sudo dnf install dmg2img p7zip p7zip-plugins
create_shortcut.sh
, modifying the last line to
cp -p Notion.desktop /usr/local/share/applications
sudo sh build.sh
For the icon to stay in a better place rather than the downloaded folder (because once you delete it the app won't display any icon), I suggest you to change the line of the Icon in Notion.desktop file to
Icon=/usr/share/icons/Notion_app_logo.png
And moving the icon image there
mv Notion_app_logo.png /usr/share/icons/
@jaredallard I don't kwow what you think of moving everything into /usr/ directory instead of using the home folder of the root user? I don't know about other distros but definitely in Fedora doesn't exist, I think /usr
would be a broader option.
Hi there, just getting onto this now, I've been away,.
When I run sudo sh build.sh I get the error "build.sh: line 26: source: config.sh: file not found"
@daquinons That makes sense, the shortcut stuff was all from @git-ari. I sorta have this in maintenance mode, the arch AUR has essentially forked it and done their own thing. I'm on Linux again so I may take up cleaning this up...
I forgot to take in consideration the several distributions of linux and I tested the changes I made in my elementary.os which is based in Ubuntu. Hope some of the work is salvageable.
Hi there, I would love a build for Fedora to use if possible, can you help me with this?
Cheers