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

Updates Yakuake to version 3.0.3 and exposes the .desktop #26063

Merged
merged 1 commit into from
May 26, 2017

Conversation

bkchr
Copy link
Contributor

@bkchr bkchr commented May 24, 2017

Motivation for this change

I wanted to autostart Yakuake with makeAutostartItem, but that requires the .desktop file. By adding the .desktop as target you can create an autostart entry with:

(pkgs.makeAutostartItem { name = "yakuake"; package = yakuake; srcPrefix = "org.kde."; });

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

@mention-bot
Copy link

@bkchr, thanks for your PR! By analyzing the history of the files in this pull request, we identified @ttuegel, @urkud and @kirelagin to be potential reviewers.

@FRidh FRidh merged commit cb7efea into NixOS:master May 26, 2017
@bkchr
Copy link
Contributor Author

bkchr commented May 26, 2017

I made a mistake. I just checked that the file is in the autostart directory, but it does not work :( I have an idea (need to extend the kde wrapper), sorry for the inconvenience... This pull request does not break anything, just the autostart does not work. You could either revert the commit or I create a new pull request. Sorry again!

@bkchr bkchr mentioned this pull request May 26, 2017
7 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants