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

Purer extensions interface for Nemo #78327

Closed
worldofpeace opened this issue Jan 22, 2020 · 7 comments · Fixed by #206847
Closed

Purer extensions interface for Nemo #78327

worldofpeace opened this issue Jan 22, 2020 · 7 comments · Fixed by #206847
Labels
6.topic: cinnamon Desktop environment

Comments

@worldofpeace
Copy link
Contributor

So installed extensions I guess will get linked at /run/current-system/sw/lib/nemo/extensions-3.0 and NixOS will link things at lib.

It's very popularized within nixos to patch file managers with extensions like

so we can set which directory to load extensions from via an environment variable.
And as you've mentioned, we'd use the symlinkJoin wrapper

and some glue in the nixos module

Originally posted by @worldofpeace in #77979

@worldofpeace worldofpeace added the 6.topic: cinnamon Desktop environment label Jan 22, 2020
@worldofpeace worldofpeace changed the title Pure extensions interface for Nemo Purer extensions interface for Nemo Jan 22, 2020
@stale
Copy link

stale bot commented Jul 20, 2020

Hello, I'm a bot and I thank you in the name of the community for opening this issue.

To help our human contributors focus on the most-relevant reports, I check up on old issues to see if they're still relevant. This issue has had no activity for 180 days, and so I marked it as stale, but you can rest assured it will never be closed by a non-human.

The community would appreciate your effort in checking if the issue is still valid. If it isn't, please close it.

If the issue persists, and you'd like to remove the stale label, you simply need to leave a comment. Your comment can be as simple as "still important to me". If you'd like it to get more attention, you can ask for help by searching for maintainers and people that previously touched related code and @ mention them in a comment. You can use Git blame or GitHub's web interface on the relevant files to find them.

Lastly, you can always ask for help at our Discourse Forum or at #nixos' IRC channel.

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 20, 2020
@worldofpeace
Copy link
Contributor Author

not stale

@stale stale bot removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jul 21, 2020
@piegamesde
Copy link
Member

So installed extensions I guess will get linked at /run/current-system/sw/lib/nemo/extensions-3.0

How would this work on non-NixOS systems?

@worldofpeace
Copy link
Contributor Author

worldofpeace commented Nov 7, 2020

So installed extensions I guess will get linked at /run/current-system/sw/lib/nemo/extensions-3.0

How would this work on non-NixOS systems?

That wasn't the suggested solution but the status quo. Currently that will not work on any other platform but NixOS.

@stale
Copy link

stale bot commented Jun 4, 2021

I marked this as stale due to inactivity. → More info

@stale stale bot added the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 4, 2021
@piegamesde
Copy link
Member

Getting my Nemo extensions back is still rotting on my backlog …

@piegamesde piegamesde removed the 2.status: stale https://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md label Jun 5, 2021
@bobby285271
Copy link
Member

For people who still interested in this, the above PR should (hopefully) add an initial support for this 🙇‍♀️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: cinnamon Desktop environment
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants