Кибернетический лич ([info]raze_overdrive) wrote,
  • Music: Satyricon - Forhekset

centericq

прикончил намедни psi.. тошнотворное уродство. кто-то может сказать, что интерфейс не важен, главное де функциональность. с этим я могу согласиться ровно на половину. бывают программы, коим прощаешь некоторые огрехи в интерфейсе, бодаешься, материшь любя.. но psi к этим программам не относится.

назвать его междумородье непродуманным не поворачивается язык. такое впечатление, что разработчики постарались слабать как можно хуже. омерзительные конфетные иконки (ну ладно, можно поменять, только придется все рисовать самому так как большинство пользователей и программистов, очевидно, впали в детство), невозможность поменять цвет текста в диалоге.. уродливые виджеты, идиотский notify popup, коему ни в какую невозможно указать на каком месте ему появляться. про его tray icon и говорить не хочется, но все же скажу: это дерьмище непременно отбрасывает серую тень, хоть ты тресни.

с темной палитрой использовать сие поделие не представляется возможным. такое впечатление, что нынешние погромисты прилагают все усилия, чтобы у пользователя их продуктов как можно скорей лопнули глаза. юзайте наше светлое оформление, и впридачу к программе вы получите очки. черные. непрозрачные. а еще изящную трость-щуп. может даже собаку - повадыря дадут.

есть такая замечательная штука : консольный im комбаин. centericq называется.. долгое время им пользовался (когда на 166м пеньке сидел без иксов). настраивать не настраивал, только цвета тогда поменял, чтоб глаз не резали.

в общем взял свежую версию centericq (4.21) из портеджей, собрал с поддержкой gpg ( требуется gpg-me ), openssl и пришло счастье. шифрование для jabber поддерживается полностью. сразу. из коробки. назначив по контактам gpg ключи, больше можно не беспокоиться. при начале беседы шифрование включается автоматически.

очень радует возможность запретить получать сообщения от неизвестных пользователей. все, центр ламериканского английского меня больше не побеспокоит, как и всяческие любители "писем счастья".

некоторые товарищи говорят, что пользоваться консольным клиентом якобы неудобно.. якобы невозможно узнать о приходе нового сообщения, кроме как услышать звуковой сигнал. так вот, товарищи, это наглая ложь. читаем секцию README 9.3 External actions and auto-responses. в общем почитав 5 минут мануал, можно сделать себе уведомлялку на любой вкус.. я предпочел вывод уведомления через xosd. очень удобно.
vim ~/.centericq/external

%action notify
event msg
proto all
status all
options nowait
%exec

#!/bin/bash

offset=20
indent=5

font="-elite-light-medium-r-normal--12-120-75-75-c-0-koi8-r"
color="#008000"
delay=10

align="right"
pos="bottom"

nick="$(cat "${CONTACT_INFODIR}/info" | head -n 46 | tail -n1)"
notify="Incoming ${EVENT_NETWORK} message from ${nick}"

test -z "${DISPLAY}" && export DISPLAY=":0.0"
killall -9 osd_cat 2>/dev/null
echo "${notify}" | osd_cat -l 1 -i -${indent} -o ${offset} -d ${delay} \
      -c ${color} -s 0 -A ${align} -p ${pos} -f ${font} & >/dev/null



вот такой код.. osd уведомление куда удобнее, нежели выскакивающие окна чата/сообщения или различные всплывающие боксы. совершенно не режет глаз и не раздражает.

еще одно огромное достоинство centericq - это возможность посылать сообщения из коммандной строки. в общем всем читать README.

  • Post a new comment

    Error

    Anonymous comments are disabled in this journal

  • 18 comments

[info]redchrom

April 23 2006, 06:06:32 UTC 6 years ago

К слову по функциональности psi никогда е была лучшей, а всегда сосала. Я лично мирюсь с тормозами питона но сижу под gajim. Отсветь мне вот на что: "Умеет ли centericq service-discovery, нормально ли стащит контакт-лист с сервака, поддерживает ли jabber-конфы?".

[info]raze_overdrive

April 24 2006, 09:23:04 UTC 6 years ago

gajim тоже та еще зверушка. тормоза питона - это ладно. а вот глюки с шифрованием сводят на нет все преимущества гаджима. просто не декриптит это нечто пришедшие сообщения и все. а нерабочее шифрование - это уже фатально.
теперь отвечу на вопросы про centericq:
1)Q: Умеет ли centericq service-discovery ?
A: увы не умеет. хотя сервисдискавери там может понадобиться только в одном случае: поиск конференций. с различными im протоколами centericq работает сам.
2)Q: нормально ли стащит контакт-лист с сервака ?
A: вполне
3)Q: поддерживает ли jabber-конфы?
A: поддерживает.

