<?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=7628&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Cinnamon DE and logviewer on Excalibur]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7628</link>
		<description><![CDATA[The most recent posts in Cinnamon DE and logviewer on Excalibur.]]></description>
		<lastBuildDate>Sat, 29 Nov 2025 15:33:12 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Cinnamon DE and logviewer on Excalibur]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60214#p60214</link>
			<description><![CDATA[<div class="codebox"><pre><code>System:
  Kernel: 6.12.57+deb13-amd64 arch: x86_64 bits: 64 compiler: gcc v: 14.2.0 clocksource: tsc
  Desktop: Cinnamon v: 6.4.10 tk: GTK v: 3.24.49 wm: Muffin v: 6.4.1 vt: 7 dm: LightDM v: 1.32.0
    Distro: Devuan GNU/Linux 6 (excalibur)</code></pre></div><p>The upgrade to Excalibur removed the logviewer I used under Daedalus, the gnome-system-log package. Somebody told me that gnome-logs is the replacement. But this package only takes care for the systemd journal now.</p><p>My solution: install mate-utils. That package amongst other stuff contains the mate-system-log. </p><p>To make it work also for the syslog and dmesg I had to create a new menu entry. Main topic is the command:</p><div class="codebox"><pre><code>pkexec /usr/bin/mate-system-log</code></pre></div><p>As icon I selected /usr/share/icons/hicolor/48x48/apps/mate-system-log.png which came with the package.&#160; </p><p>Also I needed to supply a policy action for policykit. I had one in my backups from previously using Mate as desktop. To be stored in /usr/share/polkit-1/actions as org.mate.mate-system-log.policy. Contents:</p><div class="codebox"><pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!DOCTYPE policyconfig PUBLIC
 &quot;-//freedesktop//DTD PolicyKit Policy Configuration 1.0//EN&quot;
 &quot;http://www.freedesktop.org/standards/PolicyKit/1.0/policyconfig.dtd&quot;&gt;
&lt;policyconfig&gt;

  &lt;vendor&gt;Mate-System-Log&lt;/vendor&gt;
  &lt;vendor_url&gt;&lt;/vendor_url&gt;
  &lt;icon_name&gt;mate-system-log&lt;/icon_name&gt;

&lt;action id=&quot;org.mate-system-log.pkexec&quot;&gt;
   &lt;description&gt;Run mate-system-log as root&lt;/description&gt;
   &lt;message&gt;Authentication is required to run mate-terminal as root.&lt;/message&gt;
   &lt;defaults&gt;
      &lt;allow_any&gt;no&lt;/allow_any&gt;
      &lt;allow_inactive&gt;auth_admin&lt;/allow_inactive&gt;
      &lt;allow_active&gt;auth_admin&lt;/allow_active&gt;
   &lt;/defaults&gt;
   &lt;annotate key=&quot;org.freedesktop.policykit.exec.path&quot;&gt;/usr/bin/mate-system-log&lt;/annotate&gt;
   &lt;annotate key=&quot;org.freedesktop.policykit.exec.allow_gui&quot;&gt;true&lt;/annotate&gt;
 &lt;/action&gt;</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (rolfie)]]></author>
			<pubDate>Sat, 29 Nov 2025 15:33:12 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60214#p60214</guid>
		</item>
	</channel>
</rss>
