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

preliminary try to add a notification daemon #130

Merged
merged 33 commits into from
Mar 2, 2024

Commits on Mar 2, 2024

  1. preliminary try to add a notification daemon

    this is pam-dbus-notify, to be more exact. Furthermore, I'm installing notify-send, to be able to test that sending notifications actually works as expected
    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    12f1886 View commit details
    Browse the repository at this point in the history
  2. change name of packages because apt fails to find them

    now, pam-dbus-notify has been replaced by dbus-notify, and notify-send by notify-osd
    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    b8c44ad View commit details
    Browse the repository at this point in the history
  3. rename notification daemon

    the correct name appears to be simply notification-daemon, let's see if this one works
    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    823b708 View commit details
    Browse the repository at this point in the history
  4. change the package to the one which actually contains notify-send, di…

    …dn't know ubuntu packages it in libnotify
    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    a6e97f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e21da0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f03ae07 View commit details
    Browse the repository at this point in the history
  7. add a way to launch the dbus-broker service before launching session,…

    … in case that hasn't been done automatically
    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9353cea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5957356 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e714460 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bfafee8 View commit details
    Browse the repository at this point in the history
  11. remove the systemd start command, as dbus-broker is not a dependency …

    …we're currently preloading the runner with
    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    008d9a3 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    55e2a5d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    dc96c71 View commit details
    Browse the repository at this point in the history
  14. replace dbus-broker with dbus-x11 for the dbus-launch utility, hopefu…

    …lly this doesn't require the actualx11 display server
    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    6346cd8 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c367bc7 View commit details
    Browse the repository at this point in the history
  16. fix shell getting malformed input, by putting an & character after ea…

    …ch line in the source file
    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    57284a5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    652333d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4529a9e View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c10aa50 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b6909c5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f31c22d View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1bde0ab View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0773311 View commit details
    Browse the repository at this point in the history
  24. fix error in yaml

    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3b96fd5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    9d5b645 View commit details
    Browse the repository at this point in the history
  26. Revert "comment the whole thing to see if that works"

    This reverts commit 9d5b645.
    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9308240 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    d100179 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    33cdc5d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4e1c98c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    6e96c75 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    1e9d082 View commit details
    Browse the repository at this point in the history
  32. try again

    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    9777292 View commit details
    Browse the repository at this point in the history
  33. cleanup:

    now, some steps have been cleanned up, and only a minimum of dependencies are being used. For example, testing that notifications work is not required in the final workflow, only setup of such is
    albertotirla committed Mar 2, 2024
    Configuration menu
    Copy the full SHA
    3a82c40 View commit details
    Browse the repository at this point in the history