looking for Visual2Logical converter

2003-12-29 Thread Shai Bentin
Hi,

I'm looking for a hebrew visual 2 logical and logical 2 visual, that will 
run on linux or other unix machines...

If anybody knows of such code I'll be happy for a pointer.

Thanks,

-- 
shai bentin
Java group Manager
Technology Center
Matrix-IT
Tel 972-3-9181006
Mob 972-52-429887
Fax 972-3-9247111


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



working directory

2003-11-02 Thread Shai Bentin
I need to setup a script that will create a working directory for an 
application. 

Here's the whole story. I have a java application which needs to start from 
the directory where it is as a working directory. The problem is that this 
application can be installed by the user anywhere on his system. So I need a 
way to start the application from the diectory it was saved in. In windows 
for example I can create a shortcut with a working directory, in Linux I 
don't know? One way is to use a script which I ask the user to set the 
working directory by him self. My question is if there are other ways to do 
it?


-- 
shai


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



VMWare+DGA

2003-11-02 Thread Shai Bentin
I can't work with vmware in full screen mode. It complains its missing DGA 
extensions on my XServer. Is this a setup issue on my X? do I have to compile 
a new XServer with DGA extensions? What is DGA anyway? Any ideas?


-- 
shai


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: RE: VMWare+DGA

2003-11-02 Thread Shai Bentin
On Sunday 02 November 2003 09:05, Shai Bentin wrote:
 I can't work with vmware in full screen mode. It complains its missing DGA
 extensions on my XServer. Is this a setup issue on my X? do I have to
 compile a new XServer with DGA extensions? What is DGA anyway? Any ideas?

Direct Graphics Access, it let an X request full screen direct access to the 
frame buffer. It's usually disabled because when it's supported some  trick 
that XFree86 can do in become difficult.

To turn it on uncomment the 
 # Option omit xfree86-dga
line from XFree86 config
I did not have that line in my config file. However I added it in a subsection 
under module section and also I've added another line load dga. These did 
nothing!

The first message I get from vmware actually complains that the dga module was 
not found:

No DGA mode found compatible with 1024x768, depth 24, bpp 32
XFree86 direct graphics (DGA extension) power on failed.

can it be that I don't have the dga module or is that a vmware problem?

how do I check?

shai


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



keymap switching

2003-06-14 Thread Shai Bentin
I have setup keyboard switching to work in my XF86 config file.
(ALT+Shift + turning on scroll lock). My system boots level5 and runs
the KDM user chooser. At this point my keyboard switching works great.

After I log in either to KDE Session or Gnome Session, this option goes
away and I can't do switching using a key sequence. (Setting up kde for
defualt (CTRL+ALT+K) works but it's not perfect since it only changes
from US keymap to hebrew bu not back.

I would really like to know a bit more about the internals of this thing
and why my X settings stop working, also why the kde setting does work
as it should, if anyone has any info

Thanks

Following is my setup in XF86Config

Section InputDevice
Identifier Keyboard1
Driver Keyboard
Option XkbModel pc105
Option XkbLayout us,il
Option XkbCompat group_led
Option XkbOptions grp:alt_shift_toggle
EndSection

Shai


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



RE: X fonts problem

2003-06-11 Thread Shai Bentin
This problem happens when you use applications which are based on
gnome/gtk but are not yet gnome 2 complient. Evolution should be
upgraded to 1.4 and it will be solved Sylpheed I don't use so can't tell

Shai

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Michael Sternberg
Sent: Wednesday, June 11, 2003 9:33 AM
To: [EMAIL PROTECTED]
Subject: X fonts problem



Hello

From some reason in some applications (for example Sylpheed,
Evolution) fonts are looking wrong. I.e. after each letter I see a small
black square.

Mandrake 9.1, problem is both in KDE 3.1.2 and in Gnome 2.2.0.

I suspect that the problem lies in my locale setting, so I tried to
start them with LC=C - did not help. Here is output of my locale:
LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 LC_NUMERIC=he_IL.UTF-8
LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8 LC_MONETARY=he_IL.UTF-8
LC_MESSAGES=en_US.UTF-8 LC_PAPER=he_IL.UTF-8 LC_NAME=he_IL.UTF-8
LC_ADDRESS=he_IL.UTF-8 LC_TELEPHONE=he_IL.UTF-8
LC_MEASUREMENT=he_IL.UTF-8 LC_IDENTIFICATION=he_IL.UTF-8 LC_ALL=

Thanks for tips.
Michael.

