Notices


Reply
Thread Tools
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#11
Originally Posted by freemangordon View Post
Wait, do you have CSSU-T/thumb installed? If that is the case, please file a bug.
From 2010: https://bugs.maemo.org/show_bug.cgi?id=9941
Related thread: http://talk.maemo.org/showthread.php?t=51063

I also reported this on the Alarm UI replacement thread (but using stock 1.3)
http://talk.maemo.org/showpost.php?p...65&postcount=9

He who spots the bug (no need to fix it, identifying is enough) will earn my eternal gratitude (even though I couldn't care less about that particular bug), and techstaff will get another donation.
 

The Following 4 Users Say Thank You to reinob For This Useful Post:
pichlo's Avatar
Posts: 6,445 | Thanked: 20,981 times | Joined on Sep 2012 @ UK
#12
Thanks, reinob. That's the one. Oh and yes, my yesterday's incident was with CSSU-Thumb.
Not that any of this is topical in this thread. Sorry, I did not mean to derail it
 

The Following 2 Users Say Thank You to pichlo For This Useful Post:
Posts: 3,074 | Thanked: 12,960 times | Joined on Mar 2010 @ Sofia,Bulgaria
#13
Originally Posted by reinob View Post
From 2010: https://bugs.maemo.org/show_bug.cgi?id=9941
Related thread: http://talk.maemo.org/showthread.php?t=51063

I also reported this on the Alarm UI replacement thread (but using stock 1.3)
http://talk.maemo.org/showpost.php?p...65&postcount=9

He who spots the bug (no need to fix it, identifying is enough) will earn my eternal gratitude (even though I couldn't care less about that particular bug), and techstaff will get another donation.
Uh, I must have forgotten that . Will take care of.

https://gitorious.org/community-ssu/...arm.c#line1028

I hope this is not a bug in libnotify

EDIT:

Sorry for going OT
__________________
Never fear. I is here.

720p video support on N900,SmartReflex on N900,Keyboard and mouse support on N900
Nothing is impossible - Stable thumb2 on n900

Community SSU developer
kernel-power developer and maintainer

 

The Following 3 Users Say Thank You to freemangordon For This Useful Post:
joerg_rw's Avatar
Posts: 2,222 | Thanked: 12,651 times | Joined on Mar 2010 @ SOL 3
#14
Originally Posted by reinob View Post
From 2010: https://bugs.maemo.org/show_bug.cgi?id=9941
Related thread: http://talk.maemo.org/showthread.php?t=51063

I also reported this on the Alarm UI replacement thread (but using stock 1.3)
http://talk.maemo.org/showpost.php?p...65&postcount=9

He who spots the bug (no need to fix it, identifying is enough) will earn my eternal gratitude (even though I couldn't care less about that particular bug), and techstaff will get another donation.
So here you are: race condition :-D
dbus-monitor will reveal a message from UI to a non-existing destination or referring to a non-existing object.
Use /usr/bin/alarmclient (tools repo?) for further debugging resp a probably possible way to "fix" a current issue without reboot (pointer: check the alarm event in alarmclient, similar to:
Code:
     -b label=Snooze,flags=TYPE_SNOOZE+WHEN_RESPONDED \
     -b label=Stop,flags=TYPE_DBUS+WHEN_RESPONDED,\
     dbus_service=com.foo.bar,dbus_path=/com/foo/bar,\
     dbus_name=stop_clicked \
     -Dint32:124 -Dstring:hello \
     -n title='Two Button Alarm',message='Hello there',\
     alarm_time=20
- will tell you about which d-bus message/signal probably goes to nirvana since the alarmsound not yet playing)




/j


PS: all of the above without any verification or check-back on system, just theory. So you will have to verify before you send that truck with eternal gratuite ;-)

PPS: a highly intriguing topic is to test all this on a device that got powered down ;-)
__________________
Maemo Community Council member [2012-10, 2013-05, 2013-11, 2014-06 terms]
Hildon Foundation Council inaugural member.
MCe.V. foundation member

EX Hildon Foundation approved
Maemo Administration Coordinator (stepped down due to bullying 2014-04-05)
aka "techstaff" - the guys who keep your infra running - Devotion to Duty http://xkcd.com/705/

IRC(freenode): DocScrutinizer*
First USB hostmode fanatic, father of H-E-N

Last edited by joerg_rw; 2013-08-07 at 16:58.
 

The Following 5 Users Say Thank You to joerg_rw For This Useful Post:
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#15
A bit of a warning on this modifcations on D-Bus services to call alternative applications.

Let's take the calendar for example: as soon as you link a program to com.nokia.calendar using this modification, it should respond like a corresponding service. But qalendar is just a "regular" program atm, not dealing with this.

The result is (when started as a service), that qalendar will be terminated after a while. Another thing is that Hildon Desktop tries to prestart some services every once in a while. This includes Calendar. As qalendar cannot be started like this, if will result in syslog error messages.

P.s. it did not check the impact of changing the other services mentioned.
 

The Following 6 Users Say Thank You to ade For This Useful Post:
TomJ's Avatar
Posts: 505 | Thanked: 665 times | Joined on Oct 2009
#16
Originally Posted by ade View Post

The result is (when started as a service), that qalendar will be terminated after a while. Another thing is that Hildon Desktop tries to prestart some services every once in a while. This includes Calendar. As qalendar cannot be started like this, if will result in syslog error messages.
Could this be why Qalendar is starting for no readily apparent reason?
__________________
Want to know how to add public holidays to your device calendar? See the instructions wiki page.

Want to improve the location bar's search capabilities? there's a wiki page for that too...
 

The Following User Says Thank You to TomJ For This Useful Post:
Posts: 2,290 | Thanked: 4,133 times | Joined on Apr 2010 @ UK
#17
Originally Posted by TomJ View Post
Could this be why Qalendar is starting for no readily apparent reason?
It appears so.
I had tested this "hack" for a few days, but I am having an issue only with Qalendar. It seems to terminate after 10 minutes.

@ade thanks for pointing this out, what needs changing in Qalendar to make it function like Calendar? What differs in OMP that makes it work but Qalendar not?
__________________

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: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#18
Originally Posted by sixwheeledbeast View Post
It appears so.
I had tested this "hack" for a few days, but I am having an issue only with Qalendar. It seems to terminate after 10 minutes.

@ade thanks for pointing this out, what needs changing in Qalendar to make it function like Calendar? What differs in OMP that makes it work but Qalendar not?
This might be related: http://talk.maemo.org/showthread.php?t=83352

Calendar is one of the life-essential services that is being restarted by lifeguard (like browserd or camera-ui, maybe fcam guys could give a hint how to daemonize qalendar nicely? if someone has fcam, check (h)top if there are still camera-ui's running, if so, bad luck), media player is not on that list.


EDIT: btw, if the above is correct and if one of essentials was typoed, reboot will be killer-no-boot-loop, warning should probably be included?

Last edited by szopin; 2013-08-20 at 18:18.
 

The Following 2 Users Say Thank You to szopin For This Useful Post:
Posts: 2,076 | Thanked: 3,268 times | Joined on Feb 2011
#19
Originally Posted by pichlo View Post
How about those of us who uninstalled the stock applications?

For example, I have completely uninstalled osso-filemanager and do not have com.nokia.osso-filemanager.service in /usr/share/dbus-1/services.



(...)The notification UI closed but the alarm started playing with no way to stop it.
You could reinstall, edit the services file, remove all other installed files manually, not sure how to deal with it still being listed as installed, but the functionality should work fine and no extra space used.

(...) I know the alarm can be annoying as hell, but wouldn't there be a process running with the sound, killing it could save your precious uptime

Last edited by szopin; 2013-08-20 at 18:13.
 

The Following User Says Thank You to szopin For This Useful Post:
Posts: 1,100 | Thanked: 2,797 times | Joined on Apr 2011 @ Netherlands
#20
Originally Posted by sixwheeledbeast View Post
It appears so.
I had tested this "hack" for a few days, but I am having an issue only with Qalendar. It seems to terminate after 10 minutes.

@ade thanks for pointing this out, what needs changing in Qalendar to make it function like Calendar? What differs in OMP that makes it work but Qalendar not?
See my recent post in the qalendar thread. http://talk.maemo.org/showpost.php?p...4&postcount=49

I guess MP is treated differently then Calendar, but I never looked at that. A closer look at the hildon desktop sources might tell...
 

The Following 2 Users Say Thank You to ade For This Useful Post:
Reply

Tags
d-bus, fremantle


 
Forum Jump


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