LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 01-28-2006, 12:01 PM   #1
aspinnler
Member
 
Registered: Mar 2005
Location: College Station, TX
Distribution: Debian, Ubuntu 5.10
Posts: 38

Rep: Reputation: 15
ROX 0.5 Can't find all required implementations


I recently installed Ubuntu 5.10 Breezy Badger.

Then, I installed the xfce4.2 wm.

Now I want to be able to have desktop icons and ROX really appeals to me.

However, I have been unsuccessful in its installation.
Here's what I'm doing.

I download the .tgz file and extract it to /tmp
Next, following the ROX directions online I make sure I have use of the command: '0launch -gv'
That's all OK.

Next, I execture the rox script: './rox'
This is where I have my problem. I am left with the message in my terminal: 'Can't find all required implementations:
- <Interface http://rox.sourceforge.net/2005/interfaces/ROX-Filer> -> None'


I don't know what else to do.
Thanks for the help.
Also, I do not want to try iDesk as I can easily get that using apt if I want and ROX just looks cooler.
 
Old 01-28-2006, 01:15 PM   #2
mcmillan
Member
 
Registered: Jul 2005
Distribution: Arch
Posts: 489

Rep: Reputation: 30
I thought rox was in the repositories, though you may need to add universe or multiverse. I'm not on my home computer right now, so I can't post an example of what I have, but it shouldn't be too hard to find them somewhere.
 
Old 01-28-2006, 05:26 PM   #3
aspinnler
Member
 
Registered: Mar 2005
Location: College Station, TX
Distribution: Debian, Ubuntu 5.10
Posts: 38

Original Poster
Rep: Reputation: 15
well, I downloaded the tar file from the ROX homepage and proceeded to follow the installation instructions.
However, I then ran into my problem stated above.

I guess I should try finding ROX on a repository and just using synaptic.
If you know of a repository please send me the link. Thanks.

Last edited by aspinnler; 01-28-2006 at 05:40 PM.
 
Old 01-28-2006, 06:53 PM   #4
mcmillan
Member
 
Registered: Jul 2005
Distribution: Arch
Posts: 489

Rep: Reputation: 30
I pasted my source file below, you can edit your's with the command "sudo gedit /etc/apt/sources.list"

[HTML]deb cdrom:[Kubuntu 5.10 _Breezy Badger_ - Release amd64 (20051012)]/ breezy main restricted


deb http://us.archive.ubuntu.com/ubuntu/ breezy main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ breezy main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://us.archive.ubuntu.com/ubuntu/ breezy-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu/ breezy-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu/ breezy universe
deb-src http://us.archive.ubuntu.com/ubuntu/ breezy universe

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://us.archive.ubuntu.com/ubuntu/ breezy-backports main restricted universe multiverse
deb-src http://us.archive.ubuntu.com/ubuntu/ breezy-backports main restricted universe multiverse

#Multiverse
deb http://archive.ubuntu.com/ubuntu/ breezy multiverse
deb-src http://archive.ubuntu.com/ubuntu/ breezy multiverse

#Security
deb http://security.ubuntu.com/ubuntu/ breezy-security main restricted
deb-src http://security.ubuntu.com/ubuntu/ breezy-security main restricted

deb http://security.ubuntu.com/ubuntu/ breezy-security universe
deb-src http://security.ubuntu.com/ubuntu/ breezy-security universe

## BACKPORTS REPOSITORY (Unsupported. May contain illegal packages. Use at own risk.)
deb http://archive.ubuntu.com/ubuntu/ breezy-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu/ breezy-backports main restricted universe multiverse

deb http://ubuntu-backports.mirrormax.net/ breezy-extras main restricted universe multiverse[/HTML]

I also just found out about this site which can generate a source file based on which repositories you want.
 
Old 01-29-2006, 02:38 PM   #5
aspinnler
Member
 
Registered: Mar 2005
Location: College Station, TX
Distribution: Debian, Ubuntu 5.10
Posts: 38

Original Poster
Rep: Reputation: 15
Well, apparently some of those respositories are out of date and no
longer exist. I ran apt-get update and was told that some of the
directories didn't exist.

Anyways, I was unable to find ROX only rox-filer which I am interested
in but in the context of the entire ROX package.

Perhaps you can help me resolve my problem when running the script for
the ROX package-- '/.rox'

I'm not sure what that error meant: 'Can't find all required
implementations'

Does that mean the script can't find rox-filer??
Thanks again.

I also went to that link that you recommended but still couldn't find a ROX package.

FYI here's my sources list using that website:
[html]
# Automatically generated sources.list
# http://www.ubuntulinux.nl/source-o-matic
#
# If you get errors about missing keys, lookup the key in this file
# and run these commands (replace KEY with the key number)
#
# gpg --keyserver subkeys.pgp.net --recv KEY
# gpg --export --armor KEY | sudo apt-key add -

# Ubuntu supported packages (packages, GPG key: 437D05B5)
deb http://en.archive.ubuntu.com/ubuntu breezy main restricted
deb http://en.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb http://security.ubuntu.com/ubuntu breezy-security main restricted

# Ubuntu supported packages (sources, GPG key: 437D05B5)
deb-src http://en.archive.ubuntu.com/ubuntu breezy main restricted
deb-src http://en.archive.ubuntu.com/ubuntu breezy-updates main restricted
deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted
[/html]
 
Old 01-29-2006, 03:22 PM   #6
mcmillan
Member
 
Registered: Jul 2005
Distribution: Arch
Posts: 489

Rep: Reputation: 30
I just noticed that there's rox-filer is just part of the whole rox package you're trying to work with. Based on the error message I would guess that it's not getting rox-filer for some reason. You might try installing it from synaptic then running the rest after you have the filer installed seperately.

As for the source file it looks like you just have the main repositories. I would suggest at least including the community and backport repositories as well.
 
Old 01-29-2006, 05:46 PM   #7
aspinnler
Member
 
Registered: Mar 2005
Location: College Station, TX
Distribution: Debian, Ubuntu 5.10
Posts: 38

Original Poster
Rep: Reputation: 15
Hmmm, I did what you said. I can find the rox-filer package using apt-get but still after it's successfull installation. The ROX package hangs when I execute that script: './rox'

I googled my 'problem' string but I can't seem to find anyone else with my same problem.

Yeah, I'll add the backports repositories. I have the universe and multiverse repositories already added too.
 
Old 02-18-2006, 04:21 AM   #8
thomasleonard
LQ Newbie
 
Registered: Feb 2006
Posts: 1

Rep: Reputation: 0
Quote:
Originally Posted by aspinnler
Now I want to be able to have desktop icons and ROX really appeals to me.

However, I have been unsuccessful in its installation.
Here's what I'm doing.

I download the .tgz file and extract it to /tmp
Next, following the ROX directions online I make sure I have use of the command: '0launch -gv'
That's all OK.

Next, I execture the rox script: './rox'
This is where I have my problem. I am left with the message in my terminal: 'Can't find all required implementations:
- <Interface URL> -> None'
Try this command to run ROX-Filer with debug-level logging:

Code:
0launch -vvc URL
(I'm not allowed to post URLs on this forum; replace URL with the ROX-Filer URL from the error you reported above)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
UFS-Implementations spinifeX *BSD 1 01-09-2005 12:01 AM
SED;find and replace;help required gd13 Programming 3 12-21-2004 06:33 AM
IPSec / all implementations telmich Linux - Software 1 07-15-2003 08:17 AM
TCP implementations sabeel_ansari Linux - Networking 3 06-10-2002 01:54 PM
interesting LFS implementations? trub Linux From Scratch 3 02-14-2002 08:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 08:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration