Commit f9546586 authored by Bjørn Forsman's avatar Bjørn Forsman
Browse files

virtualboxGuestAdditions: fix location of vboxclient.desktop

Move vboxclient.desktop from $out/share/autostart/ to
$out/etc/xdg/autostart/. This allows desktop environment autostart logic
to run VBoxClient-all, which is required for shared clipboard
functionality.

Fixes #89923.
parent b66921e3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -118,8 +118,8 @@ in stdenv.mkDerivation rec {
    #ln -s $out/lib/VBoxOGL.so $out/lib/dri/vboxvideo_dri.so

    # Install desktop file
    mkdir -p $out/share/autostart
    cp -v other/vboxclient.desktop $out/share/autostart
    mkdir -p $out/etc/xdg/autostart
    cp -v other/vboxclient.desktop $out/etc/xdg/autostart

    # Install Xorg drivers
    mkdir -p $out/lib/xorg/modules/{drivers,input}