Open ghost opened 1 year ago
How did you enable rtkit? Are you sure you have security.rtkit.enable = true;
in your configuration?
On Mon, Mar 6 2023 at 20:26:27 -08:00:00, Luis O. @.***> wrote:
Steps to reproduce the behavior: Enable rtkit Message ID: @.***>
yup! i have it enabled because of pipewire
@L911P I've added this to my flake.nix
+ services.xserver.desktopManager.gnome.extraGSettingsOverridePackages = [ pkgs.gnome.mutter ];
+ services.xserver.desktopManager.gnome.extraGSettingsOverrides = ''
+ [org.gnome.mutter]
+ experimental-features=['rt-scheduler']
+ '';
and it looks like its working
you can have a look my base configuration https://github.com/kirillrdy/dotfiles/blob/master/flake.nix
maybe this will help you to investigate this further
can you do "journalctl --boot=0 | grep scheduler" and see if you get the same message as i do on the title
can you do "journalctl --boot=0 | grep scheduler" and see if you get the same message as i do on the title
yes you right, i get same error
Mar 10 06:19:07 osaka .gnome-shell-wr[1851]: Enabling experimental feature 'rt-scheduler'
Mar 10 06:19:07 osaka .gnome-shell-wr[1851]: Failed to set RT scheduler: Cannot invoke method; proxy is for the well-known name org.freedesktop.RealtimeKit1 without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Describe the bug
It fails with the
Failed to set RT scheduler: Cannot invoke method; proxy is for the well-known name org.freedesktop.RealtimeKit1 without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
message. I have rtkit enabled because of pipewire.Steps To Reproduce
Steps to reproduce the behavior:
Expected behavior
It works.
Notify maintainers
@jtojnar @bobby285271 @maxeaubrey (no idea how to ping the rest)
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.