<?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=4464&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Wicd in Chimaera (It's not, but...)]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=4464</link>
		<description><![CDATA[The most recent posts in Wicd in Chimaera (It's not, but...).]]></description>
		<lastBuildDate>Mon, 30 Aug 2021 10:17:47 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31199#p31199</link>
			<description><![CDATA[<p>Hi</p><p>It is the default and works just fine in Chiamera :-)</p><p>Have a nice day</p>]]></description>
			<author><![CDATA[dummy@example.com (larsH)]]></author>
			<pubDate>Mon, 30 Aug 2021 10:17:47 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31199#p31199</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31198#p31198</link>
			<description><![CDATA[<p>NetworkManager works fine, and I prefer it over wicd because it has plugins that make setting up and using a VPN fairly easy.</p><p>Based on the packages I have installed, I believe that this is the way I installed it:</p><div class="codebox"><pre><code>aptitude install network-manager-gnome network-manager-openvpn-gnome</code></pre></div><p>I only mention this because, based on a tutorial I saw that mentions replacing NetworkManager with wicd, it appears that some people believe that NetworkManager doesn&#039;t work in Devuan. That is not the case. Although I&#039;m not certain about Chimaera, because I haven&#039;t used it, NetworkManager definitely works fine in Refracta/Beowulf.</p><p>Phil</p>]]></description>
			<author><![CDATA[dummy@example.com (pcalvert)]]></author>
			<pubDate>Mon, 30 Aug 2021 10:01:50 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31198#p31198</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31119#p31119</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><p>Is it wise to use wicd now that Python2 is obsolete? <a href="https://packages.debian.org/experimental/python3-wicd" rel="nofollow">https://packages.debian.org/experimental/python3-wicd</a> might be a better idea even if it&#039;s from experimental.</p></div></blockquote></div><p>Depends on if tauthon is added to devuan&#039;s repos which would mean it would exist in debian too.</p><p>Tauthon is the continuation of python2... </p><p>If its in debian&#039;s repos, it may not be a problem to use wicd.</p><p>That being said, dhcpcd-gtk is the better option if you have wpa_supplicant and dhcpcd working properly. </p><p>They are at least updated more than wicd/wicd-gtk.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Wed, 25 Aug 2021 14:11:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31119#p31119</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31114#p31114</link>
			<description><![CDATA[<p>Hello:</p><div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>PLEASE keep this thread focused on the possibility of running wicd in Chimaera.</p></div></blockquote></div><p>+1<br />Thank you.</p><p>A.</p>]]></description>
			<author><![CDATA[dummy@example.com (Altoid)]]></author>
			<pubDate>Mon, 23 Aug 2021 22:06:49 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31114#p31114</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31111#p31111</link>
			<description><![CDATA[<p>Here are error messages when trying to run the experimental version of wicd in chimaera.</p><div class="codebox"><pre><code>$ wicd-gtk
Traceback (most recent call last):
  File &quot;/usr/share/wicd/gtk/wicd-client.py&quot;, line 41, in &lt;module&gt;
    import gtk
ModuleNotFoundError: No module named &#039;gtk&#039;

$ wicd-cli
Please use --wireless or --wired to specify the type of connection to operate on.
No operations performed.

$ wicd-cli --wired
No operations performed.

$ wicd-cli --wireless
No operations performed.</code></pre></div><div class="codebox"><pre><code>$ wicd-curses</code></pre></div><p>Runs<br />I can connect and disconnect wired. Sometimes. <br />It sees the one router in the house, but doesn&#039;t see the second router, which is 2 meters away. It also sees my neighbor&#039;s router. Also, iwlist does see the router across the room.</p><p>Select my router from the list and press right-arrow to configure gives the following error message.</p><div class="codebox"><pre><code>Traceback (most recent call last):
  File &quot;/usr/lib/python3/dist-packages/gi/overrides/GLib.py&quot;, line 664, in &lt;lambda&gt;
    func_fdtransform = lambda _, cond, *data: callback(channel, cond, *data)
  File &quot;/usr/share/wicd/curses/wicd-curses.py&quot;, line 1148, in call_update_ui
    self.update_ui(True)
  File &quot;/usr/share/wicd/curses/wicd-curses.py&quot;, line 97, in wrapper
    return func(*args, **kargs)
  File &quot;/usr/share/wicd/curses/wicd-curses.py&quot;, line 1161, in update_ui
    self.handle_keys(input_data)
  File &quot;/usr/share/wicd/curses/wicd-curses.py&quot;, line 1039, in handle_keys
    self.diag = WirelessSettingsDialog(pos, self.frame)
  File &quot;/usr/share/wicd/curses/netentry_curses.py&quot;, line 502, in __init__
    self.encrypt_types = misc.LoadEncryptionMethods()
  File &quot;/usr/lib/python3/dist-packages/wicd/misc.py&quot;, line 368, in LoadEncryptionMethods
    parsed_template = _parse_enc_template(enctype.strip())
  File &quot;/usr/lib/python3/dist-packages/wicd/misc.py&quot;, line 408, in _parse_enc_template
    cur_type[&quot;required&quot;] = __parse_field_ent(parse_ent(line, &quot;require&quot;))
  File &quot;/usr/lib/python3/dist-packages/wicd/misc.py&quot;, line 380, in __parse_field_ent
    for val, disp_val in grouper(2, fields, fillvalue=None):
  File &quot;/usr/lib/python3/dist-packages/wicd/misc.py&quot;, line 655, in grouper
    return zip_longest(fillvalue=fillvalue, *args)
NameError: name &#039;zip_longest&#039; is not defined</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 23 Aug 2021 19:25:44 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31111#p31111</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31107#p31107</link>
			<description><![CDATA[<p>In addition to the possibility of unknown breakage, there is the possibility of security vulnerabilities that will never be fixed and probably not even reported.</p><p>I tried wicd-gtk and wicd-cli from experimental. The gtk program does not start. The cli program gives an error message. (I&#039;d have to try it again to get the message, but I gave up after five minutes.)</p><p>HELP! Is there a python programmer in the house?</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Mon, 23 Aug 2021 18:12:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31107#p31107</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31103#p31103</link>
			<description><![CDATA[<p>Is it wise to use wicd now that Python2 is obsolete? <a href="https://packages.debian.org/experimental/python3-wicd" rel="nofollow">https://packages.debian.org/experimental/python3-wicd</a> might be a better idea even if it&#039;s from experimental.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Mon, 23 Aug 2021 11:07:17 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31103#p31103</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31097#p31097</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>PLEASE keep this thread focused on the possibility of running wicd in Chimaera.&#160; Does it&#160; work for you?&#160; What issues if any?&#160; Is it secure? Report your experiences here.</p></div></blockquote></div><p>Yeah... my bad... I have not tried chimaera&#039;s wicd yet, last I tried was beowulf and it worked there.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Mon, 23 Aug 2021 07:13:08 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31097#p31097</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31095#p31095</link>
			<description><![CDATA[<p>PLEASE keep this thread focused on the possibility of running wicd in Chimaera.&#160; Does it&#160; work for you?&#160; What issues if any?&#160; Is it secure? Report your experiences here.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Mon, 23 Aug 2021 04:46:29 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31095#p31095</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31094#p31094</link>
			<description><![CDATA[<div class="quotebox"><cite>golinux wrote:</cite><blockquote><div><p>That answer is non -responsive. This thread is about wicd in Chimaera not about using Debian repositories directly which btw is not a good idea but then you get to keep all the pieces.&#160; <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />&#160; Please keep on-topic going forward as being able to use wicd safely will be important to many upgrading to Chimaera.</p></div></blockquote></div><p>Using debian repositories directly in devuan sounds... nutty to me. </p><p>But sometimes it works, some applications work fine that way, such as palemoon and wine... last I checked anyways.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Mon, 23 Aug 2021 03:32:14 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31094#p31094</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31093#p31093</link>
			<description><![CDATA[<p>That answer is non -responsive. This thread is about wicd in Chimaera not about using Debian repositories directly which btw is not a good idea but then you get to keep all the pieces.&#160; <img src="http://dev1galaxy.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" />&#160; Please keep on-topic going forward as being able to use wicd safely will be important to many upgrading to Chimaera.</p>]]></description>
			<author><![CDATA[dummy@example.com (golinux)]]></author>
			<pubDate>Sun, 22 Aug 2021 23:16:45 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31093#p31093</guid>
		</item>
		<item>
			<title><![CDATA[Re: Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31092#p31092</link>
			<description><![CDATA[<p>That&#039;s the way to do it if you need something that is not in the distro you are running.</p><p>Personally, I want the latest KDE, the one in Debian Experimental, so I added Debian Experimental to my sources.list and ran &quot;aptitude upgrade -t experimental&quot;. Then I also got some other new candy. I have now been doing this every day for several weeks and have only had one problem, that VirtualBox-DKMS did not want to be compiled with Experimental&#039;s kernel 5.13.0 trunk. So I have to settle for 5.10.<br />In addition, I use libc6 2.33 from the latest Ubuntu release Hirsute Hippo, to be able to use the Firefox plugin ScrapBee. But now I saw that 2.32 came in Debian Experimental so I take and test it instead. <br />And then I run LibreOffice nightly builds 7.3_alpha because I&#039;m love and need the new outline function which is next as good as Emacs Org Mod&#039;s outline mode. <a href="https://dev-builds.libreoffice.org/daily/master/Linux-rpm_deb-x86_64@86-TDF/current/" rel="nofollow">https://dev-builds.libreoffice.org/dail … F/current/</a><br />I almost forgot to tell you that I use DisplayCal and for this I need some python 2 packages from Debian Buster. (I like to download my packages from Debian because I think it is easiest (I&#039;m used to) to search for packages there.) <br />Must recommend snapshot.debian.org It&#039;s a real goldmine with all the packages and versions since the beginning of time. <a href="http://snapshot.debian.org/" rel="nofollow">http://snapshot.debian.org/</a></p><p>This is one way to have fun, develop yourself and learn more about Linux. Should something go wrong I learn even more.</p>]]></description>
			<author><![CDATA[dummy@example.com (Magnus)]]></author>
			<pubDate>Sun, 22 Aug 2021 22:26:43 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31092#p31092</guid>
		</item>
		<item>
			<title><![CDATA[Wicd in Chimaera (It's not, but...)]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=31089#p31089</link>
			<description><![CDATA[<p>Wicd is no longer maintained and is not in chimaera or ceres repos. However, someone in IRC yesterday mentioned that wicd did not get removed when they upgraded from beowulf to chimaera. So I decided to try it.</p><p>On my laptop running chimaera with xfce, I removed connman, added a single line for beowulf main repo, ran &#039;apt update&#039; and then &#039;apt -t beowulf install wicd-gtk&#039;. Below is posted a copy of my apt history.log showing what else got pulled in. (Disclaimer: I have not checked versions of any those packages to see which repo they came from.)</p><p>I tested wired and wireless connections, and wicd seems to be working normally. I commented out the beowulf line and ran &#039;apt update&#039; again when I was done.</p><div class="codebox"><pre><code>Start-Date: 2021-08-21  18:57:13
Commandline: apt -t beowulf install wicd-gtk
Install: python-gtk2:amd64 (2.24.0-5.1+b1, automatic), wicd-gtk:amd64 (1.7.4+tb2-6+devuan1.1), python-is-python2:amd64 (2.7.18-9, automatic), python2-minimal:amd64 (2.7.16-1, automatic), python2:amd64 (2.7.16-1, automatic), libglade2-0:amd64 (1:2.6.4-2+b1, automatic), libpython2-stdlib:amd64 (2.7.16-1, automatic), python-dbus:amd64 (1.2.8-3, automatic), python-pkg-resources:amd64 (40.8.0-1, automatic), python-glade2:amd64 (2.24.0-5.1+b1, automatic), python-cairo:amd64 (1.16.2-1+b1, automatic), python-numpy:amd64 (1:1.16.2-1, automatic), wicd-daemon:amd64 (1.7.4+tb2-6+devuan1.1, automatic), python-gobject-2:amd64 (2.28.6-13+b1, automatic), python-wicd:amd64 (1.7.4+tb2-6+devuan1.1, automatic)
End-Date: 2021-08-21  18:57:28</code></pre></div><p>Edit: OK, I checked two packages. python-gtk2 and python-dbus are from beowulf. I don&#039;t yet know if I broke anything that depends on python3.</p>]]></description>
			<author><![CDATA[dummy@example.com (fsmithred)]]></author>
			<pubDate>Sun, 22 Aug 2021 17:56:27 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=31089#p31089</guid>
		</item>
	</channel>
</rss>
