<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=4671&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Is it possible to change GUI title bar color when working as root?]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=4671</link>
		<description><![CDATA[The most recent posts in [SOLVED] Is it possible to change GUI title bar color when working as root?.]]></description>
		<lastBuildDate>Wed, 17 Nov 2021 22:13:54 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Is it possible to change GUI title bar color when working as root?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32892#p32892</link>
			<description><![CDATA[<p>Das Problem ist nicht wie gewünscht lösbar. Der Titel wird vom Fenstermanager verwaltet und der verwendet die Einstellungen des angemeldeten Nutzers.</p><p>Allerdings habe ich jetzt noch menubar und toolbar auf knallrot gesetzt und alle für mich relevanten Programme haben irgendwas davon (headerbar, menubar oder toolbar).</p><p>Meine /root/.config/gtk-3.0/gtk.css sieht jetzt so aus:</p><div class="codebox"><pre><code>headerbar {
    background: #ff0000;
    color: #ffffff; 
    text-shadow: #000000;
}
headerbar:backdrop  {
    background: #800000;
    color: #404040;
    text-shadow: #000000;
} 
menubar,toolbar {
    background: #ff0000;
}</code></pre></div><p>Nicht ganz so elegant wie vorgesehen, aber funktioniert.</p>]]></description>
			<author><![CDATA[dummy@example.com (felixed)]]></author>
			<pubDate>Wed, 17 Nov 2021 22:13:54 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32892#p32892</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Is it possible to change GUI title bar color when working as root?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32855#p32855</link>
			<description><![CDATA[<p>Got so far as caja and other GUI&#039;s title backgrond (for instance for theme Menta) is set by </p><div class="codebox"><pre><code>@define-color theme_selected_bg_color #accd8a;</code></pre></div><p>in /usr/share/themes/Menta/gtk-3.0/gtk-main.css .</p><p>Other entries in there then refer to&#160; theme_selected_bg_color.</p>]]></description>
			<author><![CDATA[dummy@example.com (felixed)]]></author>
			<pubDate>Tue, 16 Nov 2021 15:34:28 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32855#p32855</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Is it possible to change GUI title bar color when working as root?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32769#p32769</link>
			<description><![CDATA[<p>Little step forward. </p><p>With /root/.config/gtk-3.0/gtk.css</p><div class="codebox"><pre><code>headerbar {
    background: #ff0000;
    color: #ffffff; 
    text-shadow: #000000;
}
headerbar:backdrop  {
    background: #800000;
    color: #404040;
    text-shadow: #000000;
} </code></pre></div><p>it works for some GUI as gedit, but not for caja. In caja there is also no effect from ~/.config/gtk-3.0/gtk.css .</p>]]></description>
			<author><![CDATA[dummy@example.com (felixed)]]></author>
			<pubDate>Fri, 12 Nov 2021 10:12:36 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32769#p32769</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Is it possible to change GUI title bar color when working as root?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32763#p32763</link>
			<description><![CDATA[<p>Xfce4 obviously reads the gtk.css of ~. I change some panel and desktop colors by that.</p><p>Maybe it&#039;s a syntax error. I wrote the same into the ~/.config/gtk-3.0/gtk.css, restarted, but the title bar didn&#039;t change. Maybe the syntax is wrong.</p><p>Is there any manual of css syntax used by xfce4? Or by gtk3?</p>]]></description>
			<author><![CDATA[dummy@example.com (felixed)]]></author>
			<pubDate>Thu, 11 Nov 2021 21:32:23 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32763#p32763</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Is it possible to change GUI title bar color when working as root?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32760#p32760</link>
			<description><![CDATA[<div class="quotebox"><cite>felixed wrote:</cite><blockquote><div><p>/root/.config/gtk-3.0/ is empty.</p></div></blockquote></div><p>Yes, root&#039;s $HOME is supposed to be empty.</p><div class="quotebox"><cite>felixed wrote:</cite><blockquote><div><p>I tried a gtk.css there</p></div></blockquote></div><p>Oh, clever, I like it :-)</p><p>But unfortunately I forgot that Xfce doesn&#039;t read the GTK configuration files. Sorry. Try <span class="bbc">xfconf-query</span> instead (as root).</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 11 Nov 2021 20:11:08 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32760#p32760</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Is it possible to change GUI title bar color when working as root?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32759#p32759</link>
			<description><![CDATA[<p>/root/.config/gtk-3.0/ is empty.</p><p>I tried a gtk.css there:</p><div class="codebox"><pre><code>.titlebar {
    background: #ff0000;
    color:#000000; 
}

.titlebar:backdrop  {
    background: #a00000;
    color:#808080;
} </code></pre></div><p>Not working.</p><p>With mate there&#039;s at least a comment &quot;(as admin)&quot; in the title.</p><p>When logging in as root (bad idea, I know) there&#039;s a warning displayed within the caja window, but the title bar is not red.</p>]]></description>
			<author><![CDATA[dummy@example.com (felixed)]]></author>
			<pubDate>Thu, 11 Nov 2021 19:21:31 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32759#p32759</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Is it possible to change GUI title bar color when working as root?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32756#p32756</link>
			<description><![CDATA[<p>You could try setting a different theme for root in /root/.gtkrc-2.0 &amp; /root/.config/gtk-3.0/settings.ini</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Thu, 11 Nov 2021 14:28:06 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32756#p32756</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Is it possible to change GUI title bar color when working as root?]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=32752#p32752</link>
			<description><![CDATA[<p>Chimaera, Xfce4, theme Menta.</p>]]></description>
			<author><![CDATA[dummy@example.com (felixed)]]></author>
			<pubDate>Thu, 11 Nov 2021 13:05:48 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=32752#p32752</guid>
		</item>
	</channel>
</rss>
