LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Unable to install xfce4 window manger themes in ubuntu (https://www.linuxquestions.org/questions/linux-newbie-8/unable-to-install-xfce4-window-manger-themes-in-ubuntu-4175507346/)

Lojay 06-07-2014 03:52 PM

Unable to install xfce4 window manger themes in ubuntu
 
I am currently running Ubuntu 10.04. I have installed xfce4 desktop and also downloaded a couple of window manager themes with the expectation of them being installed via apt-get or software center. Of course, that did not happen. At any rate, I proceeded to install them based on an Ubuntu instruct as it follows: 1) created a theme directory(~/.themes) 2) extracted packages to a created folder(xfw-the) 3) moved folder to home directory(easy location) 4) ran the cp command(cp /xfw-the//.). The output was:cp needs destination operand after '/xfw-the//.'try cp --help. I did not quite understand due to the very limited/brief info that was given.

If possible, would really like to resolve this, more so for future file/folder copying and moving.

Could someone please help?

EDDY1 06-07-2014 05:45 PM

The 10.04 desktop version is unsupported
You need to get an upto-date version.

Lojay 06-07-2014 06:02 PM

I am so sorry for the typo...please forgive me. But that is Ubuntu(14.04) installed it a couple of months ago.

EDDY1 06-07-2014 06:20 PM

I apologize but I get thrown off with the different styles of copying & moving files.
cp <location of file> <to destination>

location of file maybe /home/user/Downloads
destination maybe simply /home/user

Command
cp /home/user/Downloads/<file> /home/user/<file>

Lojay 06-07-2014 07:48 PM

From what I can gather I am missing something in my command line of (cp /xfw-the//.) And based on the terminal output that is "destination operand" that must follow:'/xfw-the//.'before cp can be invoked. My question is what is it...a specification maybe?

EDDY1 06-07-2014 08:49 PM

Can you post the link that you were using please

Lojay 06-08-2014 06:34 PM

<a href="http://ubuntuforums.org/showthread.php?t=227416">HOWTO: Install Xfce Themes</a> Hope this takes you where you requested. I also have a copy of the Ubuntu Bible and will check it against what I am doing (cp command)

EDDY1 06-09-2014 04:28 PM

There are only 3 steps but they give 2 ways of doing it. Are you confusing "Alternative Terminal Method" with the "Terminal Method"?
Also if using the "Alternative Method", you would've most like used cp or mv command from Downloads.
This command
Quote:

cp /yourtheme/ /.themes
would be
cp /home/user/Downloads /home/user/.themes

Lojay 06-09-2014 05:08 PM

Your point is well taken, however, I used the 1-2-3 method at the very beginning of the instruct; 1) created the themes directory '~/. themes'2) extracted the files to my created folder 'xfw-the' and 3) ran the cp command, 'cp /xfw-the//.' to copy the folder to that directory. Is there any other way I can code it or possibly add to the existing structure?

EDDY1 06-09-2014 05:33 PM

When yo extracted the files to the /.themes folder you basically combined the process of extracting & moving, so there is no reason to copy since you placed the files where you wanted them.

Lojay 06-09-2014 06:45 PM

Understandably so...if that was the case. The downloaded files were extracted the folder'xfw-the', that I created, which resides in my "home" directory. The task is placing a copy of it in my "themes" directory.... remember, that was the first thing I did... create a themes directory.

EDDY1 06-09-2014 06:57 PM

But have you tried
Quote:

cd /home/user/.themes
ls
If there is another directory within it cd to it then run ls

Lojay 06-09-2014 07:37 PM

Yes... as soon as I created the directory, that was the first thing I checked to see was it a valid directory. From the onset the ubt instruct lead me to believe the directory may all ready be present, but if not, create one with 'mkdir'and that is what I did. cd was coded in both situations.

EDDY1 06-09-2014 08:00 PM

But have you checked the directory to see if it contained the themes?

Lojay 06-09-2014 08:39 PM

Now that I have not done. If you would, please, what's the line?


All times are GMT -5. The time now is 09:03 AM.