Reply
Thread Tools
Posts: 150 | Thanked: 91 times | Joined on Dec 2009 @ Norway
#661
@rebhana

Here is what I did to get df to work:

http://talk.maemo.org/showpost.php?p...&postcount=566
 

The Following 2 Users Say Thank You to hstende For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#662
rebhana: You've been a victim of bug 6365 (which I'm proud to say I helped to fix by providing a test case). It will be fixed in an upcoming firmware release.

If you see this behaviour, issue the command from the terminal:
Code:
sudo killall maemo-xinput-sounds
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 3 Users Say Thank You to qole For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#663
andrewfblack: Not exactly sure what you mean by "the location for root of webserver," but if you mean the html root, just edit the httpd.conf file to point "DocumentRoot" at whatever directory you want, including /home/user/MyDocs/webserver or /media/mmc1/webserver. It should work as expected.

EDIT: Some useful info here.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2010-03-02 at 18:49. Reason: Added DocumentRoot reference, pointer to O'Reilly
 

The Following User Says Thank You to qole For This Useful Post:
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#664
Originally Posted by qole View Post
rebhana: You've been a victim of bug 6365 (which I'm proud to say I helped to fix by providing a test case).[/code]
I'm impressed! So it can be triggered by xbindkeys and one should watch out for it when using that?
 
Posts: 255 | Thanked: 61 times | Joined on Feb 2010
#665
So after updating I started getting this error.

Mount failure!
/home/user/MyDocs/debian-m5-v3b.img.ext2 failed to mount on loop0

/sbin/qmount: line 195: dmlosetup: not found
mount: mounting /dev/dm-0 on /.debian failed: no such file or directory

Thinking it was the .ext2 img I replaced it. Didnt work.

And I couldnt find this error in the thread.
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#666
I have successfully installed and tested zim, a desktop wiki that seems extremely useful for a device like the N900. The newer version from squeeze is working well under Easy Debian, except that one faces the problem that one would occasionally want to use special characters which are not available on the hardware keyboard.

Running zim under debbie, which I would have preferred, I did not succeed in letting xbindkeys together with xvkbd produce some of the extra characters. Function keys F1-F12 can be emulated, but overloading special characters like bracketleft/right (which are missing on my German keyboard) does not work. I'm puzzled that for example
Code:
"xvkbd -text "\[F9]""                                               
 Shift+Mod5 + o                                                     

"xvkbd -xsendevent -text '\t'"                                      
   Control+Shift + t
does work to issue F9 and even allows me to insert a tab character in the text, but apparently no printable characters can be issued by e.g.
Code:
"xvkbd -text "\[asciitilde]""                                       
   m:0x1 + c:65                                                     
   Shift + space                                                    

"xvkbd -xsendevent -text "\[braceleft]""                            
   m:0x4 + c:33                                                     
   Control + p
