|
2011-12-13
, 22:05
|
|
Posts: 249 |
Thanked: 345 times |
Joined on Aug 2010
@ Italy
|
#502
|
|
2011-12-13
, 22:37
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#503
|
try to install the new version: "alarmed 0.3.0-1"
http://maemo.org/packages/package_in...armed/0.3.0-1/
It is in extras-devel
|
2011-12-13
, 23:25
|
Posts: 2,290 |
Thanked: 4,134 times |
Joined on Apr 2010
@ UK
|
#504
|
apt-get remove --purge pyside-* apt-get clean
|
2011-12-14
, 13:19
|
Posts: 432 |
Thanked: 917 times |
Joined on Jun 2011
|
#505
|
hi guys, i find this bug... im using PR 1.3 and tried install Alarmed from extras-testing. The GUI open with 3 buttons but just one tap on New event close it. thanks !
$ /opt/alarmed/alarmed.py
:: Starting alarmed GUI
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout
Segmentation fault
~ $
|
2011-12-18
, 23:27
|
Posts: 27 |
Thanked: 12 times |
Joined on Sep 2010
@ Paris
|
#506
|
iOError: [Errno 28] No space left on device
|
2012-01-18
, 16:20
|
Posts: 6 |
Thanked: 2 times |
Joined on Feb 2011
|
#507
|
from PySide import QtCore, QtGui, QtMaemo5 #from PyQt4 import QtCore, QtGui
#from PySide import QtCore, QtGui, QtMaemo5 from PyQt4 import QtCore, QtGui
QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout QLayout: Attempting to add QLayout "" to AlarmedGUI "", which already has a layout Traceback (most recent call last): File "./alarmed_gui.py", line 163, in openEventDialog self.datePicker = QtMaemo5.QMaemo5ValueButton("Date") NameError: global name 'QtMaemo5' is not defined
#from PySide import QtCore, QtGui, QtMaemo5 #from PyQt4 import QtCore, QtGui from PyQt4 import QtCore, QtGui, QtMaemo5
Nokia-N900:/opt/alarmed# ./alarmed.py
:: Starting alarmed GUI
Traceback (most recent call last):
File "./alarmed.py", line 91, in <module>
import alarmed_gui
File "/opt/alarmed/alarmed_gui.py", line 711, in <module>
widget = AlarmedGUI()
File "/opt/alarmed/alarmed_gui.py", line 44, in __init__
self.addEventToList(eventInfo)
File "/opt/alarmed/alarmed_gui.py", line 60, in addEventToList
newEventTitle, newEventContent = alarmed_backend.generateEventString(eventInfo)
File "/opt/alarmed/alarmed_backend.py", line 197, in generateEventString
days + " at " + dt.strftime("%H:%M") + ":")
AttributeError: 'QString' object has no attribute 'lower'
The Following User Says Thank You to Mummelnase For This Useful Post: | ||
|
2012-02-29
, 07:57
|
Posts: 4 |
Thanked: 4 times |
Joined on Feb 2011
@ Spain
|
#508
|
|
2012-03-31
, 18:58
|
Posts: 7 |
Thanked: 8 times |
Joined on Mar 2012
|
#509
|
|
2012-04-23
, 18:44
|
Posts: 6 |
Thanked: 2 times |
Joined on Feb 2011
|
#510
|
Is there any fix for the alarmed (no gui display) yet?
If not is there any way I can delete all the alarms set without using gui?
Also tried uninstall, reboot, reinstall, reboot as rotoflex
Installing from testing if that helps?