The Following 14 Users Say Thank You to sicelo For This Useful Post: | ||
|
2014-10-16
, 03:33
|
Posts: 2,225 |
Thanked: 3,822 times |
Joined on Jun 2010
@ Florida
|
#2
|
|
2015-04-01
, 14:56
|
Posts: 432 |
Thanked: 917 times |
Joined on Jun 2011
|
#3
|
I'm new to building software, and packaging, so it is possible that my deb is not properly 'formatted.'
|
2015-04-01
, 15:02
|
Community Council |
Posts: 683 |
Thanked: 1,227 times |
Joined on Sep 2010
@ Mbabane
|
#4
|
~$ apt-cache policy libperl5.8 libperl5.8: Installed: 5.8.3-3osso13+0m5 Candidate: 5.8.3-3osso13+0m5 Version table: *** 5.8.3-3osso13+0m5 0 500 https://downloads.maemo.nokia.com ./ Packages 500 http://repository.maemo.org fremantle/sdk/free Packages 100 /var/lib/dpkg/status 5.8.3-3osso11+0m5 0 500 http://repository.maemo.org fremantle/sdk/free Packages 5.8.3-3osso10 0 500 http://repository.maemo.org fremantle/sdk/free Packages
|
2015-04-01
, 19:05
|
|
Posts: 47 |
Thanked: 118 times |
Joined on Jan 2009
@ Krakow, POLAND
|
#5
|
To my surprise there is no lightweight / decent / comfortable IRC client for N900. Few days ago I have discovered sicelo posted his "Irssi 0.8.17 for N900, with perl script support" and this solved the problem for me. Here is how I'm using it. I thought that I would share my setup here (nothing special but you will have perfect IRC client in about 2-3 minutes of tweaking). [Separate highlight buffer is not covered here but I would add it too.]
The result is Irssi running fullscreen in native osso-xterm with bottom bar hidden (a lot more space!), nicks being colored and windows switching / scrolling using touch.
To hide xterm bottom bar in fullscreen:
[TIP #1: Invoking this command once makes the bottom bar always hidden when starting new xterm and going fullscreen; bool "true" to disable]Code:gconftool-2 -s /apps/osso/xterm/toolbar -t bool "false"
[TIP #2 When fullscreen press CTRL+Backspace to display task switcher / close window]
Scripts [~/.irssi/scrips/autoload/]:
- colorize nicks: http://scripts.irssi.org/scripts/nickcolor.pl
- windows switching / scrolling using touch: http://wouter.coekaerts.be/irssi/mouse
The mouse.pl uses mouse wheel to scroll by default so modify the script changing:
to:settings_add_str("lookandfeel", "mouse" . $button . "_gesture_up", "/window last");
settings_add_str("lookandfeel", "mouse" . $button . "_gesture_down", "/window goto active");
This way Irssi looks extremely readable and swipe left / right changes to next / previous window and swipe up / down scrolls the buffer. PERFECT!settings_add_str("lookandfeel", "mouse" . $button . "_gesture_up", "/scrollback goto +10");
settings_add_str("lookandfeel", "mouse" . $button . "_gesture_down", "/scrollback goto -10");
|
2016-11-13
, 07:48
|
Posts: 445 |
Thanked: 367 times |
Joined on Nov 2010
@ Italy
|
#6
|
Older versions These ver*sions need a sep*a*rate script in or*der to sup*port SASL: cap_sasl.pl. You can in*stall it from https://scripts.irssi.org: mkdir -p ~/.irssi/scripts/autorun wget https://scripts.irssi.org/scripts/cap_sasl.pl -O ~/.irssi/scripts/cap_sasl.pl ln -sf ../cap_sasl.pl ~/.irssi/scripts/autorun/ Now load and con*fig*ure it in*side Irssi: /script load cap_sasl /server add -auto -net freenode -ssl -ssl_verify irc.freenode.net 6697 /sasl set freenode <login> <password> PLAIN /sasl save
|
2017-04-24
, 20:19
|
Community Council |
Posts: 683 |
Thanked: 1,227 times |
Joined on Sep 2010
@ Mbabane
|
#8
|
|
2017-04-29
, 18:31
|
Community Council |
Posts: 683 |
Thanked: 1,227 times |
Joined on Sep 2010
@ Mbabane
|
#9
|
(1) export SBOX_REDIRECT_IGNORE=/usr/bin/perl (2) export PATH=/usr/bin:$PATH
The Following 3 Users Say Thank You to sicelo For This Useful Post: | ||
|
2017-05-01
, 15:41
|
|
Posts: 868 |
Thanked: 2,516 times |
Joined on Feb 2012
@ Germany
|
#10
|
SBOX_REDIRECT_IGNORE=/usr/bin/perl PATH=/usr/bin:$(PATH)
Tags |
0.8.17, 0.8.21, fremantle, irssi, perl script |
|
I'm new to building software, and packaging, so it is possible that my deb is not properly 'formatted.'
Once I know how to, I will start using the repositories.
Hope this package helps
Having struggled for a long time with perl issues while building, I would like to give credit and thanks to villager and Shapeshifter, whose conversation led me to the answer.
UPDATE - 2017-04-24 - built 0.8.21. Unfortunately building any 1.x is not easy (at least for me) as it needs newer libglib than we have on Maemo.
I have requested maintainer permissions for irssi. If that works out, then I'll update via extras, although it is very possible that a perl-supporting irssi might not actually build successfully on the autobuilder. Anyway, we'll see.
UPDATE - 2017-05-02Package is in Maemo Extras Testing now. Go ahead and vote after testing, http://maemo.org/packages/package_in...rssi/0.8.21-1/
Last edited by sicelo; 2017-05-02 at 18:59. Reason: 0.8.21