Re: Linux on Android related question

2014-12-26 Thread Diego Iastrubni
Hi David, On יום שישי, 26 בדצמבר 2014 15:54:12 David Harel wrote: My son purchased an Android phone in China (against my recommendation). It's a phone by Coolpad the module is 7620l You should have a talk to your son ;-) Apparently the Android installation for Chinese is different than what

Re: OT: languages in Google Maps

2014-08-12 Thread Diego Iastrubni
OSM is a great promise. But not usable in a real world. 1) The servers are slow. Loading maps takes for ever. 2) Using tilemaps is nice, but this maps that rotating the map will not fix the text location according to the orientation of your map. 3) They are very ugly. To the original answer:

Re: detecting what does a reboot

2014-06-08 Thread Diego Iastrubni
And when everything else fails - good old serial console and another machine to capture the last dieing words of this server. On 06/08/2014 01:21 PM, Rabin Yasharzadehe wrote: you can try with auditctl auditctl -w /tmp/1 -p wa -k write_or_access *-- Rabin* On Sun, Jun 8, 2014 at 12:11

Re: Chinese KitKat

2014-01-05 Thread Diego Iastrubni
On 01/05/2014 12:22 PM, Eli Marmor wrote: By the way (off topic): Does anybody have any experience with generic Android versions? (such as CyanogenMod, which Mord mentioned) There is not such thing as a generic android version. The amount of propietary crap available on Android devices make it

Re: Linux with Android MTP

2013-12-09 Thread Diego Iastrubni
On 12/08/2013 12:12 PM, Shlomo Solomon wrote: I never got MTP to work with a Galaxy S3 on Mageia 3. I've tried mtpfs and kio-mtp with no success. I may be doing something wrong, but since these are my kids' phones, it was not really urgent. But now I'm about to move from A Galaxy S to Galaxy S4

Re: ההרצאה: הפלת פטנטים באמצעות קוד פתוח שקדם להם

