[From nobody Sun Aug  2 20:51:07 2026
Received: (at submit) by bugs.debian.org; 12 Dec 2025 11:29:35 +0000
X-Spam-Checker-Version: SpamAssassin 4.0.1-bugs.debian.org_2005_01_02
 (2024-03-25) on buxtehude.debian.org
X-Spam-Level: 
X-Spam-Status: No, score=-116.2 required=4.0 tests=BAYES_00,
 BODY_INCLUDES_PACKAGE,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,
 DKIM_VALID_AU,DKIM_VALID_EF,FROMDEVELOPER,HAS_PACKAGE,SPF_HELO_NONE,
 SPF_NONE,UNPARSEABLE_RELAY,USER_IN_DKIM_WELCOMELIST autolearn=ham
 autolearn_force=no version=4.0.1-bugs.debian.org_2005_01_02
X-Spam-Bayes: score:0.0000 Tokens: new, 8; hammy, 147; neutral, 31; spammy, 1.
 spammytokens:0.867-+--guarantee
 hammytokens:0.000-+--Hx-spam-relays-external:sk:stravin,
 0.000-+--H*RT:sk:stravin, 0.000-+--Hx-spam-relays-external:311,
 0.000-+--H*RT:311, 0.000-+--H*RT:108
Return-path: &lt;smcv@debian.org&gt;
Received: from stravinsky.debian.org ([2001:41b8:202:deb::311:108]:45730)
 by buxtehude.debian.org with esmtps
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.96) (envelope-from &lt;smcv@debian.org&gt;) id 1vU1L5-00DHFa-0J
 for submit@bugs.debian.org; Fri, 12 Dec 2025 11:29:35 +0000
DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debian.org; 
 s=smtpauto.stravinsky;
 h=X-Debian-User:Content-Type:MIME-Version:Message-ID:
 Subject:To:From:Date:Reply-To:Cc:Content-Transfer-Encoding:Content-ID:
 Content-Description:In-Reply-To:References;
 bh=18dS5HmGBhbmy+Cjnut0fWkgivEJbJC6a9de+OawFnI=; b=bkZo7/w2VnvfXC45wjs3P0Xvli
 MraR8twqHUoC17CRGQMyeascoZ/8paKutYaSzUY3dTX0gSRII13Vvm3z69D8FOHeoTkl0oHM11mdu
 ez2BXXIdPCYj5aPaxO6BoSF5zxOnHp92/eIOrYRKUwiYL+BPEhcu4zpx2yyVwupUKGUEndEccAvFU
 /R93abuIjkShl+TAx5Bn12Nb5jdpOVKS5xWh3kUmxNu0lCoOd5ayVsHy31m7XlMDNbRn3v+xqsP3m
 vOaUhoFg7LTQY/PzLireKp16pXeartkOIl6t2rJXfgqGAXDCj9eutoV3mPLMbo7j5ETBf5HIJnMlm
 6WFk6TbQ==;
Received: from authenticated user by stravinsky.debian.org with esmtpsa
 (TLS1.3:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256)
 (Exim 4.94.2) (envelope-from &lt;smcv@debian.org&gt;) id 1vU1L3-009VaG-An
 for submit@bugs.debian.org; Fri, 12 Dec 2025 11:29:33 +0000
Date: Fri, 12 Dec 2025 11:29:32 +0000
From: Simon McVittie &lt;smcv@debian.org&gt;
To: Debian Bug Tracking System &lt;submit@bugs.debian.org&gt;
Subject: rhythmbox: Depends on dbus, but should probably depend on session
 bus instead?
Message-ID: &lt;aTv8nFC8oKdjdDQ9@remnant.pseudorandom.co.uk&gt;
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
X-Debian-User: smcv
Delivered-To: submit@bugs.debian.org

Package: rhythmbox
Severity: normal
Tags: forky sid
User: dbus@packages.debian.org
Usertags: direct-dbus-dependency

This package has a direct Depends on the dbus package, which conflicts 
with use of the non-default dbus-broker package as a system bus.

For details of how to replace this dependency, please see:
https://salsa.debian.org/utopia-team/dbus/-/blob/debian/unstable/debian/replacing-dbus-dependency.txt?ref_type=heads

rhythmbox is a user application, so probably it needs the D-Bus session 
bus. If that's true, then dbus is the wrong dependency anyway: depending 
on dbus is not sufficient to guarantee the presence of a working session 
bus. The correct dependency for packages that require the session bus 
(like dconf-service or MPRIS) would be:

    default-dbus-session-bus | dbus-session-bus

Or if rhythmbox really does require the D-Bus *system* bus, a better 
dependency would be:

    default-dbus-system-bus | dbus-system-bus

which allows use of any implementation.

    smcv
]