SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Does anyone know of a decent twitter client that runs on slack 13? I'm used to the gtk app twitux, but it isn't available in slackbuilds and the AdobeAir clients won't install because Adobe only supports .deb and .rpm packaging systems.
I've tried qwit, the client available for kde4 at slackbuilds, but it doesn't work for me. It connnects fine, but never displays anything in the view window at all.
...but it isn't available in slackbuilds and the AdobeAir clients won't install because Adobe only supports .deb and .rpm packaging systems...
Maybe you've already answered this by omission, but thought I'd ask:
If they offer .deb and .rpm, do they offer a source-code version that you can build yourself?
Second, you could try the "rpm2tgz" script that usually (always?) comes with Slackware, to convert the rpm to a slackware package. Note that this may produce a slightly weird package (and then again, it may not) so I would examine the resulting package to make sure it looks right.
I haven't tried compiling Twitux (http://sourceforge.net/projects/twitux/), a GTK (non-Gnome) client, but www.slacky.eu has a package for 12.2 that I've run on pre-13 current for a while now. (But now my curiosity is up and I'm about to try compiling it.)
Distribution: Slackware-Current (with KDE 4.2 from /testing)
Posts: 6
Rep:
Oops-- always verify before posting from memory. Twitux wants the latest Gnome (GIO, etc.), so it doesn't compile on Slack 13. Slacky.eu shows the dependencies for using their 12.2 package, but they're not too nasty.
SlackBuilds.org has now gwibber. A GTK twitter and other microblogging and things client which seems to work well. But be mindful of the sheer ammount of dependencies it actually needs (somewhere around 24 or so)
...and the AdobeAir clients won't install because Adobe only supports .deb and .rpm packaging systems.
I use an Adobe AIR Twitter client called TweetDeck all the time. On Slackware 12.1. I've not tried installing the .bin, but you can get the Adobe AIR SDK and use the ADL command to launch your app. I've got an alias that ties it all together.
Code:
alias tweet='path/to/air/AIR-SDK/bin/adl -nodebug path/to/air/app/META-INF/AIR/application.xml path/to/air/app/ &'
You miss all the autoupdate features, but it's not too troublesome; and, as with most Slackware applications, you at least know where it's installed and how it got there.
I won't recreate the exact steps to setup, but googling "adobe air linux sdk adl" should get you there. There are even a few posts on LQ.org discussing it.
As an aside, though for the primary OP question, TweetDeck is wonderful. It's configurable, nice to look at, has lots of features. AIR stuff can sometimes suck up your system resources, but generally I don't notice any issues. And I haven't seen it crash in the year or so I've been using it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.