Bug 1206770

Summary: dbus-x11 should be set as a dependency for gnome-terminal
Product: [Fedora] Fedora Reporter: Aioanei Rares <schaiba>
Component: gnome-terminalAssignee: Debarshi Ray <debarshir>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 23CC: debarshir, mclasen, zeenix
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-16 13:06:53 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Aioanei Rares 2015-03-28 12:12:37 UTC
Description of problem:

I installed g-t with Fluxbox in a VM and it won't start because it's missing /usr/bin/dbus-launch. That file is to be found in dbus-x11, which should be set as a hard dep for g-t. 

Version-Release number of selected component (if applicable):
3.16.0-1

How reproducible:

Always
Steps to Reproduce:
1.install g-t with fluxbox
2.try to start it
3.

Actual results:
failure to start due to missing dependency

Expected results:
normal start

Additional info:

Comment 1 Jan Kurik 2015-07-15 14:20:12 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 2 Debarshi Ray 2015-09-16 13:06:53 UTC
I have now committed this in git. It will be part of the next gnome-terminal update.

Comment 3 Christian Persch 2015-09-19 08:41:05 UTC
This seems totally wrong to me. dbus-launch is not, and has never been, a dependency of gnome-terminal.

Comment 4 Debarshi Ray 2017-02-28 15:52:42 UTC
(In reply to Aioanei Rares from comment #0)
> Description of problem:
> 
> I installed g-t with Fluxbox in a VM and it won't start because it's missing
> /usr/bin/dbus-launch. That file is to be found in dbus-x11, which should be
> set as a hard dep for g-t. 
> 
> Version-Release number of selected component (if applicable):
> 3.16.0-1

Oh, wait a minute. "Requires: dbus-x11" has been present since gnome-terminal-3.18.0 because of bug 1180775

The patch I had pushed added a "BuildRequires: dbus-x11". That makes even less sense. I have reverted the BuildRequires from the f25 and master branches.