LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Closed Thread
  Search this Thread
Old 12-15-2003, 09:24 AM   #1681
mbegovic
Member
 
Registered: Nov 2003
Location: Vancouver, Canada
Distribution: Currently FC3
Posts: 342

Rep: Reputation: 30

i use kbear by default right now. don't really like it. to be perfectly honest, i've only ever used kbear and dreamweaver (which totally sucks).
 
Old 12-15-2003, 10:02 AM   #1682
Crito
Senior Member
 
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168

Rep: Reputation: 53
Mine's not nearly as fancy shmancy as the rest of 'em, but here it is none-the-less: Crito's boring MDK 9.2 desktop
 
Old 12-15-2003, 12:22 PM   #1683
Dapper Dan
Member
 
Registered: May 2003
Location: South Carolina
Distribution: Home: Fedora Core 1, Mepis RC4, Red Hat 6.2. Work: Fedora Core 1&2, Mandrake 9.0.
Posts: 99

Rep: Reputation: 15
Quote:
Originally posted by mbegovic
i use kbear by default right now. don't really like it. to be perfectly honest, i've only ever used kbear and dreamweaver (which totally sucks).
Krusader rocks, and is rock solid. We've been using it for ftp transfer between boxes at my radio station for about 5 months, and we love it!
 
Old 12-15-2003, 05:17 PM   #1684
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Rep: Reputation: 30
Here is my screenshot of GNOME 2.5.1, running 2 Eterms.

http://hyperionlegacy.net/images/zeroshots/genshot.jpg
 
Old 12-15-2003, 07:07 PM   #1685
e1000
Member
 
Registered: Oct 2003
Location: California
Distribution: Ubuntu
Posts: 582

Rep: Reputation: 30
Quote:
Originally posted by Zerodark
Here is my screenshot of GNOME 2.5.1, running 2 Eterms.

http://hyperionlegacy.net/images/zeroshots/genshot.jpg
Hmm, what WM is that, it looks slick (list like your screen shot)
 
Old 12-15-2003, 07:57 PM   #1686
mbegovic
Member
 
Registered: Nov 2003
Location: Vancouver, Canada
Distribution: Currently FC3
Posts: 342

Rep: Reputation: 30
wicked cool, zerodark
 
Old 12-15-2003, 09:02 PM   #1687
h/w
Senior Member
 
Registered: Mar 2003
Location: New York, NY
Distribution: Debian Testing
Posts: 1,286

Rep: Reputation: 46
Quote:
Originally posted by Scruff
h/w: Yea, I realy dig dark colors. I also found a huge gkrellm skin pack at Fluxmod.com. There's like 100+ skins in this tarball! Speaking of, does anyone know a way to use one command to untar a whole directory worth of tarballs?? One at a time is killing me, lol. I've just been untarring 10 or so at a sitting... [/B]
well, i wrote a lil program in C which will go and unzip/untar *.zip/*.bz2/*.gz into the folder you run it in. if u want, its at

http://cs1.cs.nyu.edu/ms_students/prm225/src/myUnzip.c

it unzipped all the archived files in that huge gkrellm theme tarball in 1 go. so it works fine for me. "myUnzip g ." will go and unzip all gzipped files in the current dir.... and so on using "b" for bz2, and "z" for zips.
 
Old 12-15-2003, 10:15 PM   #1688
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
Quote:
Originally posted by digiot
As far as the tar's, I think

#!/bin/bash
for f in ./*
do
tar xzf $f
done

will work as a script if executed in the directory containing the tarballs. Ought to be able to do it from the command line, but I dunno.
yep, you can:

for file in *; do tar -zxvf $file; done


nice desktop, Zerodark.
 
Old 12-16-2003, 05:07 AM   #1689
slakmagik
Senior Member
 
Registered: Feb 2003
Distribution: Slackware
Posts: 4,113

Rep: Reputation: Disabled
Quote:
Originally posted by synaptical
yep, you can:

for file in *; do tar -zxvf $file; done
Ah, thanks - I must have stuck the semi-colon in the wrong place. *g* Actually, if not a command line, instead of a little scriptlet, it should have been a function, anyway. I've got a 'mksh' shell script to make creating more shell scripts easier - so I tend to make too many of them.
 
Old 12-16-2003, 12:19 PM   #1690
synaptical
Senior Member
 
Registered: Jun 2003
Distribution: Mint 13/15, CentOS 6.4
Posts: 2,020

Rep: Reputation: 48
here's my latest
http://synaptical.endofinternet.net/vortex.png

edit: fixed url

Last edited by synaptical; 12-16-2003 at 01:59 PM.
 
Old 12-16-2003, 01:04 PM   #1691
Zerodark
Member
 
Registered: Mar 2003
Location: Fort Sill, Oklahoma
Distribution: Gentoo
Posts: 192

Rep: Reputation: 30
Quote:
Originally posted by e1000
Hmm, what WM is that, it looks slick (list like your screen shot)
It's GNOME 2.5.1, with GkrellM, and 2 Eterms running.
 
Old 12-20-2003, 03:43 AM   #1692
m0rl0ck
Member
 
Registered: Nov 2002
Distribution: A totally 133t distro :)
Posts: 358

Rep: Reputation: 31
My latest screenshot:

http://darcy.gwis.com/~m0rl0ck/fluxt...entscreen.html

Fluxbox with a theme of my own. The title bar and menu title font is rashih. In the back is a transparent, borderless eterm tailing some logs. If you want the theme, click on the screenshot.

EDIT: The theme is called bloodline. Cheerful dont you think?

Last edited by m0rl0ck; 12-20-2003 at 03:48 AM.
 
Old 12-20-2003, 08:32 AM   #1693
qanopus
Senior Member
 
Registered: Jul 2002
Location: New York
Distribution: Slackware
Posts: 1,358

Rep: Reputation: 45
I don't get it. How do you get icons on your fluxbox desktop?
That's one sweet desktop btw.

Last edited by qanopus; 12-20-2003 at 08:33 AM.
 
Old 12-20-2003, 09:02 AM   #1694
m0rl0ck
Member
 
Registered: Nov 2002
Distribution: A totally 133t distro :)
Posts: 358

Rep: Reputation: 31
Quote:
I don't get it. How do you get icons on your fluxbox desktop?
Get rox-filer http://freshmeat.net/projects/rox-fi...ic_id=55%2C860
Fastest full featured file manager that Ive tried. You can also write scripts that will appear in its menu so that you can pass files you select to the scripts.
There are some great 3d mime type icons around for it too.
 
Old 12-21-2003, 05:31 PM   #1695
timdsmith
Member
 
Registered: Nov 2003
Location: The Colony, TX
Distribution: Slackware, Debian Etch, FreeBSD, MicroSh*t free.
Posts: 209

Rep: Reputation: 30
Well, I might as well get into the mix. LOL.

http://www.stinky1.freeservers.com
 
  


Closed Thread

Tags
apt, beryl, compiz, gentoo, repository, screenshot, xgl, yum



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
plz post a link to get cedega Rangerboy567 Linux - Games 6 04-25-2005 04:29 PM
What is this system monitor program (link to screenshot included) enigma Z Linux - Software 3 09-06-2004 06:08 PM
Post a link to your pic Joey.Dale General 7 09-03-2004 05:06 PM
Post your screenshot bpk General 6 01-25-2004 08:01 AM
Can you post a screenshot of this? ICO General 1 01-18-2004 02:48 AM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 02:23 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