![]() |
2006-03-04
, 11:51
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#2
|
![]() |
2006-03-04
, 20:17
|
Posts: 63 |
Thanked: 1 time |
Joined on Dec 2005
|
#3
|
![]() |
2006-03-04
, 21:12
|
|
Posts: 128 |
Thanked: 4 times |
Joined on Feb 2006
@ Philadelphia, PA
|
#4
|
![]() |
2006-03-05
, 06:08
|
|
Posts: 69 |
Thanked: 4 times |
Joined on Feb 2006
@ Boston, Massachusetts
|
#5
|
![]() |
2006-03-05
, 06:49
|
|
Posts: 69 |
Thanked: 4 times |
Joined on Feb 2006
@ Boston, Massachusetts
|
#6
|
![]() |
2006-03-05
, 14:30
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#7
|
The Following User Says Thank You to konttori For This Useful Post: | ||
![]() |
2006-03-05
, 22:27
|
Posts: 63 |
Thanked: 1 time |
Joined on Dec 2005
|
#8
|
OK, so after a few uninstalls and installs (in between I got some "unsupported package" messages for some reason) I was able to get it running from the "extras" menu. So that problem is solved.
however, if anyone knows the answer to the previous question, that is, whether I should remove the old installation I made through command-line, and which files exactly to remove, I'd appreciate any pointers.
![]() |
2006-03-05
, 22:55
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#9
|
Hey, its great that you guys worked on the GUI install package.
I'm having problems running it through the extras menu though.
The debs seemed to install fine, and the app shows up on the extras menu, but it won't start up.
I had previously installed manaos through xterm, and it was working (granted, with much bugs, as I think I installed a very early version).
do I need to remove the old files? if so, which files in which directories do I have to remove ? (I would also like to rid of any deadweight on my limited storage space)
#!/bin/sh BASE_DIR=/ DEB=$1 if [ "$1" = "" ] then echo "USAGE: undpkg.sh [package.deb]" exit 1 fi /usr/bin/dpkg -c $1 | sed "s/.*[0-9]\{4\}-[0-9]\{2\}-[0-9]\{2\} [0-9]\{2\}:[0-9]\{2\}:[0-9]\{2\} \(.*\)/\1/; s/\(.*\) -> .*/\1/" | sort -r | while read FILE do FILE=$BASE_DIR/$FILE if [ -f "$FILE" ] then rm "$FILE" elif [ -d "$FILE" ] then rmdir "$FILE" 2>/dev/null fi done
![]() |
2006-03-06
, 07:19
|
Posts: 1,038 |
Thanked: 737 times |
Joined on Nov 2005
@ Helsinki
|
#10
|
It's very slow, and it crashes a lot (beware the hardware buttons), so be careful on large sites, but google works well, and it looks very pretty. I'm looking forward to a release of the source code so that I can try optimizing it a bit.
Enjoy, but please take with a grain of patience.