fix(screensharing): trying to get screensharing to work
This commit is contained in:
parent
f4b84de50d
commit
9b32a9eea2
1 changed files with 5 additions and 0 deletions
|
|
@ -63,6 +63,7 @@
|
||||||
alsa.enable = true;
|
alsa.enable = true;
|
||||||
alsa.support32Bit = true;
|
alsa.support32Bit = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
|
wireplumber.enable = true;
|
||||||
# If you want to use JACK applications, uncomment this
|
# If you want to use JACK applications, uncomment this
|
||||||
#jack.enable = true;
|
#jack.enable = true;
|
||||||
|
|
||||||
|
|
@ -134,6 +135,8 @@
|
||||||
# fix kde apps having no icons
|
# fix kde apps having no icons
|
||||||
kdePackages.qtsvg
|
kdePackages.qtsvg
|
||||||
thunderbird-128
|
thunderbird-128
|
||||||
|
# for screen sharing
|
||||||
|
xdg-desktop-portal xdg-desktop-portal-kde
|
||||||
];
|
];
|
||||||
|
|
||||||
# set user environment variables
|
# set user environment variables
|
||||||
|
|
@ -145,6 +148,8 @@
|
||||||
XDG_MENU_PREFIX = "plasma-";
|
XDG_MENU_PREFIX = "plasma-";
|
||||||
# fix cursor size for some apps
|
# fix cursor size for some apps
|
||||||
XCURSOR_SIZE = 24;
|
XCURSOR_SIZE = 24;
|
||||||
|
# fix screen sharing
|
||||||
|
XDG_CURRENT_DESKTOP = "river";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue