Archives For November 30, 1999

Corebird Twitter Client

Corebird, an open-source GTK+ 3 twitter client, reached 1.7 release a few hours ago with new features and some bug-fixes.

What’s new in Corebird 1.7:

  • Hashtags and Mentions in profile desriptions are now clickable
  • The mention-completion when composing a new tweet now fetches unknown users from the twitter server
  • Videos larger than the screen size are now getting scaled down while playing
  • Profiles now indicate when an account is suspended
  • Profiles handle protected accounts better when trying to access followers/following users, etc.
  • The compose window now allows tweets with just media attached but not text
  • Improve the hashtag/mention/link detection when composing a new tweet
  • The compose dialog now shows an emoji chooser. (only for GTK+ >= 3.22.19, rendered with color need cairo installed)
  • Fixed a bug that led to wrong Direct Message info being inserted into the database
  • Fixed a bug that resulted in broken files when downloading instagram images

Corebird 1.7.1 was released a few minutes later with a small fix to the appdata file in 1.7.

How to Install Corebird 1.7.1 in Ubuntu 17.10:

For Ubuntu 17.04 and Ubuntu 17.10, you can install the new release from the PPA repository.

1. Open terminal via Ctrl+Alt+T or by searching for ‘terminal’ from app launcher. When it opens, run command to add PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

Input your password (no visual feedback while typing) when it prompts and hit Enter.

2. Then upgrade Corebird if you have a previous release installed via Software Updater:

Or simply run following commands to install or upgrade Corebird:

sudo apt update

sudo apt install corebird

For Ubuntu 16.04, due to the outdated GTK+ library, choose to install the snap package though the 1.7 release is not ready at the moment.

Uninstall:

To remove the PPA, launch Software & Updates and navigate to Other Software tab.

To remove Corebird, use system package manager or run command:

sudo apt remove --autoremove corebird

Corebird, native GTK+ twitter client, got an update 15 hours ago with compilation and crash fixes. PPA has been updated for Ubuntu 16.04, Ubuntu 16.10, and derivatives.

Corebird 1.4.2 is a small bug-fix release to the 1.4 series, here’s the changelog:

  • Fix a crash when going back from a tweet with media to another tweet with media
  • Fix compilation with –disable-video
  • Decrease log level of UserStream output to debug when no internet connection is present

How to Install Corebird 1.4.2 in Ubuntu:

I’ve made the new release into PPA (unofficial) available for Ubuntu 16.04, and Ubuntu 16.10.

1. Run the following command in terminal (Ctrl+Alt+T) to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

2. Then upgrade it via Software Updater if you have a previous release installed.

Or run the commands to install / upgrade the app:

sudo apt update

sudo apt install corebird

For those who don’t want to add PPA, grab the DEB package from the PPA page.

Corebird, an open-source and native GTK+ twitter client, has reached the 1.4 release a few hours ago with some enhancements and bug-fixes.

The changes in Corebird 1.4 according to the release page:

  • Images in quoted tweets now look more like they actually belong to the quoted tweet instead of the quoting tweet.
  • Allow deleting tweets from the tweet info page and not just from timelines.
  • Fix the user completion not showing all possible results
  • Focus the already opened window for an account if the account gets selected in the accounts popover
  • Avoid window resizing when typing in the Direct Message text box
  • Add ‘q’ accelerator to tweet rows for quoting
  • Add spellchecking. This add a dependency to gspell
  • Increase gtk+ dependency to 3.18 to get rid of some workarounds.
  • Increase avatar size in profiles and slightly overlap them over the banner. Also, always show the full banner.
  • Fix completion popup positioning under Wayland
  • Add experimental meson build files
  • Fix some videos not playing correctly
  • Add a minimal video progress indicator to the video dialog
  • Fix the retweet/favorite count updating in the tweet info page

How to Install Corebird 1.4 in Ubuntu / Linux Mint:

The new release has been made into unofficial PPA, available for Ubuntu 16.04, Ubuntu 16.10, Linux Min 18 and derivatives. Spellcheck feature disabled due to build error.

Tip: The GetDeb repository also maintains the Corebird packages, see here.

1. Open terminal (Ctrl+Alt+T) and run command to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

Type in your password (no visual feedback) when it asks and hit Enter.

2. Then update and install Corebird 1.4 via commands:

sudo apt update

sudo apt install corebird

If you have a previous release installed, you can also launch Software Updater to upgrade the software after checking for updates:

Or grab the .deb package directly from PPA archive page.

How to Uninstall:

To remove Corebird, simply run the command below in terminal:

sudo apt remove corebird && sudo apt autoremove

The PPA can be removed by going to System Settings -> Software & Updates -> Other Software tab.

Twitter App Corebird 1.3.1 Released with some Fixes

Last updated: September 6, 2016

The open-source desktop twitter client Corebird has reached the 1.3.1 release with some fixes to 1.3 release. For those who prefer this modern twitter app, it’s available for upgrade in my PPA (unofficial) for Ubuntu 16.04 and Ubuntu 16.10.