2013-08-06 Thread Diego Iastrubni
On יום ראשון, 4 באוגוסט 2013 13:18:42 Shlomi Fish wrote: כפי שאולי חלקכם יודעים, נוכחותי בכנס, ובכלל זה הרצאה שהייתי אמור לתת, נמנעו עקב פטירה במשפחה. בזמן שהייתי אמור להרצות, הייתי עסוק בסידורים ללוויה, שהתקיימה מאוחר יותר באותו היום. (הקירבה היא מדרגה שניה, ולכן אני לא מיושבי

Re: Retooling my mail server

2013-07-24 Thread Diego Iastrubni
On יום חמישי, 18 ביולי 2013 18:32:46 Ira Abramov wrote: The next component to install after ditching Gmail as far as I can, will be OwnCloud so I can ditch DropBox and friends as well. Got any pros and cons to share? I'll appreciate this too. Just a note: owncloud is quite crap for handling

Re: linking problems with several static libraries

2013-07-13 Thread Diego Iastrubni
On שבת, 13 ביולי 2013 21:42:12 Valery Reznic wrote: And I was under impression that ld was supposed to handle such kind of cyclic dependencies. ld indeed able to handle it. From ld man page: -( archives -) --start-group archives --end-group The archives should be a list of archive

Re: linking problems with several static libraries

2013-07-12 Thread Diego Iastrubni
On יום רביעי, 10 ביולי 2013 21:43:54 Omer Zak wrote: On Wed, 2013-07-10 at 21:31 +0300, Diego Iastrubni wrote: My program needs liba, which in turn needs libb.. which in turn needs libk. The last libk needs symbols from liba.. and this is where it gets funky. While linking g++ complains

linking problems with several static libraries

2013-07-10 Thread Diego Iastrubni
Hi all, I have been figthing this nice problem at work, which I would like someone to help me. Basically, I have several static libs (liba... libk) which I need to link to my program. My program needs liba, which in turn needs libb.. which in turn needs libk. The last libk needs symbols from

Re: Android phone question

2012-12-01 Thread Diego Iastrubni
On יום שני, 26 בנובמבר 2012 16:38:30 Steve G. wrote: Got myself a Galaxy Mini (was going to get Pocket, but Mini was discounted in Bug for Black Monday, Cyber Friday, or some such holiday). Does all I need, more, quite well. Screen not ideal size, but frankly, the latest iPhones and Galaxy

Re: [YBA] Lenovo z580 BISO setup horror story

2012-08-27 Thread Diego Iastrubni
On יום ראשון, 19 באוגוסט 2012 22:37:24 Jonathan Ben Avraham wrote: Dear Colleagues, I recently purchased a Lenovo Z580 Ideapad from Macsanei Hashmal. I replaced the 750GB HD with a 240GB SSD and installed Squeeze. The installation succeeded but I was unable to log out - had to hold power

Re: which filesystem

2012-08-11 Thread Diego Iastrubni
On שבת 11 אוגוסט 2012 14:59:29 Marc Volovic wrote: IMHO - xfs Sent from my iPhone I am sorry. I cannot take you seriously when I read those two sentences together. Please read chapters 3, 5 and 8 of the vim manual as atonement. Here are the links, don't even waste time looking for them:

Re: mobile service providers updates

2012-08-11 Thread Diego Iastrubni
On יום שלישי 07 אוגוסט 2012 18:23:26 Tzafrir Cohen wrote: Thanks for all the fixes, On Tue, Aug 07, 2012 at 12:06:08PM +, Tzafrir Cohen wrote: Hi I figured I'd submit an update to the service providers database[1]. From a quick search (using e.g. [2] and [3]) I got the

writing data over RS232

2012-05-07 Thread Diego Iastrubni
Hi all, I have been assigned at work to write a specific protocol between two machines, which eventually will be over RS232. As part of the development I decided to write it on linux, and simulate the communication using a named pipe. In theroy, it should be trivail since the protocol only

Re: TCP/IP using perl

2012-04-07 Thread Diego Iastrubni
On שבת 07 אפריל 2012 16:39:12 Shlomi Fish wrote: Otherwise, does Wireshark tell you anything suspicious? You may also use nc -l | hexdump -C to debug the data on the server. But I assume you already did that. ___ Linux-il mailing list

Re: what happens if

2012-03-20 Thread Diego Iastrubni
On יום שלישי 20 מרץ 2012 10:45:19 Erez D wrote: All theory I read before implementing this said this was a bad idea. The theory says that libc may maintain some mutex inside malloc() which is called from printf() for example. This means that even trivial things may kill your app. The

Re: what happens if

2012-03-19 Thread Diego Iastrubni
On יום שני 19 מרץ 2012 12:22:15 Erez D wrote: On Mon, Mar 19, 2012 at 12:20 PM, Nadav Har'El n...@math.technion.ac.ilwrote: On Mon, Mar 19, 2012, Erez D wrote about Re: what happens if: my reason for fork is only for exec() - to protect the first program from the other. Then you

Re: oVirt, FLOSS Weekly, Itamar Heim talks about oVirt

2012-03-15 Thread Diego Iastrubni
On יום חמישי 15 מרץ 2012 22:38:11 Tzafrir Cohen wrote: What do you base that statement on exactly? Listening to that episode and previous some 50 or so previous ones. This episode was brought to you by Ford - marketing the Zune crap This episode was brought to you by Netflix ... You shuold

Re: Preparing to convince to shift to non-propriety documents formats

2012-02-17 Thread Diego Iastrubni
From my experience there is no problem opening in office 2007 docx written in office 2010. BTW, if you think they improved ODF support you are dead wrong. In the last years all ODF supporting programs were adapting to the (now approved) ODF-1.2 -- care to check where is MS-Office in

Re: Preparing to convince to shift to non-propriety documents formats

2012-02-16 Thread Diego Iastrubni
On יום חמישי 16 פברואר 2012 12:19:18 you wrote: On Wednesday, 15 בFebruary 2012 21:47:02 Diego Iastrubni wrote: On Monday, February 06, 2012 02:43:16 AM Oron Peled wrote: You can find an example of this (refering to ODS): http://www.robweir.com/blog/2009/05 Really? WTF? Linking

Re: Preparing to convince to shift to non-propriety documents formats

2012-02-15 Thread Diego Iastrubni
On Monday, February 06, 2012 02:43:16 AM Oron Peled wrote: You can find an example of this (refering to ODS): http://www.robweir.com/blog/2009/05 Really? WTF? Linking to a document from 3 years ago? So, the wold of propietary software stopped 3 years ago? Did you check the status on modern

Re: umount and data is lost?

2011-11-06 Thread Diego Iastrubni
Hi all, First of all, thanks for all the responces. I am here, instead of the gazillion (usefull) answers just so I do not insult anyone... (or everyone?). Some questions asked: 1) I did fclose() the file. 2) I tried sync() before the umount(). 3) Instead of using system(umount...) I am using

Re: Scheduling a Meeting in a Cafe or Restaurant

2011-11-02 Thread Diego Iastrubni
On יום רביעי 02 נובמבר 2011 16:33:22 Shlomi Fish wrote: On Wed, 2 Nov 2011 14:50:16 +0200 Stan Goodman stan.good...@hashkedim.com wrote: On Wednesday 02 November 2011 13:24:56 Shlomi Fish wrote: Hi all, I'd like to meet with a few people (whoever is interested) for chat

Re: Flashing Galaxy S devices under Linux (Was: Upgrading Android Under Linux)

2011-06-08 Thread Diego Iastrubni
On יום שלישי 07 יוני 2011 22:13:22 Gadi Cohen wrote: Right, I finally overcame my fears and successfully flashed my SGS II I9100 in Linux yesterday. I just used the recovery console to install this ZIP: http://download.cyanogenmod.com/get/cm_galaxysmtd_full-21.zip I also formatted the sys

