Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.ruby > #2268
| From | Albert Schlef <albertschlef@gmail.com> |
|---|---|
| Newsgroups | comp.lang.ruby |
| Subject | Re: Tk and Tile with Tk8.5 |
| Date | 2011-04-04 07:57 -0500 |
| Organization | Service de news de lacave.net |
| Message-ID | <9fc745ebe20dd2e019f14c70fe9da7c4@ruby-forum.com> (permalink) |
| References | <07a7e2ba2709d9e19d380257946e93e6@ruby-forum.com> <c764e2404317aaffc33a263308b40263@ruby-forum.com> <fa24aa47c77b093188147e2ac0fd3973@ruby-forum.com> |
László Földes wrote in post #990721: > Albert Schlef wrote in post #990613: >> >> http://drx.rubyforge.org/ubuntu-new-tk.html >> >> BTW, your program works on my system: I tried it with both Tk 8.4 and Tk >> 8.5 (I have a script that toggles between them). > > Thanks, that solved it! (although the solution at the link has some > serious überbug, although not irreparable). What's the "überbug"? Tell us, so that page (ubuntu-new-tk.html) could be fixed. > > Just for curiosity, how do you toggle between the two? As I saw it the > Tk version is compiled into the tcltklib.so. Right. I copy the 8.4 version into "tcltklib.so.84", and the 8.5 version into "tcltklib.so.85", and my script simply copies the desired version into "tcltklib.so". (To do this it uses the 'sudo' command because the /usr/lib/ruby/1.8/i486-linux/ directory is writable for root only.) -- Posted via http://www.ruby-forum.com/.
Back to comp.lang.ruby | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Tk and Tile with Tk8.5 László Földes <foldes.laszlo2@gmail.com> - 2011-04-01 19:45 -0500
Re: Tk and Tile with Tk8.5 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - 2011-04-01 22:39 -0500
Re: Tk and Tile with Tk8.5 László Földes <foldes.laszlo2@gmail.com> - 2011-04-02 16:38 -0500
Re: Tk and Tile with Tk8.5 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - 2011-04-02 18:57 -0500
Re: Tk and Tile with Tk8.5 Albert Schlef <albertschlef@gmail.com> - 2011-04-02 21:30 -0500
Re: Tk and Tile with Tk8.5 László Földes <foldes.laszlo2@gmail.com> - 2011-04-03 15:52 -0500
Re: Tk and Tile with Tk8.5 Albert Schlef <albertschlef@gmail.com> - 2011-04-04 07:57 -0500
Re: Tk and Tile with Tk8.5 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - 2011-04-04 17:16 -0500
Re: Tk and Tile with Tk8.5 Albert Schlef <albertschlef@gmail.com> - 2011-04-05 09:13 -0500
Re: Tk and Tile with Tk8.5 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp> - 2011-04-05 15:37 -0500
csiph-web