[arch-general] [PATCH] restrict NETWORK_PERSIST to runlevel 0 and 6

2010-08-22 Thread Florian Pritz
Signed-off-by: Florian Pritz --- network |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/network b/network index 977e81e..1f3d3db 100755 --- a/network +++ b/network @@ -233,7 +233,7 @@ case "$1" in # exit #fi - if [ "

Re: [arch-general] xorg (group) and xorg-fonts-100dpi and xorg-fonts-75dpi

2010-08-22 Thread Andre "Osku" Schmidt
On Sun, Aug 22, 2010 at 6:27 PM, F. Gr. wrote: > 2010-08-22 12:03 +0200, Andre "Osku" Schmidt wrote: > > [...] >> what packages even need xorg-fonts-100dpi and xorg-fonts-75dpi ? > > as written at > , > it seems

Re: [arch-general] xorg (group) and xorg-fonts-100dpi and xorg-fonts-75dpi

2010-08-22 Thread Andre "Osku" Schmidt
On Sun, Aug 22, 2010 at 4:57 PM, Ananda Samaddar wrote: > On 22 August 2010 11:03, Andre "Osku" Schmidt > wrote: >> Hello, >> >> i now found out where my "ugly" fonts in firefox comes for some pages. >> >> one page had this defined in css >> font:11px verdana,geneva,lucida,'lucida grande',arial,h

Re: [arch-general] xorg (group) and xorg-fonts-100dpi and xorg-fonts-75dpi

2010-08-22 Thread F. Gr.
2010-08-22 12:03 +0200, Andre "Osku" Schmidt wrote: [...] > what packages even need xorg-fonts-100dpi and xorg-fonts-75dpi ? as written at , it seems some program needs one of the two packages. One of this soft

Re: [arch-general] [PATCH] restrict NETWORK_PERSIST to runlevel 0 and 6

2010-08-22 Thread Kurt J. Bosch
Am 2010-08-22 17:52, schrieb Florian Pritz: On 22.08.2010 17:49, Kurt J. Bosch wrote: Am 2010-08-22 17:40, schrieb Kurt J. Bosch: if [[ ${NETWORK_PERSIST,,} = yes&& $RUNLEVEL == [06] ]] ; then would look a bit nicer IMHO :) ... and RUNLEVEL PREVLEVEL should already be marked for export.

Re: [arch-general] [PATCH] restrict NETWORK_PERSIST to runlevel 0 and 6

2010-08-22 Thread Florian Pritz
On 22.08.2010 17:49, Kurt J. Bosch wrote: > Am 2010-08-22 17:40, schrieb Kurt J. Bosch: >> if [[ ${NETWORK_PERSIST,,} = yes && $RUNLEVEL == [06] ]] ; then >> would look a bit nicer IMHO :) >> > ... and RUNLEVEL PREVLEVEL should already be marked for export. Well I haven't tested that, but I can'

Re: [arch-general] [PATCH] restrict NETWORK_PERSIST to runlevel 0 and 6

2010-08-22 Thread Kurt J. Bosch
Am 2010-08-22 17:40, schrieb Kurt J. Bosch: if [[ ${NETWORK_PERSIST,,} = yes && $RUNLEVEL == [06] ]] ; then would look a bit nicer IMHO :) ... and RUNLEVEL PREVLEVEL should already be marked for export.

Re: [arch-general] [PATCH] restrict NETWORK_PERSIST to runlevel 0 and 6

2010-08-22 Thread Kurt J. Bosch
if [[ ${NETWORK_PERSIST,,} = yes && $RUNLEVEL == [06] ]] ; then would look a bit nicer IMHO :)

Re: [arch-general] [PATCH] restrict NETWORK_PERSIST to runlevel 0 and 6

2010-08-22 Thread Kurt J. Bosch
if [[ ${NETWORK_PERSIST,,} = yes && $RUNLEVEL = [06] ]] ; then would look a bit nicer IMHO :)

Re: [arch-general] xorg (group) and xorg-fonts-100dpi and xorg-fonts-75dpi