-- 



=
To unsubscribe, send mail to [EMAIL PROTECTED] with the word
unsubscribe in the message body, e.g., run the command echo
unsubscribe | mail [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]



Re: hebrew display in java problem with linux

2003-02-12 Thread Shai Bentin
ran xev, what I see is this:

KeyRelease event, serial 30, synthetic NO, window 0x281,
root 0x37, subw 0x0, time 1363681224, (-616,-44), root:(68,9),
state 0x2000, keycode 52 (keysym 0xce6, hebrew_zain), same_screen YE   
 
S,
XLookupString gives 0 characters:  

well, translation is done into a hebrew_zain, but XLookupString = nothing?

SO, what does it all mean?

Shai

 On Wed, 12 Feb 2003, Shai Bentin wrote:
  Hi Tzafrir,
 
  I noticed from many places that you are well versed in linux hebrew and
  kde as well. What I wrote is a fact, meaning I have no problem with any
  kde program, nor with mozilla or open office. My Only problem is with
  Java. It's definitly not a font number since I use this font for labels
  and get hebrew with no problem. What Jonathan suggested looks like in
  the right direction, which means that my keyboard signals are translated
  the ASCII way and not UTF-8 unicode. Maybe the 'il' keymap mandrake
  uses is not unicode?
 
  Looking at this problem again, maybe you have anothwr idea?

 use 'xev' to see what the X server emits. if it's hebrew_something it
 should be OK.

 Please follow-up to the list.


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




hebrew display in java problem with linux

2003-02-11 Thread Shai Bentin
Hi all, I hope any of you can help...

I use mandrake. I'm programming something in java that needs to get input in 
hebrew.What happens is strange:

Say I use, for example, a JtextField or JTextArea. I set the font, the default 
locale... everything supports hebrew. more over, I also do setText and put 
in unicode (\u05d1\u05d2\u202c...). When running I see the text in hebrew 
displayed in the text input field with no problem. However, when typing 
hebrew in the same field I see squares. When I type hebrew in other non java 
applications it works.

it looks like Java doesn't map the key typed correctly?

in windows I have no problem with it

I should mention I use linux with sdk1.4.1...

Shai

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




xkb and kde

2003-02-11 Thread Shai Bentin








I'm
using mandrake 9.0 with kde3.

There
is a keymap changing utility that comes with kde. Can someone explain to me
what this small applet actually does and where it gets all the keyboard maps it
uses?



I
looked in /etc/X11/xkb/keymaps/xfree86 and other files I found there and couldn't
see the (il) entry there. I did find an 'il' entry in symbols directory,
however I also found 'il_phonetic' and that doesn't show up on the list with
the flags in the control center. Moreover, my XF86Conifg-4 loads a layout of
us. It seems that the keyboard mapping applet does something else,
gets the list from some where else can someone clarify this for me?



Thanks








RE: soul? who needs one?

2003-02-09 Thread Shai Bentin


I'de like to point out that this check might mean nothing. I checked as
an example www.bankpoalim.co.il, the result was that it was running AIX
with microsoft IIS 5.0 (which is ofcourse not possible). This site is
actually running AIX with IBM HTTP Server (apache based). The reason, I
think, migh be that there are firewalls on the way.

Shai

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Ira Abramov
Sent: Sunday, February 09, 2003 6:46 PM
To: IGLU Mailing list
Subject: soul? who needs one?

http://uptime.netcraft.com/up/graph/?site=linuxworldexpo.com

kids, can you say sell out?


-- 
Suburban legend
Ira Abramov

http://ira.abramov.org/email/ This post is encrypted twice with ROT-13.
Documenting or attempting to crack this encryption is illegal.


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




printing on novell

2003-01-15 Thread Shai Bentin








Before I asked how to connect to a novell network.
I got good replys which really helped and I thank you all.



I would like to add a small GUI application I found
that deals with the network connection in a novell client style:



http://www.novell.com/coolsolutions/tools/1518.html





I am now trying to print. In order to do so I need to
use a small application called 'nprint'.



I created
a small printing script for nprint, and all I want is to be able to tell the
printing deamon to print using that script.

Doing so using 'printcap' is possible (:if=/var/spool/lpd/my_nprint_script:), however, (and there
is my problem), I'm using mandrake 9.0 and this distribution is using CUPS. It
seems that the 'printcap' configuration file is generated from cups, thus is
will erase any changes I make to the 'printcap' file.



The question is how can I set it up that the printer
will use my small script for printing, by sending the generated print file as
input to that script?

