-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
pyfa: add desktop-item #371912
pyfa: add desktop-item #371912
Conversation
put copydesktopItems in the right spot and add icon to required path make sure copyDesktopItems actually runs
closes #371185 |
|
@Daholli @paschoal Btw, if you ever need to test a single package like this by actually installing it, you can checkout the branch of the PR, and than just run Easier than making a overlay and testing it like that. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Desktop file seems to work nicely, it shows up in the KDE search thing with description and everything. Opening it via that desktop file also works nicely.
Thanks for working on this so quickly, didnt even get a chance to do it myself lol
Yeah I also figured out that I can just check if the desktop file is actually being generated in out/share/applications that this is already enough indication. Also my system was already setup to checkout one of my branches anyways so I just changed the ref and factorio to pyfa and everything was running :D |
looks good to me! using rofi with drun option now has a pyfa with a nice little icon! |
This pull request has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/prs-already-reviewed/2617/2186 |
Add a desktop item to pyfa so non rofi users can also open it without need for the terminal
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.