You are not logged in.
Coyotee wrote:
Come on ppl, need some feedback here.
Currently crashing when I attempt to save ~/.AsusLauncher/simpleui.rc
Output here:
http://pastebin.ca/853405
Cheers,
Dez.
Offline
zedkatuf wrote:
Coyotee wrote:
Come on ppl, need some feedback here.
Currently crashing when I attempt to save ~/.AsusLauncher/simpleui.rc
Output here:
http://pastebin.ca/853405
Cheers,
Dez.
Yep, it crashes. It's a bug in the save command (doesn't send the filename to the function that saves the configuration), use "Save as..." to save it. Will fix it asap.
Offline
OK, save as stopped extraneous output, but doing Advanced/Restart Asus Launcher now fails because it complains about siimpleui.rc being corrupted:
http://pastebin.ca/853425
(updated with error message)
Offline
Done a further test:
- removed supposed corrupted simpleui.rc in ~/.AsusLauncher, then copied over the /opt/xandros/share/AsusLauncher/simpleui.rc version. Next, imported the working version into emeditor & then finally did save as into the same ~/.AsusLauncher dir.
NB: I made no changes to the file this time. Tried restarting the desktop again, and got the same file corrupted error - so looks like emeditor has a fatal bug in the way it's saving stuff atm perhaps??
Dez.
Last edited by zedkatuf (2008-01-13 10:43:00 am)
Offline
Could you send me the copy of the corrupt simpleui.rc file to see what was corrupted?
To repair the launcher, just rename the file to something else so it will use it's global one.
Edit: Thanks for the info... looking into it... If everything is OK, i should upload a fixed version in about 30 minutes.
Last edited by Coyotee (2008-01-13 10:45:28 am)
Offline
Coyotee wrote:
Could you send me the copy of the corrupt simpleui.rc file to see what was corrupted?
To repair the launcher, just rename the file to something else so it will use it's global one.
Edit: Thanks for the info... looking into it... If everything is OK, i should upload a fixed version in about 30 minutes.
Done - put it here:
http://pastebin.ca/853435
(PM doesn't seem to allow attachments so pastebinning it seemed easier)
Offline
I found the problem. It seems the & in the extraargs attribute is not encoded to & and this crashes the XML parser (the problem is at line 805, char 107 in the file you gave me. that corresponds to the Date & Time icon).
I also fixed the Save function from the menu (the save and save as functions are one and the same, except for one parameter, but the save function would only save to the name provided by the save as dialog instead of the parameter).
Edit: the new build is up. Same link as before: EmEditor.zip (fixed the save menu option as well as the bug that made your configuration to crash).
Last edited by Coyotee (2008-01-13 11:43:58 am)
Offline
Works great so far - have tested editing existing entries & the changes are successful - THANKS! Will give more detailed feedback once I've played a bit more.
Cheers for now,
Dez.
Offline
Got a problem here, I edited iGoogle launcher, went to File then Save and got this...
Unable to create file "".
Press ok to ignore and risk data corruption.
press cancel to close program,.
This was also dumped into the console..
TApplication.HandleException Unable to create file ""
Stack trace:
$081DB0F0
$081DEAD7
$081D6317
$080C6867
$080C6E9D
$081CFED9
$0815FF81
$B7A52E1B
$B7A4598B
$B7A55F2D
$B7A57429
$B7A575D9
$B7D13042
$B7C31262
$B7C32810
$B7C26D3F
$B7C25250
TGtkWidgetSet.DeleteObject GdiObject=B73F7A00 gdiFont is still used. DCCount=1
DC: B73AAF20 084FE9E0=GtkWindow [RMVDStPrApDb] LCLObject=B703FCF0=:TPromptDialog<Is MainWidget><Is CoreWidget>
Offline
jak wrote:
Got a problem here, I edited iGoogle launcher, went to File then Save and got this...
Unable to create file "".
Press ok to ignore and risk data corruption.
press cancel to close program,.
This was also dumped into the console..
TApplication.HandleException Unable to create file ""
Stack trace:
$081DB0F0
$081DEAD7
$081D6317
$080C6867
$080C6E9D
$081CFED9
$0815FF81
$B7A52E1B
$B7A4598B
$B7A55F2D
$B7A57429
$B7A575D9
$B7D13042
$B7C31262
$B7C32810
$B7C26D3F
$B7C25250
TGtkWidgetSet.DeleteObject GdiObject=B73F7A00 gdiFont is still used. DCCount=1
DC: B73AAF20 084FE9E0=GtkWindow [RMVDStPrApDb] LCLObject=B703FCF0=:TPromptDialog<Is MainWidget><Is CoreWidget>
workaround: File->Save As-> entering .AsusLauncher/simpleui.rc in the text box, pressing save, then all following saves work.
also, i'd like a few command line options? they'd be a nice feature. like passing the file name, or a switch to affect local or global files.
thanks for the good work, looking forward to a source release!
Offline
jak wrote:
Got a problem here, I edited iGoogle launcher, went to File then Save and got this...
Unable to create file "".
Press ok to ignore and risk data corruption.
press cancel to close program,.
This was also dumped into the console..
TApplication.HandleException Unable to create file ""
Stack trace:
$081DB0F0
$081DEAD7
$081D6317
$080C6867
$080C6E9D
$081CFED9
$0815FF81
$B7A52E1B
$B7A4598B
$B7A55F2D
$B7A57429
$B7A575D9
$B7D13042
$B7C31262
$B7C32810
$B7C26D3F
$B7C25250
TGtkWidgetSet.DeleteObject GdiObject=B73F7A00 gdiFont is still used. DCCount=1
DC: B73AAF20 084FE9E0=GtkWindow [RMVDStPrApDb] LCLObject=B703FCF0=:TPromptDialog<Is MainWidget><Is CoreWidget>
Redownload the archive. That bug has already been fixed.
Offline
looking good.
no major problems here.
Are you going to allow us to re-order the icons?
Cheers
Last edited by miketree (2008-01-13 5:21:11 pm)
Offline
miketree wrote:
Are you going to allow us to re-order the icons?
Yes, I will add 2 buttons on the right side to allow re-ordering of the icons.
I also need to change some code to properly refresh the lists when deleting a subcategory or icon, as well as other small display quirks.
Offline
Coyotee wrote:
jak wrote:
Got a problem here, I edited iGoogle launcher, went to File then Save and got this...
Unable to create file "".
Press ok to ignore and risk data corruption.
press cancel to close program,.
This was also dumped into the console..
TApplication.HandleException Unable to create file ""
Stack trace:
$081DB0F0
$081DEAD7
$081D6317
$080C6867
$080C6E9D
$081CFED9
$0815FF81
$B7A52E1B
$B7A4598B
$B7A55F2D
$B7A57429
$B7A575D9
$B7D13042
$B7C31262
$B7C32810
$B7C26D3F
$B7C25250
TGtkWidgetSet.DeleteObject GdiObject=B73F7A00 gdiFont is still used. DCCount=1
DC: B73AAF20 084FE9E0=GtkWindow [RMVDStPrApDb] LCLObject=B703FCF0=:TPromptDialog<Is MainWidget><Is CoreWidget>Redownload the archive. That bug has already been fixed.
I had the same problem, except I'm a *real* linux noob. Anyway, I redownloaded the .zip. Then I moved it into my / (root?) directory. Then I typed into the terminal:
sudo bash
unzip EmEditor.zip
then I typed 'A' to get it to replace all the old stuff
Then I put in the chmod thing
then I typed 'emeditor' to run it
Didn't work, it says 'segmentation fault'. Is this bug or did I do something wrong? I tried, afterwards, to remove the program with sudo apt-get remove emeditor, but this did not work. Do I need to remove the old one before installing the new one? I tried extracting the zip into / multiple times, always got the same error. Judging by the fact that other people don't seem to be having this problem, an we're all using an identical OS, what did I do wrong?
Thanks for the program, I got the general idea of what it would do in the last version (although it wouldn't save, as above) and it will make my life a lot easier.
Unrelated, but I have to ask it now that I'm here: when manually editing the AsusLauncher file (or whatever file the wiki told me to edit in order to get the same end effect that this program gets), I found I was not able to save it. Aren't you supposed to press ctrl-x? This was using the default easy mode terminal that comes up with ctrl-alt-z.
Thanks fo much fo the app!
Offline
I have the same results as above - at first I got a segmentation fault, so I copied it, did a chmod on the copy. Now when I try to run I get an access violaton.
have tried running it as root and just as me - same results
I was su when I installed it.
help!
Offline
Jak wrote:
also, i'd like a few command line options? they'd be a nice feature. like passing the file name, or a switch to affect local or global files.
For command line options I will make a separate binary to allow it to be used in install scripts and other things. It will have 2 methods:
1. emImport /path/to/eml_import.xml that will import the subcategories and icons defined in the xml file (useful for install scripts)
2. emImport "category" "name" "icon" "command" that will add a single icon based on the information provided.
I haven't yet started making this command line version yet but I will have it ready for the final version. When the final version will be complete, I will make the program Open Source so you will be able to edit it as you please.
mikejstb wrote:
I have the same results as above - at first I got a segmentation fault, so I copied it, did a chmod on the copy. Now when I try to run I get an access violaton.!
Not sure what the problem is. I still haven't figured out this weird bug, however, the "access violation" error is new to me. Did a lot of testing and never got it. Anyway, try to copy the main file to your home dir or similiar. It doesn't have to be in the /usb/bin/ dir. I was actually thinking of making the program install itself in the /home/user/Programs/EmEditor/ (including the files from the /opt/ProjectSakura/ files) but that would prevent the program from starting by simply typing it's name in the console.
In any case, will try to install the compiler on my EEE so the editor will be compiled to the specific libraries on the EEE (currently, I'm compiling it in a Kubuntu 7.10 virtual machine on my desktop pc so that might be the cause for the startup errors).
Offline
Feedback....
I tried deleting an icon from the settings tab. It after telling me it shouldn't be delete, it did remove it, but the screen showing the list of icons was not updated until I shutdown & reloaded.
v0.3 Beta
Offline
I already know this "bug" as I already said about it in post #38. It's not actually a bug, I didn't add the code to refresh the icon list. You didn't need to shutdown, just change active categories ![]()
Offline
hey
just curious about any updates? maybe you made a new thread and i'm too slow to follow.
thanks
Offline
Finally, managed to get the updated version.
What's new:
* Interface redesigned (moved icon buttons to the right side, icon moved bellow category list)
* Fixed several bugs
* Added icon sorting (you can now change the order icons appear on the menu)
Some screenshots:
Main window
Category edit
Icon edit
Download: emeditor_0.5.3-0.i386.deb (~1 MB) *updated to 0.5.3*
Next version will also include a command line version of the editor for scripting possibilities.
How to install:
Method 1:
1. download .DEB file from the link above (save it to your home dir or where you prefer).
2. open File Manager, go to the dir where you saved the .Deb
3. right-click the .deb and select "Install DEB file...".
4. Open terminal (CTRL+ALT+T)
5. type emeditor and hit [ENTER] to start app
Method 2:
1. download .DEB (same as method 1)
2. Open terminal (CTRL+ALT+T) and navigate to the dir where you saved the file
3. type dpkg -i ./emeditor_0.5-0.i386.deb and hit [ENTER]
4. type emeditor and hit [ENTER] to start app
Enjoy
P.S. If a moderator sees this, please change the topic to [BETA] AsusLauncher Advanced Editor. Thanks
Last edited by Coyotee (2008-02-06 5:04:03 pm)
Offline
it still gets an Access Violation when I try to run it.
What would be the procedure to get everything that it has installed removed - maybe if I can start over clean it might work?
Offline
start synaptic and search for emeditor. mark for removal, you're done.
Offline
I had "access violation" each time i try to add a icon ;-(
(with the last non-deb version : everything worked fine ;-( )
where can i found the last version (<0.5), to install it again ?
Offline
If you could post a screenshot of the "access violation" error and a copy of the terminal output, it would help me fix the problems (don't know why you're getting the error because I didn't change the code for icon adding).
If you really want the previous version: here
Offline
With emeditor 0.5 deb version. I choose a category, and when I try to add a launcher by clicking the "+" button on the right side. It brings me up a "violation access" popup.
(i can edit and delete launcher, but no add)
here is a picture :
and here is the output in a terminal :
Gtk2_ItemSelectionChanged ItemChache=nil listIcons
Gtk2_ItemSelectionChanged ItemChache=nil listIcons
Gtk2_ItemSelectionChanged ItemChache=nil listIcons
Gtk2_ItemSelectionChanged ItemChache=nil listIcons
Gtk2_ItemSelectionChanged ItemChache=nil listIcons
TApplication.HandleException Access violation
Stack trace:
$081D1540
$080E02B9
$080FF3D1
$08100B39
$081D3FF9
$080DE4B8
$080D5DF5
$080D6F56
$08156095
$08161741
$0816184C
$B7C56250
$B7A7698B
$B7A86F2D
$B7A88208
$B7A885D9
$B7D3FF64
TGtkWidgetSet.DeleteObject GdiObject=B74546A0 gdiFont is still used. DCCount=1
DC: B73ED2A0 083BEBC0=GtkWindow [RMVDStPrApDb] LCLObject=B6F61030=:TPromptDialog<Is MainWidget><Is CoreWidget>
[TGtkWidgetSet.Destroy] WARNING: There are 19 unreleased GDIObjects, a detailed dump follows:
[TGtkWidgetSet.Destroy] GDIOs: B74546A0 B74556C0 B7455660 B7455600 B74555A0 B7455540 B74554E0
[TGtkWidgetSet.Destroy] gdiBitmap: 18
[TGtkWidgetSet.Destroy] gdiFont: 1
it worked fine with previous version. and i always used emeditor only to tweak my launchers. I've got a xandros 512mo eee pc french
Last edited by manatlan (2008-01-31 12:31:05 pm)
Offline