Blog Forum Wiki Links Contact Us NetbookUser
RunCore Pro IV SSD Transforms your ASUS EEE PC by increasing 
performance 5-40X. Your satistfaction guaranteed RunCore Pro 70mm SATA Mini PCI-e SSD
RunCore Pro IV 70mm SATA II Mini PCI-e SSD
RunCore Pro IV 2.5 Inch SATA II SSD

You are not logged in.

#1 2008-05-02 11:36:43 pm

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

[RELEASE] Launcher Tools 0.4 FINAL

Download Location

See this thread for discussions about earlier versions. [Edited by Niel1952]

The final version of Launcher Tools 0.4 has finally been released. The same 3 basic utilities are still included, but the Icon Adder has now grown into a fully object-oriented editor for the simpleui.rc file. SimpleUI Editor gives you a realistic model of the AsusLauncher that allows you to edit Tabs, Folders and Parcels (icons). The icon-set creator (previously called LaunchIcon) now known as Iconifier supports more image formats than before and now offers the ability to resize and reposition the icon within the templates.

Screenshot:
http://www.3eportal.com/images/ltscreenshot1.png

Last edited by SublimePorte (2008-05-27 11:50:45 pm)


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#2 2008-05-03 5:07:34 am

reich
New member
Registered: 2008-04-04
Posts: 9

Re: [RELEASE] Launcher Tools 0.4 FINAL

you must first uninstall the version 0.32 or 0.4 beta?
Thank you

Offline

 

#3 2008-05-03 5:53:03 am

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: [RELEASE] Launcher Tools 0.4 FINAL

0.3.2 will automatically be uninstalled and replaced with 0.4

There is no beta 4. If you mean the SimpleUI Editor testing release, you can just delete it before you install 0.4 (if you put it in /usr/bin)


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#4 2008-05-03 7:47:17 am

Niel1952
Moderator
From: Cambridge, UK
Registered: 2007-11-02
Posts: 4802

Re: [RELEASE] Launcher Tools 0.4 FINAL

When I try to run suieditor, I get the the following errors:

QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
QPainter::begin: Cannot paint null pixmap
QPainter::setPen: Will be reset by begin()
Traceback (most recent call last):
  File "/usr/bin/suieditor", line 700, in ?
    main(sys.argv)
  File "/usr/bin/suieditor", line 691, in main
    win=MainWindow()
  File "/usr/bin/suieditor", line 83, in __init__
    self.PopTabs()
  File "/usr/bin/suieditor", line 655, in PopTabs
    self.myicon = SIMPLEDIR + parc.attributes['icon'].nodeValue
  File "xml/dom/minidom.py", line 529, in __getitem__
KeyError: 'icon'

I am running this on a fresh F9ed setup of lazyfai's XEPC.org ISO


[Tweaking for] Absolute Beginners - A Guide to tweaking the Eee PC with wizards.
eeeuser Google Custom Search - THE eeeuser.com Search Tool

Offline

 

#5 2008-05-03 7:50:44 am

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: [RELEASE] Launcher Tools 0.4 FINAL

Niel,

I just realised I left 1 file out of the package, it has now been updated.
If you don't mind re download the deb file and reinstall, or if you like I can just send you the missing file.

That will fix the first problem, but you seem to also have a parcel that's missing its icon entry... Is that deliberate or ,maybe just something you've missed?

Last edited by SublimePorte (2008-05-03 7:52:10 am)


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#6 2008-05-03 8:26:31 am

Niel1952
Moderator
From: Cambridge, UK
Registered: 2007-11-02
Posts: 4802

Re: [RELEASE] Launcher Tools 0.4 FINAL

Hi SP

I have downloaded the .deb file again but it won't install.  I tried then to uninstall the previous version.  It ran through the various installation dialogs before telling me that it had unintalled it but on reloading the GUI the icons were still there and it still wouldn't reinstall.

I'm happy to try to work this through with you to resolve these issues rather than getting a quick fix by just installing a another file but I have to go out in a bit.

I suspect there are a number of defective parcels in my simpleui.rc and I need to prune it but if there is something you can direct me to fix, I'd happily look at that.

Niel


[Tweaking for] Absolute Beginners - A Guide to tweaking the Eee PC with wizards.
eeeuser Google Custom Search - THE eeeuser.com Search Tool