[info]polachok

June 28 2006, 19:57:04 UTC 5 years ago

а можно узнать сколько сообщеньев пришло? вообще где дока?
я вот как сделал:
%action notify
event msg
proto all
status all
options nowait
%exec
#!/bin/sh
wmiir create /bar/icq
nick="$(cat "${CONTACT_INFODIR}/info" | head -n 46 | tail -n1)"
echo -n "${EVENT_NETWORK}: $nick" | wmiir write /bar/icq/data
echo -n "$WMII_SELCOLORS" | wmiir write /bar/icq/colors
sleep 30
wmiir remove /bar/icq

[info]raze_overdrive

June 29 2006, 01:43:08 UTC 5 years ago

ну хз, в доке (README в архиве с исходниками) лень копаться. и первое, что приходит в мой воспаленный недосыпанием мозг, это конструкция вида

for i in `seq 1 100`; do ;count=~/.centericq/count/$i
[ -f "$count" ] || { touch $count ; break ; }
done

echo -n "${EVENT_NETWORK}: $nick 'ls ~/.centericq/count | sort -g | sed -n '$p'` " | wmiir write /bar/icq/data

а на хоткей забиндить одновременный вызов centericq и rm ~/.centericq/count/*

[info]al_amparo_del_d

March 4 2007, 22:20:30 UTC 5 years ago

по-твоему темные темы полезнее для глаз чем светлые?

[info]donaldstatler

October 9 2008, 16:32:29 UTC 3 years ago

Чем более незначительными они будут на первый взгляд, тем для меня полезнее.

[info]billvandruff

October 17 2008, 05:05:22 UTC 3 years ago

«Цивилов», нейтралов, светлых и темных. И знаю, что темные – действительно самые свободные существа.

[info]true_wing

September 1 2007, 11:19:03 UTC 4 years ago

хм. а сне хватает и звука :-)
ныне пользуюсь centerim

Anonymous

February 1 2011, 05:27:45 UTC 1 year ago

roomofrequirement.com

[url=http://roomofrequirement.com/massachusetts-auto-insurance-primary-driver.html]massachusetts auto insurance primary driver[/url]
[url=http://roomofrequirement.com/auto-commercial-insurance.html]auto commercial insurance[/url]
[url=http://roomofrequirement.com/gainesville-auto-insurance-texas.html]gainesville auto insurance texas[/url]
[url=http://roomofrequirement.com/cheap-auto-insurance-rate-search.html]cheap auto insurance rate search[/url]
[url=http://roomofrequirement.com/car-honda-auto-insurance-quote.html]car honda auto insurance quote[/url]

Anonymous

March 5 2011, 12:34:54 UTC 1 year ago

al-chemia.ru

Заказывая ювелирные украшения в [b][url=http://al-chemia.ru]стильные золотые украшения [/url][/b] «Алхимия», Вы можете быть уверены в том, что Ваши серьги или кольца на сто процентов уникальны, ведь, [b][url=http://al-chemia.ru]магазин украшений ручной работы [/url][/b] изготовленные руками мастеров

Anonymous

March 5 2011, 19:50:35 UTC 1 year ago

speedy-warez

На сайте [url=http://speedy-warez.ru]speedy-warez.ru[/url] вы найдете фильмы, сериалы, мультфильмы [url=http://speedy-warez.ru/programs/9117-nero-10-russkaya-versiya.html]Скачать Nero 10 русская версия бесплатно[/url]
различного года выпуска. Сайт постоянно обновляется, пополняясь новинками киноиндустрии. Музыкальные композиции [url=http://speedy-warez.ru/programs/5710-microsoft-office-professional-plus-2010-vl-x64-x86-russian-happy-new-year-2011-edition.html]Скачать Microsoft Office Professional Plus 2010 VL x64 & x86 Russian Happy New Year 2011 Edition бесплатно[/url]
также представлены большим выбором. Воспользовавшись удобным поиском по сайту, вы без труда найдете необходимую вам композицию

Anonymous

March 15 2011, 02:31:06 UTC 1 year ago

Адаптер VAS5054a – стравнение с vagcom

Как всегда у Вас - все очень профессионально и вкусно. Я тут, конечно, еще попасусь.

Подскажите пожалуйста намного ли этот сканер лучше vagcom?
Выбираю и не знаю на чем остановиться [url=http://vas5054a.ru]VAS5054 – дигностический сканер для дилерской диагностики автомобилей VAG группы[/url]

Anonymous

March 26 2011, 00:55:58 UTC 1 year ago

best porn pictures

[URL=http://torrentt.name/handjob-best.html]handjob best[/URL] [URL=http://torrentt.name/off-panties.html]off panties[/URL] [URL=http://torrentt.name/surveyed-some.html]surveyed some[/URL] [URL=http://torrentt.name/anything-wrong.html]anything wrong[/URL] [URL=http://torrentt.name/movies-fromfassinating.html]movies fromfassinating[/URL] [URL=http://torrentt.name/got-sharp-features.html]got sharp features[/URL] [URL=http://torrentt.name/anal-porn-video.html]anal porn video[/URL] [URL=http://torrentt.name/beautiful-eighteen.html]beautiful eighteen[/URL] [URL=http://torrentt.name/wish-visit.html]wish visit[/URL] [URL=http://torrentt.name/index.html]ass stretched[/URL] [URL=http://torrentt.name/chat-big-tits.html]chat big tits[/URL] [URL=http://torrentt.name/typetextjavascriptecscripte-var.html]typetextjavascriptecscripte var[/URL] [URL=http://torrentt.name/boom-flicks.html]boom flicks[/URL] [URL=http://torrentt.name/girl-seemed.html]girl seemed[/URL] [URL=http://torrentt.name/south-indian-sex.html]south indian sex[/URL] [URL=http://torrentt.name/next-pakistani-sex.html]next pakistani sex[/URL] [URL=http://torrentt.name/blowjob-gets.html]blowjob gets[/URL] [URL=http://torrentt.name/frompix-videos-anal.html]frompix videos anal[/URL]

Anonymous

March 26 2011, 02:28:51 UTC 1 year ago

women sucking Pegasus cock

[URL=http://torrentt.name/censoring-piss.html]censoring piss[/URL] [URL=http://torrentt.name/needs-sex.html]needs sex[/URL] [URL=http://torrentt.name/oiled-orgasm.html]oiled orgasm[/URL] [URL=http://torrentt.name/cocks-deep-inside.html]cocks deep inside[/URL] [URL=http://torrentt.name/get-drilled.html]get drilled[/URL] [URL=http://torrentt.name/enjoys-interracial.html]enjoys interracial[/URL] [URL=http://torrentt.name/threat-top.html]threat top[/URL] [URL=http://torrentt.name/shit-fat.html]shit fat[/URL] [URL=http://torrentt.name/idinnerhtmlsubstr-replaceng.html]idinnerhtmlsubstr replaceng[/URL] [URL=http://torrentt.name/busty-european.html]busty european[/URL] [URL=http://torrentt.name/tags-webcams-forum.html]tags webcams forum[/URL] [URL=http://torrentt.name/premium-hdv.html]premium hdv[/URL] [URL=http://torrentt.name/sotuseexpressinstallexpressinstallswf-sotaddparamallowscriptaccessalways.html]sotuseexpressinstallexpressinstallswf sotaddparamallowscriptaccessalways[/URL] [URL=http://torrentt.name/blonde-blowjob.html]blonde blowjob[/URL] [URL=http://torrentt.name/gay-filter.html]gay filter[/URL] [URL=http://torrentt.name/tube-porn-fever.html]tube porn fever[/URL] [URL=http://torrentt.name/publicnudists-softcore-teens.html]publicnudists softcore teens[/URL] [URL=http://torrentt.name/german-tube-porn.html]german tube porn[/URL]

Anonymous

March 26 2011, 04:05:56 UTC 1 year ago

my hot wife tracy

[URL=http://torrentt.name/gay-filter.html]gay filter[/URL] [URL=http://torrentt.name/thumbs-windowcoutfunctionh.html]thumbs windowcoutfunctionh[/URL] [URL=http://torrentt.name/boat-group-sex.html]boat group sex[/URL] [URL=http://torrentt.name/saleem-asked.html]saleem asked[/URL] [URL=http://torrentt.name/videos-choose.html]videos choose[/URL] [URL=http://torrentt.name/video-flicks-toppest.html]video flicks toppest[/URL] [URL=http://torrentt.name/gaping-asshole.html]gaping asshole[/URL] [URL=http://torrentt.name/once-start.html]once start[/URL] [URL=http://torrentt.name/assaulted-anuses.html]assaulted anuses[/URL] [URL=http://torrentt.name/longest-reality.html]longest reality[/URL] [URL=http://torrentt.name/tubuz-porn.html]tubuz porn[/URL] [URL=http://torrentt.name/sexual-experiences.html]sexual experiences[/URL] [URL=http://torrentt.name/compilation-videos.html]compilation videos[/URL] [URL=http://torrentt.name/punjabi-girlfriend-one.html]punjabi girlfriend one[/URL] [URL=http://torrentt.name/hardcoreslut-bootynaughty-analrough.html]hardcoreslut bootynaughty analrough[/URL] [URL=http://torrentt.name/index.html]ass stretched[/URL] [URL=http://torrentt.name/webcams-pornstars-teens.html]webcams pornstars teens[/URL] [URL=http://torrentt.name/cum-makes-poor.html]cum makes poor[/URL]

Anonymous

March 26 2011, 05:40:57 UTC 1 year ago

sexy men pics

[URL=http://torrentt.name/anal-sex-painful.html]anal sex painful[/URL] [URL=http://torrentt.name/gangbang-gay.html]gangbang gay[/URL] [URL=http://torrentt.name/fucking-same-guy.html]fucking same guy[/URL] [URL=http://torrentt.name/deepthroat-african.html]deepthroat african[/URL] [URL=http://torrentt.name/see-her-dress.html]see her dress[/URL] [URL=http://torrentt.name/longest-school.html]longest school[/URL] [URL=http://torrentt.name/vidsslut-bitch-anal.html]vidsslut bitch anal[/URL] [URL=http://torrentt.name/longest-party-best.html]longest party best[/URL] [URL=http://torrentt.name/secretary-sexy.html]secretary sexy[/URL] [URL=http://torrentt.name/daily-videos.html]daily videos[/URL] [URL=http://torrentt.name/once-start.html]once start[/URL] [URL=http://torrentt.name/ladies-more.html]ladies more[/URL] [URL=http://torrentt.name/reviews-adult.html]reviews adult[/URL] [URL=http://torrentt.name/amazingly-sexy.html]amazingly sexy[/URL] [URL=http://torrentt.name/sex-act.html]sex act[/URL] [URL=http://torrentt.name/drilled-deep.html]drilled deep[/URL] [URL=http://torrentt.name/black-huge-dick.html]black huge dick[/URL] [URL=http://torrentt.name/amateur-redhead.html]amateur redhead[/URL]

Anonymous

March 26 2011, 07:19:52 UTC 1 year ago

american asian porn star

[URL=http://debtvires.co.cc/coupon-kinky-sex.html]coupon kinky sex[/URL] [URL=http://debtvires.co.cc/church-lady-porn.html]church lady porn[/URL] [URL=http://debtvires.co.cc/sexy-tunic-tops.html]sexy tunic tops[/URL] [URL=http://debtvires.co.cc/adult-free-screensaver-sex.html]adult free screensaver sex[/URL] [URL=http://debtvires.co.cc/hot-nasty-sex.html]hot nasty sex[/URL] [URL=http://debtvires.co.cc/sexy-satin.html]sexy satin[/URL] [URL=http://debtvires.co.cc/cheap-sex-dvd.html]cheap sex dvd[/URL] [URL=http://debtvires.co.cc/sailor-moon-sex-story.html]sailor moon sex story[/URL] [URL=http://debtvires.co.cc/best-black-category-ever-porn.html]best black category ever porn[/URL] [URL=http://debtvires.co.cc/famous-celebrity-sex-tapes.html]famous celebrity sex tapes[/URL] [URL=http://debtvires.co.cc/gay-vintage-porn.html]gay vintage porn[/URL] [URL=http://debtvires.co.cc/still-sex.html]still sex[/URL] [URL=http://debtvires.co.cc/gratis-mature-sex.html]gratis mature sex[/URL] [URL=http://debtvires.co.cc/old-mature-fat-sex.html]old mature fat sex[/URL] [URL=http://debtvires.co.cc/model-pic-sexy-swimsuit.html]model pic sexy swimsuit[/URL] [URL=http://debtvires.co.cc/sena-sex-shemaletgp.html]sena sex shemaletgp[/URL] [URL=http://debtvires.co.cc/montreal-prolong-sex.html]montreal prolong sex[/URL] [URL=http://debtvires.co.cc/picture-sex-trailer-z.html]picture sex trailer z[/URL]

[info]kutoweir

April 2 2011, 12:15:52 UTC 1 year ago

Давно увидел этот эро веб чат, и потом там зарегился секс видео чат N1 в России, мне этот сервис безумно понравился, захожу каждый вечер, ведь там новые девушки, они не дают мне тосковать. Они, делают то что я хочу, все мои фантазии.
Create an Account
Forgot your login or password?
Facebook Twitter More login options
English • Español • Deutsch • Русский…