maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Alternatives (https://talk.maemo.org/forumdisplay.php?f=36)
-   -   [Debian] Debian Apps That Run Well On The Tablets (https://talk.maemo.org/showthread.php?t=21719)

tolou 2008-07-11 08:30

Re: Debian Apps That Run Well On The Tablets
 
gimageviewer and ROX Filer ofcourse (now with a debian toolbar button), both through the Synaptic pkg mgr in diablo. I've also managed to just cp parts from the good old WmBar in penguinbait's ROX pkg, e.g. see my avatar.:)
Changed time format to 24h in the taskbar, and a network monitor besides the CPU. Also set my personal background. Tip: the help file in the start menu is really at help here.
Code:

~/.icewm $ more toolbar
# This is a default toolbar definition file for IceWM
#
# Place your personal variant in $HOME/.icewm directory.

#prog FTE fte fte
#prog Netscape netscape netscape
#prog    "Vim" vim /usr/bin/gvim -f
prog    "keyboard" /usr/share/icons/gnome/24x24/devices/input-keyboard.png xvkbd
prog    XTerm xterm x-terminal-emulator
#prog    "AbiWord" /usr/share/pixmaps/abiword.png abiword
prog    "ROX Filer" /usr/share/rox/images/rox-show-hidden.png /bin/sh -c "/usr/bin/rox"
prog    "WWW" /usr/share/pixmaps/iceweasel.png iceweasel

Code:

sh-3.2$ diff preferences /usr/share/icewm/preferences
266c266
<  TaskBarShowNetStatus=1 # 0/1
---
> # TaskBarShowNetStatus=1 # 0/1
503c503
<  NetStatusCommand="x-terminal-emulator -name netstat -title 'Network Status' -e netstat -c"
---
> # NetStatusCommand="x-terminal-emulator -name netstat -title 'Network Status' -e netstat -c"
512c512
<  NetworkStatusDevice="wlan0 ppp0 eth0"
---
> # NetworkStatusDevice="ppp0 eth0"
515c515
<  TimeFormat="%R"
---
> # TimeFormat="%X"
1238c1238
< DesktopBackgroundImage="/home/user/MyDocs/.images/qgn_indi_startup_nokia_logo.png"


Maxoueb 2008-07-11 15:46

Re: Debian Apps That Run Well On The Tablets
 
Installed Dillo, NetSurf and Midori (apt-get install).. all of them are working very well on the tablet.

NetSurf might be the best choice for the N8x0: it's light, fast, can be run fullscreen and support CSS (Dillo doesn't).

To install:
Code:

apt-get install netsurf

Note: you might need "libwebkitgtk0", which can be found right there: http://ftp.pwr.wroc.pl/debian/pool/main/w/webkit/

Code:

wget http://ftp.pwr.wroc.pl/debian/pool/main/w/webkit/libwebkitgtk0d_0~svn27674-4_armel.deb
Code:

dpkg -i libwebkitgtk0d_0~svn27674-4_armel.deb

doctorbri 2008-07-11 17:11

Re: Debian Apps That Run Well On The Tablets
 
1 Attachment(s)
Gnomesword is working great. Not full-screen, unfortunately. Mirrors found here.

Makurosu 2008-07-11 20:06

Re: Debian Apps That Run Well On The Tablets
 
Frozen-bubble works quite well. After following the earlier discussion for setting up gnome-alsamixer, the sound works on frozen-bubble now too. :) Thanks guys.

Frozen-bubble is a little bit ponderous on the N800, but then I can always use a little time to contemplate my place in the Universe. Setting the graphics to medium quality helps a lot. It plays very well though and almost no stutter with the sound.

Supertuxkart, on the other hand, seems to work but slows to a near halt.

qole 2008-07-11 21:12

Re: Debian Apps That Run Well On The Tablets
 
Quote:

Originally Posted by Makurosu (Post 201896)
After following the earlier discussion for setting up gnome-alsamixer, the sound works on frozen-bubble now too. :)

Hey, do you mean my instructions to get regular alsamixer working, or did you manage to get gnome-alsamixer working (because I still can't)?

qole 2008-07-11 21:22

Re: Debian Apps That Run Well On The Tablets
 
Quote:

Originally Posted by doctorbri (Post 201819)
Not full-screen, unfortunately...

You can always pull up a Debian chroot prompt, type
Code:

wmctrl -r sword -b toggle,fullscreen
If that doesn't work, type
Code:

wmctrl -l
and look at the list of windows until you find the right one, then substitute a part of the actual window name for "sword" in the above example.

You can also just use IceWM to run it...

doctorbri 2008-07-11 22:40

Re: Debian Apps That Run Well On The Tablets[QUOTE=qole;201936]You can also just use
 
Quote:

Originally Posted by qole (Post 201936)
You can always pull up a Debian chroot prompt, type
Code:

wmctrl -r sword -b toggle,fullscreen

This worked great, thanks. Is that all your "Make OO Fullscreen" app is?

Quote:

Originally Posted by qole (Post 201936)
You can also just use IceWM to run it...

I originally tried to, but I get the error posted below. Why would an app work in the chroot but not via Ice? I have also tried running via the '/root/debian hilda' and 'cp .desktop' methods, but neither work. Gnomesword only works via chroot and closes automaticly when the chroot is closed (this may be normal behavior, I don't know).

Code:

** (gnomesword2:1600): WARNING **: can't create bookmarks dir
empty document
I/O error : Permission denied
I/O warning : failed to load external entity "/home/user/.gnomesword/settings.xml"
Document not parsed successfully.
empty document
Segmentation fault


Benson 2008-07-11 22:43

Re: Debian Apps That Run Well On The Tablets
 
Well, you should be running it in the chroot either way; that may just be confused terminology on your part, but I suspect you're not doing it that way.

qole 2008-07-11 22:55

Re: Debian Apps That Run Well On The Tablets[QUOTE=qole;201936]You can also just use
 
Quote:

Originally Posted by doctorbri (Post 201959)
This worked great, thanks. Is that all your "Make OO Fullscreen" app is?

<blush> You've caught me! :o


Quote:

Originally Posted by doctorbri (Post 201959)
I originally tried to, but I get the error posted below. Why would an app work in the chroot but not via Ice? I have also tried running via the '/root/debian hilda' and 'cp .desktop' methods, but neither work. Gnomesword only works via chroot and closes automaticly when the chroot is closed (this may be normal behavior, I don't know).

Code:

** (gnomesword2:1600): WARNING **: can't create bookmarks dir
empty document
I/O error : Permission denied
I/O warning : failed to load external entity "/home/user/.gnomesword/settings.xml"
Document not parsed successfully.
empty document
Segmentation fault


I recognize this. This was one of the reasons why I made the "hilda" command. You ran gnomesword as root the first time (in the chroot prompt), and now you can't run it as user (which is what happens with all of the other methods). At the chroot prompt, you have to do the following:
Code:

chown -R user:users /home/user/.gnomesword

Makurosu 2008-07-11 23:32

Re: Debian Apps That Run Well On The Tablets
 
Quote:

Originally Posted by qole (Post 201933)
Hey, do you mean my instructions to get regular alsamixer working, or did you manage to get gnome-alsamixer working (because I still can't)?

Sorry, no. Gnome-alsamixer doesn't work for me either, but fiddling around with it got all the right packages installed so that sound started working. I really don't know what I'm doing at all, but I'm learning a lot doing it. It's like getting a new gadget. Thanks for making this possible, Qole.

BTW, frozen-bubble is a seriously addicting game. Beware!


All times are GMT. The time now is 06:13.

vBulletin® Version 3.8.8