![]() |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Hi, every time i launch the application as soon as i choose new or open it crash. If i launch it from terminal the following message is show:
ERROR:dbus-gproxy.c:2269:dbus_g_proxy_marshal_args_to_message : code should not be reached Aborted. I am using latest version 1.6 from extras-(testing/devel) on N900 software PR 1.2. Could someone help me ? Thanks. |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
Code:
gconftool -R /apps/maepad |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
in gconf there is no entry (i think the program crash even before creating it) Quote:
Thanks |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
I have exactly the same problem and is a facility without previous documents
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
I also got the problem with the dbus error above using the latest version. Any ideas to why? First install of the program so i don't have any previos configs or the like
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Ok. So the problem seems to be cases where some file or gconf entry has not been created yet. That should be enough to help me get started on fixing the issue =)
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
I've now tried removing the gconf entry for MaePad, so that it thinks its a fresh install, however, I was not able to reproduce this bug. I still get the "Welcome to MaePad" dialog where I can choose to create a new file (and then saving it, etc.. works fine).
You can remove the gconf entry with this command: Code:
gconftool-2 -u /apps/maepad/general/lastdocument |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
$ 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! |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
I've implemented live search (filter down the list of memos with the keyboard) yesterday, but it kind of conflicts (obviously) with the keyboard shortcuts (like "o", "w", jkl, ...) in the main view, so I'm not sure what would be the best way to add this:
I found that I accidentally hit "o" or "w" in the main view, because I got so used to it, and I figured that other users might, too - what do you think? Would having live search be more important than the keyboard shortcuts? Would "/" be okay or should it be "normal" live search (as soon as you type something)? |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
I suggest, that you stick with the current key bindings (h,j,k,l, etc) and have "/", or something else, as the search key
Remember that you intended you make it feel like vi. Making it non-modal will surprise users, unless that is your intention. |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
PS. Hope to get to other keys (as we've previously discussed) soon. Work is taking all the time ATM. |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
The search feature ("/") is now implemented for the main view, and the "before selection" and "after selection" insert features for checklists (p/P, o/O) have also been implemented as suggested by ototo. Let's see if there is anything else I could add - otherwise a new release will be rolled soon for you to test :)
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
A way to rearrange items (if not yet implemented) would be good. Something like: dd, some j, some k, then p
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Colleagues,
This program does not work either with the firmware 1.3 Long ago I can not use. |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
This Saturday, check to see if it works. |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
For people not watching the planet:
MaePad 1.8 "Herr Tichy" is out. Changes:
Please test and vote: Extras-Testing page for MaePad 1.8 Also, MaePadWeb (a Web UI running directly on the device for editing MaePad databases from your computer) is currently in the works and should be available soon: http://thp.io/2010/maepad/maepadweb.png |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Having the ability to do those things in the top-level list (memos) would be great.
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
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? |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
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? |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
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
I didn't have any problems with Xournal though but as can be seen in the tread it's a little bit erratic.. Short story to fix this problem: ERROR:dbus-gproxy.c:2269:dbus_g_proxy_marshal_args_to_message : code should not be reached Uninstall the application "File Transfer". Thanks for your quick response! |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
I confirm that uninstalling "File Transfer" will solve the problem of opening Maemopad
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
It seems that Monorail is the culprit .. do you have it installed? Try removing it and see if MaePad runs. |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
ops, just read Wille_W message :)
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
I have sent an email to the maintanier of File Transfers, Jonny Lamb, just to make him aware of the problem. I gave him links to both this and the Xournal thread.
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Very strange: I do not see anymore "create as a child" checkbox when creating a new memo. I still see the parents-child indentation in memo list, but I cannot create childs any more.
PR1.3 and Maepad 1.8. I don't know when exactly I lost the functionnality... |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
It's strange. |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
The problem with the tree-based lists was that child nodes were not always found, even if they matched correctly, because their parent nodes did not match. This could have been worked around, but I figured as it's not used by me that much and searching kind of reduces the need for tree-based structures (and the tree-based structure was not that ideally implemented visually), we'd rather get rid of it and gain search functionality :) |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
MaePadWeb 2.0 is here:
http://farm5.static.flickr.com/4128/...554dce6226.jpg Grab it from Extras-Devel. More information: http://thpmaemo.blogspot.com/2010/11...-anywhere.html |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Downloaded and tested!
|
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
1 Attachment(s)
I can view but not modify the elements.
Are there plans? |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
Also, you can't create/edit/rename memos now (but that's also something that can be added in the future). The main use case right now is to view and edit lists of things on your computer (so you can gather ideas while on the go and then open up MaePadWeb on your computer when you come home and process the ideas). |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Quote:
Choosing an image from file system and upload it into MaePad could be rather helpful here. |
Re: [Maemo 5] MaePad (Maemopad+ for fremantle)
Some remarks on tree structure disappearing:
- It's a shame. The tree structure is a good starting point. It's not enough, of course, and searching is a good way to make tag system available, I agree. But the first list with a structure is important. I miss the functionnality. - The current application does not comply with all the descriptions (sourceforge, the package itself, my-maemo.org...) where node tree approach is stated. - If we speak about limitations of the tree structured approach, may I suggest that what is really needed is a way to store all links between memos and a way to give a semantic value for the link: a memo may be linked to another one for many reasons: o it talks about the same subject o there is a thought association between them o one is the next memo in a set o they are both memos from a containing one (like pages in a book) o ... - Last but not least: some child memos are lost when editing the parent one. |
| All times are GMT. The time now is 13:29. |
vBulletin® Version 3.8.8