OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: pyknite on January 08, 2006, 02:45:17 pm

Title: Rox And Xfce
Post by: pyknite on January 08, 2006, 02:45:17 pm
hi there....

I have installed Rox and xfce... i followed this tuto: http://users.telenet.be/zaurususer/Chero/xfce4-rox-howto/ (http://users.telenet.be/zaurususer/Chero/xfce4-rox-howto/)

he said you must type: rox --pinboard=MYPINBOARD in console...

when i type this, it returned me this error:

(ROX-Filer:3158): Glib-GObject-WARNING **: cannot register existing type 'GtkIconeTheme'

(ROX-Filer:3158): Glib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type '<invalid>'


thx for your help

++
Title: Rox And Xfce
Post by: pyknite on January 09, 2006, 10:34:44 am
i have three other question:

1. with xfce, it's possible to have the virtual keyboard??
2. when I pivot the screen to use the zaurus in tablett mode, xfce didn't rotate, it's possible to make that he rotate??
3. with fvwm or fluxbox, is there some applet to see the status of the battery and the wireless card?

re thx
Title: Rox And Xfce
Post by: karlto on January 09, 2006, 06:46:15 pm
Quote
i have three other question:

1. with xfce, it's possible to have the virtual keyboard??
2. when I pivot the screen to use the zaurus in tablett mode, xfce didn't rotate, it's possible to make that he rotate??
3. with fvwm or fluxbox, is there some applet to see the status of the battery and the wireless card?

re thx
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110136\"][{POST_SNAPBACK}][/a][/div]

1 - yes, you just need to run it as normal (it should be with the old matchbox menu items)
2 - same deal as keyboard; just find the rotate item from the menu
3 - not sure, but I guess any one of the other applets would run fine in the slit...? try it
Title: Rox And Xfce
Post by: web-angel on January 10, 2006, 06:55:19 am
For Rox problem have you installed the standart IMEI file librairy ? (or something like that)

Quote
1. with xfce, it's possible to have the virtual keyboard??
2. when I pivot the screen to use the zaurus in tablett mode, xfce didn't rotate, it's possible to make that he rotate??
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110136\"][{POST_SNAPBACK}][/a][/div]

1. yes , xvkbd for complete keybord see help for more option like xvkbd -compct for a small layout

2. Make a keyboard shortcut (settings => windows settings mode => keyboard) and for the key pivot the screen , it assign the key x86rotate. Now execute with this shortcut the command " chkhinge " ...
You can customize action when you rotate the screen in /etc/sysconfig/clamshell ... (for exemple lauche the virtual keyboard in tablet mod ...)
Title: Rox And Xfce
Post by: pyknite on January 10, 2006, 07:16:30 am
ok, thx for your answers...

++
Title: Rox And Xfce
Post by: pyknite on January 10, 2006, 04:30:08 pm
snif .... i didnt find the IMEI package and rox doesnt work
Title: Rox And Xfce
Post by: web-angel on January 11, 2006, 04:12:41 am
Excuse me, the package is :

shared-mime-info_0.14_armv5tel.ipk

not sure that solve our problem ...
Title: Rox And Xfce
Post by: pyknite on January 11, 2006, 05:38:00 am
Quote
Excuse me, the package is :

shared-mime-info_0.14_armv5tel.ipk

not sure that solve our problem ...
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110391\"][{POST_SNAPBACK}][/a][/div]


oki thx... i will test later

i tried too to install vdesk, but i only can't install the package on /hdd2... if i try the normal installation, he said me that it's only a read user partition
Title: Rox And Xfce
Post by: pyknite on January 11, 2006, 07:57:54 am
ok... this package dont change my probleme

ps: how to make a screenshot?

thx
Title: Rox And Xfce
Post by: jerrybme on January 11, 2006, 12:50:52 pm
Quote
ok... this package dont change my probleme

ps: how to make a screenshot?

thx
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110422\"][{POST_SNAPBACK}][/a][/div]

Make a simple script:
Code: [Select]
sleep 10
xwd -display :0.0 -root -out /mnt/card/screen.xwd

if you install imagemagick you can convert the xwd file to an easier format without opening the file in gimp to convert.

Code: [Select]
sleep 10
xwd -display :0.0 -root -out /mnt/card/screen.xwd
convert /mnt/card/screen.xwd /mnt/card/screen.png
rm /mnt/card/screen.xwd

Cheers,
Jerry
Title: Rox And Xfce
Post by: pyknite on January 11, 2006, 12:52:35 pm
Quote
Quote
ok... this package dont change my probleme

ps: how to make a screenshot?

thx
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110422\"][{POST_SNAPBACK}][/a][/div]

Make a simple script:
Code: [Select]
sleep 10
xwd -display :0.0 -root -out /mnt/card/screen.xwd

if you install imagemagick you can convert the xwd file to an easier format without opening the file in gimp to convert.

Code: [Select]
sleep 10
xwd -display :0.0 -root -out /mnt/card/screen.xwd
convert /mnt/card/screen.xwd /mnt/card/screen.png
rm /mnt/card/screen.xwd

Cheers,
Jerry
[div align=\"right\"][a href=\"index.php?act=findpost&pid=110494\"][{POST_SNAPBACK}][/a][/div]


thx a lot...