![]() |
Re: New XChat build available
I actually figured something out that helps a little. As I said before, setting the 'alerts' preferences to beep on private message or highlighted message does not work. However, if you set those alerts, then go into the sound preferences, and set the 'beep' action to play a custom sound, it works! I first tried with an mp3 file, but that didn't do anything. Then I tried a .wav file and that is working fine. It would still help alot if it there was some way to make the phone vibrate, but having the sounds work is better than nothing.
|
Re: New XChat build available
Made some more progress in getting this to notify me the way I want. It's not the most elegant solution, but it seems to work pretty well. What I did was create a script that makes the phone vibrate, plays a sound, and makes the led notification blink. Then, in the sound preferences, set the script to be the external sound player. This will kill all your custom event sound settings since the script is not really a sound player, but it will be executed when the beep sound is supposed to play. So if you set up the alerts preferences to play a beep on highlighted messages and / or private messages, etc. the script will run and the phone will vibrate, blink, and play a sound. If the silent profile is set, the sound will not play. Heres my script if anyone's interested:
Code:
#!/bin/sh Like I said this isn't a perfect solution, but it will make the phone vibrate and play a sound when someone pm's me, or a highlighted message is received. Now I can carry the phone in my pocket with xchat running and know when someone is trying to reach me. Oh, and the standard "If this messes up your phone, I'm not responsible" disclaimer applies. I'm pretty sure it's safe, but I am kind of a n00b, so anything could happen :-) |
Re: New XChat build available
Quote:
|
Re: New XChat build available
Got the script by DocScrutinizer / Master Po working for me.
Quote:
Just use $1 instead of /path/to/your/sound/file In xchat, go to the Sound tab in Preferences and set the "external sound playing program" to your script, "Sound files directory" to /usr/share/sounds/ Find "Channel Msg Hilight" and set "Sound file" to chat-msg_in_bg.wav (or one of the others in that dir that you like better). Do the same for "Private Message". |
Re: New XChat build available
Hi, first post.
I think I've found a bug in it that isn't on either the linux or windows versions of Xchat, and just wanted to confirm. I'm running my own irc bouncer on my home connection, and just to try to hide it a little better, I'm using a non-standard port. I have the server set as "myhost.dyndns.org/6670", as that's the setting I use for Xchat on linux and windows. Whenever I try to connect, it first tries using /6670 as part of the tld, failing to resolve, then after cycling to the "next" server, it connects normally. A screencap, because screencaps are always nice: http://www.fwrnando.com/files/Screen...210-163147.png Am I missing something, or is this a bug? |
Re: New XChat build available
Quote:
|
Re: New XChat build available
Quote:
I am also using a bouncer with a custom port and I see the same behaviour as you do. I've noticed that if after connecting, you disconnect from the server, then reconnect, it will connect on the first try. It's only when first launching xchat that I see it, so I don't think it's anything wrong with the settings. I haven't tried connecting directly to an irc server to see if this only happens when using a bouncer, or when using a bouncer with a custom port, or all the time. I can say that it does not happen from my fedora desktop when connecting to the same bouncer / same port. Really, all it amounts to is a 1 or 2 second delay when connecting from the N900, so it's not really that big of a deal IMO. |
Re: New XChat build available
hello, i have a problem. i uninstalled and re-installed and deleted my settings and it's still happening.
basically.send for a xdcc file it allows me to select the folder to save to and then fails to save. if i try save again I only get offerend the 'bin' folder?? and it fails 'unable to save'. This bin folder might be a system folder? any ideas? |
Re: New XChat build available
Quote:
|
Re: New XChat build available
it blinks babe!
I just made a first version of a xchat plugin using the maemo notfication gadgets, being able to blink, vibrate, show banners or dialog boxes for highlighted messages, the raw code for review: http://lumiera.org/maemo_notify.c compiling is a bit bumpy, basically: gcc -std=gnu99 -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -g -Wall -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 -lglib-2.0 -Wl,--export-dynamic -Wall -O1 -shared -fPIC maemo_notify.c -o maemo_notify.so put maemo_notify.so into ~/.xchat2/ cheers |
All times are GMT. The time now is 02:36. |
vBulletin® Version 3.8.8