Changes in Corebird 1.3.1:

  • Fix muted and/or blocked tweets still showing up in timelines
  • Fix accounts not getting saved when first created
  • Fix retweets of the authenticating user not getting theiry correct seen status
  • Fix profiles descriptions containing ampersand characters and links
  • Fix profile banner fade-in transition
  • Fix doubly-escaped ampersands in link tooltips
  • Fix missing underlines in @screen_names in the profile popover

Corebird with Numix GTK theme

How to install Corebird 1.3.1 in Ubuntu:

For Ubuntu 16.04, and/or Ubuntu 16.10, you can either download the .deb binary from the PPA file archive, or run the commands below one by one in terminal to add PPA and install Corebird:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

sudo apt update

sudo apt install corebird

Tip: The GetDeb repository also maintains Corebird packages for Ubuntu 16.04, now it contains Corebird 1.3 and the 1.3.1 release should be available soon.

With the PPA added, you can upgrade Corebird along with other system updates via Software Updater when a new release is out and uploaded into PPA.

And the PPA can be easily disabled or removed via Software & Updates utility under Other Software tab.

Native GTK+3 Twitter App Corebird 1.3 Released

Last updated: November 28, 2019

Corebird, an open-source GTK+3 twitter app, has reached the 1.3 release with some new features and build system improvements.

Corebird 1.3 changelog:

  • The build system will now check for gtksink
  • Remove libgee dependency
  • The compose tweet window will now save the current text on cancel
  • Allow self-retweeting
  • Fade loaded inline media in
  • Twitter wont send mp4 urls for their videos anymore starting August 1st, so support HLS videos
  • Query full-length DMs
  • Support muting in profiles

How to install Corebird 1.3 in Ubuntu 16.04:

Besides building the software from source, you can install the latest release from third-party PPA, Ubuntu 16.04 and its derivatives are supported.

1. Add PPA

Open terminal (Ctrl+Alt+T) and run the command below to add the PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird 

Type in your password when it prompted and hit Enter.

2. If you have a previous release installed, just launch Software Updater and upgrade it after checking for updates.

Or run the commands below one by one in terminal to update and install Corebird Twitter client:

sudo apt update

sudo apt install corebird

3. (Optional) For those who want to revert to Corebird 1.1, the stock version in Ubuntu 16.04, purge the PPA via ppa-purge:

sudo apt install ppa-purge && sudo ppa-purge ppa:ubuntuhandbook1/corebird

That’s it. Enjoy!

Corebird, a native GTK3 Twitter client, has reached 1.2.1 release with some fixes. Here are the changes according to its release page:

  • Fix a11y labelling of several switches in the settings dialog
  • Fix an input window clipping bug in the tweet info page
  • Fix a few cases of overlapping widgets into window borders
  • Remove the “Save as” context menu from inline media. This has not been working in a while but the context menu was still there.
  • Rename the .sidebar style class to .topbar. This was used in corebird before gtk+ used it, but now that the sidebar is at the top, the .sidebar style from gtk+ themes collides with the horizontal alignment we use, so use the more fitting ‘.topbar’.
  • Show a focus outline in the topbar again. We are setting a custom background color here, so we also need to set a fitting outline color.
  • Fix a coloring but in the topbar, where wildcard selectors in themes would overrde our foreground color.

How to Install Corebird 1.2.1:

While the 16.04 universe repository provides the old Corebird 1.1 release, you can upgrade to version 1.2.1 via third-party PPA since there’s no official Linux installer.

Open terminal (Ctrl+Alt+T) and run the commands below one by one to add PPA and install corebird:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

sudo apt update

sudo apt install corebird

For those who don’t want to add PPA, grab the .deb installer from the link below:

Select download:

  • corebird_1.2.1-1~ubuntu16.04_amd64.deb for 64bit 16.04
  • corebird_1.2.1-1~ubuntu16.04_i386.deb for 32bit 16.04

Then click install via Ubuntu Software, or by running command in terminal:

sudo dpkg -i ~/Downloads/PACKAGE_NAME; sudo apt-get -f install

Corebird, an open source twitter client for Linux, just got a new release after almost half a year of development.

The new Corebird 1.2 brings some UI changes, improvements to HiDPI displays, and more. See the full changelog:

  • Inline media and avatars are no longer cached on disk
  • Videos now indicate download progress showing a preview thumbnail with a circular progress overlay
  • We download higher-resolution avatars on HiDPI displays now
  • The build system usage has seen a major refactoring an cleanup, thanks to Rico Tzschichholz
  • The sidebar is now at the top and dark
  • Favorites now us a heart icon
  • Sending tweets is now cancellable (e.g. when multiple images are attached, in which case it might take a while)
  • Inline media are now displayed “full-size”, scaled to the current window size.
  • Instagram videos are now correctly marked as videos, instead of was images
  • If you have GTK+ >= 3.19, there’s now a GtkShortcutsWindow accessible from the app menuexplaining the various keyboard shortcuts. Note that Corebird still compiles and runs with GTK+ 3.16
  • The big “add media” button in the compose window has been replaced with a regular text button. The added images are scaled down and displayed below it
  • You can quote your own tweets now
  • The settings dialog now contains a setting to hide “inappropriate content”, and it is enabled by default.
  • The file selection dialog in the compose window now keeps you from selecting files > 3MB.

