Re: Mystery Icon on Panel

2004-05-12 Thread anonobomber
That looks like it is a system tray icon for a gnome application because of 
the different colored background, for some reason it didn't load properly.  
Figure out what gnome applications (or gtk for that matter) that you are 
using, that should narrow the source of it down a bit for you.

-Jared

On Wednesday 12 May 2004 09:25 pm, Jeff Coppock wrote:
> I have this icon, kind-of, on my panel.  It's the pale box between the
> Korganizer and Kopete icons in the attached jpg file.  I can't figure
> out what it is.  It doesn't respond to any mouse actions.  Can some help
> me figure out what it is and how to either activate or remove it?
>
> The system is running Testing.
>
> thanks,
> jc




Re: Mystery Icon on Panel

2004-05-12 Thread Jeff Coppock
On Wed, 12 May 2004 14:25:29 -0700
Jeff Coppock <[EMAIL PROTECTED]> wrote:

> I have this icon, kind-of, on my panel.  It's the pale box between the
> Korganizer and Kopete icons in the attached jpg file.  I can't figure
> out what it is.  It doesn't respond to any mouse actions.  Can some
> help me figure out what it is and how to either activate or remove it?
> 
> The system is running Testing.

I figured it out.  It was Knotes.  It must have gotten messed up from
one of my recent upgrades.  I killed "knotes -session..." process
which removed the mystery icon, and then started it from the menu.

jc


-- 
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User




Mystery Icon on Panel

2004-05-12 Thread Jeff Coppock
I have this icon, kind-of, on my panel.  It's the pale box between the
Korganizer and Kopete icons in the attached jpg file.  I can't figure
out what it is.  It doesn't respond to any mouse actions.  Can some help
me figure out what it is and how to either activate or remove it?

The system is running Testing.

thanks,
jc



-- 
Jeff CoppockSystems Engineer
Diggin' Debian  Admin and User
<>

ROFL

2004-05-12 Thread Soenke von Stamm
Maybe he should remove the rubbish on his table? =8)

Sönke


On Wednesday 12 May 2004 19:17, Sean J. Fraley wrote:
> And we can't see the text of you e-mail.




Re: i can'y sse tha bottom of my screen

2004-05-12 Thread Paul Johnson
"Sean J. Fraley" <[EMAIL PROTECTED]> writes:

> And we can't see the text of you e-mail.

But that's OK, not like we care about spam...

-- 
Paul Johnson
<[EMAIL PROTECTED]>
Linux.  You can find a worse OS, but it costs more.


pgpo9VuyGnvRZ.pgp
Description: PGP signature


Re: i can'y sse tha bottom of my screen

2004-05-12 Thread Sean J. Fraley
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

And we can't see the text of you e-mail.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFAolxK+vaNXagSMEIRAuaRAKCsCXOJ5W4DcwOnt4lu0eyvUBDQTQCghZCy
NFuSgjm8O6F2G3ZYW/PYy2w=
=bZB5
-END PGP SIGNATURE-




Re: default file permissions

2004-05-12 Thread Silvan
On Monday 10 May 2004 12:06 pm, Antiphon wrote:

> > If I get it right 0007 would lead to denie access to anyone not beeing
> > user or in the group of the file, and giving full access to the file for
> > user and group? That would be what I want!
>
> No. 0007 means that anyone can write to it who is not a member of your
> group and who doesn't own the file. It sounds like you want 0070 instead
> The numbers are (special-user-group-other)

No, we were talking about umasks here, not permissions.

-- 
Michael McIntyre     Silvan <[EMAIL PROTECTED]>
Linux fanatic, and certified Geek;  registered Linux user #243621
http://www.geocities.com/Paris/Rue/5407/




Re: USB digital cameras for the total n00b?

2004-05-12 Thread Adeodato Simó
* Silvan [Wed, 12 May 2004 03:06:33 -0400]:

> Will the camera move depending on which of these strange little holes I stick 
> the plug into?  The hardest part of the process I so vaguely described was 
> determining which of sda1 through sda15 had the camera on it.

  if you have some time, you could take a look at udev. by dropping the
  appropriate line in /etc/udev/rules.d/local, you'll have a /dev/camera
  (or the name you choose) device created whenever you plug in the
  camera. and a static fstab entry will be fine, then.

  apt-get install udev && less /usr/share/doc/udev/README.Debian.

-- 
Adeodato Simó
EM: asp16 [ykwim] alu.ua.es | PK: DA6AE621
 
A conclusion is simply the place where someone got tired of thinking.




Re: USB digital cameras for the total n00b?

2004-05-12 Thread Silvan
On Wednesday 12 May 2004 02:10 am, Caveman wrote:
> mount /dev/sda1 /mnt/camera
>
> Where /dev/sda1 will be the device unless you have scsi disks or another
> usb storage device already connected. and /mnt/camera will be the folder.

I think it was /dev/sda8 actually, but maybe I'm mistaken.  Is hotplug 
supposed to spot edit fstab and create this mountpoint or something?  I don't 
have a /mnt/camera or a fstab entry; neither of which is a problem unless 
something was supposed to have created them for me already.

Will the camera move depending on which of these strange little holes I stick 
the plug into?  The hardest part of the process I so vaguely described was 
determining which of sda1 through sda15 had the camera on it.

