User talk:Rebhana

(New page: The following is a compilation of modifications I applied to my personal installation of Easy Debian (a digest of my contributions to the thread [http://talk.maemo.org/showthread.php?t=345...)
Line 1: Line 1:
-
The following is a compilation of modifications I applied to my personal installation of Easy Debian (a digest of my contributions to the thread [http://talk.maemo.org/showthread.php?t=34550 Easy Debian Fremantle Beta Testing] and which I suggest for inclusion in the next version of qole's image and the easy-deb-chroot application.
+
The following is a compilation of modifications I applied to my personal installation of Easy Debian (a digest of my contributions to the thread [http://talk.maemo.org/showthread.php?t=34550 Easy Debian Fremantle Beta Testing]) and which I suggest for inclusion in the next version of debian-m5-v3b.img.ext2 and the easy-deb-chroot application.
-
== Changes to image ==
+
== Proposed changes to image debian-m5-v3b.img.ext2 ==
=== Better internationalizability ===
=== Better internationalizability ===
-
change /usr/bin/xephwm5 such that:
+
* change /usr/bin/xephwm5 such that:
  export TWOWIN=`wmctrl -l | grep -i Info | awk '{print $1}'`
  export TWOWIN=`wmctrl -l | grep -i Info | awk '{print $1}'`
Line 13: Line 13:
=== Preparation for "su -" in future /usr/bin/debbie ===
=== Preparation for "su -" in future /usr/bin/debbie ===
-
Add
+
* Add
  #Messy hack to make tap-and-hold work with GTK apps.
  #Messy hack to make tap-and-hold work with GTK apps.
Line 27: Line 27:
to /etc/profile
to /etc/profile
-
 
+
* Instead of "PS1='\u@\h:\w\$ '" I also suggest to put I
-
Instead of "PS1='\u@\h:\w\$ '" I also suggest to put I
+
   PS1='deb:\w\$ '
   PS1='deb:\w\$ '
into /etc/profile.
into /etc/profile.
Remove any $PS1 setting from /root/.bashrc.
Remove any $PS1 setting from /root/.bashrc.
 +
 +
== Proposed changes to easy-deb-chroot 0.9.46-1fremantle1 ==
 +
 +
* /usr/bin/debbie:
 +
 +
change to (twice)
 +
sudo /sbin/debian su -

Revision as of 15:41, 9 April 2010

The following is a compilation of modifications I applied to my personal installation of Easy Debian (a digest of my contributions to the thread Easy Debian Fremantle Beta Testing) and which I suggest for inclusion in the next version of debian-m5-v3b.img.ext2 and the easy-deb-chroot application.

Contents

Proposed changes to image debian-m5-v3b.img.ext2

Better internationalizability

  • change /usr/bin/xephwm5 such that:
export TWOWIN=`wmctrl -l | grep -i Info | awk '{print $1}'`

This covers languages bs, ca, cs, da, de, en_CA, en_GB, es, eu, fr, gl, hr, hu, id, it, lt, lv, nb, nl, nn, pl, pt, pt_BR, ro, sk, sq, sr@Latn, sv

Preparation for "su -" in future /usr/bin/debbie

  • Add
#Messy hack to make tap-and-hold work with GTK apps.
export GTK_MODULES=libgtkstylus.so
#Some OpenOffice environment variables
export SAL_USE_VCLPLUGIN="gtk"
export OOO_FORCE_DESKTOP="gnome"
export SAL_NOOPENGL="true"
export OOO_DISABLE_RECOVERY="true"
export SAL_DISABLE_SYNCHRONOUS_PRINTER_DETECTION="true"
#export SAL_DISABLE_CUPS="true"

to /etc/profile

  • Instead of "PS1='\u@\h:\w\$ '" I also suggest to put I
  PS1='deb:\w\$ '

into /etc/profile. Remove any $PS1 setting from /root/.bashrc.

Proposed changes to easy-deb-chroot 0.9.46-1fremantle1

  • /usr/bin/debbie:

change to (twice)

sudo /sbin/debian su -