Offline

 

#7 2008-05-03 9:03:41 am

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: [RELEASE] Launcher Tools 0.4 FINAL

It ran through the various installation dialogs before telling me that it had unintalled it but on reloading the GUI the icons were still there and it still wouldn't reinstall.

All of the icons are still there? Did you try running the uninstall icon from Launcher Tools folder? Also did you have other icons already in your Launcher Tools folder?

I'm happy to try to work this through with you to resolve these issues rather than getting a quick fix by just installing a another file but I have to go out in a bit.

Shouldn't be too difficult to isolate.
Try this awk command to check the icon attributes of your parcels.

awk '$1 ~ "parcel" {print $3}' simpleui.rc

If $3 doesn't give you the icon attributes try $2 or $4

When you find most of the output is icons scroll up and see if you can find a few that aren't icon attributes, those ones might not have icon attributes.


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#8 2008-05-03 9:24:29 am

Niel1952
Moderator
From: Cambridge, UK
Registered: 2007-11-02
Posts: 4802

Re: [RELEASE] Launcher Tools 0.4 FINAL

I cleaned up my simpleui.rc and the SimpleUIEditor is now working.  It is an awesome piece of work.  Thanks.


[Tweaking for] Absolute Beginners - A Guide to tweaking the Eee PC with wizards.
eeeuser Google Custom Search - THE eeeuser.com Search Tool

Offline

 

#9 2008-05-03 9:33:10 am

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: [RELEASE] Launcher Tools 0.4 FINAL

Thank you, glad you liked it.

I should implement some routines to check for parcels that are missing vital attributes I guess, like emeditor's node check.


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#10 2008-05-03 11:07:40 am

Niel1952
Moderator
From: Cambridge, UK
Registered: 2007-11-02
Posts: 4802

Re: [RELEASE] Launcher Tools 0.4 FINAL

Is there a way to move an icon's position on a tab?


[Tweaking for] Absolute Beginners - A Guide to tweaking the Eee PC with wizards.
eeeuser Google Custom Search - THE eeeuser.com Search Tool

Offline

 

#11 2008-05-03 11:29:28 am

jcool
New member
Registered: 2008-03-29
Posts: 5

Re: [RELEASE] Launcher Tools 0.4 FINAL

When i install it, it says that it cant be installed. Try reinstalling.

When i then open synaptic. While its downloading the packages, it the says the following:

E: The package altools needs to be reinstalled, but I can't find an archive for it.

E: Internal error opening cache(1). Please report


Any ideas? thanks

Offline

 

#12 2008-05-03 12:36:38 pm

Niel1952
Moderator
From: Cambridge, UK
Registered: 2007-11-02
Posts: 4802

Re: [RELEASE] Launcher Tools 0.4 FINAL

I just right-click on the downloaded .deb file in File Manager, select Install .DEB file, enter my password and (subject to the issues above) it just installs.  How are you trying to install it?


[Tweaking for] Absolute Beginners - A Guide to tweaking the Eee PC with wizards.
eeeuser Google Custom Search - THE eeeuser.com Search Tool

Offline

 

#13 2008-05-03 2:40:12 pm

Coyotee
Senior Member
From: Europe, Romania
Registered: 2007-11-27
Posts: 106

Re: [RELEASE] Launcher Tools 0.4 FINAL

SublimePorte wrote:

Thank you, glad you liked it.

I should implement some routines to check for parcels that are missing vital attributes I guess, like emeditor's node check.

You can get the source code to 0.5.5 and have a look at how I implemented the recovery functions.
I did it in the following way, if the simpleui.rc fails to load due to incorrect syntax, it starts the recovery option:
    load the file in an internal memo
    add a unique line of text after every node
    split the text into an array using the unique line of text as delimiter
    loop through each array item and parse them individually.


AsusLauncher Advanced Editor v0.5.6 BETA - Advanced editor for the EEE PC Easy Mode interface. Last update: 2008-08-22, version 0.5.6 - updated for 90x series (new override location)!
*Workin on version 0.6 - release date unknown yet*

Offline

 

#14 2008-05-03 7:34:59 pm

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: [RELEASE] Launcher Tools 0.4 FINAL

Niel,

Is there a way to move an icon's position on a tab?