Or, is there another way to connect to a novell
printer without using the nprint script? (using ncp://
isn't good it doesn't deal with user credentials).



shai










logging on to novelle network

2003-01-08 Thread Shai Bentin
Is there a way to logon and share disks with a novelle network? is SAMBA the 
client for this?

thanx

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




We are looking for Linux Sys Manager

2002-08-12 Thread Shai Bentin




Do you know any small firms that will do a reasonable job of Managing a 
small number of Linux Boxes as an outsource. We need something like 
10-20% of a slot.

==
There are only 10 types of people in the world -
   Those who understand binary, and those who don't.


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




file systems

2002-07-25 Thread Shai Bentin








Can anyone explain the differences/
definitions of the following FS- ext2, ext3, jfs, xfs



thanks








compilation problem with gnome2

2002-07-23 Thread Shai Bentin


I'm trying to compile the gnome2 packages. I got to libzvt without much
problem.

While compiling libzvt I get the following error, which is also
inconsistent and occures on different libraries each time, and sometimes
it just gives no more room on device .libs/[whateverlibrary].so

following is the dump of make (sorry for this dump)

shai

make  all-recursive
make[1]: Entering directory `/home/data/install/gnome2/libzvt-2.0.1'
Making all in libzvt
make[2]: Entering directory
`/home/data/install/gnome2/libzvt-2.0.1/libzvt'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/libart-2.0
-DGNOMEZVTLIBDIR=\/usr/lib\
 
-DGNOMEZVTDATADIR=\/usr/share\  
-DGNOMEZVTPIXMAPDIR=\/usr/share/pixmaps\
-DGNOMEZVTBINDIR=\/usr/bin\ 
-DGNOMEZVTLOCALSTATEDIR=\/usr/var\  
-DGNOMEZVTLOCALEDIR=\\
-DGTK_VERSION=\\-DG_LOG_DOMAIN=\ZVT\ 
 -DPTY_HELPER_DIR=\/usr/libexec/libzvt-2.0\  
-DG_DISABLE_DEPRECATED  -DGDK_DISABLE_DEPRECATED   
 -DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED-g -O2 -c 
