From owner-freebsd-questions@FreeBSD.ORG Mon Nov 7 18:53:26 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CDC25106566B for ; Mon, 7 Nov 2011 18:53:26 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 575FA8FC19 for ; Mon, 7 Nov 2011 18:53:25 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so1735258bkb.13 for ; Mon, 07 Nov 2011 10:53:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kPoOTCKbdMLXN92KKtCSfHMQXCe1vWWgW0BI90E5Jtc=; b=GFGk53/q+5jOGTwR+lNR6GTmij3fSeYQkO0UZ1gjRGAStpdoa7susvNYecDqnVBQB6 TcQA0/YxFhe1JTDgA481gg+Ta02Zsu6u1tmwDDyNCUoPwqgm4NEMU/ov8K4wZxSV9mj6 JOUdfePUvC7grCHpkNJYFU2SlXBjAxpotWv4k= MIME-Version: 1.0 Received: by 10.182.59.49 with SMTP id w17mr8191995obq.37.1320690462299; Mon, 07 Nov 2011 10:27:42 -0800 (PST) Received: by 10.182.122.33 with HTTP; Mon, 7 Nov 2011 10:27:42 -0800 (PST) In-Reply-To: <4EB7A8F4.60403@mail.zedat.fu-berlin.de> References: <4EB7A8F4.60403@mail.zedat.fu-berlin.de> Date: Mon, 7 Nov 2011 10:27:42 -0800 Message-ID: From: Garrett Cooper To: "O. Hartmann" Content-Type: text/plain; charset=ISO-8859-1 Cc: "freebsd-current >> Current FreeBSD" , freebsd-questions@freebsd.org Subject: Re: multimedia/vlc: suddenly no graphical interface X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Nov 2011 18:53:26 -0000 On Mon, Nov 7, 2011 at 1:46 AM, O. Hartmann wrote: > On all of my used FreeBSD 9.0-RCX and FreeBSD 10.0-CURRENT boxes (all > amd64 and CLANG compiled), I do not have a graphical user interface in > VLC anymore. Instead, calling vlc most recent 1.1.11), I get this error: > > VLC media player 1.1.11 The Luggage (revision exported) > Blocked: call to unsetenv("DBUS_ACTIVATION_ADDRESS") > Blocked: call to unsetenv("DBUS_ACTIVATION_BUS_TYPE") > [0x8020521b0] main libvlc: Running vlc with the default interface. Use > 'cvlc' to use vlc without interface. > [0x80205ad70] main interface error: option qt-volume-complete does not exist > [0x80205ad70] skins2 interface error: no suitable dialogs provider found > (hint: compile the qt4 plugin, and make sure it is loaded properly) > [0x80205ad70] skins2 interface error: cannot instanciate qt4 dialogs > provider > [0x8020521b0] main libvlc error: interface "default" initialization failed > > > Recompiling the multimedia/vlc port did not help, also unsuccessful was > the recompilation of any qt4-port installed on the system. I also tried > to find the local configuration files in my home directory and delete > them, without any success. > > Is there something wrong with the DBUS subsystem named in the error? The best suggestion I have is ldd'ing the depends until you find the broken library (you can't figure this out typically by ldd'ing vlc because it dl_open's things IIRC -- can't verify because I blew away my install with vlc on it recently). -Garrett