![]() |
Re: Easy Debian Fremantle Beta Testing
@seanmcken
it is apt-get install chromium-browser :p i tried chromium it brings me a totally different pacakge with strange sounds :) |
Re: Easy Debian Fremantle Beta Testing
thank u very much friends
|
Re: Easy Debian Fremantle Beta Testing
chromium-browser command works better for opening the browser i need help again can u plz tell me how to add this in queen beecon to make it as shortcut on screen?
|
Re: Easy Debian Fremantle Beta Testing
Ask in queen beecon widget thread?
|
Re: Easy Debian Fremantle Beta Testing
As some of you might know, the next Debian release "Wheezy" went into Freeze on june 30th, which means that the developers will concentrate on bug fixing now instead of adding new program versions.
This in turn means that dependencies won't change that much anymore, making custom package builds less prone to breaking by simply becoming outdated. As suggested earlier I finally took that chance to create an Easy Debian image completely based on Wheezy, which Estel and qole generously agreed to host [1] (Thanks for that!). It is a very minimal image with little more than only a working LXDE desktop. There is no web browser installed, no office suite or whatever one might expect to find in an end-user's image. Since Wheezy, although in Freeze now, is still Testing, this image is intended for people who know how to handle Testing. And I trust that some of these users will eventually put together an image for brave end users with all the appropriate software. For instance, Iceweasel 10esr can be installed from the repository. (Chromium currently isn't available in Wheezy armel due to a bug [2].) I intend to create a similar image when Wheezy is released, so this image is is sort of a release candidate to find out what can be improved. Any tips are welcome! Some facts about that image: md5sum (unlzma'd): 6aa2bd305a99b9d9f9e21b092aa5659e size: 2GB file system: ext2 default keymap: us (with some minor changes; details follow) bugs: So far I've only encountered one bug. sudo doesn't set the $PATH variable correctly. All the sbin pathes are missing. You have to become root by calling sudo su to get the sbin pathes correctly. Atm I have no idea what causes this, nor how to fix it since I don't use sudo on my regular computers. If anybody knows how to fix this, please let us know! others: a) Due to Maemo's ancient pulseaudio version I had to patch the pulseaudio-related packages in the image. In contrast to the packages in Squeeze this time it's the real Wheezy pulseaudio version 2.0 with only the protocol version patched down to 15 as suggested by thomasjfox [3] (Thanks a lot for that!). The packages currently installed in the image are: Code:
libpulse0-armel Since the packages had to be patched this means that they MUST NOT be replaced with regular Wheezy packages if you want to have sound in Easy Debian. Therefore I set them on "hold" so they will not be automatically upgraded by newer versions. If for some reason you need newer packages than the ones that are currently in the image (because they are required as a dependency) rebuild the packages after patching them yourself or contact me and I'll build new ones (it may take some days until I'm able to provide new ones)! b) Just like in the Squeeze image I had to replace the xkb folder after the dist-upgrade, so the xkd-data package shouldn't be upgraded too or you'll have to copy it over from Maemo again. When I copied the folder I forgot that I altered my keyboard definition slightly. Users with US layout will notice that "£" and "€" will produce "<" and ">" instead, Shift+Alt+"." will produce "|" and Shift+Alt+Space will produce Escape. If you want an unmodified us keymap copy /usr/share/X11/xkb/symbols/nokia_vndr/rx-51 from Maemo to the Wheezy image! [1] image@Estel: http://lorienart.pl/debian_wheezy0sulu.img.lzma @qole: http://qole.org/files/debian_wheezy0sulu.img.lzma [2] Chromium armel bug: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674728 [3] pulseaudio patch by thomasjfox: http://talk.maemo.org/showpost.php?p...6&postcount=34 [4] patched pulseaudiopackages@Estel: http://lorienart.pl/pulseaudio_patch...reeze.tar.lzma |
Re: Easy Debian Fremantle Beta Testing
|
Re: Easy Debian Fremantle Beta Testing
I've been using this raw wheezy image and testing it has been working REALLY well for me! thanks for the work put in!
the issue I've had for a long time (on all previous images) with drawing on gimp via debbie has been fixed http://i.imgur.com/4VUgF.png I no longer have to go through LXDE to use drawing programs :) and the best thing is MyPaint v1.0 also works! http://i.imgur.com/eSXVx.png http://i.imgur.com/9WuKF.png one problem: I can get pressure sensitivity, but the screen behaves as if the (left click) press is always on hold, so the strokes end up being continuous.. here is what I mean: http://i.imgur.com/HJ9WY.png ^^ I made four individual wriggly brush strokes from left to right, but they all connect together This is my temporary fix: -change the stroke setting in preferences from http://i.imgur.com/3L1Zj.png to a regular mouse setting and disable pressure sensitivity http://i.imgur.com/gWJtF.png is there something I can do to fix this "hold" issue? I also tried changing the settings on GIMP to get pressure sensitivity http://i.imgur.com/5NUnl.jpg and it works but then I can't click anything outside the canvas (e.g, I can't click save or close on the menu boxes, making gimp unuseable) (because again, I suspect it behaves as though left click is on hold) edit: also this issue occurs in both debbie (chroot) and LXDE. but in debbie both programs detect the input as "TSC2005 touchscreen" and in LXDE it detects two inputs, "Virtual core XTEST pointer" and "Xephyr virtual mouse" |
Re: Easy Debian Fremantle Beta Testing
I've run quassel, but keyboard doesn't work (can't focus on window?).
It seems that input still works on terminal instead of quassel window (I run it directly via chroot). Anyway what's strange - when I ran quassel from lxde it ran only quassel-client... Any ideas ? kbd fixes posted on wiki didn't helped me :( |
Re: Easy Debian Fremantle Beta Testing
Quote:
Could you please write small "tutorial" for upgrading Squeezy image to wheezy, similar to one You did for upgrading *to* Squeezy? I would put it in wiki, then. Of course, I suppose it includes more than just "dist-upgrade" - installation of new, custom pulseaudio, and such things. I'm personally interested in it - I would like to do upgrade keeping my current image, instead of starting from scratch, with a fresh one. It would not only save me downloading gigabytes of files over slow network access, but also, more importantly, help testing compatibility with existing (and working well in Squeeze) programs. Diary of steps needed for upgrade would also help in debugging any possible issues with images. Thanks in advance, /Estel |
Re: Easy Debian Fremantle Beta Testing
Quote:
I have this line in my .xbindkeysrc, and I am using xbindkeys under maemo natively (installed via apt-get): Code:
############################################################### and a /home/user/.kbdactive like this (x11-utils needed to be installed to use xprop): Code:
#!/bin/sh The only thing could be done more elegant is the set-focus: it must be invoked using debbie because the binary does not work under maemo natively, it drops this error: Code:
set-focus: relocation error: set-focus: symbol __isoc99_sscanf, version GLIBC_2.7 not defined in file libc.so.6 with link time reference CU Michael |
All times are GMT. The time now is 22:04. |
vBulletin® Version 3.8.8