Since using xbindkeys in these experiments frequently fires up maemo-xinput-sounds with 100% CPU usage and dramatic battery drains, I switched over to LXDE, where I can in fact just use xmodmap to get more key bindings. (It's a known bug that xmodmap does not work from the terminal, but with LXDE, it's more or less fine, as I've reported earlier here.)

The only problem I'm now having with zim is the black background under Easy Debian. As a theoretical physicist, I would like to be able to insert math formulae, which one can do in zim using LATEX and dvipng , but the result is black on black as I discovered after a seeing nothing until I marked larger areas of the text. Too cool to be useful...

qole, you said earlier that the appearance of LXDE was easily configurable when somebody achieved a white background by ssh -X. But if I change themes, not much if anything changes, I always have black background!
 
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#667
Originally Posted by ear0wax View Post
So after updating I started getting this error.

/sbin/qmount: line 195: dmlosetup: not found
mount: mounting /dev/dm-0 on /.debian failed: no such file or directory
You must have kernel-module-dmloop installed. Either uninstall that package, or also install the dmsetup package.

Originally Posted by rebhana View Post
qole, you said earlier that the appearance of LXDE was easily configurable when somebody achieved a white background by ssh -X. But if I change themes, not much if anything changes, I always have black background!
I'm not sure why you can't change the theme. Edit /home/user/.gtkrc-2.0 and comment out the line that says, "MurrinaNightOrange". This will set your colors to the (boring) defaults. Your scroll bars will become narrow again, too.

EDIT: It was xkbcomp that I found triggered the bug.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!

Last edited by qole; 2010-03-02 at 23:46.
 

The Following 3 Users Say Thank You to qole For This Useful Post:
Posts: 150 | Thanked: 91 times | Joined on Dec 2009 @ Norway
#668
I got openoffice.org 3.2 to work on my easy debian using the ubuntu-packages for armel, but I destroyed my image in the prossess after when I was cleaning up....

Installed the ubuntuversion found here:
https://launchpad.net/ubuntu/+source...+build/1478069

It looked better than 3.1, and I guess I'll do another try, but it made my apt
unstable, because of some packages I installed and removed.

Here is a copy of my historyfile but remember this will probably destroy something:
420 mkdir office
421 cd office/
422 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
423 dpkg -i libmythes-dev_3.2.0~rc4-1ubuntu1_armel.deb
424 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
425 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
426 dpkg -i openoffice.org-core_3.2.0~rc4-1ubuntu1_armel.deb
427 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
428 dpkg -i *
429 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
430 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
431 dpkg -i *
432 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
433 wget http://launchpadlibrarian.net/398972...ntu3_armel.deb
434 dpkg -i *
435 dpkg -i libc6_2.11.1-0ubuntu3_armel.deb
436 wget http://launchpadlibrarian.net/398972...ntu3_armel.deb

442 dpkg -r locales
443 dpkg -r locale
444 dpkg -i libc-bin_2.11.1-0ubuntu3_armel.deb*
445 dpkg -i libc6_2.11.1-0ubuntu3_armel.deb
446 dpkg -i *
447 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
448 dpkg -i uno-libs3_1.6.0+OOo3.2.0~rc4-1ubuntu1_armel.deb
449 dpkg -i ure_1.6.0+OOo3.2.0~rc4-1ubuntu1_armel.deb
450 dpkg -i openoffice.org-core_3.2.0~rc4-1ubuntu1_armel.deb
451 dpkg -r openoffice.org-gtk

455 dpkg -r openoffice.org-impress

457 dpkg -r openoffice.org-common
458 dpkg -r openoffice.org-java-common
459 dpkg -r openoffice.org-emailmerge
460 dpkg -r openoffice.org-common
461 dpkg -r openoffice.org-core
462 dpkg -r openoffice.org-base-core
463 dpkg -r openoffice.org-core
464 dpkg -r python-uno
465 dpkg -r openoffice.org-core
466 dpkg -i openoffice.org-core_3.2.0~rc4-1ubuntu1_armel.deb
467 dpkg -r openoffice.org-common
468 dpkg -i openoffice.org-core_3.2.0~rc4-1ubuntu1_armel.deb
469 wget http://launchpadlibrarian.net/352941...-0.2_armel.deb
470 dpkg -i libgraphite3_2.3.1-0.2_armel.deb
471 dpkg -i openoffice.org-core_3.2.0~rc4-1ubuntu1_armel.deb
472 dpkg -i openoffice.org-common
473 wget http://launchpadlibrarian.net/386518...buntu1_all.deb
474 dpkg -i openoffice.org-common_3.2.0~rc4-1ubuntu1_all.deb
475 dpkg -i openoffice.org-core_3.2.0~rc4-1ubuntu1_armel.deb
476 dpkg -i openoffice.org-writer_3.2.0~rc4-1ubuntu1_armel.deb
477 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
478 dpkg -i openoffice.org-base-core_3.2.0~rc4-1ubuntu1_armel.deb
479 dpkg -i openoffice.org-writer_3.2.0~rc4-1ubuntu1_armel.deb

483 dpkg -i openoffice.org-*
484 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
485 dpkg -i openoffice.org-impress_3.2.0~rc4-1ubuntu1_armel.deb
486 wget https://launchpad.net/ubuntu/lucid/a...0~rc4-1ubuntu1
487 wget http://launchpadlibrarian.net/387459...ntu1_armel.deb
488 dpkg -i openoffice.org-gtk_3.2.0~rc4-1ubuntu1_armel.deb
489 wget http://launchpadlibrarian.net/370684...ntu1_armel.deb
490 dpkg -i libatk1.0-0_1.29.4-0ubuntu1_armel.deb
491 dpkg -i openoffice.org-gtk_3.2.0~rc4-1ubuntu1_armel.deb

507 apt-get -f install

529 dpkg --force-all locales_2.10.2-6_all.deb
530 dpkg -i --force-all locales_2.10.2-6_all.deb
531 dpkg-reconfigure locales
 

The Following User Says Thank You to hstende For This Useful Post:
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#669
Originally Posted by qole View Post
Y
I'm not sure why you can't change the theme. Edit /home/user/.gtkrc-2.0 and comment out the line that says, "MurrinaNightOrange". This will set your colors to the (boring) defaults. Your scroll bars will become narrow again, too.

EDIT: It was xmodmap that I found triggered the bug.
I now found that deleting the line "sNet/ThemeName=MurrinaNightOrange" in ~/.config/lxde/config allows me to change the theme from within LXDE. LXDE seems to change only the entry in /home/user/.gtkrc-2.0. Therefore, when the theme is also set in ~/.config/lxde/config, the only effect of changing the theme is in the small information window at startup about the keyboard.

"MurrinaNightOrange" is more beautiful - I'll try perhaps to change only the background color of some applications like zim.

So far I found xmodmap harmless when run under LXDE. Did you do that in terminal mode or debbie?

Last edited by rebhana; 2010-03-06 at 08:20.
 

The Following 3 Users Say Thank You to rebhana For This Useful Post:
Posts: 150 | Thanked: 91 times | Joined on Dec 2009 @ Norway
#670
@rebhana
If you just want the openoffice to not use the gtk-theme, you could just do: dpkg -r openoffice.org-gtk
 

The Following User Says Thank You to hstende For This Useful Post:
Reply

Tags
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze


 
Forum Jump


All times are GMT. The time now is 18:38.