subshell.c
rm -f .libs/subshell.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/libart-2.0
-DGNOMEZVTLIBDIR=\/usr/lib\ -DGNOMEZVTDATADIR=\/usr/share\
-DGNOMEZVTPIXMAPDIR=\/usr/share/pixmaps\ -DGNOMEZVTBINDIR=\/usr/bin\
-DGNOMEZVTLOCALSTATEDIR=\/usr/var\ -DGNOMEZVTLOCALEDIR=\\
-DGTK_VERSION=\\ -DG_LOG_DOMAIN=\ZVT\
-DPTY_HELPER_DIR=\/usr/libexec/libzvt-2.0\ -DG_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED -g -O2 -c subshell.c  -fPIC -DPIC -o
libs/subshell.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/libart-2.0
-DGNOMEZVTLIBDIR=\/usr/lib\ -DGNOMEZVTDATADIR=\/usr/share\
-DGNOMEZVTPIXMAPDIR=\/usr/share/pixmaps\ -DGNOMEZVTBINDIR=\/usr/bin\
-DGNOMEZVTLOCALSTATEDIR=\/usr/var\ -DGNOMEZVTLOCALEDIR=\\
-DGTK_VERSION=\\ -DG_LOG_DOMAIN=\ZVT\
-DPTY_HELPER_DIR=\/usr/libexec/libzvt-2.0\ -DG_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED -g -O2 -c subshell.c -o subshell.o /dev/null
21
make[2]: *** [subshell.lo] Error 1
make[2]: Leaving directory
`/home/data/install/gnome2/libzvt-2.0.1/libzvt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/data/install/gnome2/libzvt-2.0.1'
make: *** [all-recursive-am] Error 2




=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: compilation problem with gnome2

2002-07-23 Thread Shai Bentin

Problem solved. It was an inconsistency of the disk fsck solved it

Sorry for the bother

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Shai Bentin
Sent: Tuesday, July 23, 2002 2:28 PM
To: [EMAIL PROTECTED]
Subject: compilation problem with gnome2


I'm trying to compile the gnome2 packages. I got to libzvt without much
problem.

While compiling libzvt I get the following error, which is also
inconsistent and occures on different libraries each time, and sometimes
it just gives no more room on device .libs/[whateverlibrary].so

following is the dump of make (sorry for this dump)

shai

make  all-recursive
make[1]: Entering directory `/home/data/install/gnome2/libzvt-2.0.1'
Making all in libzvt
make[2]: Entering directory
`/home/data/install/gnome2/libzvt-2.0.1/libzvt'
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I..
-I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/libart-2.0

-DGNOMEZVTLIBDIR=\/usr/lib\ 
-DGNOMEZVTDATADIR=\/usr/share\  
-DGNOMEZVTPIXMAPDIR=\/usr/share/pixmaps\
-DGNOMEZVTBINDIR=\/usr/bin\ 
-DGNOMEZVTLOCALSTATEDIR=\/usr/var\  
-DGNOMEZVTLOCALEDIR=\\
-DGTK_VERSION=\\
-DG_LOG_DOMAIN=\ZVT\
-DPTY_HELPER_DIR=\/usr/libexec/libzvt-2.0\  
-DG_DISABLE_DEPRECATED  -DGDK_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED-g
-O2 -c subshell.c
rm -f .libs/subshell.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/libart-2.0
-DGNOMEZVTLIBDIR=\/usr/lib\ -DGNOMEZVTDATADIR=\/usr/share\
-DGNOMEZVTPIXMAPDIR=\/usr/share/pixmaps\ -DGNOMEZVTBINDIR=\/usr/bin\
-DGNOMEZVTLOCALSTATEDIR=\/usr/var\ -DGNOMEZVTLOCALEDIR=\\
-DGTK_VERSION=\\ -DG_LOG_DOMAIN=\ZVT\
-DPTY_HELPER_DIR=\/usr/libexec/libzvt-2.0\ -DG_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED -g -O2 -c subshell.c  -fPIC -DPIC -o
libs/subshell.lo
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -I/usr/include/gtk-2.0
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0
-I/usr/include/pango-1.0 -I/usr/X11R6/include -I/usr/include/libart-2.0
-DGNOMEZVTLIBDIR=\/usr/lib\ -DGNOMEZVTDATADIR=\/usr/share\
-DGNOMEZVTPIXMAPDIR=\/usr/share/pixmaps\ -DGNOMEZVTBINDIR=\/usr/bin\
-DGNOMEZVTLOCALSTATEDIR=\/usr/var\ -DGNOMEZVTLOCALEDIR=\\
-DGTK_VERSION=\\ -DG_LOG_DOMAIN=\ZVT\
-DPTY_HELPER_DIR=\/usr/libexec/libzvt-2.0\ -DG_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED -g -O2 -c subshell.c -o subshell.o /dev/null
21
make[2]: *** [subshell.lo] Error 1
make[2]: Leaving directory
`/home/data/install/gnome2/libzvt-2.0.1/libzvt'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/data/install/gnome2/libzvt-2.0.1'
make: *** [all-recursive-am] Error 2




=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: RPM 4.0.3 programming

2002-07-15 Thread Shai Bentin


On ב', 2002-07-15 at 08:44, Shlomi Fish wrote:
 On 14 Jul 2002, Shai Bentin wrote:
 
  Hey,
 
  I'm looking for examples of rmp ver 4.0.3 programming. The examples at
  rpm.org and the maximum-rpm book are for an earlier version and it seems
  that many things have changed.
 
 
 Take a look at the RPM SPEC files that are present within the SRPMs of the
 various distributions, like in Mandrake Cooker or RedHat. Unless you mean
 programming using the RPM library.

Yes, this is exactly what I mean. I'm looking into writing a JNI wrapper to the
rpm libraries.

 
  Also, does anybody know if there exists a java wrapper for the rpm
  library?
 
 
 I did not hear of any, and it's not likely that there is one.
 
 Regards,
 
   Shlomi Fish
 
 
  Thanx
 
 
  Shai
 
 
 
 
  =
  To unsubscribe, send mail to [EMAIL PROTECTED] with
  the word unsubscribe in the message body, e.g., run the command
  echo unsubscribe | mail [EMAIL PROTECTED]
 
 
 
 
 --
 Shlomi Fish[EMAIL PROTECTED]
 Home Page: http://t2.technion.ac.il/~shlomif/
 Home E-mail:   [EMAIL PROTECTED]
 
 Let's suppose you have a table with 2^n cups...
 Wait a second - is n a natural number?
 
 
 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]
 



To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RPM 4.0.3 programming

2002-07-14 Thread Shai Bentin

Hey,

