View previous topic :: View next topic |
Author |
Message |
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Sun Nov 21, 2004 7:46 pm Post subject: |
|
|
you have two choices, download the tar from the web site, untar it and install it,
or add the entry
Quote: | Code:
$ echo "net-im/amsn ~x86" >> /etc/portage/package.keywords
|
If /etc/portage/package.keywords , doesn't exist create it, and then add that line.
you can then emerge amsn
and you should get version 0.94 _________________ thesis. |
|
Back to top |
|
|
theBlackDragon l33t
Joined: 23 Nov 2002 Posts: 768 Location: Belgium
|
Posted: Sun Nov 21, 2004 7:48 pm Post subject: |
|
|
casper2601 wrote: | So i did a emerge sync, and when i do an emerge search i still only see version .93...what am i doing wrong?
casper |
It's masked, I suggest you read the portage manual from the gentoo documentation, look for it in the Gentoo System Administration Documentation. _________________ Fvwm|Fvwm forum |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Sun Nov 21, 2004 8:01 pm Post subject: |
|
|
you guys know how to make the systray thing work with this new one...
I have the /usr/lib/amsn/plugins/traydoc/ folder , but only
a libtray.so file in there, and I have no idea on how to make it work
thanks _________________ thesis. |
|
Back to top |
|
|
casper2601 Tux's lil' helper
Joined: 16 Feb 2003 Posts: 117 Location: Canada
|
Posted: Sun Nov 21, 2004 10:32 pm Post subject: |
|
|
I added the keyword just as you suggested, however even after that, i do an emerge search and i still only see version .93.
So i am going to download and untar it. Quick important question (i get confused alot on this)
Where am i suppose to untar it too.....When i untar something..is it automatically extracted into a specific folder or do i have to point to a location to install it to?
For example i emerge Doom3 and I can not find the directory inwhich it was installed to because when i type doom3-demo nothing happens so i am assuming i have to find an installler.
Thanks for your help guys.
casper _________________ Patience is a Virtue... Gentoo anyone????!! |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Mon Nov 22, 2004 2:09 am Post subject: |
|
|
when you emerge, they are usually in the
/usr/portage/distfiles/
directory
if you manually untar it, I think you can specify where you want it
if you type doom3-demo and there is nothing happening
then you probably have to link the file in order to be able to run it from anywhere
expample would be
in /usr/bin
ln -s /usr/portage/distfiles/doom3/doom3-demo doom3
this way if in /usr/portage/distfiles/ the folder containing doom3 is actually doom3, and inside it, you have ./doom3 -demo.. you have now linked it to
doom3 on bin...
so from anywhere now, you could just type doom3
and it would launch ./doom3
hope I' m not confusing you _________________ thesis. |
|
Back to top |
|
|
theBlackDragon l33t
Joined: 23 Nov 2002 Posts: 768 Location: Belgium
|
Posted: Mon Nov 22, 2004 8:05 am Post subject: |
|
|
casper2601 wrote: | I added the keyword just as you suggested, however even after that, i do an emerge search and i still only see version .93.
So i am going to download and untar it. Quick important question (i get confused alot on this)
Where am i suppose to untar it too.....When i untar something..is it automatically extracted into a specific folder or do i have to point to a location to install it to?
For example i emerge Doom3 and I can not find the directory inwhich it was installed to because when i type doom3-demo nothing happens so i am assuming i have to find an installler.
Thanks for your help guys.
casper |
I bet you made a typo in the command einstein1981 provided, your /etc/portage/package.keywords should look like this:
The space before the tilde is important! And make sure there are no typos in the filename whatshowever (eg, it's package.keywordS).
As for doom3 if you emerged it a "whereis doom3-demo" should give you the location of the executable (if it's called like that of course)
Cheers _________________ Fvwm|Fvwm forum |
|
Back to top |
|
|
TazG Guru
Joined: 22 May 2004 Posts: 320 Location: Canada
|
Posted: Wed Dec 22, 2004 3:48 pm Post subject: |
|
|
I can only run .094 as root! |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Wed Dec 22, 2004 6:44 pm Post subject: |
|
|
as root change the execute permissions for your users.
something like
chmod 770 amsn _________________ thesis. |
|
Back to top |
|
|
prosario_2000 Tux's lil' helper
Joined: 26 May 2003 Posts: 105 Location: San Juan, Puerto Rico
|
Posted: Wed Dec 22, 2004 6:57 pm Post subject: |
|
|
It didn't work in my case. |
|
Back to top |
|
|
TazG Guru
Joined: 22 May 2004 Posts: 320 Location: Canada
|
Posted: Wed Dec 22, 2004 7:50 pm Post subject: |
|
|
einstein1981 wrote: | as root change the execute permissions for your users.
something like
chmod 770 amsn | It doesn't work. I think it does actually execute the program but nothing really happens, because the CPU goes up for a while... and it doesn't exit automatically (I have to use Ctrl+C). |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Wed Dec 22, 2004 11:44 pm Post subject: |
|
|
so, it does execute as non-root user? because if it wouldn't you'd get a permission denied or something like that...
You say that you can type amsn, and something happens but you don;t have amsn..
what you can do is this
open a virtual console, ( xterm) then:
type amsn (as non-root user).
see what happens, if you regain control of the terminal without having to ctrl c then the program ended, and you should either check the configs, reemerge, or submit a bug... if you don;t then the problem is executing it...
if all works, then you could do
amsn &
for it to run in backgroung of the console... _________________ thesis. |
|
Back to top |
|
|
TazG Guru
Joined: 22 May 2004 Posts: 320 Location: Canada
|
Posted: Thu Dec 23, 2004 1:08 am Post subject: |
|
|
Well that's what I did, and I have to use Ctrl+C to get the prompt back. There are no messages at all. Version 0.93 worked though. |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Thu Dec 23, 2004 2:37 am Post subject: |
|
|
you might have to position it first...
try it in xorg...
then in a term inside X type amsn & then just move the mouse over the desktop and click, to see if it appears... I'm really not sure about this, since I don't know which WM you use, or desktop environment...
you could also check the bugs in the amsn home page... _________________ thesis. |
|
Back to top |
|
|
TazG Guru
Joined: 22 May 2004 Posts: 320 Location: Canada
|
Posted: Thu Dec 23, 2004 7:13 pm Post subject: |
|
|
I found the problem.
I backed up ~/.amsn and deleted everything in it, and aMSN runs now. I put all the files back from the backup one by one until it stopped working. The file it doesn't like is the "profiles" file. So I tried to recreate my profile from inside the program, and it froze... and wouldn't start again until i deleted the profiles file. This was the problem (root would have a blank profile file).
I would like to use my profile though. Is anyone successfully using profiles with aMSN?
Oh and there's another problem... the traydock (in KDE) is just an empty white shape now instead of an actual picture. It happens with version 0.93 too and I think it started when I switched to Xorg but it could be something else too... |
|
Back to top |
|
|
prosario_2000 Tux's lil' helper
Joined: 26 May 2003 Posts: 105 Location: San Juan, Puerto Rico
|
Posted: Thu Dec 23, 2004 9:31 pm Post subject: |
|
|
Thank you Taz... you solved my problem |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Thu Dec 23, 2004 10:37 pm Post subject: |
|
|
well that's strange... I Think it might be a problem with the other version.
this is you might want to do
emerge -C amsn
try to remove all info on it
then delete the file in the distfiles folder, then reemerge...
if this happens again then you can always use the tar file from the ams web site.. works well and it;s really easy to use...
the only thing you will have to do is find the instal folder where ./amsn is, and
then symlink it to /bin directory to have access to it by just typing amsn from anywhere...
hope I make myself clear...
good luck
BTW profiles work fine for me , and I have the masked package, although it's the first time I use it _________________ thesis. |
|
Back to top |
|
|
TazG Guru
Joined: 22 May 2004 Posts: 320 Location: Canada
|
Posted: Sat Dec 25, 2004 12:38 am Post subject: |
|
|
Still doesn't work!
After deleting everything and even using the one from the aMSN homepage, the same thing happens. |
|
Back to top |
|
|
Farkenell Tux's lil' helper
Joined: 05 Dec 2003 Posts: 88
|
Posted: Tue Jan 18, 2005 4:07 pm Post subject: |
|
|
I'm having a similar problem as well....
I can't create a profile with out it locking up, also when running normall without a profile it seems to cause the computer to act choppy, at times....
I've tried re-emerging it etc....
USE="-kde -qt doc dvd sse" |
|
Back to top |
|
|
rojanu Guru
Joined: 02 Feb 2004 Posts: 361 Location: London
|
Posted: Tue Mar 08, 2005 2:50 am Post subject: |
|
|
I got V.94 and I cannot transfer files a window pop-ups with a "Transferring ........." message but without actually anything happening, I just check the amsn site and someone else already asked for support but there is no reply for more than a month.
Any ideas.... |
|
Back to top |
|
|
einstein1981 Guru
Joined: 10 Mar 2004 Posts: 395 Location: Venezuela , Caracas
|
Posted: Tue Mar 08, 2005 3:55 am Post subject: |
|
|
you might have a firewall closing the port necesary to transfer files, on the pop up window the port number is specified, i havn't checked but i'm sure in the preferences there is a port number...
just a thought
hope this helps
btw: no problems transfering files with amsn , gaim, lots... amsn none worked out of the box _________________ thesis. |
|
Back to top |
|
|
|