Re: Upgrading Android Under Linux

2011-05-04 Thread Diego Iastrubni
On יום רביעי 04 מאי 2011 18:32:59 Antony Gelberg wrote: http://forum.cyanogenmod.com/topic/17020-all-models-cyanogenmod-7-for-samsu ng-galaxy-s-phones-experimental/ And each time I read about it I keep reading about people complaining that the Wifi does not always work, and problems with the

Re: flash killer extension for firefox 4

2011-04-03 Thread Diego Iastrubni
On יום שני 28 מרץ 2011 16:02:03 Udi Finkelstein wrote: I stand corrected. What I wrote below was for Windows Firefox. Under Linux you will find the same under Edit/preferences/Advanced/Update. Unless you are using a version of Firefox which was packaged by your distribution, and in this

Re: Android phones

2011-02-25 Thread Diego Iastrubni
On יום חמישי 24 פברואר 2011 22:46:54 Shachar Shemesh wrote: On 24/02/11 08:42, Diego Iastrubni wrote: Can you explain how those roms are done? What does does it mean binary patching? Points to FMs are OK, search terms are OK as well. FMs? Fabolous manuals of course. There is an open

Re: Android phones

2011-02-25 Thread Diego Iastrubni
On יום חמישי 24 פברואר 2011 11:48:17 Tzafrir Cohen wrote: On Thu, Feb 24, 2011 at 08:39:10AM +0200, Diego Iastrubni wrote: This might be related to the low quality of the call. The cellular networks use these days a heavly compressed GSM codec to save bandwith. If you are on an area

Re: Android phones

2011-02-23 Thread Diego Iastrubni
On יום רביעי 23 פברואר 2011 13:51:30 Ori Idan wrote: Headache during conversation is a known problem with cellular phones, the question is does it means that you will suffer long term effects like continuous headache or even worth, some kind of cancer. This might be related to the low quality

Re: Android phones

2011-02-23 Thread Diego Iastrubni
On יום רביעי 23 פברואר 2011 19:46:56 Shachar Shemesh wrote: I'm not sure what you mean by upstream. Most of the limitations of the forum solutions stem from the fact that no sources are available for the phones, so you are, essentially, hacking in BiDi support by modifying the binaries. Which

Re: [r...@gnu.org: Speeches in Israel?]

2011-01-16 Thread Diego Iastrubni
On יום ראשון 16 ינואר 2011 15:15:22 Ehud Karni wrote: From: Richard Stallman r...@gnu.org To: e...@gnu.org Subject: Speeches in Israel? Reply-to: r...@gnu.org Date: Wed, 12 Jan 2011 22:05:32 -0500 I think I will be in Israel in July. Do you know of any place

Re: Will Nokia destroy Qt4 like they destroyed Symbian OS?

2010-11-08 Thread Diego Iastrubni
On יום שני 08 נובמבר 2010 16:41:16 Omer Zak wrote: http://eu.techcrunch.com/2010/11/08/guest-post-symbian-os-one-of-the-most-s uccessful-failures-in-tech-history/ The 4th comment has a prediction that Nokia are not going to be healthy for Qt4. So if it does really happen, I suppose that

Looking for a smart card guru

2010-11-03 Thread Diego Iastrubni
Hi all, The company I am working on is looking into incorporating some smart card readers into our device line (based on TI OMAP3). We need someone to help us port the pcsc-lite stack to our device and then help writing the higher level code to read/write data from/to the smart card. Since

Re: cheap linux box ?

2010-10-15 Thread Diego Iastrubni
On יום שני 11 אוקטובר 2010 14:03:39 Tzafrir Cohen wrote: Take a look at the Sheevaplug/GuruPlug. I heard good things about Sheevaplug, and bad about GuruPlug (the Debian planet is infected with people doing HW hacks on that device since otherwise it just dies). Lets join the discussion: Any

Re: OT: heard about internetto?

2010-08-20 Thread Diego Iastrubni
On יום חמישי 19 אוגוסט 2010 23:09:29 geoffrey mendelson wrote: I'm not sure it's really worth it. Last I checked, you could get a voice line from BEZEQ for 15 NIS a month, if you only used it for a small number of calls a month. For that price, I would rather keep a line from them and have a

Re: Changing UI to Hebrew in Thundirbird

2010-07-21 Thread Diego Iastrubni
elc...@pinky:~$ aptitude search thunderbird | grep Hebrew p thunderbird-locale-he - Thunderbird Hebrew language/region package On יום שישי 16 יולי 2010 12:02:34 Amichai Rotman wrote: Hi all, I am running Ubuntu Lucid. I have installed Thunderbird from the repo, but can't find

Re: hebrew letters in non-unicode vfat

