[pkg-fso-maint] [PATCH] install.sh: add $DESKTOP_PANEL user variable

Luca Capello luca at pca.it
Thu Feb 19 10:10:25 UTC 2009


Hi Steffen!

On Thu, 19 Feb 2009 01:25:34 +0100, Steffen Moeller wrote:
> Joachim Breitner wrote:
>> My FreeRunner is currently not on, otherwise I’d paste it, but
>> my .xsession contains
>> 
>> trayer &

This should be "trayer --edge top &" (line 666 [1]).

>> openmoko-panel-applet &

And this "openmoko-panel-plugin &" (line 667 [2]).

>> zhone &
>> matchbox-desktop &
>> exec matchbox-window-manager -use_titlebar yes  -desktop_mode yes
>> 
>> (not sure about the exact name of the argument matchbox-window-manager)
>
> next time your machine is up, please be so kind to cross-check against
> it, I just get an empty bar underneath zhone.

openmoko-panel-applet does not exists, thus it is normal that you get an
empty bar :-)

> Could we have that as the default for the install.sh script?

This is alredy the case (line 663 and following [3]):

--8<---------------cut here---------------start------------->8---
echo " * Installing /root/.xsession"
cat > $INST_DIR/root/.xsession <<__END__
#!/bin/sh
trayer --edge top &
openmoko-panel-plugin &
zhone &
exec matchbox-window-manager -use_titlebar no -use_cursor no
__END__
--8<---------------cut here---------------end--------------->8---

I just reinstalled Debian on a new Kingston 4GB (SDC4/4G) and indeed
/root/.xsession is the same as above.  FWIW, with this microSDHC Debian
does not boot because of a missing init, which I suspect is due to the
microSDHC being broken (no time to debug it right now).

Steffen, can you please reinstall everything with a clean install.sh
From the Git repository [4]?  The default installation looks like the
screenshot at slide 53 in the presentation I gave at FOSDEM'09 [5].

Thx, bye,
Gismo / Luca

Footnotes: 
[1] http://git.debian.org/?p=pkg-fso/files.git;a=blob;f=install.sh;h=880f4bb81376e7f3e3a3222819aedc77a51b0d60;hb=HEAD#l666
[2] http://git.debian.org/?p=pkg-fso/files.git;a=blob;f=install.sh;h=880f4bb81376e7f3e3a3222819aedc77a51b0d60;hb=HEAD#l667
[3] http://git.debian.org/?p=pkg-fso/files.git;a=blob;f=install.sh;h=880f4bb81376e7f3e3a3222819aedc77a51b0d60;hb=HEAD#l663
[4] http://pkg-fso.alioth.debian.org/freerunner/install.sh
[5] http://people.debian.org/~gismo/talks/20090207_FOSDEM09_DebianOpenmokoFreeRunner/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 314 bytes
Desc: not available
Url : http://lists.alioth.debian.org/pipermail/pkg-fso-maint/attachments/20090219/b4defe58/attachment.pgp 


More information about the pkg-fso-maint mailing list