Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fedora install #7

Open
greenie537 opened this issue May 8, 2020 · 5 comments
Open

Fedora install #7

greenie537 opened this issue May 8, 2020 · 5 comments
Labels
enhancement New feature or request

Comments

@greenie537
Copy link

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

Cheers

@daquinons
Copy link

daquinons commented May 9, 2020

  • 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
Copy link

daquinons commented May 9, 2020

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.

@greenie537
Copy link
Author

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"

@jaredallard
Copy link
Owner

jaredallard commented Jun 18, 2020

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

@git-ari
Copy link
Contributor

git-ari commented Jun 19, 2020

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.

@jaredallard jaredallard added the enhancement New feature or request label Jul 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants