maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   Twitter client for maemo? (https://talk.maemo.org/showthread.php?t=19722)

qwerty12 2008-05-26 19:14

Re: Twitter client for maemo?
 
Hehe, I didn't know this has a gui :D
I ran as root and it gave me a cmd line :/

I'll package this up properly tommorow.

geneven 2008-05-26 20:53

Re: Twitter client for maemo?
 
The tablets have something called Mauku that is supposedly similar to Twitter.

dick-richardson 2008-05-26 21:17

Re: Twitter client for maemo?
 
Mauku is a jaiku client. Twitter and Jaiku are largely competing services with twitter owning the lion's share of users.

rkopper 2008-05-26 23:58

Re: Twitter client for maemo?
 
Outstanding!! Not 4 hours after posting, and we have a package to install!! You sir are amazing! How easy is it to package python apps?

cesarcardoso 2008-05-27 00:03

Re: Twitter client for maemo?
 
Hm... running on OS2007HE, Nokia 770:

~ $ mitter
Traceback (most recent call last):
File "/usr/bin/mitter", line 130, in <module>
main()
File "/usr/bin/mitter", line 123, in main
prefs)
File "/usr/lib/python2.5/site-packages/mitterlib/ui/ui_pygtk.py", line 88, in __init__
self.add_grid()
File "/usr/lib/python2.5/site-packages/mitterlib/ui/ui_pygtk.py", line 298, in add_grid
self.message_renderer.set_property('wrap-mode', gtk.WRAP_WORD)
TypeError: object of type `GtkCellRendererText' does not have property `wrap-mode'

pygtk version:
ii python2.5-gtk2 2.10.3-1osso9 Python bindings for the GTK+ widget set

tty is fine, though.

qwerty12 2008-05-27 01:16

Re: Twitter client for maemo?
 
Quote:

Originally Posted by rkopper (Post 186064)
Outstanding!! Not 4 hours after posting, and we have a package to install!! You sir are amazing! How easy is it to package python apps?

Thanks :)

It's quite easy with Gene Cash bdist_debian's python module. Before, I couldn't even "install" a python app but it packaged that one fine. I did it my scratchbox, i exported the python2.5 folder as a variable (sbox has an internal python, useless for tablets as we use indt's 2.5) and followed the instructions on Gene Cash's site to edit the setup.py. You can see this is my first go as tne name and email is messed up :p

I'll fix that and add icons and an icon to the application menu like you have attached.

@cesarcardoso

Sorry, but 770 is an odd one. N800 with os2008 has a working gui.

qwerty12 2008-05-27 09:46

Re: Twitter client for maemo?
 
Ok, I've updated it a bit here:
http://www.internettablettalk.com/fo...d.php?p=186146

corq 2008-07-24 14:47

Re: Twitter client for maemo?
 
I'm not sure if this is an option on the development side, but the silly Maemo "auto-captitalizes" the first letter of BOTH username/password in mitter.

The username/password masking is so efficient in mitter that users might not notice it...

However - if this is "pebkac" on my side, is there a way to disable the feature that capitalizes the first letter? In login textboxes, this feature is a nuisance.

BTW, I love this apps, thanks for developing it!

antikx 2008-07-24 16:08

Re: Twitter client for maemo?
 
Also, I think Fring (which has been recently talked about) does twittter.

brontide 2008-07-24 16:39

Re: Twitter client for maemo?
 
Quote:

Originally Posted by corq (Post 206541)
I'm not sure if this is an option on the development side, but the silly Maemo "auto-captitalizes" the first letter of BOTH username/password in mitter.

The username/password masking is so efficient in mitter that users might not notice it...

This is what I use in gc_dialer to the dialogs. Someone with a few minutes of python experience should be able to apply it to the mitter code.

Code:

self._widgetTree.get_widget("usernameentry").set_property('hildon-input-mode', 7)
self._widgetTree.get_widget("passwordentry").set_property('hildon-input-mode', 7|(1 << 29))

This will give the usernameentry text entry all letters, number, and specials without captilization. The 1<<29 turns on hiding of the entry ( which is automatically reset once you use hildon-input-mode ). This took more than one day of research to find out the trick,


All times are GMT. The time now is 15:10.

vBulletin® Version 3.8.8