<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commenti a: aMSN svn con antialiasing e Tcl/Tk 8.5 su Ubuntu</title>
	<atom:link href="http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/feed/" rel="self" type="application/rss+xml" />
	<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/</link>
	<description>The LiNuX eXPeRieNcE</description>
	<lastBuildDate>Wed, 11 Nov 2009 20:15:53 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Di: Herbert West</title>
		<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/comment-page-1/#comment-3716</link>
		<dc:creator>Herbert West</dc:creator>
		<pubDate>Sat, 07 Nov 2009 16:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://jackyaway.netsons.org/?p=8#comment-3716</guid>
		<description>Ciao, ho provato la tua guida e anche a me ha dato il problema descritto nel commento precedente; Ho risolto installando le ultime versioni di tcl/tk e cioè le 8.5.7, magari potresti aggiornare la guida che è sicuramente utilissima ;)</description>
		<content:encoded><![CDATA[<p>Ciao, ho provato la tua guida e anche a me ha dato il problema descritto nel commento precedente; Ho risolto installando le ultime versioni di tcl/tk e cioè le 8.5.7, magari potresti aggiornare la guida che è sicuramente utilissima <img src='http://jackyaway.netsons.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Gino</title>
		<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/comment-page-1/#comment-1629</link>
		<dc:creator>Gino</dc:creator>
		<pubDate>Sat, 16 May 2009 11:10:48 +0000</pubDate>
		<guid isPermaLink="false">http://jackyaway.netsons.org/?p=8#comment-1629</guid>
		<description>Seguendo la procedura non riscontro problemi ma il programma amsn non si avvia. Facendolo partire da terminale mi da il seguente messaggio:
Application initialization failed: Can&#039;t find a usable tk.tcl in the following directories: 
    /usr/lib/tcl8.5/tk8.5 /usr/lib/tk8.5 /lib/tk8.5 /usr/library

/usr/lib/tk8.5/tk.tcl: no event type or button # or keysym
no event type or button # or keysym
    while executing
&quot;bind Listbox  {
        %W yview scroll [expr {- (%D / 120) * 4}] units
    }&quot;
    invoked from within
&quot;if {[tk windowingsystem] eq &quot;aqua&quot;} {
    bind Listbox  {
        %W yview scroll [expr {- (%D)}] units
    }
    bind Listbox &lt;Option-Mou...&quot;
    (file &quot;/usr/lib/tk8.5/listbox.tcl&quot; line 182)
    invoked from within
&quot;source /usr/lib/tk8.5/listbox.tcl&quot;
    (in namespace eval &quot;::&quot; script line 1)
    invoked from within
&quot;namespace eval :: [list source [file join $::tk_library $file.tcl]]&quot;
    (procedure &quot;SourceLibFile&quot; line 2)
    invoked from within
&quot;SourceLibFile listbox&quot;
    (in namespace eval &quot;::tk&quot; script line 4)
    invoked from within
&quot;namespace eval ::tk {
	SourceLibFile button
	SourceLibFile entry
	SourceLibFile listbox
	SourceLibFile menu
	SourceLibFile panedwindow
	SourceLibFile ...&quot;
    invoked from within
&quot;if {$::tk_library ne &quot;&quot;} {
    proc ::tk::SourceLibFile {file} {
        namespace eval :: [list source [file join $::tk_library $file.tcl]]
    }
   ...&quot;
    (file &quot;/usr/lib/tk8.5/tk.tcl&quot; line 404)
    invoked from within
&quot;source /usr/lib/tk8.5/tk.tcl&quot;
    (&quot;uplevel&quot; body line 1)
    invoked from within
&quot;uplevel #0 [list source $file]&quot;


This probably means that tk wasn&#039;t installed properly.

Error in startup script: no event type or button # or keysym
    while executing
&quot;bind Pixmapscroll  {
        tk::ScrollByUnits %W v [expr {- (%D)}]
    }&quot;
    invoked from within
&quot;if {![catch {tk windowingsystem} wsystem] &amp;&amp; $wsystem == &quot;x11&quot;} {
    bind Pixmapscroll  {
        tk::ScrollByUnits %W v [expr {- (%D)}]
...&quot;
    (file &quot;pixmapscroll.tcl&quot; line 717)
    invoked from within
&quot;source [file join pixmapscroll.tcl]&quot;
    (&quot;package ifneeded pixmapscroll 0.9&quot; script)
    invoked from within
&quot;package require pixmapscroll&quot;
    invoked from within
&quot;if { $initialize_amsn == 1 } {

	if {![::picture::Loaded]} {
		if { [OnDarwin] } {	
			tk_messageBox -default ok -message &quot;There&#039;s a problem loading a...&quot;
    (file &quot;gui.tcl&quot; line 4)
    invoked from within
&quot;source gui.tcl		&quot;
    (&quot;uplevel&quot; body line 22)
    invoked from within
&quot;uplevel \#0 {

	# amsncore.tcl is already loaded but we&#039;ll re-source it here in case we manually do reload_files
	source amsncore.tcl
	source audio.tc...&quot;
    (procedure &quot;reload_files&quot; line 2)
    invoked from within
&quot;reload_files&quot;
    (file &quot;/usr/bin/amsn&quot; line 293)

AIUTATEMI Per Favore!!!!</description>
		<content:encoded><![CDATA[<p>Seguendo la procedura non riscontro problemi ma il programma amsn non si avvia. Facendolo partire da terminale mi da il seguente messaggio:<br />
Application initialization failed: Can&#8217;t find a usable tk.tcl in the following directories:<br />
    /usr/lib/tcl8.5/tk8.5 /usr/lib/tk8.5 /lib/tk8.5 /usr/library</p>
<p>/usr/lib/tk8.5/tk.tcl: no event type or button # or keysym<br />
no event type or button # or keysym<br />
    while executing<br />
&#8220;bind Listbox  {<br />
        %W yview scroll [expr {- (%D / 120) * 4}] units<br />
    }&#8221;<br />
    invoked from within<br />
&#8220;if {[tk windowingsystem] eq &#8220;aqua&#8221;} {<br />
    bind Listbox  {<br />
        %W yview scroll [expr {- (%D)}] units<br />
    }<br />
    bind Listbox &lt;Option-Mou&#8230;&#8221;<br />
    (file &#8220;/usr/lib/tk8.5/listbox.tcl&#8221; line 182)<br />
    invoked from within<br />
&#8220;source /usr/lib/tk8.5/listbox.tcl&#8221;<br />
    (in namespace eval &#8220;::&#8221; script line 1)<br />
    invoked from within<br />
&#8220;namespace eval :: [list source [file join $::tk_library $file.tcl]]&#8221;<br />
    (procedure &#8220;SourceLibFile&#8221; line 2)<br />
    invoked from within<br />
&#8220;SourceLibFile listbox&#8221;<br />
    (in namespace eval &#8220;::tk&#8221; script line 4)<br />
    invoked from within<br />
&#8220;namespace eval ::tk {<br />
	SourceLibFile button<br />
	SourceLibFile entry<br />
	SourceLibFile listbox<br />
	SourceLibFile menu<br />
	SourceLibFile panedwindow<br />
	SourceLibFile &#8230;&#8221;<br />
    invoked from within<br />
&#8220;if {$::tk_library ne &#8220;&#8221;} {<br />
    proc ::tk::SourceLibFile {file} {<br />
        namespace eval :: [list source [file join $::tk_library $file.tcl]]<br />
    }<br />
   &#8230;&#8221;<br />
    (file &#8220;/usr/lib/tk8.5/tk.tcl&#8221; line 404)<br />
    invoked from within<br />
&#8220;source /usr/lib/tk8.5/tk.tcl&#8221;<br />
    (&#8221;uplevel&#8221; body line 1)<br />
    invoked from within<br />
&#8220;uplevel #0 [list source $file]&#8221;</p>
<p>This probably means that tk wasn&#8217;t installed properly.</p>
<p>Error in startup script: no event type or button # or keysym<br />
    while executing<br />
&#8220;bind Pixmapscroll  {<br />
        tk::ScrollByUnits %W v [expr {- (%D)}]<br />
    }&#8221;<br />
    invoked from within<br />
&#8220;if {![catch {tk windowingsystem} wsystem] &amp;&amp; $wsystem == &#8220;x11&#8243;} {<br />
    bind Pixmapscroll  {<br />
        tk::ScrollByUnits %W v [expr {- (%D)}]<br />
&#8230;&#8221;<br />
    (file &#8220;pixmapscroll.tcl&#8221; line 717)<br />
    invoked from within<br />
&#8220;source [file join pixmapscroll.tcl]&#8221;<br />
    (&#8221;package ifneeded pixmapscroll 0.9&#8243; script)<br />
    invoked from within<br />
&#8220;package require pixmapscroll&#8221;<br />
    invoked from within<br />
&#8220;if { $initialize_amsn == 1 } {</p>
<p>	if {![::picture::Loaded]} {<br />
		if { [OnDarwin] } {<br />
			tk_messageBox -default ok -message &#8220;There&#8217;s a problem loading a&#8230;&#8221;<br />
    (file &#8220;gui.tcl&#8221; line 4)<br />
    invoked from within<br />
&#8220;source gui.tcl		&#8221;<br />
    (&#8221;uplevel&#8221; body line 22)<br />
    invoked from within<br />
&#8220;uplevel \#0 {</p>
<p>	# amsncore.tcl is already loaded but we&#8217;ll re-source it here in case we manually do reload_files<br />
	source amsncore.tcl<br />
	source audio.tc&#8230;&#8221;<br />
    (procedure &#8220;reload_files&#8221; line 2)<br />
    invoked from within<br />
&#8220;reload_files&#8221;<br />
    (file &#8220;/usr/bin/amsn&#8221; line 293)</p>
<p>AIUTATEMI Per Favore!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Incompatibilità aMSN e Freely Transformable Windows di Compiz-Fusion &#124; Jackyaway</title>
		<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/comment-page-1/#comment-320</link>
		<dc:creator>Incompatibilità aMSN e Freely Transformable Windows di Compiz-Fusion &#124; Jackyaway</dc:creator>
		<pubDate>Thu, 18 Sep 2008 11:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://jackyaway.netsons.org/?p=8#comment-320</guid>
		<description>[...] appena avvio aMSN mi accorgo che i click del mouse sulla sua interfaccia non hanno alcun effetto   , si sarà [...]</description>
		<content:encoded><![CDATA[<p>[...] appena avvio aMSN mi accorgo che i click del mouse sulla sua interfaccia non hanno alcun effetto   , si sarà [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: astromario</title>
		<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/comment-page-1/#comment-241</link>
		<dc:creator>astromario</dc:creator>
		<pubDate>Sun, 20 Jul 2008 10:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://jackyaway.netsons.org/?p=8#comment-241</guid>
		<description>Io ho installato amsn svn oggi stesso 20 luglio 2008, è andato tutto bene ma quando ho lanciato amsn mi ha dato questo errore: &lt;code&gt;exec: 3: wish: not found &lt;/code&gt;

ho risolto leggendo sul forum di amsn e creando questo link:

&lt;code&gt;ln -s /usr/bin/wish8.5 /usr/local/bin/wish&lt;/code&gt;

dopo aver dato questo comando:&lt;code&gt;$ which wish8.5
/usr/bin/wish8.5&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Io ho installato amsn svn oggi stesso 20 luglio 2008, è andato tutto bene ma quando ho lanciato amsn mi ha dato questo errore: <code>exec: 3: wish: not found </code></p>
<p>ho risolto leggendo sul forum di amsn e creando questo link:</p>
<p><code>ln -s /usr/bin/wish8.5 /usr/local/bin/wish</code></p>
<p>dopo aver dato questo comando:<code>$ which wish8.5<br />
/usr/bin/wish8.5</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Sancho</title>
		<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/comment-page-1/#comment-219</link>
		<dc:creator>Sancho</dc:creator>
		<pubDate>Thu, 29 May 2008 12:31:49 +0000</pubDate>
		<guid isPermaLink="false">http://jackyaway.netsons.org/?p=8#comment-219</guid>
		<description>Grazie ora funziona tutto alla perfezione ;)</description>
		<content:encoded><![CDATA[<p>Grazie ora funziona tutto alla perfezione <img src='http://jackyaway.netsons.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: jackyaway</title>
		<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/comment-page-1/#comment-218</link>
		<dc:creator>jackyaway</dc:creator>
		<pubDate>Wed, 28 May 2008 19:59:13 +0000</pubDate>
		<guid isPermaLink="false">http://jackyaway.netsons.org/?p=8#comment-218</guid>
		<description>Ciao...
è davvero strano che l&#039;errore sia dovuto ai permessi. Prova a salvare il file, per esempio, nella scrivania e poi a spostarlo nella tua home con il comando:

sudo mv ~/Scrivania/amsn.sh ~/amsn.sh

Cmq non ha importanza dove vai a salvare il file, è più importante renderlo eseguibile (chmod 755) e soprattutto che funzioni :) .</description>
		<content:encoded><![CDATA[<p>Ciao&#8230;<br />
è davvero strano che l&#8217;errore sia dovuto ai permessi. Prova a salvare il file, per esempio, nella scrivania e poi a spostarlo nella tua home con il comando:</p>
<p>sudo mv ~/Scrivania/amsn.sh ~/amsn.sh</p>
<p>Cmq non ha importanza dove vai a salvare il file, è più importante renderlo eseguibile (chmod 755) e soprattutto che funzioni <img src='http://jackyaway.netsons.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Sancho</title>
		<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/comment-page-1/#comment-215</link>
		<dc:creator>Sancho</dc:creator>
		<pubDate>Tue, 27 May 2008 22:10:14 +0000</pubDate>
		<guid isPermaLink="false">http://jackyaway.netsons.org/?p=8#comment-215</guid>
		<description>Grazie per la guida l&#039;ho installato oggi ma non so perchè ma quando tento di salvare il file amsn.sh nella home mi da errore (permessi non sufficenti mi pare) e non riesco ad andare avanti...scusa ma ho installato ubuntu oggi...</description>
		<content:encoded><![CDATA[<p>Grazie per la guida l&#8217;ho installato oggi ma non so perchè ma quando tento di salvare il file amsn.sh nella home mi da errore (permessi non sufficenti mi pare) e non riesco ad andare avanti&#8230;scusa ma ho installato ubuntu oggi&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Aggiornata la guida all'installazione di aMSN &#124; Jackyaway</title>
		<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/comment-page-1/#comment-123</link>
		<dc:creator>Aggiornata la guida all'installazione di aMSN &#124; Jackyaway</dc:creator>
		<pubDate>Thu, 03 Apr 2008 20:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://jackyaway.netsons.org/?p=8#comment-123</guid>
		<description>[...] guida adesso indica anche come abilitare il supporto al trasferimento dei files semplicemente [...]</description>
		<content:encoded><![CDATA[<p>[...] guida adesso indica anche come abilitare il supporto al trasferimento dei files semplicemente [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: jackyaway</title>
		<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/comment-page-1/#comment-120</link>
		<dc:creator>jackyaway</dc:creator>
		<pubDate>Wed, 02 Apr 2008 14:01:34 +0000</pubDate>
		<guid isPermaLink="false">http://jackyaway.netsons.org/?p=8#comment-120</guid>
		<description>Ciao Tuxheart,
Per installare il TkDND devi scaricarlo da questo &lt;a href=&quot;http://sourceforge.net/project/downloading.php?group_id=13167&amp;use_mirror=garr&amp;filename=tkdnd-1.0-b2.i386.rpm&amp;86067958&quot; rel=&quot;nofollow&quot;&gt;link&lt;/a&gt;.
Essendo un pacchetto .rpm bisogna installare &lt;b&gt;alien&lt;/b&gt; per installarlo su Ubuntu (immagino tu abbia Ubuntu o una distro basata su Debian), quindi apri il terminale e dai
&lt;blockquote&gt;sudo apt-get install alien&lt;/blockquote&gt;
quindi, sempre da terminale, ti sposti nella cartella dove hai scaricato il file &lt;em&gt;tkdnd-1.0-b2.i386.rpm&lt;/em&gt; e lo installi col comando
&lt;blockquote&gt;sudo alien -i -d tkdnd-1.0-b2.i386.rpm&lt;/blockquote&gt;

Quanto prima inserirò la procedura nella guida. Grazie della segnalazione ;) .
Ciao.</description>
		<content:encoded><![CDATA[<p>Ciao Tuxheart,<br />
Per installare il TkDND devi scaricarlo da questo <a href="http://sourceforge.net/project/downloading.php?group_id=13167&amp;use_mirror=garr&amp;filename=tkdnd-1.0-b2.i386.rpm&amp;86067958" rel="nofollow">link</a>.<br />
Essendo un pacchetto .rpm bisogna installare <b>alien</b> per installarlo su Ubuntu (immagino tu abbia Ubuntu o una distro basata su Debian), quindi apri il terminale e dai</p>
<blockquote><p>sudo apt-get install alien</p></blockquote>
<p>quindi, sempre da terminale, ti sposti nella cartella dove hai scaricato il file <em>tkdnd-1.0-b2.i386.rpm</em> e lo installi col comando</p>
<blockquote><p>sudo alien -i -d tkdnd-1.0-b2.i386.rpm</p></blockquote>
<p>Quanto prima inserirò la procedura nella guida. Grazie della segnalazione <img src='http://jackyaway.netsons.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  .<br />
Ciao.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Di: Tuxheart</title>
		<link>http://jackyaway.netsons.org/2008/01/04/amsn-svn-tcl-tk-antialiasing/comment-page-1/#comment-119</link>
		<dc:creator>Tuxheart</dc:creator>
		<pubDate>Wed, 02 Apr 2008 12:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://jackyaway.netsons.org/?p=8#comment-119</guid>
		<description>Potresti aggiungere come fare per installare il pacchetto tkdnd su questo amsn? Serve per fare il drag and drop nelle finestre di chat. Grazie ottima guida.</description>
		<content:encoded><![CDATA[<p>Potresti aggiungere come fare per installare il pacchetto tkdnd su questo amsn? Serve per fare il drag and drop nelle finestre di chat. Grazie ottima guida.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 1.503 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-11-14 17:27:18 -->