I'm looking for examples of rmp ver 4.0.3 programming. The examples at
rpm.org and the maximum-rpm book are for an earlier version and it seems
that many things have changed.

Also, does anybody know if there exists a java wrapper for the rpm
library?

Thanx


Shai




=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




background color

2002-07-08 Thread Shai Bentin

I'm using gnome, however some of my applications are regular motif (like
opera, netscape, eclipse). How can I change the default background color
for such applications?






=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




bidi OO problem- rendering fonts

2002-06-02 Thread Shai Bentin


I managed to install the new bidi OO, I also installed ttf fonts with
hebrew: arial, david, tahoma, narkisim... which I took from my licensed
windows XP.

The left  right (bidi) is working fine. The only thing is that when
writing hebrew letters the rendering is off. What I see is that the
space between the letters is wrong, sometimes the letters are too far,
sometimes too close, and at any case it looks bad, very bad.

Any ideas?



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




a 'mount' question

2002-04-28 Thread Shai Bentin


How can I mount a DiskOnKey device with ownership ov a non root user.
Or, alternativly mount it as root with permissions to all reading and
writing?


shai



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: a 'mount' question

2002-04-28 Thread Shai Bentin

Sorry guys to have bothered you, I found out by my self!!!


shai


On א', 2002-04-28 at 12:31, Shai Bentin wrote:
 
 How can I mount a DiskOnKey device with ownership ov a non root user.
 Or, alternativly mount it as root with permissions to all reading and
 writing?
 
 
 shai
 
 
 
 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]
 



To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: a 'mount' question

2002-04-28 Thread Shai Bentin

Ok.

First the command would be:

mount -t vfat -o umask=0 [your key device] [mount point]

but it's better to make a propper entry in your fstab file. What I put
in mounts the device with read/write/execute permissions to all, under
the Uid Gid of the user doing the mount. 

The line entered in /etc/fstab is:
[Your device] [mount point] auto user,iocharset=iso8898-8,umask=0,exec 0
0

hope it helps...

Shai

On א', 2002-04-28 at 13:57, Muli Ben-Yehuda wrote:
 On Sun, Apr 28, 2002 at 01:46:26PM +0300, Shai Bentin wrote:
  Sorry guys to have bothered you, I found out by my self!!!
 
 In that case, why don't you share it with the rest of the list, in
 case someone else looks for it in the future?
 
 ObLinuxTriviaQ: Using one standard unix command, hide a all of the
 files in a single user's home directory, so that they will be totally
 inaccessible until the admin decides otherwise. Answers on or off
 list, as you wish. 
 -- 
 The ill-formed Orange
 Fails to satisfy the eye:   http://vipe.technion.ac.il/~mulix/
 Segmentation fault. http://syscalltrack.sf.net/



To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: open source - is it that good..???

2002-04-10 Thread Shai Bentin

I've read what you all have written. I tend to agree with all of you. 

On the one hand, looking at it through a business perspective, Open
Source does promote waist of programming hours, thus I agree that one
way is to form some sort of a committee which will be as widely accepted
as possible and will do two things:

1. Give out certification for Open Source programs, according to some
well thought out and defined requirement list which they will post.

2. Form some kind of road map for the Open Source project priority and
preference. This means that they will give a higher priority, and better
chance for certification for certain projects which follow that road
map.

Of course no one has to get this certification, however, looking at
business processes, users will tend to want to use certified programs
more than non-certified. This business fact will actually cause many
Open Source projects either to disappear, or conform to that committee.

On the other hand, Open Source, as it is today, promotes creativity. Out
of such many projects come out very innovating and interesting ideas. If
we change the environment on that, who knows how many ideas will simply
get lost.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Yehuda Drori
Sent: Tuesday, April 09, 2002 8:38 PM
To: [EMAIL PROTECTED]
Subject: open source - is it that good..???

hi...

I would like to raise a point about OPEN SOURCE.. 
I think there are a lot of human resources getting wasted with OPEN
SOURCE 
projects.

I've written a review where I spill my gut about it at:

http://whatsup.org.il/modules.php?name=Reviewsrop=showcontentid=7

and I would like you to response to that..

I don't want to get my hands burning but I think there is a point for a
debate 
about the open source projects future and I would like to get some other

points of view and see what the majority thinks.

remember I don't want fights with no one, just get some new points of
view :-)

--
Yehuda Drori
http://whatsup.org.il
your Linux spot on the web in HEBREW

=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Exchange in Linux

2002-03-26 Thread Shai Bentin

BTW, What is your favorite MUA?