2010-06-19 Thread Diego Iastrubni
Shachar, On שבת 19 יוני 2010 00:08:26 Shachar Shemesh wrote: There is no such thing non-unicode vfat. FAT file systems comes in two flavors. One is the classic, pre-Windows 95, version, which only supported ASCII (no Hebrew at all). The other is the LFN extension to FAT, which is encoded in

Re: gcc-4.5.0 Success Story with Freecell Solver

2010-06-16 Thread Diego Iastrubni
On יום רביעי 16 יוני 2010 08:33:55 Shlomi Fish wrote: Hi Diego, (PS, If you want to fully bootstrap clang instead of just using stage1 here, use this ugly shell script to get a clang built with clang built clang, aka stage 3). Please report how good/bad clang is for your case. Well,

Re: gcc-4.5.0 Success Story with Freecell Solver

2010-06-16 Thread Diego Iastrubni
On יום רביעי 16 יוני 2010 13:47:35 Shlomi Fish wrote: To make a good comparison, please to boostrap clang properly (you need at least stage2, in theory from that point all binaries should be identical). Building clang here does take about an hour or two, yes, builind a C++ compiler is a

Re: Remote debug within QT creator

2010-05-30 Thread Diego Iastrubni
Do you see this? Debug - Start debugging - Start and attach to remote application On יום ראשון 30 מאי 2010 09:00:30 itamar levit wrote: Hi Is it posible to do remote debuging from QT creator ? if yew how ? ___ Linux-il mailing list

Re: Common problems with Ubuntu

2010-05-12 Thread Diego Iastrubni
On יום רביעי 12 מאי 2010 21:40:30 Shlomi Fish wrote: Anyway, I believe that the problem in Debian would have been exhibited even if I wanted to install exim in addition to postfix, or sendmail in addition to postfix etc. because they all supplied a /usr/sbin/sendmail file which was not a

Re: Bituah Leumi site: call them!

2010-04-15 Thread Diego Iastrubni
On Thursday 15 April 2010 22:53:25 Stan Goodman wrote: There is a phone number on that page. Call them next week! Let them know that not the whole world uses Windows! When I mentioned some years ago to the Bezeq business office that I do not have Windows on my machine (I had only OS2 then,

Re: Hebrew search in PDFs is backwards?

2010-01-19 Thread Diego Iastrubni
This is really, really bad from qt/src/gui/painting/qpainter.cpp, inside void QPainter::drawText(const QPointF p, const QString str, int tf, int justificationPadding) I see this code: QStackTextEngine engine(str, d-state-font); engine.option.setTextDirection(d-state-layoutDirection);

Re: ot: looking for cheap/free sip phones

2010-01-08 Thread Diego Iastrubni
...and if you craft your dialplan correctly in asterisk, you can use the internal phone's contact list (dialing 9 for outbound dialing is lame). Highly recommended. On Friday 08 January 2010 10:38:03 Ohad Levy wrote: If you have a Nokia E or N series, you can use that instead. Ohad On

Re: Hebrew in urxvt

2009-11-04 Thread Diego Iastrubni
whats wrong with piping text trough fribidi ? what do you do when you need to edit text? the text cursor gets crazy under all those tests. On Wednesday 04 November 2009 17:51:05 Yuval Hager wrote: I've recently switched from Konsole to urxvt. Konsole has great bidi support, which allows one to

Re: how to disable PolicyKit?

2009-11-01 Thread Diego Iastrubni
On Saturday 31 October 2009 23:42:49 Oron Peled wrote: You can try wicd, I tested it under Debian and it was pretty good. I don't know how it will break Fedroa by killing NetworkManager and installing wicd What does it have to do with the subject? We discussed PolicyKit, integration

Re: how to disable PolicyKit?

2009-10-31 Thread Diego Iastrubni
On Friday 30 October 2009 01:40:07 Oron Peled wrote: I rather hate NetworkManager, too ;-). However, from the system point of view, I'd naively expect hal, udev, dbus, network, etc. to work without a policy kit developed by GUI people (I understand it comes from Gnome). ... However, you

Re: Current recommendations for Linux-compatible printer?

2009-10-23 Thread Diego Iastrubni
I have an HP printer/fax/scanner here. Nice piece of HW. I connected it to the wireless network, and under Windows it's a charm. Under linux, I can print to it from the network. They have this nice web interface from which you you can scan, I did not manage to get the scanner working directly

Re: Current recommendations for Linux-compatible printer?

