Re: bottlenecks that case my machine to freeze

2018-10-25 Thread Muayyad AlSadi
> basically there's no way for the compositor to > tell the difference between "the key is being pressed for a long time" > and "the computer is under such heavy load that the keypress end event > hasn't arrived from the client yet". Of course it's a bit more event should have a timestamp when the

Re: bottlenecks that case my machine to freeze

2018-10-25 Thread Muayyad AlSadi
libinput ticket https://bugzilla.redhat.com/show_bug.cgi?id=1643144 tracker miner ticket https://bugzilla.redhat.com/show_bug.cgi?id=1643186 On Thu, Oct 25, 2018 at 6:05 PM Muayyad AlSadi wrote: > > This is a very poor bug report because it does not list the hardware > details of th

Re: bottlenecks that case my machine to freeze

2018-10-25 Thread Muayyad AlSadi
nals? what was the workaround before libinput? On Thu, Oct 25, 2018 at 5:33 PM John Reiser wrote: > On 10/25/18 11:27 UTC, Muayyad AlSadi wrote: > > > There are some things that makes my machine to freeze [[snip]] > > This is a very poor bug report because it does not list the

Re: bottlenecks that case my machine to freeze

2018-10-25 Thread Muayyad AlSadi
las Mailhot wrote: > Le 2018-10-25 12:27, Muayyad AlSadi a écrit : > > Hi, > > > > There are some things that makes my machine to freeze > > > > 1. I've noticed that if I have some heavy CPU usage (ex. running many > > VMs or tensorflow training or h

bottlenecks that case my machine to freeze

2018-10-25 Thread Muayyad AlSadi
Hi, There are some things that makes my machine to freeze 1. I've noticed that if I have some heavy CPU usage (ex. running many VMs or tensorflow training or having tracker-miner-fs working in background) while typing somewhere (firefox, geany, ...etc) a flood of keystrokes is send to the applica

Re: firefox with

2017-11-17 Thread Muayyad AlSadi
this is awesome, this should be default. does it look cool in KDE/xfce ..etc ? On Thu, Nov 16, 2017 at 11:54 PM, Christian Stadelmann < genodeft...@fedoraproject.org> wrote: > After setting "widget.allow-client-side-decoration" to true and > restarting firefox, I can see those CSDs even with d

firefox with

2017-11-16 Thread Muayyad AlSadi
I've tried firefox flatpak with Client Side Decorations (CSD) from here and it was awesome, can we ship those? what is preventing them upsteam or a compile-time option? NOTE: htitle extension is not longer work with fedora 27 version of firefox https://firefox-flatpak.mojefedora.cz/ > org.mozill

color management in chromium is broken

2017-11-12 Thread Muayyad AlSadi
hi, kindly look at this ticket https://bugzilla.redhat.com/show_bug.cgi?id=1507472 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Re: touchpad became funny after last update

2017-08-29 Thread Muayyad AlSadi
t;>> https://paste.fedoraproject.org/paste/t6MCOw8kld6RaPoxJavsrw >>>> >>>> 2017-08-29 10:18 GMT+02:00 Zbigniew Jędrzejewski-Szmek < >>>> zbys...@in.waw.pl>: >>>> >>>>> On Tue, Aug 29, 2017 at 10:03:34AM +0300, Muayyad AlSadi

touchpad became funny after last update

2017-08-29 Thread Muayyad AlSadi
hi, I have thinkpad t440p it was working perfectly now I feel that it randomly pops right click menu while scrolling with two fingers and fast cursor movement is no longer possible, it seems very painful to move the cursor from edge to edge here is a list of my last update ansible.noarch 2.3.2.

How does fedora handle enabled gtk modules

2017-04-20 Thread Muayyad AlSadi
Hi, If we want to pack this in fedora we need to answer this question https://github.com/p-e-w/plotinus/issues/20 ___ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Would somebody do this package review

2016-08-16 Thread Muayyad AlSadi
Hi, rpmlint is clear, upstream is involved, build is simple one linear, tested on copr. Thanks in advance. https://bugzilla.redhat.com/show_bug.cgi?id=1367033 -- devel mailing list devel@lists.fedoraproject.org https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: is there a reason for starting zookeeper.service in background?

