Re: [arch-general] Help me recover KDE-Plasma context menu

2010-08-13 Thread David C. Rankin
On 08/14/2010 12:59 AM, Nilesh Govindarajan wrote: I changed the plasma desktop behavior to show application launcher menu on right click. Now I'm unable to set wallpaper etc. How to revert to default setting if not by rm -r ~/.kde4/share/config/plasma* Nilesh, Have you tried restarting plasm

[arch-general] Help me recover KDE-Plasma context menu

2010-08-13 Thread Nilesh Govindarajan
I changed the plasma desktop behavior to show application launcher menu on right click. Now I'm unable to set wallpaper etc. How to revert to default setting if not by rm -r ~/.kde4/share/config/plasma* -- Regards, Nilesh Govindarajan Facebook: http://www.facebook.com/nilesh.gr Twitter: http://

[arch-general] Fwd: [arch-dev-public] /dev/shm permissions and building in chroot

2010-08-13 Thread Thomas Dziedzic
On Fri, Aug 13, 2010 at 10:51 PM, Allan McRae wrote: > Hi, > > I have been tracking down a python3 bug and it turns out to be caused by > our chroot building. Essentially the permissions of /dev/shm are different > in the chroot than on the system: > > al...@mugen /home/arch/chroot/stable-i686/c

Re: [arch-general] Mailman update

2010-08-13 Thread Sergej Pupykin
At Fri, 13 Aug 2010 22:01:08 +1000, Allan McRae wrote: > So it is a deliberate choice to put it there. Fedora also does things > that way. Debian and Gentoo do it the opposite. > > So I am not sure what is the best here. Could you just use -h with > your tar? It is not problem. But it is st

Re: [arch-general] Mailman update

2010-08-13 Thread Allan McRae
On 13/08/10 21:30, Sergej Pupykin wrote: At Fri, 13 Aug 2010 17:20:32 +1000, Allan McRae wrote: On 04/08/10 15:37, Andreas Radke wrote: New version is in testing without a homedir for the mailman user. Please try to upgrade from last version in our extra repo. Tell us if I broke something.

Re: [arch-general] Mailman update

2010-08-13 Thread Sergej Pupykin
At Fri, 13 Aug 2010 17:20:32 +1000, Allan McRae wrote: > > On 04/08/10 15:37, Andreas Radke wrote: > > New version is in testing without a homedir for the mailman user. Please > > try to upgrade from last version in our extra repo. Tell us if I broke > > something. > > > Has anybody tested the v

Re: [arch-general] Some problems with a dell mini

2010-08-13 Thread JM
On Thu, Aug 12, 2010 at 10:32 PM, Ray Rashif wrote: > $ pactree network-manager-applet | grep gnome >   |--libgnome-keyring >      |--gnome-keyring >   |--polkit-gnome > > That's "half" of Gnome? I stand corrected. However, it used to pull in libgnomeui and company through one of its dependencies

Re: [arch-general] Some problems with a dell mini

2010-08-13 Thread Andrea Crotti
didier gaumet writes: > > I don't use Archlinux anymore and thus can't be affirmative but I > think this is not really a problem because this feature is compiled in > the kernel instead of being available as a module. > You can verify if the crda service has been active (it starts but dies > after

Re: [arch-general] bash - pathname expansion controls 'set -f' or 'set -o noglob' on broken?

2010-08-13 Thread David C. Rankin
On 08/13/2010 02:27 AM, C Anthony Risinger wrote: On Fri, Aug 13, 2010 at 2:10 AM, mike rosset wrote: Dave you need to quote your variables ie. var="*pacman*"; echo "$var" so printf "Search: %s\n" $myvar should read printf "Search: %s\n" "$myvar" On Thu, Aug 12, 2010 at 11:39 PM, David C

Re: [arch-general] bash - pathname expansion controls 'set -f' or 'set -o noglob' on broken?

2010-08-13 Thread C Anthony Risinger
On Fri, Aug 13, 2010 at 2:10 AM, mike rosset wrote: > Dave you need to quote your variables ie. > > var="*pacman*"; echo "$var" > > so  printf "Search:  %s\n" $myvar should read > > printf "Search:  %s\n" "$myvar" > > On Thu, Aug 12, 2010 at 11:39 PM, David C. Rankin > wrote: >> On 08/13/2010 01:

Re: [arch-general] Mailman update

2010-08-13 Thread Allan McRae
On 04/08/10 15:37, Andreas Radke wrote: New version is in testing without a homedir for the mailman user. Please try to upgrade from last version in our extra repo. Tell us if I broke something. Has anybody tested the version of mailman in [testing]? This will need to be moved before the py

Re: [arch-general] bash - pathname expansion controls 'set -f' or 'set -o noglob' on broken?

2010-08-13 Thread mike rosset
Dave you need to quote your variables ie. var="*pacman*"; echo "$var" so printf "Search: %s\n" $myvar should read printf "Search: %s\n" "$myvar" On Thu, Aug 12, 2010 at 11:39 PM, David C. Rankin wrote: > On 08/13/2010 01:32 AM, David C. Rankin wrote: >> >> On 08/13/2010 01:15 AM, mike rosse