VirtualBox

Changeset 106741 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Oct 28, 2024 11:11:23 AM (3 months ago)
Author:
vboxsync
Message:

Additions: Linux/Wayland: Make it possible to specify custom path to vboxwl at compile time, bugref:10796.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/wayland-helper-ipc.h

    r106061 r106741  
    5555/** Path to Gtk helper tool which raises popup window and gets
    5656 * access to Wayland clipboard. */
    57 #define VBOXWL_PATH                     "/usr/bin/vboxwl"
     57#ifndef VBOXWL_PATH
     58# define VBOXWL_PATH                    "/usr/bin/vboxwl"
     59#endif
    5860/** Limit maximum log verbosity level for popup tool. */
    59 #define VBOXWL_VERBOSITY_MAX    (5)
     61#define VBOXWL_VERBOSITY_MAX            (5)
    6062
    6163/** Arguments to vboxwl tool. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette