Choqok 1.0 Beta3 released: “Roller”
We’re Happy to bring you a new Choqok version, a.k.a Choqok 1.0 Beta3 codenamed “Roller” (The bird). The fact is Twitter shuts off Basic authentication, So current Choqok is used by more users, and We think about it as our Stable release, And A stable release needs more fixes than a beta.
There are so many fixes and changes around latest Choqok 1.0 Beta2 such as:
- Better nick name detection.
- Better URL detection.
- Fetching Friends List problems fixed.
- UnTiny plugin can use untiny.com service instead of its generic way (Configurable)
- Using the Choqok way to show repeated dents/tweets made optional (Default is Twitter way)
- Confirm dialog for Re tweet
- When KWallet isn’t available, Choqok will store secrets in text files (Not plain text, Base64)
- Choqok 1.0Beta2 was needs kdelibs 4.5 , We changed this to work with 4.4 too.
And we have 2 new Url shortener plugins:
- TinyArrows (By Andrey Esin)
- Bit.ly (By Andrey Esin)
We were working on them in playground, and they are fully usable now.
Download source package from here. And follow install instruction in README.
Important note for Twitter users: You have to modify your account, and re-authenticate Choqok this time via OAuth.
| This entry was posted by Mehrdad on September 1, 2010 at 11:15 am, and is filed under news. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |
- چغوک ۱.۰ بتا ۳ با اسم رمز «سبزقبا» منتشر شد! « MGroup
- OMG! Ubuntu! › Choqok 1.0 Beta 3 released – adds OAuth support
- Choqok 1.0 Beta 3 released – adds OAuth support – A Collection of Latest Happening in Technology Field
- Choqok 1.0 Beta 3 released – adds OAuth support – A Collection of Latest Happening in Technology Field
- Lo mejor de la semana 35/2010 | Los ojos de Tux
- چغوک ۱.۰ بتا ۳ با اسم رمز «سبزقبا» منتشر شد! | سیاره سایتها و وبلاگهای کاربران ایرانی گنو/لینوکس