On ג', 2002-03-26 at 10:16, Oleg Goldshmidt wrote:
 Hetz Ben Hamo [EMAIL PROTECTED] writes:
 
  More details - in wednsday..
 
 That's a nice afikoman, sure, but I have a very general question in
 relation to all of that (Connector, whatever this screenshot shows,
 etc).
 
 Yes, I would like interoperability with all the unwashed masses that
 use the bloody Outlook to send/acept/reject appointments etc. However,
 this should not force me to use a particular MUA. Especially not one
 that simulates Outlook's interface (quite pitiful, IMHO), or lacks 
 some features that my favourite MUA has.
 
 With all the (open source?) software that is supposed to talk to the
 stupid Outlook in terms of calendar maintenance etc, is there a
 published protocol that I can use to hack my (totally open source)
 favourite MUA to send properly formatted appointment invitations or
 replies? The only thing I am interested in is that the drone on the
 other end will get the proper accept/reject/whatever when I send it.
 
 -- 
 Oleg Goldshmidt | [EMAIL PROTECTED] 
 [Lisp] is the only computer language that is beautiful. 
   - Neal Stephenson 
 
 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]
 



To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Exchange in Linux

2002-03-26 Thread Shai Bentin

This idea is of course a nice to have feature. However the possibility
of achieving this is highly dependent on the Mail clients' software
design architecure, not all let you just plug in new protocols


On ג', 2002-03-26 at 15:59, Oleg Goldshmidt wrote:
 Geoffrey S. Mendelson [EMAIL PROTECTED] writes:
 
  Shai Bentin asked Oleg:
   
   BTW, What is your favorite MUA?
 
 Check the headers:
 
 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley)
 
 But that's not the point - see below.
 
  
  Isn't it obvious?
  
  mail
 
 That's the point. A solution that says you will be interoperable
 with Outlook users if you only use the MUA that we'll be happy to
 sell to you for $99 a pop is not enough for me. I would like to
 be able to send a properly formatted email (or attachment) with
 mail, mutt, pine, elm, KMail, mailtool (does anyone use this beast
 nowadays?), Mosaic, insetr your favourite here.
 
 For my favourite MUA I am willing to do some lisp hacking, if someone
 tells me clearly what to hack.
 
 -- 
 Oleg Goldshmidt | [EMAIL PROTECTED] 
 [Lisp] is the only computer language that is beautiful. 
   - Neal Stephenson 



To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Re: Whatsup - Important updates

2002-03-19 Thread Shai Bentin

Just a small clarification please- Is there money involoved in this
content sharing with this big poral?


On ג', 2002-03-19 at 12:51, Amir Tal wrote:
 Hi Linuxer's,
 
 We wanted to update you in some changes we are making with the site, and
 ask
 For your opinion\advice on some of them.
 
 1) first, there is a new domain name for us. You can now get to the site
 via http://whatsup.org.il .
 We thought that as appropriate for Linux related site, .org.il is more
 compatible then .co.il . We don't want people to get the feeling that we
 are commercial in any way.
 The old domain is still active (and will remain active), but in any way
 - update your bookmarks ! :)
 
 2) we will start sending a newsletter (in Hebrew of course) to all of
 our registered members. The newsletter will include ALL of the headlines
 from the past 24 hours, including links to the original stories (both
 translated and to the news source). We would like to get your opinion
 about having such a newsletter, and get some new idea's from you about
 things a user  would like to find there, other the news and site
 updates.
 
 3) this is the biggest issue : we were contacted by one of the biggest
 site's in Israel about content sharing .
 It appears that since Linux is becoming more and more known and
 appreciated in Israel, more and more portals want to develop their own
 Linux sections, and are looking for sources to get started\share with .
 The only problem is that this site requires for exclusively. That means
 that we cannot join forces with any other commercial competitor while
 working with the current one. Non-commercial sites are ok.
 The question is : do you think that this is a smart move for a site at
 our position ? We are only active for less then 2 months, and that kind
 of move can definitely close some doors\options for us, but on the other
 hand we will get the kind of exposure that we can only dream of if we
 don't take that offer.
 Is this something you would do ?
 
 4) we would like to take this opportunity and ask you all for your help
 contributing content to the site. We are all working people that cannot
 devote
 Ourselves 24\7 for dealing with Linux, but we believe this project has a
 huge potential of helping and promoting the local Linux community.
 If you feel like you want to chip-in by submitting news, writing
 articles, review products, manage a forum etc, please email us to
 [EMAIL PROTECTED] .
 
 5) we thought about having an online store that will sell (what else)
 Linux related products : original distro's cd's, books, and other
 helpful things.
 We need you to help us think what products we can have there. Again -
 the purpose is NOT commercial in any way. We want to do it as a service
 To the community.
 
 Please say if you think an online store is a good idea's by voting at :
 http://whatsup.org.il/pollBooth.php?op=resultspollID=15mode=order=th
 old=
 
 Thanks for your help, and we hope to be a great service for the Israeli
 Linux community.
 
 --
 Amir Tal, System Administrator
 Whatsup - Linux related news
 And support - in hebrew !
 icq : 15748705
 http://www.whatsup.co.il
 -- 
 
 
 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]
 



