maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   Easy Debian Fremantle Beta Testing (https://talk.maemo.org/showthread.php?t=34550)

qole 2010-03-09 19:16

Re: Easy Debian Fremantle Beta Testing
 
Quote:

Originally Posted by rebhana (Post 560975)
Not a showstopper, but what about deleting the theme setting line in ~/.config/lxde/config that prevents people from modifying themes in LXDE because it's overriding the settings in .gtkrc-2.0 ?

I can fix that.

Quote:

Coming back to an issue I raised before: I now realized that the different behavior of debbie versus sudo debian su - user comes from the fact that in /usr/bin/debbie you have su without "-"
Code:

if [ $# = 0 ] ; then
  echo Starting Debian shell... >/dev/stderr
  sudo /sbin/debian su $DEBUSER
else
  # Workaround to allow "debbie" to be used as login shell
  if [ "$1" == "-c" ]; then
    shift
  fi
  echo Starting Debian $* >/dev/stderr
  sudo /sbin/debian su $DEBUSER -c "$*"
fi

Is that on purpose, i.e. did you find it safer not to have a login shell behavior by default?
I tried adding the "-" to the chroot command, but that breaks other things. For instance, OpenOffice gives an error, "Failed to open display". Any ideas how to get this working for everyone?

Quote:

EDIT: I see it's too late for Testing now, so that's for the next round. Congrats btw for being constantly on Downloads/Popular! :)
Wow, I didn't notice that. I did notice the 2100GB of downloads from my website last month.

hstende 2010-03-09 20:36

Re: Easy Debian Fremantle Beta Testing
 
I tried to set the su -
The problem is that the DISPLAY variable will not be set.

rebhana 2010-03-09 22:04

Re: Easy Debian Fremantle Beta Testing
 
Quote:

Originally Posted by qole (Post 561609)
I tried adding the "-" to the chroot command, but that breaks other things. For instance, OpenOffice gives an error, "Failed to open display". Any ideas how to get this working for everyone?

Strange! I have no such problem with openoffice!

My /usr/bin/debbie script now has
Code:

if [ $# = 0 ] ; then
  echo Starting Debian shell... >/dev/stderr
  sudo /sbin/debian su - $DEBUSER
else
  # Workaround to allow "debbie" to be used as login shell
  if [ "$1" == "-c" ]; then
    shift
  fi
  echo Starting Debian $* >/dev/stderr
  sudo /sbin/debian su - $DEBUSER -c "$*"
fi

and I can open openoffice both within LXDE and through debbie.

qole 2010-03-10 01:06

Re: Easy Debian Fremantle Beta Testing
 
OK, I've pushed Easy Debian 0.9.46 and Easy Chroot 0.3.0 to Testing. These packages incorporate all the stuff we've been hacking out together, including the fix to make LXDE theme editing a possibility.

Sorry, rebhana, we'll have to work on the whole su problem in Extras-devel until I get this version into Extras.

hstende 2010-03-10 06:21

Re: Easy Debian Fremantle Beta Testing
 
I have made a new ubuntu karmic image,
I fixed lxmusic so it work with libpulse
I added libgtkstylus
I changed with visudo so that user doesn't need password when sudo.
I added ssh so that it start the deamon on port 23.
I added a script that put the info from /proc/mounts into /etc/mtab so that the df command work.
I added mlocate so that locate work inside

http://www.filehosting.org/file/deta...ac-v2.img.lzma

kevineaton77 2010-03-10 10:14

Re: Easy Debian Fremantle Beta Testing
 
hi guys, i hope you are well.

im sorry for posting here as this isnt the right spot but i dont seem to be able to post a comment on the http://maemo.org/downloads/product/M...sy-deb-chroot/
page.

my question is as this runs java, would the logmein app work on it?

cheers!

jFROMcolourtheatre 2010-03-10 16:37

Re: Easy Debian Fremantle Beta Testing
 
qole, i just wanted to thank you immensely and offer you my first born child. easy debian on the n900 is just amazing. it works. its magical. yes, Mr.Jobs. this IS magical.

just got a quick question though guys. sorry if its a n00b query but is there any way that i can enable portrait mode in debian LXDE? its just that some of the menus in GIMP (ie preference) has options such as the "ok" button etc that cant be selected due to space restriction.

any ideas?

thanks once again qole. you're a legend!

qole 2010-03-10 17:06

Re: Easy Debian Fremantle Beta Testing
 
Quote:

Originally Posted by jFROMcolourtheatre (Post 562713)
qole, i just wanted to thank you immensely and offer you my first born child. easy debian on the n900 is just amazing. it works. its magical. yes, Mr.Jobs. this IS magical.
....thanks once again qole. you're a legend!

As usual, I would like to point you to qole.org, where I have a paypal donation button. But past experience has taught me not to believe a word of it. ;)

Quote:

Originally Posted by jFROMcolourtheatre (Post 562713)
just got a quick question though guys. sorry if its a n00b query but is there any way that i can enable portrait mode in debian LXDE? its just that some of the menus in GIMP (ie preference) has options such as the "ok" button etc that cant be selected due to space restriction.

any ideas?

Use the Ctrl-period key combo to get the Move Window cursor, and then drag the window up with your stylus.

rebhana 2010-03-10 18:02

Re: Easy Debian Fremantle Beta Testing
 
Quote:

Originally Posted by qole (Post 561995)
Sorry, rebhana, we'll have to work on the whole su problem in Extras-devel until I get this version into Extras.

Sure! I'll investigate further whether anything breaks with "su -". As I said, so far I everything works for me.

EDIT: I'm still using easy-chroot 0.2.8-2fremantle1. @qole, could that possibly make a difference?

delaroca 2010-03-10 18:59

Re: Easy Debian Fremantle Beta Testing
 
Quote:

Originally Posted by hstende (Post 562109)
I have made a new ubuntu karmic image,
I fixed lxmusic so it work with libpulse

Are you able to run any of the v2.7.x betas of Gimp on this -- how does the new Single-Window mode of Gimp work out?

--denis


All times are GMT. The time now is 04:56.

vBulletin® Version 3.8.8