Unfortunately the 3epc has an old version (like with everything) of Qt installed for Python that can't easily resort layouts like this. So I'll basically have to implement my own icon resorting routine from scratch, which will take some time. So expect it in a future release down the track somewhere. It is definitely on the todo list.
Alternatively I may end up implementing a combobox selector like you use for repositioning of the tabs. A graphical drag and drop of icons would be nicer though.


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#15 2008-05-03 9:53:14 pm

jcool
New member
Registered: 2008-03-29
Posts: 5

Re: [RELEASE] Launcher Tools 0.4 FINAL

Niel1952 wrote:

I just right-click on the downloaded .deb file in File Manager, select Install .DEB file, enter my password and (subject to the issues above) it just installs.  How are you trying to install it?

yup. thats what I did.

As a work-around, I installed the old version (0.3) which installed fine and then reinstalled version 4 and that made it work.

My new problem though is when i run it, i cannot delete certain icons. my problem is that i have two tweakeee icons and when i tried deleting one and then saving the changes, it both still appears. as if i didnt do anything

Offline

 

#16 2008-05-03 11:46:47 pm

marf
Senior Member
From: Canada
Registered: 2007-11-01
Posts: 282
Website

Re: [RELEASE] Launcher Tools 0.4 FINAL

this looks awesome. I'll definitely be trying this out once I have some free time.

Offline

 

#17 2008-05-04 12:19:45 am

kieonsegg
Banned
Registered: 2008-02-28
Posts: 114

Re: [RELEASE] Launcher Tools 0.4 FINAL

love the program much better.
1problem is that when i use the editor, it does not work. i click savechanges then i reloadalg but nothing happens...
know why this is happenng?

Offline

 

#18 2008-05-04 1:52:35 am

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: [RELEASE] Launcher Tools 0.4 FINAL

kieonsegg,

Does it reload? Or nothing at all happens?


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#19 2008-05-04 8:11:07 am

kieonsegg
Banned
Registered: 2008-02-28
Posts: 114

Re: [RELEASE] Launcher Tools 0.4 FINAL

SublimePorte wrote:

kieonsegg,

Does it reload? Or nothing at all happens?

i am able tochange like the name of the tab and add icons, and i see them within the program. i click save and then click reloadasuslauncher and i come back and nothing has changed. and when i open up the program again it shows that nothing has been changed

Offline

 

#20 2008-05-04 8:23:56 am

pistooli
Senior Member
From: Budapest/Hungary
Registered: 2008-02-10
Posts: 292
Website

Re: [RELEASE] Launcher Tools 0.4 FINAL

I tried to install but it failed with error messages... even worst, that trying to remove it also gives an error message:

/home/user> sudo dpkg -r altools
dpkg: error processing altools (--remove):
Package is in a very bad inconsistent state - you should
reinstall it before attempting a removal.
Errors were encountered while processing:
altools


EeePC 901 20 GB Black, Xandros 1.7 Easy Mode (4GB), OSX 10.6.1 (32GB RunCore)
EeePC 900 20 GB White, Haiku Alpha 1 - working wifi and acpi battery info (4GB), OSX 10.5.6 (16GB)
(previously owned but sold: 701 4G, 1000H, S101 16GB)

Offline

 

#21 2008-05-04 8:26:54 am

pistooli
Senior Member
From: Budapest/Hungary
Registered: 2008-02-10
Posts: 292
Website

Re: [RELEASE] Launcher Tools 0.4 FINAL

