![]() |
Re: Dialcentral 1.0
I am still getting dbus error after uninstall and reinstall anything else I needed to do?
|
Re: Dialcentral 1.0
Quote:
notifier = /home/user/sms.sh doesn't seem to work where sms.sh (for now) contains one line: /usr/bin/mplayer /usr/share/sounds/sms.mp3 |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
I have a few user interface issues with Dialcentral that I've decided to hunt down and fix. Victim #1: In the messages tab, long SMS and voicemail text rolls offscreen and is impossible to read. Double-clicking will bring you to a popup with a tiny scrollbar that makes reading texts also near impossible.
The fix? Two lines of python. Code:
textrenderer.set_property("wrap-mode",1)This makes the lines on the messages tab auto-wrap to the full-screen size, making it possible to read the entire message. WOW! Hopefully epage will acknowlegde my hackery and add it to the new releases. Until some other stuff gets changed* I'm staying with 10.4-2. You'd probably be better off waiting till he adds it in unless you are also using 10.4-2 (the last version before notification support, which broke alarmd). *sound notification support, auto-load GV contacts(why select drop-down every time??), text size on contacts/recent list bigger (more thumb-friendly) Oh and btw, a nice shortcut to call numbers via Google Voice is so: https://www.google.com/voice/m/calle...r=+13606430304 change my number for your own and make bookmarks. As of now, a bookmark is more convenient than the tiny text size on DC's contact list. |
Re: Dialcentral 1.0
The alarmd issue has been fixed: http://talk.maemo.org/showpost.php?p...&postcount=171 upgrade to the latest version with no fear after following the steps linked to above.
|
Re: Dialcentral 1.0
I need sound notifications, and the version I have doesn't mess with gv-notifier. I'll wait for 1.05.
|
Re: Dialcentral 1.0
Victim #2: Contacts list difficult to click with finger.
Add this line right around 976 (give or take) underneath textrenderer =gtk.CellRendererText() : Code:
textrenderer.set_property("scale",3) |
Re: Dialcentral 1.0
Quote:
|
Re: Dialcentral 1.0
Quote:
Code:
/usr/bin/dbus-send --dest=com.nokia.osso_media_server --print-reply /com/nokia/osso_media_server com.nokia.osso_media_server.music.play_media string:file:///user/share/sounds/sms.mp3..and, rereading your post, my guess is your script wasn't chmod a+x 'ed. But I've never seen the .ini so its just a guess. |
Re: Dialcentral 1.0
It was even 777'd ! ;)
I really need to look into how dbus works. |
| All times are GMT. The time now is 10:10. |
vBulletin® Version 3.8.8