|
2010-10-31
, 15:35
|
Posts: 25 |
Thanked: 9 times |
Joined on Sep 2010
|
#182
|
|
2010-10-31
, 15:39
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#183
|
ERROR:dbus-gproxy.c:2269:dbus_g_proxy_marshal_args_to_message : code should not be reached
I have now checked which line in the code that causes the crash, maybe that can help you find the problem. Seems like it's possible Nokias closed source binaries that has the problem..
When pressing new file the program crashes when running this line of code in interface.c, function interface_file_chooser():
dialog = hildon_file_chooser_dialog_new(GTK_WINDOW(mainview->data->main_view), action);
Any ideas?
|
2010-10-31
, 16:00
|
Posts: 25 |
Thanked: 9 times |
Joined on Sep 2010
|
#184
|
The Following User Says Thank You to Wille_W For This Useful Post: | ||
|
2010-10-31
, 16:33
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#185
|
Problem solved! I don't know why though but some other guys solved it today in the tread for Xournal: http://forums.internettablettalk.com...&postcount=396
|
2010-10-31
, 19:47
|
Posts: 561 |
Thanked: 75 times |
Joined on Jan 2010
@ Spain
|
#186
|
|
2010-10-31
, 19:52
|
|
Posts: 1,743 |
Thanked: 1,231 times |
Joined on Jul 2006
@ Twickenham, UK
|
#187
|
Hello! Sorry for the late response, i though that i would get an email when someone wrote a response in the thread. I did try to remove the settings but I still get the same error..
$ maepad
Init: 0x46567270
**
ERROR:dbus-gproxy.c:2269:dbus_g_proxy_marshal_args_to_message : code should not be reached
Aborted
Do you want me to try something else?
Thanks!
|
2010-10-31
, 19:53
|
|
Posts: 1,743 |
Thanked: 1,231 times |
Joined on Jul 2006
@ Twickenham, UK
|
#188
|
|
2010-10-31
, 19:55
|
|
Posts: 1,743 |
Thanked: 1,231 times |
Joined on Jul 2006
@ Twickenham, UK
|
#189
|
|
2010-10-31
, 20:17
|
Posts: 25 |
Thanked: 9 times |
Joined on Sep 2010
|
#190
|
The Following User Says Thank You to Wille_W For This Useful Post: | ||
Again, there is the context menu if you really want to reorder things for now. The MaePad codebase (based on Maemopad+) is quite confusing/bloated in some areas, especially the memo handling, as it grew out of the slightly different Maemo 4 UI, and some assumptions are not true anymore on Maemo 5.
Also, recent experience from MaePadWeb shows that implementing something from scratch in Python might be even easier (apart from the sketch widget which would have to be rewritten, but if we would rewrite that one, we could have it store data as SVG, which would be quite cool..). I personally only use checklists most of the time. Is rich text / sketch something that gets used a lot by MaePad users?