reinstalling (as suggested also gives error messages:

/home/user> sudo dpkg -i altools_0.4.1.deb
Selecting previously deselected package altools.
(Reading database ... 72856 files and directories currently installed.)
Preparing to replace altools 0.4.1 (using altools_0.4.1.deb) ...
Traceback (most recent call last):
  File "/opt/altools/uninstaller.py", line 18, in ?
    simple = xml.dom.minidom.parse(SIMPLEFILE)
  File "xml/dom/minidom.py", line 1915, in parse
  File "xml/dom/expatbuilder.py", line 924, in parse
  File "xml/dom/expatbuilder.py", line 207, in parseFile
xml.parsers.expat.ExpatError: undefined entity: line 3566, column 115
dpkg: warning - old pre-removal script returned error exit status 1
dpkg - trying script from the new package instead ...
Traceback (most recent call last):
  File "/opt/altools/uninstaller.py", line 18, in ?
    simple = xml.dom.minidom.parse(SIMPLEFILE)
  File "xml/dom/minidom.py", line 1915, in parse
  File "xml/dom/expatbuilder.py", line 924, in parse
  File "xml/dom/expatbuilder.py", line 207, in parseFile
xml.parsers.expat.ExpatError: undefined entity: line 3566, column 115
dpkg: error processing altools_0.4.1.deb (--install):
subprocess new pre-removal script returned error exit status 1
Traceback (most recent call last):
  File "/opt/altools/installer.py", line 39, in ?
    fixDuplicates()
  File "/opt/altools/installer.py", line 30, in fixDuplicates
    fhand2.write(simpledom.toString(4))
  File "/usr/lib/python2.4/codecs.py", line 501, in write
    return self.writer.write(data)
  File "/usr/lib/python2.4/codecs.py", line 178, in write
    data, consumed = self.encode(object, self.errors)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xf6 in position 2036: ordinal not in range(128)
dpkg: error while cleaning up:
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
altools_0.4.1.deb


EeePC 901 20 GB Black, Xandros 1.7 Easy Mode (4GB), OSX 10.6.1 (32GB RunCore)
EeePC 900 20 GB White, Haiku Alpha 1 - working wifi and acpi battery info (4GB), OSX 10.5.6 (16GB)
(previously owned but sold: 701 4G, 1000H, S101 16GB)

Offline

 

#22 2008-05-04 8:33:36 am

SublimePorte
Senior Member
Registered: 2007-10-01
Posts: 829

Re: [RELEASE] Launcher Tools 0.4 FINAL

kieonsegg,

I had this problem once before. It was because of some messed up permissions on the /tmp directory. To be sure run Launcher Tools from a terminal and see the output when you try to save, will most likely say it can't save to /tmp

either reboot, or type this command: sudo rm /tmp/*simple*

pistooli,

Your simpleui.rc has bad xml in it, that's why it's not working. You need to either try to fix the xml (if you know how it should be) or restore your simpleui.rc from an old copy.

If you just wanna remove Launcher Tools and leave your bad xml in there, just type sudo dpkg --purge altools


Launcher Tools - Utilities to make the AsusLauncher interface customisable.
"If programmers deserve to be rewarded for creating innovative programs, by the same token they deserve to be punished if they restrict the use of these programs." (RMS)

Offline

 

#23 2008-05-04 3:33:53 pm

kieonsegg
Banned
Registered: 2008-02-28
Posts: 114

Re: [RELEASE] Launcher Tools 0.4 FINAL

this may sound stupid but what do i type in to treminal because altools dosent work and neither does simpleuieditor

Offline

 

#24 2008-05-04 3:41:54 pm

winotree
ExtrEmE User
From: Texas
Registered: 2007-11-11
Posts: 2742

Re: [RELEASE] Launcher Tools 0.4 FINAL

kieonsegg wrote:

this may sound stupid but what do i type in to treminal because altools dosent work and neither does simpleuieditor

No icon in your Settings tab??


2007 ASUS EeePC 701(B) - 4GB SSD - Original 0401 BIOS - 1GB RAM - Xubuntu 9.10 - Shiretoko 3.5.6pre

Offline

 

#25 2008-05-04 3:53:33 pm

pistooli
Senior Member
From: Budapest/Hungary
Registered: 2008-02-10
Posts: 292
Website

Re: [RELEASE] Launcher Tools 0.4 FINAL

SublimePorte:

thanks fr the info...

"Your simpleui.rc has bad xml in it, that's why it's not working. You need to either try to fix the xml (if you know how it should be) or restore your simpleui.rc from an old copy."

I got the error message on a freshly restored (F9) stock 701... sad

of course it still could have some bad xml... but still it is strange...


EeePC 901 20 GB Black, Xandros 1.7 Easy Mode (4GB), OSX 10.6.1 (32GB RunCore)
EeePC 900 20 GB White, Haiku Alpha 1 - working wifi and acpi battery info (4GB), OSX 10.5.6 (16GB)
(previously owned but sold: 701 4G, 1000H, S101 16GB)

Offline

 

Board footer

Powered by PunBB 1.2.15
© Copyright 2002–2005 Rickard Andersson