notion-app icon indicating copy to clipboard operation
notion-app copied to clipboard

Fedora install

Open greenie537 opened this issue 4 years ago • 5 comments

Hi there, I would love a build for Fedora to use if possible, can you help me with this?

Cheers

greenie537 avatar May 08 '20 09:05 greenie537

  • Install the dependencies: sudo dnf install dmg2img p7zip p7zip-plugins
  • Edit create_shortcut.sh, modifying the last line to cp -p Notion.desktop /usr/local/share/applications
  • Execute sudo sh build.sh

daquinons avatar May 09 '20 04:05 daquinons

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.

daquinons avatar May 09 '20 19:05 daquinons

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"

greenie537 avatar May 26 '20 05:05 greenie537

@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...

jaredallard avatar Jun 18 '20 17:06 jaredallard

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.

git-ari avatar Jun 19 '20 08:06 git-ari