Xubuntu = love
May. 10th, 2012 09:31 pm![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
I've had an Acer AspireOne D260 netbook for two and a half years, and it came with Windows 7 Starter Edition preinstalled. The netbook has 1GB of memory and a 1.66 GHz processor, but it was never quite enough enough to handle the load of web surfing and Microsoft Word. I took the netbook on our trip to Trinidad and Tobago, and it was adequate for downloading pictures and uploading them to Tumblr, but not truly satisfactory.
Recently, I've had a horrible time making myself sit down at my desktop computer to work on revising the novel. I have an iPad that's okay for actual writing, but horrible for editing and revision. I haven't found a writing app that doesn't mess up the formatting in Word. Not even QuickOffice, which ought to be perfect. But it turns tabs into spaces instead. So annoying.
Anyway, I finally bit the bullet and installed Xubuntu Linux on my netbook. It's like having a brand new computer all over again! I can't quite figure out how to make it as pretty as I would like (I know, I know) but considering the fact that my real complaint with the netbook was that it has always run painfully slow, even while only word processing...
I've decided I love Xubuntu. :)
Recently, I've had a horrible time making myself sit down at my desktop computer to work on revising the novel. I have an iPad that's okay for actual writing, but horrible for editing and revision. I haven't found a writing app that doesn't mess up the formatting in Word. Not even QuickOffice, which ought to be perfect. But it turns tabs into spaces instead. So annoying.
Anyway, I finally bit the bullet and installed Xubuntu Linux on my netbook. It's like having a brand new computer all over again! I can't quite figure out how to make it as pretty as I would like (I know, I know) but considering the fact that my real complaint with the netbook was that it has always run painfully slow, even while only word processing...
I've decided I love Xubuntu. :)
no subject
Date: 2012-05-11 12:07 pm (UTC)no subject
Date: 2012-05-12 04:07 am (UTC)no subject
Date: 2012-05-12 05:38 am (UTC)I actually made myself an Xfce4 theme a while back (in the period when I was using Xfce4 myself). It's a kind of frosted-glass look, and if I recall correctly, it adjusts itself to one's GTK theme. Would you be interested in me sending you a copy of it?
no subject
Date: 2012-05-14 04:13 am (UTC)no subject
Date: 2012-05-14 04:21 am (UTC)no subject
Date: 2012-05-15 01:12 am (UTC)See http://www.katspace.org/computers/themes/Xfce/Gleam/
no subject
Date: 2012-05-15 08:35 pm (UTC)no subject
Date: 2012-05-15 11:52 pm (UTC)*sigh*
On the website, you have this:
mv Gleam-0.1.tar.gz ${HOME}/.themes
cd ${HOME}/.themes
tar xzvf Gleam-0.1.tar.gz
Which, the first line works great. It moves it to the .themes directory. But then when I try the second line, I get this:
bash: cd: .themes: Not a directory
And that's all the further I can go. I can see the .themes when I do the "ls -a" command, but it tells me it's not a directory, and won't let me get any further. I can't seem to get beyond this, and consulting the two Linux books I brought home, and doing web searches, aren't helping me.
>.<
Just what you wanted, to become my personal Linux troubleshooter, huh? Do you have any idea what I'm doing wrong?
(And this reminds me why I didn't go on with any further computer programming classes. I got terribly frustrated when I was certain I had done everything properly, but it still didn't work. But goodness, when it did work, I loved it so much... I want to be able to work in the terminal. I'm already planning to introduce my dad to Linux, since he has an Associate's Degree from the 90s in computer programming. He seems to miss all his C+ and BASIC stuff, and I'll bet he would get into this!)
Um, anyway. >.< All this trouble to prettify things. LOL
no subject
Date: 2012-05-16 02:53 am (UTC)Bash is telling you that ".themes" is not a directory.
This probably means that the command "mv Gleam-0.1.tar.gz ${HOME}/.themes" which you trustingly did, merely renamed "Gleam-0.1.tar.gz" to the file called ".themes", rather than moving it into the directory called ".themes", because said directory did not exist.
To extricate yourself from this situation (yes, it is possible, yay!) do the following:
mv ${HOME}/.themes Gleam-0.1.tar.gz
mkdir ${HOME}/.themes
At this point, you can double-check that the Gleam-0.1.tar.gz file is what we think it is, by using the "file" command:
file Gleam-0.1.tar.gz
This tells you what type of file it is. It should say something like "Gleam-0.1.tar.gz: gzip compressed data, from Unix, last modified: Tue May 15 08:06:22 2012" (probably with a different date)
If that worked, you can procede as with the original commands.
mv Gleam-0.1.tar.gz ${HOME}/.themes
cd ${HOME}/.themes
tar xzvf Gleam-0.1.tar.gz
Just what you wanted, to become my personal Linux troubleshooter, huh?
You, my dear, are no trouble to troubleshoot for. You are willing to try, and you explain clearly exactly what you did and what error messages you got. That makes things so much easier. \o/
All this trouble to prettify things.
Prettifying is a good goal!
no subject
Date: 2012-05-16 03:25 am (UTC)>.<
I have a feeling this is why I was never the best programmer--I have a stunning ability to overlook that something applicable in one situation is also applicable in my own situation. *sigh*
I'll try this again, and THANK YOU for pointing this out to me. Maybe now I'll remember the mv command can move something, but it can also just plain rename something. LOL
I've spent a lot of time hanging out with IT professionals on a social level, so I learned how to at least help pinpoint a problem and describe what steps I've taken. :P So I'm glad that at least this hasn't been too painful for you! :D
no subject
Date: 2012-05-16 03:31 am (UTC)Thank you! It is also very pretty! :D
no subject
Date: 2012-05-16 03:33 am (UTC)I'm glad you like the theme! \o/
no subject
Date: 2012-05-11 01:10 pm (UTC)no subject
Date: 2012-05-13 04:44 am (UTC)