2009-10-23 Thread Diego Iastrubni
Hi Oron, See comments inline: On Friday 23 October 2009 13:49:08 you wrote: On Friday, 23 בOctober 2009 13:09:31 Diego Iastrubni wrote: (I should fix kmail's translation...) the wireless model due to security: Whats wrong about WPA2+do not broadcast the SSID? Model? My HP Officejet 6313

Re: cms.uniqsys.co.il (reported site attack)

2009-09-29 Thread Diego Iastrubni
BTW, How do I disable that stupid red window on FF? *I* don't have problems with those kind of sites. This warning is preventing *me* from looking into the site and learning what/who/how things are done. On Sunday 27 September 2009 07:41:43 Noam Rathaus wrote: Hi, Does someone know

Re: Setting LANG env on Ubuntu

2009-09-26 Thread Diego Iastrubni
On Friday 25 September 2009 00:15:40 Shachar Shemesh wrote: I don't know about Ubuntu, but in Debian these variables are set either in /etc/default/locale or /etc/environment. Also, the official way of changing those is by doing dpkg-reconfigure locales as root. On Debian/Ubuntu,

Re: Feedback on Acer laptop w. Linux

2009-09-04 Thread Diego Iastrubni
On יום ראשון 30 אוגוסט 2009 11:36:03 Oron Peled wrote: I normally follow your original method -- put some effort *before* buying to have an idea about good/problematic hardware. I also make sure that the people who sell stuff will know *why* I chose their hardware (because its vendor is

Re: [OT] Power over radio is it a true thing or just a myth ?

2009-08-28 Thread Diego Iastrubni
What the fuck are you doing? I did not see that movie yet... Please write spoiler and leave a few empty the next time. On יום שישי 28 אוגוסט 2009 13:17:06 Gilad Ben-Yossef wrote: Interesting enough, Light travels through Israeli movies in speed close to American ones (88 mph) but, complain

Re: kopete and hebrew

2009-08-09 Thread Diego Iastrubni
On Sunday 09 August 2009 08:33:46 Omer Zak wrote: i found that in my case is selected iso 8859-1 western and i see that there are 2 hebrew encodings iso-8859-8 hebrew visually ordered and iso-8859-8-1 hebrew logically ordered. which one should I choose? Neither. Choose utf-8 and ensure

Re: binks when using newer kernels

2009-05-30 Thread Diego Iastrubni
On Saturday 30 May 2009 13:35:55 you wrote: On 30.05.2009 Diego Iastrubni wrote: I just heard that EXT4 is stable in 2.6.30... but no distro still uses that kernel by default. My SOHO server uses an ext4 /home partition in the last 5 months (since Fedora-10 bundled it) without a hitch

binks when using newer kerels

2009-05-29 Thread Diego Iastrubni
Hi all, I am using Mandriva 2008.1 (yes, the old one) and decided to upgrade my kernel. I tested 2.6.29 and 2.6.30 (git, from Linus branch) nad under both I get random blinks in the screen. It's like the screen gets shut down for 100-200 msec, and then continues on working. The machine is a

Re: binks when using newer kernels

2009-05-29 Thread Diego Iastrubni
#1? ;-) On Friday 29 May 2009 22:24:04 Oron Peled wrote: On 29.05.2009 Diego Iastrubni wrote: I am using Mandriva 2008.1 (yes, the old one) and decided to upgrade my kernel. I tested 2.6.29 and 2.6.30 (git, from Linus branch) nad under both I get random blinks in the screen. It's like

Re: Israeli sites that are broken under firefox

2009-05-26 Thread Diego Iastrubni
Macromedia sux? On Tuesday 26 May 2009 19:11:44 Noam Rathaus wrote: Maybe the flash works, but why the Hebrew is shown in reverse? ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: Israeli sites that are broken under firefox

2009-05-26 Thread Diego Iastrubni
On Tuesday 26 May 2009 20:45:00 Tomer Cohen wrote: (Diego - Adobe bought Macromedia long time ago) Them too. Ok. ___ Linux-il mailing list Linux-il@cs.huji.ac.il http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Re: usb packet analyzer on windows

2009-05-14 Thread Diego Iastrubni
Hi, Some RTFM for you: http://groups.google.com/group/microdia/web/usb-sniffing-on-windows On Tuesday 12 May 2009 10:37:46 Constantine Shulyupin wrote: Hi, Can you please software USB packet analyzer on Windows . I have a device that works on Windows. I going to develop driver on Linux

Re: OT: c++ q

2009-04-26 Thread Diego Iastrubni
On Sunday 26 April 2009 15:38:53 Erez D wrote: files: == a.h === MISSING: #ifndef __FILE_H__ class a { int m_a; a (int val); void do_somthing() } MISSING: semicolon, last line should be }; MISSING: #endif // __FILE_H__ == a.cpp === #include a.h a::do_somthing {a.m_a++;}; a::a(int

Re: OT: c++ q

2009-04-26 Thread Diego Iastrubni
On Sunday 26 April 2009 17:31:59 Shachar Shemesh wrote: Go back to school, and as punishment re-implement quick_sort in VB.NET. Now that's going the cruel and unusual route. I do think every programmer should take the time to implement binary search and quick sort at least once from

Re: Backup encryption key

2009-04-24 Thread Diego Iastrubni
On Friday 24 April 2009 09:34:40 you wrote: P.s. Blowfish? In this day and age? Twofish, I stand corrected. Their specks are very confusing: * They claim that the transport is based on https * They claim that the encryption key is stored on my computer, but i see no documentation on the

Re: Backup encryption key

2009-04-23 Thread Diego Iastrubni
As someone who tried to convince his boss to use Shachar's product, I can tell you that there are companies (in israel!) who sell a competing product, which is closed source, but: * works with a nice Java Based web interface, * it has a CLI version (works on 64 bit as well) * it's

Re: Hebrew Text Alignment Under Fedora 10

2009-03-24 Thread Diego Iastrubni
automatic text direction detection as you see in KDE3 is not implemented in KDE4. On Tuesday 24 March 2009 13:43:47 Aharon Schkolnik wrote: Hi. I have just got Hebrew input working under Fedora 10. Now I see that Hebrew is aligned on the left margin as follows: אבגד הוז Specifically, I

Re: Hebrew Text Alignment Under Fedora 10

2009-03-24 Thread Diego Iastrubni
Hi Dan, WTF are you confusing this guy? How the hell would bidiv help him set the *direction* of the text in side KMail's QTextWidget? On Tuesday 24 March 2009 14:04:06 Dan Kenigsberg wrote: On Tue, Mar 24, 2009 at 01:43:47PM +0200, Aharon Schkolnik wrote: Hi. I have just got Hebrew

Re: Hebrew Text Alignment Under Fedora 10

2009-03-24 Thread Diego Iastrubni
wrote: On Tuesday 24 March 2009, Diego Iastrubni wrote: Hi Dan, WTF are you confusing this guy? How the hell would bidiv help him set the *direction* of the text in side KMail's QTextWidget? That's OK, I wasn't confused. I didn't think bidiv would help with my kmail problem

Re: I don't want to do it under Windows ; please help

2009-03-24 Thread Diego Iastrubni
I smell SVG... ;-) http://www.w3.org/Graphics/SVG/ http://en.wikipedia.org/wiki/Scalable_Vector_Graphics All you need is a text editor, a browser (1) and time to learn. (1) IE6 does not count as a browser On Tuesday 24 March 2009 22:42:27 Dan Shimshoni wrote: Hello, Please help me to stay

Re: [Linux-il] Web browser on ARM

2009-01-25 Thread Diego Iastrubni
On Sunday 25 January 2009 14:28:09 Constantine Shulyupin wrote: HI, I going to cross compile a web browser for ARM (TI DaVinci, MontaVista Linux 4). I already unsuccessfully tried to compile WebKit. Webkit on what? Qt45? GTK? ___ Linux-il mailing

Re: [Linux-il] testing

2009-01-25 Thread Diego Iastrubni
I see on the header something very similar: List-Id: The linux Israeli users list linux-il.cs.huji.ac.il List-Unsubscribe: http://mailman.cs.huji.ac.il/mailman/options/linux-il, mailto:linux-il-requ...@cs.huji.ac.il?subject=unsubscribe List-Archive:

Re: Israeli sites that are broken under firefox

2009-01-18 Thread Diego Iastrubni
I can still remember Leumi doing this with a floppy way then. At least a USB device would last for several months/years. Floppies lick balls (the 1.44, not the 1.2, they actually kickes ass and were better, don't know why). Oron Peled wrote: On Sunday, 18 בJanuary 2009, Arie Skliarouk wrote:

Re: [kde-il] Fedora 10 will have localized installer for Hebrew

2008-10-14 Thread Diego Iastrubni
(please note, I am cross posting) KDE 4.1 has no official Hebrew translation in KDE 4.0 and KDE 4.1, since it did not qualify: it did not have enough percentage to be an official translation. See here: http://l10n.kde.org/stats/gui/stable-kde4/essential/ Basically, an official language

Re: Please vote for this KDE bidi bug, even if you are not a KDE user

2008-06-30 Thread Diego Iastrubni
Hi Dotan, I have seen you bug sprint this week, don't worry :) However, bug 165406 talks about input controls,which in Qt4 do not have automatic direction detection. IMHO, this is a non important bug compared to 163459 http://bugs.kde.org/show_bug.cgi?id=163459 This one renderes Plasma

Re: Visual diff tool for patches.

2007-03-07 Thread Diego Iastrubni
[EMAIL PROTECTED]:~/tmp$ echo test 123 1.txt [EMAIL PROTECTED]:~/tmp$ cp -la 1.txt 2.txt [EMAIL PROTECTED]:~/tmp$ echo test 321 1.txt [EMAIL PROTECTED]:~/tmp$ diff 1.txt 2.txt [EMAIL PROTECTED]:~/tmp$ [EMAIL PROTECTED]:~/tmp$ echo test 123 1.txt [EMAIL PROTECTED]:~/tmp$ cp -la 1.txt 2.txt

Re: MySQL License

2007-02-26 Thread Diego Iastrubni
ביום שני 26 פברואר 2007, 09:47, נכתב על ידי Oron Peled: Nothing is additional. No GPL software can be proprietary. Period. Oron, We had this conversation a few weeks ago. You can always double license the application you develop, and in fact you can have a proprietary GPL application. Some

Re: possible to dial into netvision from linux?

2007-02-05 Thread Diego Iastrubni
ביום שני 05 פברואר 2007, 22:50, נכתב על ידי Oded Arbel: Can this be done from Linux? http://cables2.netvision.net.il/linux/ He is using dialup. goto http://linmodems.org and google for more information. Also subscribe to their list and ask for more help. This is one of the darker places in

Re: crappy audio

2007-02-04 Thread Diego Iastrubni
/07, Diego Iastrubni [EMAIL PROTECTED] wrote: The system is Kubuntu 6.10 running a 2.6.17 kernel, the system in a Lenovo 3000 N100. I'd try to concentrate on the exact sound card version and lookup alsa-project.org for its entry. Also the alsa users mailing

Re: crappy audio

2007-02-03 Thread Diego Iastrubni
That's nice, analog audio does not work... only digitaly. Another Microsoft consipracy? Who cares. I changed the outpur engine from arts to alsa (kscd). Sound still sounds crappy. Anyway, this is not the solution since most of my music I consume digitally (ogg on amarok, using xine engine if

Re: httpfs hack

2007-01-28 Thread Diego Iastrubni
as a user is simple, but I want to mount a directory which contains a very sensitive content. ביום ראשון 28 ינואר 2007, 12:26, נכתב על ידי Amos Shapira: On 28/01/07, Diego Iastrubni [EMAIL PROTECTED] wrote: I would like to remove nfs from my work, and I am thinking of FUSE. How hard Why do you

Re: httpfs hack

2007-01-28 Thread Diego Iastrubni
ידי Gilad Ben-Yossef: Diego Iastrubni wrote: Yes, it's only performance. I did a small test today: I untared a tar.bz2 (~1.5 mb) file, under a local filesystem (~0.1 sec), under sshfs (7 seconds) and under NFS (4:06, yes, that's four minutes). The numbers are from the same machines (client

Re: httpfs hack

2007-01-27 Thread Diego Iastrubni
CRAP THIS FUSE THING IS HOT. I would like to remove nfs from my work, and I am thinking of FUSE. How hard is it to use ssh as a file-system? how out of the box is this? Whats the performance of this thing? בשבת 27 ינואר 2007, 15:27, נכתב על ידי Hadar: Hi all, Recently I played with httpfs

Re: [Haifux] Re: version control wiki

2007-01-24 Thread Diego Iastrubni
TRAC, only trac. It integrates bugzilla(like)+svn+wiki in one tight nice integration. When you start using it, everything else just stinks. ביום רביעי 24 ינואר 2007, 11:27, נכתב על ידי Nadav Har'El: On Wed, Jan 24, 2007, Shahar Dag wrote about version control wiki: 1.. Can you recommend

Re: How Can We Help to Make this Happen?

2007-01-19 Thread Diego Iastrubni
ביום שישי 19 ינואר 2007, 12:51, נכתב על ידי Nadav Har'El: About Hspell integration: Well, on any official build (not just the Hebrew build), you can use the Hspell-derived myspell dictionary. You can install it yourself using OpenOffice's menus (the dicoo wizard), or your distribution can

Re: How Can We Help to Make this Happen?

2007-01-19 Thread Diego Iastrubni
Har'El: On Fri, Jan 19, 2007, Diego Iastrubni wrote about Re: How Can We Help to Make this Happen?: ביום שישי 19 ינואר 2007, 12:51, נכתב על ידי Nadav Har'El: I want mixed languages spell chcking out of the box. Lets say: locale+english. This means that it will use the default locale

Re: How Can We Help to Make this Happen?

2007-01-19 Thread Diego Iastrubni
2007, 00:20, נכתב על ידי Nadav Har'El: On Fri, Jan 19, 2007, Diego Iastrubni wrote about Re: How Can We Help to Make this Happen?: I am plain, Jhon Doe, using English interface of OOo, using my favorite distro (just to make you happy, I like Fedora ;) ), what steps are needed to make

Re: How Can We Help to Make this Happen?

2007-01-18 Thread Diego Iastrubni
ביום ראשון 14 ינואר 2007, 11:45, נכתב על ידי Amichai Rotman: http://netmag.nana.co.il/Article/?ArticleID=420657 We can stop marstubating and talking about free software and imrpoove existing one. We need: * OpenOffice.org to fully support hebrew. Importing DOC files is a must. Tables inside

Re: Why the Internet sucks

2007-01-18 Thread Diego Iastrubni
ביום חמישי 18 ינואר 2007, 12:38, נכתב על ידי Tzahi Fadida: Just a little correction: IIRC YES moved StarWorld to channel 270. (Just a little FYI to all the Trekkies out there :) ). Which days and hours? :) = To unsubscribe, send