2016-01-12 Thread Muayyad AlSadi
Should we split the discussion about socket activation in another thread. And discuss zookeeper service specifically here. -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: is there a reason for starting zookeeper.service in background?

2016-01-12 Thread Muayyad AlSadi
> > Please don't top-post [1] > Sorry I was on mobile gmail client. -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: is there a reason for starting zookeeper.service in background?

2016-01-12 Thread Muayyad AlSadi
m 17:41 schrieb Lennart Poettering: > >> On Tue, 12.01.16 17:16, Muayyad AlSadi (als...@gmail.com) wrote: >> >> well. But if you can double fork() in Java you should be fine and can >>>> >>> >>> it seems that zookeeper is doing the fork in the bash script

Re: is there a reason for starting zookeeper.service in background?

2016-01-12 Thread Muayyad AlSadi
>> >>> Am 12.01.2016 um 15:45 schrieb Lennart Poettering: >>> >>>> On Tue, 12.01.16 10:22, Muayyad AlSadi (als...@gmail.com) wrote: >>>> >>>> >>>>> @Lennart Poettering is there a way to use something like >>>>>

Re: is there a reason for starting zookeeper.service in background?

2016-01-12 Thread Muayyad AlSadi
$PORT 1>/dev/null 2>/dev/null && echo $PORT is up && break; usleep $i; done" > at the same point as for mariadb / mysql thank you this is what I'm talking about On Tue, Jan 12, 2016 at 4:45 PM, Lennart Poettering wrote: > On Tue, 12.01.16 10:22, Muayy

Re: is there a reason for starting zookeeper.service in background?

2016-01-12 Thread Muayyad AlSadi
2:44 PM, Muayyad AlSadi wrote: > > - If the socket availability doesn't matter, remove the nohup, > redirection, fork stuff and use a "Type = simple" service. Presuming that > the java process runs in foreground this should be fine. > > passing -f to solr or start-fo

Re: is there a reason for starting zookeeper.service in background?

2016-01-12 Thread Muayyad AlSadi
> - If the socket availability doesn't matter, remove the nohup, redirection, fork stuff and use a "Type = simple" service. Presuming that the java process runs in foreground this should be fine. passing -f to solr or start-foreground to zookeeper would short-circuit the "nohup" as it would use "

Re: is there a reason for starting zookeeper.service in background?

2016-01-12 Thread Muayyad AlSadi
e bash forking On Tue, Jan 12, 2016 at 11:34 AM, Muayyad AlSadi wrote: > > the problem here is the bash script wrapped around > > just pass "start-foreground" and it will be short-circuit > > > -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: is there a reason for starting zookeeper.service in background?

2016-01-12 Thread Muayyad AlSadi
> the problem here is the bash script wrapped around just pass "start-foreground" and it will be short-circuit -- devel mailing list devel@lists.fedoraproject.org http://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Re: is there a reason for starting zookeeper.service in background?

2016-01-12 Thread Muayyad AlSadi
>> my point is that having a child double forked does not mean Zookeeper TCP >> port is ready which is as bad as simple which is also does not indicate >> when it's ready > Well, then Zookeeper is simply broken. sorry it's just me. I forget that the classic UNIX double fork do listen before the d

Re: is there a reason for starting zookeeper.service in background?

2016-01-11 Thread Muayyad AlSadi
to how zookeeper work for doing so? is logj configured properly to use jouranld? because I see in .service SyslogIdentifier=zookeeper On Mon, Jan 11, 2016 at 5:41 PM, Lennart Poettering wrote: > On Mon, 11.01.16 15:32, Muayyad AlSadi (als...@gmail.com) wrote: > > > > &

Re: is there a reason for starting zookeeper.service in background?

2016-01-11 Thread Muayyad AlSadi
lly sure about the readyness thingy in case of zookeeper but I guess both simple and forking do not know when exactly the when port is opened (I guess only notify does that) On Mon, Jan 11, 2016 at 3:18 PM, Reindl Harald wrote: > > > Am 11.01.2016 um 14:06 schrieb Muayyad AlSadi: > >

is there a reason for starting zookeeper.service in background?

2016-01-11 Thread Muayyad AlSadi
hi, in fedora's zookeeper service < /usr/lib/systemd/system/zookeeper.service we have the following line ExecStart=/usr/bin/zkServer.sh start zoo.cfg why not ExecStart=/usr/bin/zkServer.sh start-foreground zoo.cfg of type simple specially that file does not contain "PIDFile=" directive -- dev

