Notices


Reply
Thread Tools
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#51
Thanx for keeping it upstream
 

The Following User Says Thank You to nokiabot For This Useful Post:
norayr's Avatar
Posts: 148 | Thanked: 216 times | Joined on Jul 2010 @ Yerevan
#52
would be cool to have pidgin-encryption plugin on Fremantle and Diablo.
 
gidzzz's Avatar
Posts: 282 | Thanked: 2,387 times | Joined on Sep 2011
#53
Pidgin 2.10.9 is in the repository.

Gadu-Gadu buddy list synchronization was removed upstream in 2.10.8 because of being broken, but in my experience it still works (no idea if exactly the way it should, but certainly it is better than nothing), so I have reverted that change.


Originally Posted by norayr View Post
would be cool to have pidgin-encryption plugin on Fremantle and Diablo.
Looks like it needs a newer GTK+ version than Maemo has, but after removing a few probably not very important lines it appears to load fine. Unzip the attached file and place it in "/home/user/.purple/plugins/". If it really works, I can create a package for Fremantle. I do not know if it is compatible with Diablo.


Edit: by the way, does anyone knows why edited thread title (with "2.10.9" instead of "2.10.7") can be saved, but not displayed in public?
Attached Files
File Type: zip encrypt.so.zip (42.1 KB, 60 views)
__________________
My Thumb mini-repository: http://gidzzz.mooo.com/maemo/.

Last edited by gidzzz; 2014-02-07 at 15:49.
 

The Following 5 Users Say Thank You to gidzzz For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#54
Originally Posted by gidzzz View Post
Pidgin 2.10.9 is in the repository.
Yay and with a fixed maemo package name too.

Originally Posted by gidzzz View Post
Edit: by the way, does anyone knows why edited thread title (with "2.10.9" instead of "2.10.7") can be saved, but not displayed in public?
I believe thread title editing expires after a period of time.
I would always recommend to leave version numbers out of titles and link to a wiki page or changelog instead.
__________________

Wiki Admin
sixwheeledbeast's wiki
Testing Squad Subscriber
- mcallerx - tenminutecore - FlopSwap - Qnotted - zzztop - Bander - Fight2048 -


Before posting or starting a thread please try this.
 

The Following User Says Thank You to sixwheeledbeast For This Useful Post:
Posts: 104 | Thanked: 47 times | Joined on Jan 2011 @ United Kingdom
#55
Originally Posted by gidzzz View Post
Pidgin 2.10.9

...Edit: by the way, does anyone knows why edited thread title (with "2.10.9" instead of "2.10.7") can be saved, but not displayed in public?
Thread title editing was disabled, I believe, to ease the process of moving maemo.org to a new server. If you want to change the title, just contact the admin.

Thanks for this update by the way, although, I don't use Pidgin any more.
 

The Following User Says Thank You to mlwane For This Useful Post:
Posts: 235 | Thanked: 86 times | Joined on Dec 2010
#56
Anybody here kind enough to patch this revision to the 2.10.9?

I keep my N900 solely for pidgin, and now because of this issue here, my yahoo messenger has been offline for the past few months
and since I don't see 2.10.10 to be released soon, it would be great if we can have at least this issue resolved in the maemo version

Thanks in advance for anyone who willing to do that
 

The Following 3 Users Say Thank You to figaro For This Useful Post:
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#57
tried to build with patch added but i got error

Code:
... -dev -plibpurple0-dbg -ppidgin-l10n
/scratchbox/tools/bin/sh: man: command not found
dh_installman: man --recode UTF-8 ./pidgin\.1 > pidgin\.1\.new returned exit code 127
make: *** [binary-arch] Error 2
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2
__________________
Flickr photos taken with N900 https://www.flickr.com/cameras/nokia/n900/
"Closed source software tells you what you can do. With open source, you decide what software can do for you" Richard Stallman
 

The Following User Says Thank You to gianko For This Useful Post:
Posts: 235 | Thanked: 86 times | Joined on Dec 2010
#58
I can't tell for sure as I already forget how to compile for maemo
But it seems that man is missing and it seems you might be able to get it by apt-get install man-db-n900 or bash3/bash4
See here for detail: http://wiki.maemo.org/Terminal

Last edited by figaro; 2014-08-26 at 07:19.
 

The Following User Says Thank You to figaro For This Useful Post:
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#59
Originally Posted by figaro View Post
I can't tell for sure as I already forget how to compile for maemo
But it seems that man is missing and it seems you might be able to get it by apt-get install man-db-n900 or bash3/bash4
See here for detail: http://wiki.maemo.org/Terminal
thanks, installing man-db it worked. builded successfully a deb and installed on my N900, but when i push to extras-assistant it give error

https://garage.maemo.org/builder/fre...log.FAILED.txt
__________________
Flickr photos taken with N900 https://www.flickr.com/cameras/nokia/n900/
"Closed source software tells you what you can do. With open source, you decide what software can do for you" Richard Stallman
 

The Following User Says Thank You to gianko For This Useful Post:
Posts: 445 | Thanked: 367 times | Joined on Nov 2010 @ Italy
#60
btw even if i use

Code:
./configure '--disable-missing-dependencies' '--prefix=/usr' '--with-python=/usr/bin/python2.5' '--host=arm-linux-gnueabi' '--build=arm-linux-gnueabi' '--sysconfdir=/etc' '--mandir=${prefix}/share/man' '--infodir=${prefix}/share/info' '--disable-consoleui' '--disable-doxygen' '--disable-perl' '--enable-maemo-launcher' '--enable-gnutls=yes' '--enable-nss=yes' 'build_alias=arm-linux-gnueabi' 'host_alias=arm-linux-gnueabi' 'CFLAGS=-Wall -g -O2' 'LDFLAGS=' 'CPPFLAGS=' 'CXXFLAGS=-g -O2' 'FFLAGS=-g -O2'
i can read in configure results the message:

SSL Library/Libraries......... : None. MSN, Yahoo!, Novell Groupwise and Google Talk will not work without GnuTLS or NSS. OpenSSL is NOT usable!

why?
__________________
Flickr photos taken with N900 https://www.flickr.com/cameras/nokia/n900/
"Closed source software tells you what you can do. With open source, you decide what software can do for you" Richard Stallman
 

The Following User Says Thank You to gianko For This Useful Post:
Reply

Thread Tools

 
Forum Jump


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