Skip to content

Commit

Permalink
DEB: Explicitly require dbus-x11 package
Browse files Browse the repository at this point in the history
dbus-launch must be installed in order to simultaneously start multiple
TurboVNC sessions with GNOME under the same user account.  However,
recent Debian-based distributions (e.g. Ubuntu 22.04 and later) do not
automatically install it whenever gnome-session is installed.
  • Loading branch information
dcommander committed Nov 21, 2023
1 parent 66eab55 commit fd7acbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmakescripts/BuildPackages.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ if(TVNC_BUILDSERVER)
if(TVNC_USEPAM)
set(DEBDEPENDS "libpam0g, ${DEBDEPENDS}")
endif()
set(DEBDEPENDS "${DEBDEPENDS}, xauth, x11-xkb-utils, xkb-data")
set(DEBDEPENDS "${DEBDEPENDS}, dbus-x11, xauth, x11-xkb-utils, xkb-data")
if(TVNC_BUILDWEBSERVER)
if(PYTHON_VERSION VERSION_GREATER 3.0 OR PYTHON_VERSION VERSION_EQUAL 3.0)
set(DEBDEPENDS "${DEBDEPENDS}, python3")
Expand Down

0 comments on commit fd7acbd

Please sign in to comment.