Re: Why are GNOME applications (and applets) take so much [EMAIL PROTECTED] memory ?

2007-01-16 Thread Diego Iastrubni
On the contrary to all said on this thread, I must admit that using KDE with 512 MB is quite sane. I am using this setup on a machine running Etch. kmail running for several weeks, same as akregator, Firefox 2 running on and off, konsole is usually open. The machine is very responsive a hour

Re: Exaile - a Gtk+-based Amarok Clone

2007-01-13 Thread Diego Iastrubni
Do you really think copying is that bad? The conecpt of an amarok like application is a very popular one. It seems like a good applicaion, and I really miss it when no KDE is available. There are many applications which are KDE/GNOME copy. kedit/gedit, konsole/gnome-terminal, many of the

Re: laptop

2006-12-31 Thread Diego Iastrubni
ביום שישי 29 דצמבר 2006, 13:43, נכתב על ידי Maxim Veksler: - IBM (note: Not the new lenovo junk!) I assume you are talking about the Lenovo 3000 series, which Hetz described in this thread. Do you have anything more to say about this laptio (besides what Hetz told, in which partly disagree).

Re: Debian upgrade to 2.6 and mouse problem

2006-12-31 Thread Diego Iastrubni
ביום חמישי 28 דצמבר 2006, 11:38, נכתב על ידי Ori Idan: Make sure you have the modules mousedev and psmouse loaded. I had similar problems that X could not find /dev/mouse etc. and the answer was loading these drivers. The modules for some reason are not loaded for you, hust add them to