-- 
Michael McIntyre     Silvan <[EMAIL PROTECTED]>
Linux fanatic, and certified Geek;  registered Linux user #243621
http://www.geocities.com/Paris/Rue/5407/




Re: default file permissions

2004-05-12 Thread Silvan
On Tuesday 11 May 2004 08:13 am, Bart Dorsey wrote:
> On Monday 10 May 2004 11:17 am, Antonio Rodriguez wrote:

> > do with the "sticky bit", about which I wouldn't mind reading. It
> > seems that in most references that I have seen they don't talk about
> > it much.
>
> Okay, here goes ;) you asked for it ;)

Since he asked for it, and since I think I'm the last person on earth who 
still has a copy of my hacked ls, I will present the ultimate completely 
useless list of every combination from  to 

Nah, nevermind.  That's a 268K file.  Ouch!  :)

But just to prove what a dork I am:

$touch glee;for ((a=0;a<=7;++a));do for ((b=0;b<=7;++b));do for ((c=0;c<=7;
++c));do for ((d=0;d<=7;++d));do chmod $a$b$c$d glee;ls -O 
glee;done;done;done;done > foo

$tail foo
7766 -rwsrwSrwT1 silvan   silvan  0 May 12 02:53 glee
7767 -rwsrwSrwt1 silvan   silvan  0 May 12 02:53 glee
7770 -rwsrws--T1 silvan   silvan  0 May 12 02:53 glee
7771 -rwsrws--t1 silvan   silvan  0 May 12 02:53 glee
7772 -rwsrws-wT1 silvan   silvan  0 May 12 02:53 glee
7773 -rwsrws-wt1 silvan   silvan  0 May 12 02:53 glee
7774 -rwsrwsr-T1 silvan   silvan  0 May 12 02:53 glee
7775 -rwsrwsr-t1 silvan   silvan  0 May 12 02:53 glee
7776 -rwsrwsrwT1 silvan   silvan  0 May 12 02:53 glee
 -rwsrwsrwt1 silvan   silvan  0 May 12 02:53 glee

(I hate it that GNU rejected my patch.  I think ls -O is indispensably handy.  
It's not worth forking whatever superpackage fileutils became though.)

-- 
Michael McIntyre     Silvan <[EMAIL PROTECTED]>
Linux fanatic, and certified Geek;  registered Linux user #243621
http://www.geocities.com/Paris/Rue/5407/




Re: USB digital cameras for the total n00b?

2004-05-12 Thread Caveman
mount /dev/sda1 /mnt/camera 

Where /dev/sda1 will be the device unless you have scsi disks or another usb 
storage device already connected. and /mnt/camera will be the folder.

Caveman

On Tue, 11 May 2004 06:26 pm, Silvan wrote:
> I've never used USB for anything, even though I've had it for years.  I
> have no idea how any of this is supposed to work.
>
> I borrowed a digital camera from Dad.  An Olympus some flummy.
>
> I plugged it in.  Hotplug reacted and did something.  From there, I
> couldn't figure out what to do with it.  I googled around, and found some
> instructions from 1999, explaining how to mount /dev/something and cd into
> the camera. Sorry I'm being vague.  I actually did this a couple weeks ago,
> and I don't remember the details very well.
>
> I did ultimately get the pictures out of it no problem, but it was a bit of
> a hunt and peck thing.  I have a strong feeling that it's supposed to be
> easier than this now; that I'm supposed to be able to plug the stupid thing
> in and have some magical graphical thing happen.  I notice KDE now has (or
> maybe always has had) a Peripherals -> Digital Camera.  The Olympus some
> flummy (750 something) is on the list.  However, I don't have the first
> clue on earth what to do with this.
>
> OK...  Peripherals -> Digital Camera -> Add.  Pick Olympus C 750 UZ.  Click
> the USB radio button.  It says "No further configuration required."
>
> Fine.  OK.  Now what?  I have a camera icon now.  I can't actually test
> this at the moment because I don't have the camera.  However, I tried this
> same process when I did, and I never got it to do anything.  Vague.  I
> know.  I guess I'll borrow the camera again and take another crack at it so
> I can report more useful findings.  My underlying question is:  how is this
> little icon supposed to know under which directory I want to mount the
> camera?  I never saw any way to set that up.  For that matter, am I going
> to have to go through this every time I plug the camera in?  The little
> icon doesn't seem to be persistent.
>
> While I'm asking, what about USB joysticks?  I've got Mom running Linux
> now. We installed a video game emulator and loaded a ROM into it.  She was
> excited until she saw that she had to move the cursor around with the arrow
> keys. (So why not play the Super Nintendo that's in the closet, Mom?) Her
> box has i810 audio, and no joystick port.  I figure in this day and age I'm
> probably supposed to buy her a USB gamepad.  I don't have a clue how to set
> any of that up, and I feel like asking stupid questions instead of STFWing.
>
> Anyone want to whack me in the head with a clue?  I really don't know the
> first thing about USB.  Somehow, I've just never needed any of those silly
> looking gadgets, but I gather from the 50,000 USB accessories at Wal-Mart
> that it's some big thing now.  (USB hubs?  I have six useless ports on my
> computer already.  Why do I need more?)
>
> --
> Michael McIntyre     Silvan <[EMAIL PROTECTED]>
> Linux fanatic, and certified Geek;  registered Linux user #243621
> http://www.geocities.com/Paris/Rue/5407/