To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




RE: Whatsup - Important updates

2002-03-19 Thread Shai Bentin

OK, so what is it you may get in return for giving exclusivity to them?
There must be something. If all you get is exposure, then I don't think
it's worth it. MY OPINION!

shai

On ג', 2002-03-19 at 14:23, Amir Tal wrote:
  -Original Message-
  From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]] On Behalf Of Shai Bentin
  Sent: Tuesday, March 19, 2002 2:05 PM
  To: [EMAIL PROTECTED]
  Subject: Re: Whatsup - Important updates
  
  
  Just a small clarification please- Is there money involoved 
  in this content sharing with this big poral?
 
 No. at least not for now.
 Bare in mind that we are not a commercial organization, and we do not
 operate for profit.
 Well, at least not for now. Its hard to say what will happen, but this
 is not something we currently plan.
 
 Tal.
 
 
 
  
  
  On ג', 2002-03-19 at 12:51, Amir Tal wrote:
   Hi Linuxer's,
   
   We wanted to update you in some changes we are making with 
  the site, 
   and ask For your opinion\advice on some of them.
   
   1) first, there is a new domain name for us. You can now get to the 
   site via http://whatsup.org.il . We thought that as appropriate for 
   Linux related site, .org.il is more compatible then .co.il 
  . We don't 
   want people to get the feeling that we are commercial in any way.
   The old domain is still active (and will remain active), 
  but in any way
   - update your bookmarks ! :)
   
   2) we will start sending a newsletter (in Hebrew of course) 
  to all of 
   our registered members. The newsletter will include ALL of the 
   headlines from the past 24 hours, including links to the original 
   stories (both translated and to the news source). We would 
  like to get 
   your opinion about having such a newsletter, and get some 
  new idea's 
   from you about things a user  would like to find there, 
  other the news 
   and site updates.
   
   3) this is the biggest issue : we were contacted by one of 
  the biggest 
   site's in Israel about content sharing . It appears that 
  since Linux 
   is becoming more and more known and appreciated in Israel, more and 
   more portals want to develop their own Linux sections, and 
  are looking 
   for sources to get started\share with . The only problem is 
  that this 
   site requires for exclusively. That means that we cannot 
  join forces 
   with any other commercial competitor while working with the current 
   one. Non-commercial sites are ok. The question is : do you 
  think that 
   this is a smart move for a site at our position ? We are 
  only active 
   for less then 2 months, and that kind of move can definitely close 
   some doors\options for us, but on the other hand we will 
  get the kind 
   of exposure that we can only dream of if we don't take that offer.
   Is this something you would do ?
   
   4) we would like to take this opportunity and ask you all for your 
   help contributing content to the site. We are all working 
  people that 
   cannot devote Ourselves 24\7 for dealing with Linux, but we believe 
   this project has a huge potential of helping and promoting 
  the local 
   Linux community. If you feel like you want to chip-in by submitting 
   news, writing articles, review products, manage a forum etc, please 
   email us to [EMAIL PROTECTED] .
   
   5) we thought about having an online store that will sell 
  (what else) 
   Linux related products : original distro's cd's, books, and other 
   helpful things. We need you to help us think what products 
  we can have 
   there. Again - the purpose is NOT commercial in any way. We 
  want to do 
   it as a service To the community.
   
   Please say if you think an online store is a good idea's by 
  voting at 
   : 
   
  http://whatsup.org.il/pollBooth.php?op=resultspollID=15mode=
 order=th
  old=
  
  Thanks for your help, and we hope to be a great service for the 
  Israeli Linux community.
  
  --
  Amir Tal, System Administrator
  Whatsup - Linux related news
  And support - in hebrew !
  icq : 15748705
  http://www.whatsup.co.il
  --
  
  
  =
  To unsubscribe, send mail to [EMAIL PROTECTED] with the 
  word unsubscribe in the message body, e.g., run the command echo 
  unsubscribe | mail [EMAIL PROTECTED]
  
 
 
 
 ==
 To unsubscribe, send mail to [EMAIL PROTECTED] with the word
 unsubscribe in the message body, e.g., run the command echo
 unsubscribe | mail [EMAIL PROTECTED]
 
 
 =
 To unsubscribe, send mail to [EMAIL PROTECTED] with
 the word unsubscribe in the message body, e.g., run the command
 echo unsubscribe | mail [EMAIL PROTECTED]
 



