Re: automate echo command on usb event

2008-02-20 Thread Peter Schwenke
Sebastian Spiess wrote: > hi all, > > I have a FreeAgendGo external 2.5" hdd. the hdd is running fine exept that > before I can use it without problems I always > have to do the following > > dmesg|tail > > which gives me something like > > [ 1280.152000] sdb: assuming drive cache: writ

Re: "Super L" vs "windows key"

2008-02-20 Thread Karl Bowden
This is a know problem with the keyboard shortcut editor, I'm not sure how to fix it, but you can get around it by editing the gconf values by running gconf-editor and browsing to /apps/metacity/global_keybindings and editing the values you require in there. There are also pairs of run_command_1-12

Re: script in ~/bin

2008-02-20 Thread Karl Goetz
On Wed, 2008-02-20 at 22:21 +1100, Sebastian Spiess wrote: > Karl Goetz wrote: > > On Wed, 2008-02-20 at 20:49 +1100, Sebastian Spiess wrote: > >> is is correct that I have to replace > >> > >>#!/bin/sh > the script I was talking about is only mounting a partition and a crypt > container off o

automate echo command on usb event

2008-02-20 Thread Sebastian Spiess
hi all, I have a FreeAgendGo external 2.5" hdd. the hdd is running fine exept that before I can use it without problems I always have to do the following dmesg|tail which gives me something like [ 1280.152000] sdb: assuming drive cache: write through [ 1280.152000] sdb: sdb1 sdb2 [ 1

Re: script in ~/bin

2008-02-20 Thread Sebastian Spiess
Karl Goetz wrote: > On Wed, 2008-02-20 at 20:49 +1100, Sebastian Spiess wrote: >> is is correct that I have to replace >> >> #!/bin/sh >> >> with >> >> #!/bin/dash >> >> in scripts so that they work? > > no. not if the script is posix complient. > but if they use bashisms you'll need to

Re: script in ~/bin

2008-02-20 Thread Karl Goetz
On Wed, 2008-02-20 at 20:49 +1100, Sebastian Spiess wrote: > is is correct that I have to replace > > #!/bin/sh > > with > > #!/bin/dash > > in scripts so that they work? no. not if the script is posix complient. but if they use bashisms you'll need to replace it with: #!/bin/bas

"Super L" vs "windows key"

2008-02-20 Thread Sebastian Spiess
hi all, for a while i've been using the keyboard shortcut +e to replace the windows behaviour +e to start nautilus in my home dir (similar to windows behaviour). I would like to switch the shortcut to +e but as soon as I try to instate the shortcut I can't add the to the combination. Once I pr

script in ~/bin

2008-02-20 Thread Sebastian Spiess
is is correct that I have to replace #!/bin/sh with #!/bin/dash in scripts so that they work? I am running feisty. -- ubuntu-au mailing list ubuntu-au@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-au