Since Elementary OS Freya comes with GTK+ 3.14, it’s able to install the latest Corebird 1.0, a modern, easy and fun Twitter client.
For those who never heard of Corebird, it is a native Gtk+ Twitter client for Linux, which supports keyboard shortcuts, image and video preview. It is one of the few remaining desktop Linux Twitter apps still in active development.
Install Corebird 1.0 in eOS Freya:
1. Depends on your OS type, 32-bit (i386) or 64-bit (amd64), select download the “corebird_1.1~really1.0+xxx_i386/amd64.deb” package from launchpad page:
2. Open terminal from the Application launcher. Run below command to refresh system package cache:
sudo apt-get update
3. Finally open the downloaded package and click install. Or install it via dpkg command in terminal:
cd ~/Downloads; sudo dpkg -i corebird_*.deb; sudo apt-get -f install
I manage to install it, thanks to your instruction. But I found a little problem, when I compose a tweet that contains hashtag or mentions someone, the text turns white. Maybe it’s caused by theming issue related to style of links. Any thought?
is it able to install in ubuntu 14.04?
See http://ubuntuhandbook.org/index.php/2014/11/corebird-gtk3-twitter-client-gets-new-release/
Hi, Jim! It seems the developer has fixed the issue I told you before, see Corebird GitHub page for detail. Can you rebuild the package based on the newest source?
PPA updated, download the .deb package from the link in the post and it should fix the issue in eOS.