<?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=5368&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / HOWTO : Disable mouse use in sysv-rc-conf]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=5368</link>
		<description><![CDATA[The most recent posts in HOWTO : Disable mouse use in sysv-rc-conf.]]></description>
		<lastBuildDate>Tue, 02 Dec 2025 23:00:21 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: HOWTO : Disable mouse use in sysv-rc-conf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=60340#p60340</link>
			<description><![CDATA[<p>Thank you, abower!&#160; I look forward to one less tweak following an install <img src="https://dev1galaxy.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p><p>--K</p>]]></description>
			<author><![CDATA[dummy@example.com (kaiyel)]]></author>
			<pubDate>Tue, 02 Dec 2025 23:00:21 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=60340#p60340</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO : Disable mouse use in sysv-rc-conf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59808#p59808</link>
			<description><![CDATA[<p>Can&#039;t live without sysv-rc-conf! Thanks !</p>]]></description>
			<author><![CDATA[dummy@example.com (swanson)]]></author>
			<pubDate>Tue, 18 Nov 2025 09:01:50 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59808#p59808</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO : Disable mouse use in sysv-rc-conf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59807#p59807</link>
			<description><![CDATA[<p>@tux_99 thanks for your comments! Not the original author, no, but it was abandoned for 20 years. I fixed a bug earlier in the year and before you know it I had forked it and fixed a ton more - the changelogs are under /usr/share/doc/sysv-rc-conf. The Debian trixie freeze had already started so this was too late for excalibur.</p>]]></description>
			<author><![CDATA[dummy@example.com (abower)]]></author>
			<pubDate>Tue, 18 Nov 2025 07:57:47 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59807#p59807</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO : Disable mouse use in sysv-rc-conf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59798#p59798</link>
			<description><![CDATA[<p>@abower thanks for the suggestion regarding the newer version in backports, I installed it straightaway.<br />BTW, are you one of the authors of sysv-rc-conf (the manpage lists an Andrew Bower)?<br />If yes thanks for this neat tool, before discovering it I had considered porting the &#039;chkconfig&#039; from Centos 6 (last one before systemd) to Devuan as I was missing chkconfig, so sysv-rc-conf saved me from this effort.</p>]]></description>
			<author><![CDATA[dummy@example.com (tux_99)]]></author>
			<pubDate>Tue, 18 Nov 2025 01:05:22 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59798#p59798</guid>
		</item>
		<item>
			<title><![CDATA[Re: HOWTO : Disable mouse use in sysv-rc-conf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=59783#p59783</link>
			<description><![CDATA[<p>I agree that mouse behaviour is dangerous. The latest sysv-rc-conf does not toggle boxes when you click, it only moves the cursor to the clicked position. You need excalibur-backports to get this version (currently 1.3.0-3) - it&#039;s too new for the stable release.</p><p>This version also now installs a chkconfig symlink and extends to emulate more of chkconfig.</p>]]></description>
			<author><![CDATA[dummy@example.com (abower)]]></author>
			<pubDate>Mon, 17 Nov 2025 22:45:09 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=59783#p59783</guid>
		</item>
		<item>
			<title><![CDATA[HOWTO : Disable mouse use in sysv-rc-conf]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=38903#p38903</link>
			<description><![CDATA[<p>In another thread (<a href="https://dev1galaxy.org/viewtopic.php?id=4850" rel="nofollow">https://dev1galaxy.org/viewtopic.php?id=4850</a>) I had suggested using &quot;sysv-rc-conf&quot; as a means of listing all the service runlevels on a system.&#160; It&#039;s a great utility and very similar to the &quot;chkconfig&quot; utility I am familiar with (from Redhat) for querying and updating the runlevel information for system services.&#160; Give it a spin.</p><p>But the one thing about the &quot;sysv-rc-conf&quot; utility I find terribly annoying is that the mouse interface in the Curses widget is not de-activated.&#160; With multiple windows open on my desktop, if I happen to click away from a terminal session running &quot;sysv-rc-conf&quot; to check something, and then return to that terminal session with another mouse click, and the mouse pointer happens to be over one of the &quot;[ ]&quot; fields where I clicked, &quot;sysv-rc-conf&quot; will dutifully activate or inactivate the service on that line for that runlevel.&#160; If you don&#039;t notice the change ... Ugh!</p><p>Fortunately it is easy to disable.&#160; Simply edit the perl script at /usr/sbin/sysv-rc-conf and change :</p><div class="codebox"><pre><code>my $cui = new Curses::UI( -clear_on_exit    =&gt; 0,
                          -color_support    =&gt; 1,
                          -default_colors   =&gt; 1,
                        ) or die &quot;Can&#039;t create base Curses::UI object&quot;;</code></pre></div><p>to read :</p><div class="codebox"><pre><code>my $cui = new Curses::UI( -clear_on_exit    =&gt; 0,
                          -color_support    =&gt; 1,
                          -default_colors   =&gt; 1,
                          -mouse_support    =&gt; 0,
                        ) or die &quot;Can&#039;t create base Curses::UI object&quot;;</code></pre></div><p>With mouse support disabled in the Curses widget, the risk of accidentally changing a runlevel while jumping between desktop windows is eliminated.&#160; This should be the default, in my opinion, with perhaps a command line argument to enable the mouse interaction if the administrator so chooses.</p><p>Hope this helps,<br />--K</p>]]></description>
			<author><![CDATA[dummy@example.com (kaiyel)]]></author>
			<pubDate>Wed, 23 Nov 2022 21:49:33 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=38903#p38903</guid>
		</item>
	</channel>
</rss>
