<?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=4798&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] Broken pkexec in Chimaera]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=4798</link>
		<description><![CDATA[The most recent posts in [SOLVED] Broken pkexec in Chimaera.]]></description>
		<lastBuildDate>Fri, 14 Jan 2022 18:16:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken pkexec in Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33920#p33920</link>
			<description><![CDATA[<div class="quotebox"><cite>EDX-0 wrote:</cite><blockquote><div><div class="codebox"><pre><code>Exec=eval &quot;$(/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1)&quot;</code></pre></div></div></blockquote></div><p>Why the <span class="bbc">eval</span>? The agent is directly executable.</p><p>A simpler approach is to just add this line to ~/.xsessionrc:</p><div class="codebox"><pre><code>/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1 &amp;</code></pre></div><p>Reference: <a href="https://wiki.debian.org/Xsession" rel="nofollow">https://wiki.debian.org/Xsession</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Fri, 14 Jan 2022 18:16:21 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33920#p33920</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken pkexec in Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33919#p33919</link>
			<description><![CDATA[<p>should suffice to add a .desktop entry in ~/.config/autostart/<br />something like polkit.desktop with contents like these:</p><div class="codebox"><pre><code>[Desktop Entry]
Name=Polkit Agent
Type=Application
Terminal=false
Exec=eval &quot;$(/usr/lib/policykit-1-gnome/polkit-gnome-authentication-agent-1)&quot;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (EDX-0)]]></author>
			<pubDate>Fri, 14 Jan 2022 17:26:04 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33919#p33919</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken pkexec in Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33918#p33918</link>
			<description><![CDATA[<p>It might be worth checking it still works after one or two more reboots before you mark it as solved. I&#039;ve see strange things happen too often to trust software to always do what you expect.</p>]]></description>
			<author><![CDATA[dummy@example.com (chris2be8)]]></author>
			<pubDate>Fri, 14 Jan 2022 17:14:57 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33918#p33918</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken pkexec in Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33907#p33907</link>
			<description><![CDATA[<p>My experience is that a reboot past the last upgrade step clears away one or the other hickup with configurations that get lost during such a process.</p><p>rolfie</p>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Thu, 13 Jan 2022 19:53:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33907#p33907</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken pkexec in Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33905#p33905</link>
			<description><![CDATA[<p>Have I tried turning it off and on again? No I haven&#039;t. And I just did. And it works now.</p><p>I restarted because I thought the problem was that I was running my Xsession&#039;s dbus under a different group (with &quot;sg&quot;) and indeed when I reverted to the original and restarted, it worked! But then I put it back to the different group and it still works. So I guess it simply needed a restart?? Alright... Maybe there was some polkit daemon that had died then.</p><p>Thank you all for the help! Once I verify it&#039;s working I&#039;ll mark it as SOLVED.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tritonio)]]></author>
			<pubDate>Thu, 13 Jan 2022 14:00:12 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33905#p33905</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken pkexec in Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33904#p33904</link>
			<description><![CDATA[<p>I run Chimaera-upgraded-from-Beowulf with XFCE. However, I have not had your problem, which does not help me to help you. However, in an attempt to help I ran with your report on <span class="bbc">polkit</span> &amp; searched in Synaptic for it; the single installed item was <span class="bbc">gir1.2-polkit-1.0</span> (GObject introspection data for PolicyKit), so that seems to be the one:</p><div class="quotebox"><blockquote><div><p>GObject introspection data for PolicyKit<br />&#160; <br />PolicyKit is a toolkit for defining and handling the policy that<br />allows unprivileged processes to speak to privileged processes.</p><p>This package contains introspection data for PolicyKit.</p><p>It can be used by packages using the GIRepository format to generate<br />dynamic bindings.</p></div></blockquote></div><p>Added:</p><p>Taking this one step further by searching for <span class="bbc">PolicyKit</span>, there is one further item installed: <span class="bbc">cups-pk-helper</span> (PolicyKit helper to configure cups with fine-grained privileges):</p><div class="quotebox"><blockquote><div><p>PolicyKit helper to configure cups with fine-grained privileges<br />&#160; <br />This package provides a PolicyKit helper to configure cups with<br />fine-grained privileges. For example, it&#039;s possible to let users<br />enable/disable printers without requiring a password, while still<br />requiring a password for editing printer settings.</p></div></blockquote></div>]]></description>
			<author><![CDATA[dummy@example.com (alexkemp)]]></author>
			<pubDate>Thu, 13 Jan 2022 12:34:03 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33904#p33904</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken pkexec in Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33902#p33902</link>
			<description><![CDATA[<p>Both are already installed. Maybe I need to run something? I don&#039;t see executables in these packages&#039; installed files though.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tritonio)]]></author>
			<pubDate>Thu, 13 Jan 2022 12:06:30 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33902#p33902</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] Broken pkexec in Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33901#p33901</link>
			<description><![CDATA[<p>Probably these two:<br />policykit-1-gnome<br />libpam-elogind</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Thu, 13 Jan 2022 12:02:41 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33901#p33901</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] Broken pkexec in Chimaera]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=33899#p33899</link>
			<description><![CDATA[<p>After upgrading from Beowulf, all apps like synaptic, gparted and timeshift fail to launch from the whisker menu in XFCE. After some research I saw that all of them are probably using pkexec to launch which in turn is supposed to use polkit to show the password dialog for elevating privileges.</p><p>Which package is supposed to be the polkit agent for XFCE? Arch says it&#039;s xfce-polkit but that doesn&#039;t exist in the repos. I seem to have installed pokit-kde-agent-1, mate-polkit and mate-polkit-common but not mate-polkit-bin, and I see that I could install lxpolkit too. But since i&#039;m running XFCE I don&#039;t think I should be using these.</p><p>Thank you.</p>]]></description>
			<author><![CDATA[dummy@example.com (Tritonio)]]></author>
			<pubDate>Thu, 13 Jan 2022 10:42:55 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=33899#p33899</guid>
		</item>
	</channel>
</rss>