Re: packaging golang guidelines (like etcd, consul)

2015-11-16 Thread Muayyad AlSadi
On Mon, Nov 16, 2015 at 10:28 AM, Jan Chaloupka wrote: > *.src.rpm is reserved for a spec file, sources and patches. It does not > provide any tarball with source codes. Or am I missing something? > sources = source tarballs = tarball with source codes or I'm mistaken. -- devel mailing list

Re: packaging golang guidelines (like etcd, consul)

2015-11-13 Thread Muayyad AlSadi
> At this time, Go libraries packaged in Fedora are primarily for the purpose of being BuildRequires for building Fedora binary RPMs, since golang is like statically linked and does not prefer .so for libraries (so far). I suggest never package BuildRequires RPMs for golang (I think of it like .a

Re: no influxdb for fedora 22, but there is for 21 and 23

2015-11-01 Thread Muayyad AlSadi
he build into f22 stable. Still, there is no > influxdb subpackage with binaries. Just curious, what are you using the > package for? > > Regards > Jan > > > On 10/31/2015 05:19 PM, Muayyad AlSadi wrote: > > but there is an old "stable" one for fedora 21?! >

Re: no influxdb for fedora 22, but there is for 21 and 23

2015-10-31 Thread Muayyad AlSadi
but there is an old "stable" one for fedora 21?! https://bodhi.fedoraproject.org/updates/FEDORA-2015-0299 how can this happen? did I miss something or it's normal? On Sat, Oct 31, 2015 at 5:14 PM, Tomasz Torcz wrote: > On Sat, Oct 31, 2015 at 04:58:31PM +0200, Muayyad Al

no influxdb for fedora 22, but there is for 21 and 23

2015-10-31 Thread Muayyad AlSadi
Hi, it seems that influxdb is missing in fedora 22 https://bodhi.fedoraproject.org/updates/?packages=golang-github-influxdb-influxdb [root@laptop ~]# cat /etc/system-release Fedora release 22 (Twenty Two) [root@laptop ~]# dnf -C info golang-github-influxdb-influxdb Last metadata expiration chec

packaging golang guidelines (like etcd, consul)

2015-10-30 Thread Muayyad AlSadi
hi, I'm on f22 and have consul and etcd from the repos ldd /usr/bin/consul linux-vdso.so.1 (0x7ffc98fa2000) liblmdb.so.0.0.0 => /lib64/liblmdb.so.0.0.0 (0x7f99bc1b5000) libpthread.so.0 => /lib64/libpthread.so.0 (0x7f99bbf99000) libc.so.6 => /lib64/libc.so.6 (0x7f99bbbd8000) /lib64

Re: systemd & running legacy sys V init.d script for newrelic

2013-10-06 Thread Muayyad AlSadi
Oct 06, 2013 at 04:16:47PM +0300, Muayyad AlSadi wrote: > > hi, > > > > we are using newrelic to monitor our server, they use some init.d script > > which does not seem to like fedora 18 > > > > their script broke just after sourcing functions > > > &g

systemd & running legacy sys V init.d script for newrelic

2013-10-06 Thread Muayyad AlSadi
hi, we are using newrelic to monitor our server, they use some init.d script which does not seem to like fedora 18 their script broke just after sourcing functions is there some workaround ? or different file to source for legacy software -- devel mailing list devel@lists.fedoraproject.org http

Re: installer final touches matters

2013-01-21 Thread Muayyad AlSadi
my point was not about my specific case, I have managed to install fedora 18 the point is about to tell the user what he has done wrong and how he should correct it. On Mon, Jan 21, 2013 at 11:53 AM, Vratislav Podzimek wrote: > On Sun, 2013-01-20 at 13:15 +0300, Muayyad AlSadi wrote: >

installer final touches matters

2013-01-20 Thread Muayyad AlSadi
hi, the fedora's new installer got many innovative features but it's missing many critical easy to fix final touches from user experiance point of view let me mention some I've tried fedora 18 live cd, I was offered to choose LVM, standard or BTRFS and later went through partitioning process an

Re: systemd requires HTTP server and serves QR codes

2012-10-09 Thread Muayyad AlSadi
use binary format they said, it will be fun they said! On Tue, Oct 9, 2012 at 1:58 PM, "Jóhann B. Guðmundsson" wrote: > On 10/09/2012 10:24 AM, Milan Broz wrote: > >> But the "minimal install" (whatever it means) is often used as base for >> various >> automatic appliance installs, test systems

RFE: kickstart repo config shoudl be allowed to accept --overwrite_groups

2012-04-18 Thread Muayyad AlSadi
hi, yum repo conf accepts overwrite_groups, but kickstart repo config does not seem to accept --overwrite_groups shouldn't that be easy to add ? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

pyside is now an official part of qt

2012-03-20 Thread Muayyad AlSadi
hi, after reading this http://www.pyside.org/2012/03/pyside-becomes-a-qt-add-on/ how is this going to affect fedora ? do we have PyQt4 apps in our repos ? are we going to patch them to be import PySide as PyQt4 or something like that -- devel mailing list devel@lists.fedoraproject.org https

Re: /etc/default in Fedora

2012-03-19 Thread Muayyad AlSadi
wasn't the topic about having debian's /etc/default/ instead of fedora's /etc/sysconfig/ -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: grub2 got strange power saving behavior (or is it my BIOS)

2012-03-18 Thread Muayyad AlSadi
thank you, -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

grub2 got strange power saving behavior (or is it my BIOS)

2012-03-17 Thread Muayyad AlSadi
hi, I got fedoa 16's grub2 that manages the boot on my laptop when my laptop is connected to battery the brightness in grub will be very low, when it's not the brightness will be maximum is this just my BIOS or there is some sort of broken power management in grub2 -- devel mailing list devel@l

Re: does /etc/sysctl.d/ really obeyed and does really override /etc/sysctl.conf

2012-03-16 Thread Muayyad AlSadi
> > > If 00-foo sets something to value A, and 99-bar sets it to B, > and B < A, foo may not function correctly. > > This isn't an ordering problem, it's an exclusivity problem, because > sysctls are system-wide, not per-package. > this applies to every thing, if 00-foo sets foo as the best font

webkitgtk3 and webkitgtk both installed

2012-03-16 Thread Muayyad AlSadi
hi, I made a spin with gimp pre-installed and found that webkitgtk and webkitgtk3 both installed the old webkitgtk is installed only because of gimp is there any plan to port gimp to webkitgtk3 -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/

Re: does /etc/sysctl.d/ really obeyed and does really override /etc/sysctl.conf

2012-03-16 Thread Muayyad AlSadi
> What happens if two packages want to set a sysctl to different values ? that's why they are prefixed with numbers, the higher number will take effect eg. 99-foobar.conf sometimes we have conventions for number ranges like this http://fedoraproject.org/wiki/Fontconfig_packaging_tips#Choosing_a_

Re: does /etc/sysctl.d/ really obeyed and does really override /etc/sysctl.conf

2012-03-16 Thread Muayyad AlSadi
> > As I understand it, Muayyad has different problem. Right now, the > /etc/sysctl.conf we ship is not empty. It has several values set, one of > them is sysrq=0 he used in his example. No one set this is value, it's just > default value and yet, no package can change it by placing its file in > /

Re: does /etc/sysctl.d/ really obeyed and does really override /etc/sysctl.conf

2012-03-16 Thread Muayyad AlSadi
at do you think ? what is the added value of having .conf overrides .d ? On Fri, Mar 16, 2012 at 2:47 PM, Lennart Poettering wrote: > On Fri, 16.03.12 14:40, Muayyad AlSadi (als...@gmail.com) wrote: > >> hi everybody, >> >> in recent fedora releases I can see we have /et

does /etc/sysctl.d/ really obeyed and does really override /etc/sysctl.conf

2012-03-16 Thread Muayyad AlSadi
hi everybody, in recent fedora releases I can see we have /etc/sysctl.d/ but does it really get evaluated eg. let's put in /etc/sysctl.d/00-ojuba-enabled-sysrq.conf kernel.sysrq = 1 and keep it 0 in /etc/sysctl.conf kernel.sysrq = 0 then reboot then type sysctl kernel.sysrq it was reported

why java-1.7.0-openjdk does not provide jre while do java-1.6.0-openjdk ?

2011-12-18 Thread Muayyad AlSadi
I found that I have two java [root@localhost ~]# rpm -qa 'java*' java-1.7.0-openjdk-1.7.0.1-2.0.3.fc16.x86_64 java-1.6.0-openjdk-1.6.0.0-61.1.10.4.fc16.x86_64 [root@localhost ~]# rpm -e java-1.6.0-openjdk error: Failed dependencies: jre >= 1.5.0 is needed by (installed) libreoffice-ure-1:

Re: bug in fuse-s3fs

2011-08-24 Thread Muayyad AlSadi
> > If you open a bug on fuse-s3fs with the problem you encountered, I'll gladly > fix > it. ok, https://bugzilla.redhat.com/show_bug.cgi?id=732939 > > I've tried the google code s3fs as well, and not had any luck in fixing it up. > I think thats probably a dead end. > I've tried the rpm in th

bug in fuse-s3fs

2011-08-23 Thread Muayyad AlSadi
is this project still active ? if not then fedora should have rpm for the other s3fs project < http://code.google.com/p/s3fs if so then the following lines in the code should be fixed #Set the env correctly if self.AWS_ACCESS_KEY_ID != None:

Re: conflict in packages in fedora 15

2011-08-13 Thread Muayyad AlSadi
does tags: f17 in < http://koji.fedoraproject.org/koji/buildinfo?buildID=257227 it's not pushed to 15, not even to 16 > $ repoquery --whatrequires netxen-firmware > netxen-firmware-0:4.0.534-4.fc15.noarch what packages requires this netxen-firmware ? just itslef ? can't get it -- devel mailing

conflict in packages in fedora 15

2011-08-11 Thread Muayyad AlSadi
hello, what is the reason for this Transaction Check Error: file /lib/firmware/phanfw.bin from install of netxen-firmware-4.0.534-4.fc15.noarch conflicts with file from package linux-firmware-20110601-1.fc15.noarch and what requires netxen-firmware -- devel mailing list devel@lists.fedorapro

Re: some locales crashes gnome-shell

2011-08-09 Thread Muayyad AlSadi
please use the attached patch till we fix glib or fix mozilla https://bugzilla.redhat.com/show_bug.cgi?id=728889 -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: some locales crashes gnome-shell

2011-08-09 Thread Muayyad AlSadi
On Mon, Aug 8, 2011 at 11:32 PM, Muayyad AlSadi wrote: > %A %Ol:%OM %p %OIis replaced by the hour (12-hour clock) using the locale's alternative numeric symbols. %OMis replaced by the minutes using the locale's alternative numeric symbols. it seems that Shell.util_format_date wh

Re: some locales crashes gnome-shell

2011-08-08 Thread Muayyad AlSadi
found the reason the following line worked Shell.util_format_date("%a %l:%M %p", new Date().getTime()); but the following gave null Shell.util_format_date(_("%a %l:%M %p"), new Date().getTime()); all _("...") worked except this above line the reason behind this was _("%a %l:%M %p") evaluates to %

some locales crashes gnome-shell

2011-08-08 Thread Muayyad AlSadi
how can we debug this bug https://bugzilla.redhat.com/show_bug.cgi?id=728889 I tried the following js in firebug/firefox var d=new Date; alert(Date.toLocaleFormat()); alert(Date.toLocaleFormat("%Y-%m-%d")); we need to test Shell.util_format_date(format, this.getTime()); I tried gjs and js comm

gnome 3 menus and the freedesktop standard

2011-08-08 Thread Muayyad AlSadi
the spec says: $XDG_CONFIG_DIRS/menus/applications-merged/ The default merge directories included in the element. By convention, third parties may add new files in this location to create their own sub-menus. Note that a system that uses either gnome-applications.menu or kde-applications.menu d

Re: WebKit(s) SIG

2010-08-08 Thread Muayyad AlSadi
I'm developing a pywebkitgtk application, so I'm interested too -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: cgit instead of gitweb?

2010-07-30 Thread Muayyad AlSadi
we are using cgit in git.ojuba.org and I like it very much. BTW: why don't we upgrade cgit in fedora repos, cgit-0.8.3.2 was released a long time ago, it support custom MIME types (the raw view of png file will not show a text rubbish) -- devel mailing list devel@lists.fedoraproject.org https://a

Re: Need help for Gimp 2.7.1

2010-07-03 Thread Muayyad AlSadi
> error: File not found: > /builddir/build/BUILDROOT/gimp-2.7.1-1.fc13.x86_64/usr/li b64/libgimp-2.0.so.0.600.1 is version hard-coded in spec %files -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: PackageKit need to be more intelligent!

2010-05-12 Thread Muayyad AlSadi
> Those packages *are* useful to people, just not the people you have in mind. the same way rawhide is useful for some people too but it is disabled by default I guess the right way is to have a filter as a combo box applications, docs or devel+sources or at least some visual indication [ color

Re: Shell commands like to OS/2 shell (or MS PowerShell)

2010-04-20 Thread Muayyad AlSadi
why do I smell COBOL ? -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

Re: libsoup (Re: PolicyKit-authentication-agents in Fedora)

2010-04-09 Thread Muayyad AlSadi
> libsoup itself is a nice thing because it enables asynchronous HTTP > access. But our libsoup package ic compiled against GConf, so it's > rather GNOME than GTK. since lx* triggered this thread, I guess their (light desktops users) preferred browser is midori a webkitgtk one, and that depends o

Re: PolicyKit-authentication-agents in Fedora

2010-04-09 Thread Muayyad AlSadi
> It's not only GConf but also other things like gnome-keyring, **libsoup**, sorry for this off-topic, is libsoup a light gtk library, or a deeply integrated gnome library I'm asking this because webkitgtk depends on it rpm -qR webkitgtk | grep libsoup libsoup-2.4.so.1 -- devel mailing list devel

Re: Live image from filesystem snapshot?

2010-03-22 Thread Muayyad AlSadi
I think this is a good idea because many of our users don't have access to any repositories I thought about rpmrebuild then creating a repo ... Name : rpmrebuild Description: A tool to build an RPM file from a package that has already been : installed. but that would be a big w

Re: kernel bug or coincidence

2010-03-19 Thread Muayyad AlSadi
as I said palimpsest disk utility did not report any thing the smart output is attached smartctl version 5.38 [i386-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontools.sourceforge.net/ === START OF INFORMATION SECTION === Model Family: Seagate Barracuda 7200.1

Re: kernel bug or coincidence

2010-03-19 Thread Muayyad AlSadi
it happens with both kernels but it hanged completely with the newer one, and it freeze for seconds and then respond with the older one at least is what happened so far. is there a way that I know it's not a hardware issue on my HDD -- devel mailing list devel@lists.fedoraproject.org https://ad

Re: kernel bug or coincidence

2010-03-19 Thread Muayyad AlSadi
my dmesg is attached dmesg.txt.gz Description: GNU Zip compressed data -- devel mailing list devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/devel

kernel bug or coincidence

2010-03-15 Thread Muayyad AlSadi
hello, I have experienced a failure like this twice on same day and once in another day Call Trace: ... [] kernel_thread_helper+0x7 ... I have scrolled up and found that there is some sata errors ata1: limiting speed to ata1.00: SATA link up ... ... this happened twice and it happened only with

Re: Heads up: X server configuration changes

2010-02-17 Thread Muayyad AlSadi
> I'm not sure I understand exactly what you need here, but AIUI you just need > this: what I meant is that the scenario of having a composed layout (eg. Arabic/English or Arabic/French) should be part of QA tests because a problem in them will case the user unable to login https://bugzilla.redh

Re: Heads up: X server configuration changes

2010-02-16 Thread Muayyad AlSadi
the package description need to be changed https://admin.fedoraproject.org/pkgdb/packages/name/system-setup-keyboard "Hal keyboard layout callout" it should be something like "track system-wide keyboard layout configuration" -- devel mailing list devel@lists.fedoraproject.org https://admin.fedor

Re: Heads up: X server configuration changes

2010-02-16 Thread Muayyad AlSadi
how about keyboard layout ? f-s-keyboard (now system-setup-keyboard) used to send /etc/sysconfig/keyboard conf through hal to X please consider the following points: we need to specify two layouts with functional switching (in previous releases we in ojuba.org were forced to hack and patch many pa

Re: Would you use a programming language with missing features?

2010-02-02 Thread Muayyad AlSadi
just for the rerecords, only Gtk and Qt have good international support tk and alike got serious problems rendering many scripts including Arabic script (which is used by many languages and it's the second most widely used script after latin script) (wx works fine because in linux it depend on Gtk)