To unsubscribe, send 
mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL

Opera 6

2002-03-03 Thread Shai Bentin

I have downloaded opera 6, just to have a look.

Its a very nice looking browser. However I couldn't get it to show 
hewbrew correctly, the closest I got was  to show hebrew inverted.

Any Ideas?

Shai


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




heb fonts solved, previously hebrew fonts under linux

2002-02-27 Thread Shai Bentin

I have successfully installed hebrew fonts under abiword 0.99 with bidi.

I'll write a small how-to and publish it here in a few days time.

Anybody who can't wait can try and e-mail me directly.

Shai


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




hebrew fonts under abiword

2002-02-25 Thread Shai Bentin

I have gotten my abiword to work with bidi, I also have the keyoard 
mapping correct, however I don't have hebrew fonts. I read that abiword 
uses it's own font directory. Can someone describe to me what I have to 
do inorder to install hebrew fonts for abiword. Is all I have to do is 
copy fonts to the directory and run the program to add them to the 
fonts.dir file?

thanx


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




Gnome Panel Menus

2002-02-21 Thread Shai Bentin

I trying to figure out where the menu defintitions are for the main menu 
on the panel. I once installed ximian gnome, and since then my main menu 
has four elements: Programs, Favorites, Settings, Desktop.

The regular menu editors that come with gnome, and Mandrake (I'm using 
Mandrake 8.1) do not see these menus, and make a mess when I try to 
change the Programs menu.

I want to know, also for personal knowlegde which are the configuration 
files that tell the panel (or menus) how to format them selves.

I could see that there is some connection with the directory structure 
under .gnome/apps and .gnome/apps-mdk, however these do not describe the 
top level menus.

Any info will be appreciated.

Shai 


=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




mouse problems continued - even weirder

2002-01-25 Thread Shai Bentin








This
message is a reply to a previous thread I started before: can't get the
mouse wheel to work



First
of all, thanks for all your previous replies.



For
those of you who suggested the different XF86Config-4 mouse settings, I've
tried them all with no success. I even tried the Imwheel solution. 



However,
from all the playing around I've discovered an interesting thing. I neglected
to mention that my mandrake is installed on a ThinkPad T22 laptop. I also have
a desktop with the same Linux installed. The same mouse works with the wheel on
that desktop with no problems using the following settings:





 Identifier Mouse0

 Driver mouse

 Option Device /dev/mouse

 Option Protocol imPS/2

 Option Emulate3Buttons no

 Option ZaxisMapping
4 5 



Now,
using the same simple standard configuration on the laptop makes the same exact
mouse to simply go crazy, meaning the pointer moves anywhere but where you
want, the buttons don't.



Any
ideas why this is occurring, what can be the differences



Shai








RE: Hebrew Linux from IBM?

2001-11-25 Thread Shai Bentin

Well, Usually IBM used to do its localization using a group (a company
it owned) called Softel, which was set in Jerusalem. When IGSI was
established IBM incorporated Softel into IGSI. It may have taken some of
the localization development and moved it into IBM Haifa. The people in
tel aviv are not actually supervising the development.

-Original Message-

The article also mentioned that work on this is being done in IBM's
Haifa
Research Center. Is that correct? I was under the impression that the
work
was being supervised by IBM people from Tel-Aviv, and programming was
done
together with an external company...




=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]




evolution weather - city codes

2001-11-18 Thread Shai Bentin


The following codes are the official city codes. Some are not updated
regularly, some seem to not be carried by the ximian weather server:

OK
LLOV - ovda
LLBG - Ben Gurion
LLET - Eilat

Not Updated on a daily basis
LLJR - Jerusalem
LLIB - Rosh Pina
LLBS - Beer Sheva

Not Carried
LLSD - Sde Dov
LLHA - Haifa

Hope it helps who ever asked.

Shai



=
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word unsubscribe in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]