about 1 year ago
It doesn’t compile with KDE 4.3.5 and openSuse 11.2. As I tested it requires KDE 4.4. Can you please make it work with KDE 4.3.5 ?
about 1 year ago
No, You have to upgrade your KDE to 4.4
More than 6 monthes past since the 4.4 release!
And we need some new functionalities came with 4.4
Next version will need KDE 4.5
about 1 year ago
It’s annoying to have to compile things but thanks for an awesome client!
about 1 year ago
I’m sorry, But I’m just a developer
You have to ask your distro maintainers to provide you binary pkgs
about 1 year ago
Yo.
Still got the same problem:
CMake Error at CMakeLists.txt:1 (include):
include could not find load file:
DBusMacros
CMake Error at config/behavior/CMakeLists.txt:14 (kde4_add_ui_files):
Unknown CMake command “kde4_add_ui_files”.
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run “cmake –help-policy CMP0000″.
This warning is for project developers. Use -Wno-dev to suppress it.
I’ve installed build-essential, build CMake, the newest version, etc etc… -_-
about 1 year ago
I’m getting the following error while “make” Beta3 on kubuntu 10.4:
——————
[ 17%] Building CXX object helperlibs/twitterapihelper/CMakeFiles/twitterapihelper.dir/twitterapihelper_automoc.o
[ 17%] Building CXX object helperlibs/twitterapihelper/CMakeFiles/twitterapihelper.dir/twitterapiaccount.o
/home/stefan/background/quellen/choqok-0.9.90/helperlibs/twitterapihelper/twitterapiaccount.cpp: In member function ‘void TwitterApiAccount::initQOAuthInterface()’:
/home/stefan/background/quellen/choqok-0.9.90/helperlibs/twitterapihelper/twitterapiaccount.cpp:278: error: no matching function for call to ‘QOAuth::Interface::Interface(KIO::AccessManager*, TwitterApiAccount* const)’
/usr/include/QtOAuth/interface.h:93: note: candidates are: QOAuth::Interface::Interface(const QOAuth::Interface&)
/usr/include/QtOAuth/interface.h:54: note: QOAuth::Interface::Interface(QObject*)
/home/stefan/background/quellen/choqok-0.9.90/helperlibs/twitterapihelper/twitterapiaccount.cpp:282: error: ‘class QOAuth::Interface’ has no member named ‘setIgnoreSslErrors’
make[2]: *** [helperlibs/twitterapihelper/CMakeFiles/twitterapihelper.dir/twitterapiaccount.o] Fehler 1
make[1]: *** [helperlibs/twitterapihelper/CMakeFiles/twitterapihelper.dir/all] Fehler 2
make: *** [all] Fehler 2
——————–
about 1 year ago
Unfortunatly QOAuth lib is in Ubuntu repository is a bit old! I asked some Ubuntu maintainers about this, and They promised to upgrade it.
Until then, You have to build QOAuth from src
http://qt-apps.org/content/show.php/QOAuth?content=107420
about 1 year ago
There is an alternative. I build QOAuth binaries for Ubuntu Lucid Lynx at https://launchpad.net/~adilson/+archive/experimental. They are based on Debian sid which package is the most updated version (1.0.1). Choqok binaries will be available in a few hours from this ppa too. I build here and it’s working great.
Thanks for this microblogging client.
about 1 year ago
Hi,
I got all this, perhaps still not able to compile:
helio@apolo:choqok$ make
[ 0%] Built target choqok_automoc
[ 18%] Built target choqok
[ 18%] Built target twitterapihelper_automoc
[ 18%] Building CXX object helperlibs/twitterapihelper/CMakeFiles/twitterapihelper.dir/twitterapiaccount.o
/home/helio/choqok/helperlibs/twitterapihelper/twitterapiaccount.cpp: In member function ‘void TwitterApiAccount::initQOAuthInterface()’:
/home/helio/choqok/helperlibs/twitterapihelper/twitterapiaccount.cpp:279: error: no matching function for call to ‘QOAuth::Interface::Interface(KIO::AccessManager, TwitterApiAccount* const)’
/usr/include/QtOAuth/interface.h:93: note: candidates are: QOAuth::Interface::Interface(const QOAuth::Interface&)
/usr/include/QtOAuth/interface.h:54: note: QOAuth::Interface::Interface(QObject*)
/home/helio/choqok/helperlibs/twitterapihelper/twitterapiaccount.cpp:283: error: ‘class QOAuth::Interface’ has no member named ‘setIgnoreSslErrors’
make[2]: ** [helperlibs/twitterapihelper/CMakeFiles/twitterapihelper.dir/twitterapiaccount.o] Erro 1
make[1]: ** [helperlibs/twitterapihelper/CMakeFiles/twitterapihelper.dir/all] Erro 2
make: ** [all] Erro 2
Running Ubuntu 10.4.
about 1 year ago
Your QOAuth version is a bit old, Install 1.0.1
about 1 year ago
I got the libraries from Adilson’s repository:
helio@apolo:choqok$ dpkg -l libqoauth*
Desejado=Ignorar/Instalar/Remover/Eliminar/Manter
| Status=Não/Inst/Arquivos-Cfg/Descompactados/Configuração-Falhou/Instalação-Quebrada/Aguardar-Gatilhos/Gatilhos-Pendentes
|/ Err?=(none)/Reinst-necessaria (Status,Err: maiúsculas=inválidas)
||/ Nome Versão Descrição
+++-=====================-=====================-==========================================================
ii libqoauth-dev 1.0-1 Qt OAuth library dev files
ii libqoauth-doc 1.0-1 Qt OAuth library doc files
ii libqoauth1 1.0-1 Qt OAuth library
That’s why I wonder what the problem is…
about 1 year ago
It worked now. Apparently some “ldconfig” missing in order to reload libraries (I don’t reboot so often).
about 1 year ago
Thanks Adlison!
about 1 year ago
I took the .deb package from this webside
Or is this also to old?
about 1 year ago
The download link given in this post points to choqok version 0.9.90. Shouldn’t it point to version 1.0 Beta3?
about 1 year ago
Okay, my bad… just realized 0.9.90 == 1.0 Beta3
about 1 year ago
Great, thank you with the launchpad package it’s working
about 1 year ago
Doesn’t compile with OpenSuse 11.3 (i586), KDE 4.4.4 :
————————————-
CMake Error at CMakeLists.txt:1 (include):
include could not find load file:
DBusMacros
CMake Error at config/behavior/CMakeLists.txt:14 (kde4_add_ui_files):
Unknown CMake command “kde4_add_ui_files”.
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run “cmake –help-policy CMP0000″.
—————-
CMake version is 2.8.1-3.4.
about 1 year ago
According to About tab, I’m using 1.0Beta3
But, without bit.ly and TinyArrows support. Is something wrong with it?
about 1 year ago
I use choqok all the time, it’s great!
I really like the possibility to manage user subscriptions (create/remove) and I wonder if it would be possible to do the same for group subscriptions, so I don’t need anymore to open my accounts in the browser to modify those settings
thanks a lot
about 1 year ago
API call for Group subscriptions did not implemented yet.
about 1 year ago
Buenos días,
I have a little problem with the new version (0.9.90)
I use choqok on PCLinuxOS and is great, thanks
Now I have problems with any links:
example: http://publiz.me/63i
in version 0.9.85 I can open with Firefox
in version 0.9.90 is only text
example: http://plixi.com/p/45675620
works in both versions
a bug or an problem with python
PCLinuxOS use python 2.6.6
salu2
about 1 year ago
Another link that does not work: http://mypict.me/chrNj
salu2
about 1 year ago
With the new update (0.9.92) I can click on links again
thx