Bug 199364

Summary: emulators/virtualbox-ose: Fix for the KDE dialog problem
Product: Ports & Packages Reporter: Yuri Victorovich <yuri>
Component: Individual Port(s)Assignee: Kurt Jaeger <pi>
Status: Closed FIXED    
Severity: Affects Only Me CC: decke, pi
Priority: --- Keywords: easy, needs-qa, patch
Version: LatestFlags: koobs: maintainer-feedback-
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch
none
Updated patch none

Description Yuri Victorovich freebsd_committer freebsd_triage 2015-04-11 05:21:53 UTC
Created attachment 155448 [details]
patch

This fixes the long-standing problem that VirtualBox hangs on the file dialog in KDE.

See discussion here: https://lists.freebsd.org/pipermail/freebsd-security/2013-August/007120.html

This is fixed by setting environment variable KDE_FORK_SLAVES=1. This patch makes VBox to always do this, making user experience more comfortable.
Comment 1 Bernhard Froehlich freebsd_committer freebsd_triage 2015-05-09 09:47:38 UTC
Why should USE_OPENSSL be needed for that?
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2015-05-09 10:01:13 UTC
Sorry, OPENSSL patch got mixed in by mistake from my local ports tree.

But otherwise, it is just missing.
Comment 3 Yuri Victorovich freebsd_committer freebsd_triage 2015-05-09 23:03:48 UTC
Created attachment 156583 [details]
Updated patch

I updated the patch.

Please also add USE_OPENSSL=yes because VirtualBox does use openssl and doesn't declare this as a dependency.
Comment 4 Yuri Victorovich freebsd_committer freebsd_triage 2015-06-14 06:52:50 UTC
Maintainer timeout.
Comment 5 Kubilay Kocak freebsd_committer freebsd_triage 2015-06-14 09:46:33 UTC
Maintainer timeout, open to take.
Comment 6 Mark Linimon freebsd_committer freebsd_triage 2015-07-01 18:24:44 UTC
Canonicalize assignment.
Comment 7 commit-hook freebsd_committer freebsd_triage 2016-05-10 05:29:45 UTC
A commit references this bug:

Author: pi
Date: Tue May 10 05:29:13 UTC 2016
New revision: 414919
URL: https://svnweb.freebsd.org/changeset/ports/414919

Log:
  emulators/virtualbox-ose: fix VirtualBox hang on file dialog in KDE

  PR:		199364
  Submitted by:	yuri@rawbw.com
  Approved by:	maintainer timeout

Changes:
  head/emulators/virtualbox-ose/Makefile
  head/emulators/virtualbox-ose/files/patch-src-VBox-Installer-freebsd-VBox.sh
Comment 8 Kurt Jaeger freebsd_committer freebsd_triage 2016-05-10 05:31:26 UTC
Committed, thanks, sorry for the delay!