Re: Keyboard shortcuts with Hebrew letters

2006-12-26 Thread Diego Iastrubni
Dotan Cohen wrote: I also would like to solve this at the X level. Then we will loose the option to use ctrl+ה as a real shortcut. Sorry, no. The bug is in (IMHO) hidden somewhere inside the xul engine's code. This is why we don't see it on pure Qt/KDE applications and pure GTK applications.

Re: scam ?

2006-12-13 Thread Diego Iastrubni
No Pelephone? No Cellcum? No ICQ? No backfall to Asterisk...? ביום רביעי 13 דצמבר 2006, 11:45, נכתב על ידי Dan Kenigsberg: Sendsms is still alive and kicking - but only with the Orange site. On Mon, Dec 11, 2006 at 09:25:33PM +0200, Diego Iastrubni wrote: Wait, that script is working again

Re: scam ?

2006-12-11 Thread Diego Iastrubni
ביום ראשון 10 דצמבר 2006, 21:52, נכתב על ידי Oron Peled: On Sunday, 10 בDecember 2006 13:35, Nadav Har'El wrote: Pretty soon, ... which cause your phone to send 100 SMSs Wait, that script is working again...? It stopped working 2 years ago! -- diego, kde-il translation team -

Re: Looking for English-Hebrew trasnlator aoolication for linux.

