<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=7509&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Devuan without dbus]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=7509</link>
		<description><![CDATA[The most recent posts in Devuan without dbus.]]></description>
		<lastBuildDate>Thu, 06 Nov 2025 18:54:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Devuan without dbus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59234#p59234</link>
			<description><![CDATA[<p>@alphalpha probably a bad idea. But if you make a disk clone copy first and put it on another drive, at least you won&#039;t have a huge headache.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Thu, 06 Nov 2025 18:54:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59234#p59234</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan without dbus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=59020#p59020</link>
			<description><![CDATA[<p>maybe this is stuipid <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p><p>but i guess you can just install dbus and pin it<br />then replace all the files with empty dummy files<br />and maybe something like this in your dbus-send</p><div class="codebox"><pre><code>#!/bin/sh
echo &quot;$(date +%m.%d.%Y-%H:%M:%S) $(ps -p $PPID -o comm=) $0 $*&quot; &gt;&gt; /home/**user**/dbus-log.txt</code></pre></div><p>i did not test this, use at your own risk <img src="http://dev1galaxy.org/img/smilies/roll.png" width="15" height="15" alt="roll" /></p>]]></description>
			<author><![CDATA[dummy@example.com (alphalpha)]]></author>
			<pubDate>Mon, 03 Nov 2025 19:57:39 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=59020#p59020</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan without dbus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58987#p58987</link>
			<description><![CDATA[<p>one wonders how much is not absolutely necessary in any case:</p><div class="codebox"><pre class="vscroll"><code>devuan@devuan-pc:~$ apt depends luakit
luakit
  Depends: libc6 (&gt;= 2.34)
  Depends: libcairo2 (&gt;= 1.14.0)
  Depends: libgdk-pixbuf-2.0-0 (&gt;= 2.22.0)
  Depends: libglib2.0-0 (&gt;= 2.49.3)
  Depends: libgtk-3-0 (&gt;= 3.19.12)
  Depends: libjavascriptcoregtk-4.0-18 (&gt;= 2.38.2)
  Depends: libluajit-5.1-2 (&gt;= 2.0.4+dfsg)
  Depends: libluajit2-5.1-2 (&gt;= 2.1~)
  Depends: libpango-1.0-0 (&gt;= 1.14.0)
  Depends: libsoup2.4-1 (&gt;= 2.32.2)
  Depends: libsqlite3-0 (&gt;= 3.5.9)
  Depends: libwebkit2gtk-4.0-37 (&gt;= 2.17.3)
  Depends: &lt;lua5.1-filesystem&gt;
    lua-filesystem
devuan@devuan-pc:~$ apt depends libgtk-3-0
libgtk-3-0
  Depends: adwaita-icon-theme
  Depends: hicolor-icon-theme
  Depends: shared-mime-info
  Depends: libatk-bridge2.0-0 (&gt;= 2.15.1)
  Depends: libatk1.0-0 (&gt;= 2.35.1)
  Depends: libc6 (&gt;= 2.34)
  Depends: libcairo-gobject2 (&gt;= 1.14.0)
  Depends: libcairo2 (&gt;= 1.14.0)
  Depends: libcolord2 (&gt;= 0.1.10)
  Depends: libcups2 (&gt;= 1.7.0)
  Depends: libepoxy0 (&gt;= 1.4.3)
  Depends: libfontconfig1 (&gt;= 2.12.6)
  Depends: libfribidi0 (&gt;= 0.19.7)
  Depends: libgdk-pixbuf-2.0-0 (&gt;= 2.40.0)
  Depends: libglib2.0-0 (&gt;= 2.59.0)
  Depends: libharfbuzz0b (&gt;= 2.2.0)
  Depends: libpango-1.0-0 (&gt;= 1.45.5)
  Depends: libpangocairo-1.0-0 (&gt;= 1.44.0)
  Depends: libpangoft2-1.0-0 (&gt;= 1.44.0)
  Depends: libwayland-client0 (&gt;= 1.20.0)
  Depends: libwayland-cursor0 (&gt;= 1.14.91)
  Depends: libwayland-egl1 (&gt;= 1.15.0)
  Depends: libx11-6 (&gt;= 2:1.4.99.1)
  Depends: libxcomposite1 (&gt;= 1:0.4.5)
  Depends: libxcursor1 (&gt;&gt; 1.1.2)
  Depends: libxdamage1 (&gt;= 1:1.1)
  Depends: libxext6
  Depends: libxfixes3
  Depends: libxi6 (&gt;= 2:1.2.99.4)
  Depends: libxinerama1 (&gt;= 2:1.1.4)
  Depends: libxkbcommon0 (&gt;= 0.5.0)
  Depends: libxrandr2 (&gt;= 2:1.5.0)
  Depends: libgtk-3-common (&gt;= 3.24.38-2~deb12u3)
  Recommends: libgtk-3-bin
  Recommends: librsvg2-common
  Suggests: gvfs
devuan@devuan-pc:~$ apt depends libwebkit2gtk-4.0-37
libwebkit2gtk-4.0-37
  Depends: libjavascriptcoregtk-4.0-18 (= 2.48.5-1~deb12u1)
  Depends: gstreamer1.0-plugins-base
  Depends: gstreamer1.0-plugins-good
  Depends: libgles2
  Depends: bubblewrap (&gt;= 0.3.1)
  Depends: xdg-dbus-proxy
  Depends: libatk1.0-0 (&gt;= 1.32.0)
  Depends: libatomic1 (&gt;= 4.8)
  Depends: libavif15 (&gt;= 0.11.1)
  Depends: libc6 (&gt;= 2.35)
  Depends: libcairo-gobject2 (&gt;= 1.10.0)
  Depends: libcairo2 (&gt;= 1.14.0)
  Depends: libdrm2 (&gt;= 2.4.107)
  Depends: libenchant-2-2 (&gt;= 2.2.3)
  Depends: libepoxy0 (&gt;= 1.3)
  Depends: libexpat1 (&gt;= 2.1~beta3)
  Depends: libflite1 (&gt;= 2.0.0-release)
  Depends: libfontconfig1 (&gt;= 2.12.6)
  Depends: libfreetype6 (&gt;= 2.11.1)
  Depends: libgbm1 (&gt;= 21.3.0~rc1)
  Depends: libgcc-s1 (&gt;= 4.0)
  Depends: libgcrypt20 (&gt;= 1.10.0)
  Depends: libgdk-pixbuf-2.0-0 (&gt;= 2.22.0)
  Depends: libglib2.0-0 (&gt;= 2.70.0)
  Depends: libgpg-error0 (&gt;= 1.14)
  Depends: libgstreamer-gl1.0-0 (&gt;= 1.14.0)
  Depends: libgstreamer-plugins-bad1.0-0 (&gt;= 1.22.0)
  Depends: libgstreamer-plugins-base1.0-0 (&gt;= 1.20.0)
  Depends: libgstreamer1.0-0 (&gt;= 1.22.0)
  Depends: libgtk-3-0 (&gt;= 3.23.0)
  Depends: libharfbuzz-icu0 (&gt;= 0.9.9)
  Depends: libharfbuzz0b (&gt;= 1.8.6)
  Depends: libhyphen0 (&gt;= 2.7.1)
  Depends: libicu72 (&gt;= 72.1~rc-1~)
  Depends: libjpeg62-turbo (&gt;= 1:1.5.0)
  Depends: liblcms2-2 (&gt;= 2.2+git20110628)
  Depends: libmanette-0.2-0 (&gt;= 0.1.2)
  Depends: libpango-1.0-0 (&gt;= 1.14.0)
  Depends: libpangocairo-1.0-0 (&gt;= 1.14.0)
  Depends: libpng16-16 (&gt;= 1.6.2-1)
  Depends: libseccomp2 (&gt;= 0.0.0~20120605)
  Depends: libsecret-1-0 (&gt;= 0.7)
  Depends: libsoup2.4-1 (&gt;= 2.69.90)
  Depends: libsqlite3-0 (&gt;= 3.7.15)
  Depends: libstdc++6 (&gt;= 12)
  Depends: libsystemd0
    libelogind-compat
  Depends: libtasn1-6 (&gt;= 4.14)
  Depends: libwayland-client0 (&gt;= 1.20.0)
  Depends: libwayland-egl1 (&gt;= 1.15.0)
  Depends: libwayland-server0 (&gt;= 1.0.2)
  Depends: libwebp7 (&gt;= 1.2.4)
  Depends: libwebpdemux2 (&gt;= 1.2.4)
  Depends: libwebpmux3 (&gt;= 1.2.4)
  Depends: libwoff1 (&gt;= 1.0.0)
  Depends: libx11-6
  Depends: libxml2 (&gt;= 2.7.4)
  Depends: libxslt1.1 (&gt;= 1.1.25)
  Depends: zlib1g (&gt;= 1:1.2.2)
  Recommends: gstreamer1.0-gl
  Recommends: libgl1-mesa-dri
  Recommends: xdg-desktop-portal-gtk
  Recommends: gstreamer1.0-libav
  Recommends: gstreamer1.0-plugins-bad
  Suggests: gstreamer1.0-alsa
devuan@devuan-pc:~$ </code></pre></div><p>also see this thread for more sadness</p><p><a href="https://dev1galaxy.org/viewtopic.php?id=7272" rel="nofollow"> https://dev1galaxy.org/viewtopic.php?id=7272</a></p>]]></description>
			<author><![CDATA[dummy@example.com (stargate-sg1-cheyenne-mtn)]]></author>
			<pubDate>Mon, 03 Nov 2025 12:46:11 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58987#p58987</guid>
		</item>
		<item>
			<title><![CDATA[Re: Devuan without dbus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58974#p58974</link>
			<description><![CDATA[<p>Curious about this as well to be honest. There is alot of stuff that doesn&#039;t need it, that is dependant on it.</p><p>For example, dhcpcd-gtk/dhcpcd-ui</p><p>doesn&#039;t need to be dependant on dbus, but debian idiotically does it anyways. Weird stuff man.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Mon, 03 Nov 2025 03:58:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58974#p58974</guid>
		</item>
		<item>
			<title><![CDATA[Devuan without dbus]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=58951#p58951</link>
			<description><![CDATA[<p>Hi,</p><p>I try to avoid installing dbus, which worked (for me) with daedalus. In excalibur gconf-service is not included anymore, all other alternatives for gsettings-backend (xfconf-gsettings-backend, dconf-gsettings-backend) need dbus. Do you have an idea, how to get libgtk-3-0t64 installed without dbus?</p><p>Or any other ideas to keep luakit running?</p>]]></description>
			<author><![CDATA[dummy@example.com (Plentyn)]]></author>
			<pubDate>Sun, 02 Nov 2025 16:36:26 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=58951#p58951</guid>
		</item>
	</channel>
</rss>