2010-08-22 Thread Ananda Samaddar
On 22 August 2010 11:03, Andre "Osku" Schmidt wrote: > Hello, > > i now found out where my "ugly" fonts in firefox comes for some pages. > > one page had this defined in css > font:11px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; > > and busybox.net has: > font-family:lucida,

Re: [arch-general] [signoff] kernel26 2.6.35.3-1

2010-08-22 Thread Jan Steffens
On Sun, Aug 22, 2010 at 9:57 AM, Tobias Powalowski wrote: > Latest kernel is in testing, > please signoff for both arches. Signoff i686.

[arch-general] [PATCH] restrict NETWORK_PERSIST to runlevel 0 and 6

2010-08-22 Thread Florian Pritz
Signed-off-by: Florian Pritz --- network |2 +- rc.shutdown |2 ++ 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/network b/network index 977e81e..d1ecdde 100755 --- a/network +++ b/network @@ -233,7 +233,7 @@ case "$1" in # exit #

[arch-general] Add keditbookmarks to kdebase

2010-08-22 Thread joker-...@yandex.ru
Hello! Sorry for my english, i'm russian :) Look at that: http://websvn.kde.org/tags/KDE/4.4.5/kdebase/apps/ But there is no keditbookmarks app in kdebase: pkgbase=kdebase pkgname=('kdebase-dolphin' 'kdebase-kappfinder' 'kdebase-kdepasswd' 'kdebase-kdialog' 'kdebase-kfind' 'kdebase-kinfoc

[arch-general] usb-storage and processor C-states

2010-08-22 Thread JM
Hello, I have two boxes: Pentium M / i915 / ICH7 and Via C7 / CN 700 / VT8237R. Both processors support C-states 0 through 3. Both southbridges support USB 2.0 (ehci). Yet when I plug in an usb flash drive into the Via C7 box the processor can no longer go into the C3 sleep state (C2 becomes the l

Re: [arch-general] Gnome/Gtk-2.0 BLING! (list of surprisingly cool themes)

2010-08-22 Thread Philipp Überbacher
Excerpts from David C. Rankin's message of 2010-08-21 05:00:46 +0200: > On 08/19/2010 07:16 PM, Philipp Überbacher wrote: > > Hey, > > I tried the favorites there, but wasn't blown away. Basically all of > > them have usability issues. > > However, I had a look today and found one I really like. Th

[arch-general] xorg (group) and xorg-fonts-100dpi and xorg-fonts-75dpi

2010-08-22 Thread Andre "Osku" Schmidt
Hello, i now found out where my "ugly" fonts in firefox comes for some pages. one page had this defined in css font:11px verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif; and busybox.net has: font-family:lucida,helvetica,arial; and both make firefox to use bitmap fonts from the

Re: [arch-general] [arch-dev-public] At last, clean multilib support

2010-08-22 Thread Sven-Hendrik Haase
On 22.08.2010 11:25, Thomas Bächler wrote: > Am 22.08.2010 10:39, schrieb Thomas Bächler: >> Jan Steffens and me spent the this weekend putting together a multilib >> toolchain and a clean lib32-glibc package. I wanted to do this for at >> least two years, and we finally managed to do it on FrOSCo

Re: [arch-general] [signoff] kernel26 2.6.35.3-1

2010-08-22 Thread Florian Pritz
On 22.08.2010 09:57, Tobias Powalowski wrote: > Latest kernel is in testing, > please signoff for both arches. User signoff x86_64. The LVM errors during boot are gone now. -- Florian Pritz -- {flo,bluewi...@server-speed.net signature.asc Description: OpenPGP digital signature

Re: [arch-general] [signoff] kernel26 2.6.35.3-1

2010-08-22 Thread Ionuț Bîru
On 08/22/2010 10:57 AM, Tobias Powalowski wrote: Latest kernel is in testing, please signoff for both arches. greetings tpowa using since yesterday. signoff x86_64 -- Ionuț

[arch-general] [signoff] kernel26 2.6.35.3-1

2010-08-22 Thread Tobias Powalowski
Latest kernel is in testing, please signoff for both arches. greetings tpowa -- Tobias Powalowski Archlinux Developer & Package Maintainer (tpowa) http://www.archlinux.org tp...@archlinux.org signature.asc Description: This is a digitally signed message part.