2006-12-04 Thread Diego Iastrubni
I also toyed with this idea a few months ago. My approach was using the PO files from several translation projects (KDE, GNOME, XFCE, Mandriva). It gave me an interesting list, which covered about 15000 words. I dropped that project when I head about Limon, since I assumed that project has a

Re: KDE's Selected Text/Active Title Bar Colours Are Constantly Reverted in Mandriva 2007

2006-12-04 Thread Diego Iastrubni
Shlomi, Stop wasting your time, and install Debian or Fedora like a true geek. Hell, even Ubuntu is fine. (me trolling? no way) ביום שני 04 דצמבר 2006, 21:30, נכתב על ידי Shlomi Fish: Hi all! I'm using Mandriva 2007 with KDE. The selection/windows title bar colours keep changing to

Re: And in unrelated news - Sun releases JDK under the GPL

2006-11-14 Thread Diego Iastrubni
ביום שלישי 14 נובמבר 2006, 23:35, כתבת: On Tuesday, 14 בNovember 2006 21:26, Meir Kriheli wrote: Oded Arbel wrote: https://openjdk.dev.java.net/ Excellent news, but let's have some fun as well. Browsing the svn I stumbled by mistake on:

Re: FTP over SSH

2006-10-25 Thread Diego Iastrubni
ביום רביעי, 25 באוקטובר 2006, 10:35, נכתב על ידי Ira Abramov: dynamic IP --(ssh)-- Fixed IP --(ftp)-- target machine I am probably missing something... but winscp (and konqueror sftp://) can handle file serving via ssh, and it only requires an SSH service available. -- diego, kde-il

Re: suggestion for a hebrew chat

2006-10-17 Thread Diego Iastrubni
ביום שני, 16 באוקטובר 2006, 21:02, נכתב על ידי Hetz Ben Hamo: most of the IRC server can do it I know, I'm looking for a good hebrew web based client. any recommendation? the Hebrew support is in the client side and not the server By user side I meant the client side.. GMail...? it runs

  1   2   3   4   5   6   >