How to Install Corebird 1.2 in Ubuntu:

There’s no official Corebird binary packages. Unofficial builds are available in PPA for Ubuntu 15.10 and Ubuntu 16.04. Since it requires GTK+ 3.16, Ubuntu 14.04 LTS is not supported.

1. Launch terminal from App Launcher or via Ctrl+Alt+T shortcut key. When it opens, paste below command and hit run:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

Type in password (no visual feedback when typing) when it asks and hit Enter to continue.

2. Then refresh your system cache and install the software:

sudo apt-get update

sudo apt-get install corebird

For those who don’t want to add PPA, grab the .deb package (select i386 for 32bit, amd64 for 64bit) from THIS PAGE, and click install via Software Center.

Corebird, a native Gtk+ Twitter client for Linux desktop, gets a new release recently though there’s even not a release note.

Corebird 1.0.1 was released silently without a release note and even changelog file in its source tarball. The only change I can tell is that it now provides minimize, maximize, and close at top-left corner in Ubuntu 15.04 both Unity and Gnome Shell.

For Elementary OS Freya, the global menu (gear button) has been merged into header bar.

Install Corebird 1.0.1 in Ubuntu:

For Ubuntu 15.10 and Ubuntu 15.04 user, open terminal from the Dash, Launcher, or by pressing Ctrl+Alt+T on keyboard. When it opens, run below commands one by one to get it from PPA:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird 

sudo apt-get update

sudo apt-get install corebird

For Elementary OS Freya and those who don’t want to add PPA, grab the .deb installer from launchpad page.

UPDATE: Ubuntu 14.04 is not supported! If you REALLY want this app, first add Gnome Testing PPA (USING THE PPA COULD BREAK YOUR SYSTEM OR MAKE IT UNSTABLE!) and update your system cache, finally install the .deb from the previous link.

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:

Download Corebird DEB

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

Open-source GTK3 twitter client ‘Corebird’ 1.0 was released recently with lots of improvements. users of Ubuntu 15.04 can now install it from PPA.

Corebird is a native GTK+ Twitter client for Linux which has a modern and responsive design that looks kinda similar to the official Twitter app for Mac.

It’s one of the few remaining Twitter apps still in active development for Linux. With the advantage of the latest GTK+3 features, the application makes use of the new Header Bars. With the gstreamer and gstreamer plugins, corebird allows to view any videos, animated GIFs (added in 1.0 release).

Changes in Corebird 1.0:

  • All dialogs now use client-side decorations if the environment dictates it, otherwise they fall back to server-side decorations (compose dialog is excluded).
  • Many layout updates
  • The compose window now allows for up to 4 pictures to be uploaded.
  • now save additional information about the account which makes it possible for blocked users to be actually blocked, i.e. streamed tweets won’t appear in your timeline anymore.
  • When (un)following someone, now also correctly show/hide their retweets in the stream.
  • The DM page now sorts threads with unread messages first.
  • The @handle completion known from the compose window is now also available when composing Direct Messages, as well as in the account settings for the description.
  • Everything app-specific should now be hidpi ready, the only thing missing are assets loaded from Twitter directly, i.e. avatars and media.
  • Notifications should now get withdrawn whenever it makes sense, i.e. if you read a Direct Message before dismissing the notification, it should get withdrawn automatically.
  • The hover buttons moved to a right-click menu on every tweet.
  • Plurals are properly localized.
  • We now also respect muted users (even though there’s no UI to mute someone)
  • A user’s verification status is now also shown in the tweet info page.
  • Everything should now work when the user’s @handle (aka screen_name) changes.
  • Switching to the same page (i.e. going to a profile from the profile page) now works much better, including the swipe transition as well as proper equality checking.
  • Invalid inline media (file size too big, 404, …) should now be properly detected and reacted upon (i.e. remove the widget in the stream, add the link back).
  • Underlines in @handles are now properly displayed in the app menu (i.e. the “open account” submenu)
  • Animated gifs from Twitter are now also handled (just like other videos).
  • Tweets in timelines are now single-click activated. This unifies the behavior with all other lists in the application. Since this interferes with certain user behaviors, there’s a setting to switch back to double-click activation.
  • Based on a user’s protection status, we now disable (or hide) retweet buttons of tweets.

Install Corebird 1.0 in Ubuntu:

Due to the updated dependencies (GTK >= 3.14), Corebird 1.0 only available in PPA for Ubuntu 15.04 Vivid.

Open terminal (Ctrl+Alt+T) and run below commands one by one to add PPA and install Corebird:

sudo add-apt-repository ppa:ubuntuhandbook1/corebird

sudo apt-get update

sudo apt-get install corebird

Above commands will also install an old version (Corebird 0.9) for Ubuntu 14.10 Utopic.