[ac-box style=”alert”]Corebird discontinued! Try Cawbird as an alternative.[/ac-box]
For those prefer Snap to Flapak, the latest Corebird twitter client 1.6 was finally available as snap, while it can’t be built as traditional package in Ubuntu 16.04.
Corebird 1.6 was release a few weeks ago with following changes:
- Dependencies: GTK+ 3.20 is now required, and librest is no longer a dependency
- Facelift for the tweet info page
- Lots of stability fixes
- The compose window now starts uploading images as soon as they are selected
It’s available in the PPA repository for Ubuntu 17.04, and Ubuntu 16.04 users can now install it via Snap:
1. Open terminal via Ctrl+Alt+T or by searching it from app launcher. When it opens, run command:
sudo snap install corebird
2. Gnome platform is required by running following commands one by one:
sudo snap install gnome-3-24 sudo snap connect corebird:gnome-3-24-platform gnome-3-24:gnome-3-24-platform
In addition, to open links in snap apps, you need to run following command if you don’t already have it installed:
sudo apt install snapd-xdg-open
Uninstall:
To remove Corebird snap app, simply run command in terminal:
sudo snap remove corebird
installed n got
error: snap “corebird” has no plug named “gnome-3-24-platform”
pl help