Re: maemo UI

2009-06-05 Thread Erik Hovland
 They've added to some relatively recent version of pdf format (5?) the
 possibility of reflowed PDFs to support ebooks. Not sure how well it
 works in reality. See http://www.adobe.com/uk/epaper/tips/acr5reflow/

This post really got me going. I decided to type 'poppler reflow' into google
and see what it spit out. Turns out poppler doesn't support the reflow
tag in PDFs. But someone did write a patch to reflow when converting
to html:
http://lists.freedesktop.org/archives/poppler/2008-September/004126.html

I took that patch and tried to make it worthy of commit for poppler:
https://bugs.freedesktop.org/show_bug.cgi?id=20652

Thanks for the helpful dialogue.

E

-- 
Erik Hovland
e...@hovland.org
http://hovland.org/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo UI

2009-06-02 Thread Frantisek Dufka
Hubert Figuiere wrote:
 The real problem is that PDF is not a format for electronic books. 
 Because it hardcodes paper size and layout, it is not independant of the 
 media. PDF is a format for digital rendering of printouts.

They've added to some relatively recent version of pdf format (5?) the 
possibility of reflowed PDFs to support ebooks. Not sure how well it 
works in reality. See http://www.adobe.com/uk/epaper/tips/acr5reflow/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo UI

2009-06-01 Thread Erik Hovland
 Would anyone be willing to help a designer work on changes to the maemo UI?
 I can make designs and flows, buttons, etc.-- anyone out there able to code
 it up?  I'd like to change the startup screen as well, I'm a bit tired of
 the Nokia touching hands...

 I'm also interested in a nicer ebook reader for maemo, I can provide designs
 for anyone willing to work with me.  A flash-like page flipper would be nice
 to implement.

I am all for making the animations such that they help users get a
better experience.
But fbreader already works pretty well for my needs. I am not
convinced that page
turning is more then a gimmick.

The real bonus points for reading electronic documents is to make evince be
small screen aware and make it be able understand page layout so that it focuses
away whitespace (like margins). Bonus points if it understands two and
three column
layouts as well. PDF reading on small devices is the sux0rs.

E

-- 
Erik Hovland
e...@hovland.org
http://hovland.org/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo UI

2009-06-01 Thread Hubert Figuiere
On 06/01/2009 01:49 PM, Erik Hovland wrote:
 The real bonus points for reading electronic documents is to make evince be
 small screen aware and make it be able understand page layout so that it 
 focuses
 away whitespace (like margins). Bonus points if it understands two and
 three column
 layouts as well. PDF reading on small devices is the sux0rs.

The real problem is that PDF is not a format for electronic books. 
Because it hardcodes paper size and layout, it is not independant of the 
media. PDF is a format for digital rendering of printouts.

As long as this will not be understood, then the problem will stick.
(and this also applies to people who think PDF is also for the web)

And to fall back on the subject of Maemo, this problem shows when the 
User's Manual for the N800 is provided as a PDF on the device... and 
the inline help tries to refer to it.

Hub
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo UI

2009-06-01 Thread Erik Hovland
On Mon, Jun 1, 2009 at 11:04 AM, Hubert Figuiereh...@figuiere.net wrote:
 On 06/01/2009 01:49 PM, Erik Hovland wrote:

 The real bonus points for reading electronic documents is to make evince
 be
 small screen aware and make it be able understand page layout so that it
 focuses
 away whitespace (like margins). Bonus points if it understands two and
 three column
 layouts as well. PDF reading on small devices is the sux0rs.

 The real problem is that PDF is not a format for electronic books. Because
 it hardcodes paper size and layout, it is not independant of the media. PDF
 is a format for digital rendering of printouts.

 As long as this will not be understood, then the problem will stick.
 (and this also applies to people who think PDF is also for the web)

I totally agree. But as long as this issue is not understood we are stuck w/
lots of ebooks in PDF.

E

-- 
Erik Hovland
e...@hovland.org
http://hovland.org/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: maemo UI

2009-06-01 Thread gary liquid
hi all,

the current liqbase has a simplified text based book reader - its available
in maemo extras.

its got super sliq kinetic scrolling through the document and fullscreen
tearfree rendering of booktext with an autoscroll function :)
it remembers your position and allows you to select a new book (what else do
you need..)

its principle limitation is that it reads only text files (the other being
its all mixed in with everything else that I expect to have)

there are discussions underway and plans to make use of my new libliqbase
framework to allow multiple book formats to be read on the device using the
same sliq UI :)

theres a video of my work here
http://www.youtube.com/watch?v=iMXp0Dg_UaYwhich shows the initial
framework a couple of months ago and I have advanced
further already (theres a followup video)

We (myself, community council member keesj and jeremiah the maemo debmaster)
have just spent some time at the mozilla maemo weekend preparing a proper
debian package for the library itself so that myself and others can build on
the library to create apps which work well on this and future devices (I
have run the framework on omap3 prototypes with even more impressive speed!)

hope that gives a little foodfor thought :)

gary (lcuk on #maemo)

On Mon, Jun 1, 2009 at 7:26 PM, Erik Hovland e...@hovland.org wrote:

 On Mon, Jun 1, 2009 at 11:04 AM, Hubert Figuiereh...@figuiere.net wrote:
  On 06/01/2009 01:49 PM, Erik Hovland wrote:
 
  The real bonus points for reading electronic documents is to make evince
  be
  small screen aware and make it be able understand page layout so that it
  focuses
  away whitespace (like margins). Bonus points if it understands two and
  three column
  layouts as well. PDF reading on small devices is the sux0rs.
 
  The real problem is that PDF is not a format for electronic books.
 Because
  it hardcodes paper size and layout, it is not independant of the media.
 PDF
  is a format for digital rendering of printouts.
 
  As long as this will not be understood, then the problem will stick.
  (and this also applies to people who think PDF is also for the web)

 I totally agree. But as long as this issue is not understood we are stuck
 w/
 lots of ebooks in PDF.

 E

 --
 Erik Hovland
 e...@hovland.org
 http://hovland.org/
 ___
 maemo-developers mailing list
 maemo-developers@maemo.org
 https://lists.maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Maemo UI Development for N800/N810

2008-03-07 Thread Eero Tamminen
Hi,

ext kumar lomash wrote:
 I have been developing GUI using GTK +2.0 and now I am facing some
 performance issues. Let me first describe
 
 The implementation: -
 The UI consists of layouts (GtkContainers) which have event box and image
 widgets. At any given time only one of the four layouts is visible and the
 user can select a layout at any given time. On an average each layout has 25
 buttons (internally event boxes and image widgets). Every button has 3
 states so there are 6 (3 event + 3 image) widgets for every button. A total
 of 4 layouts make 600 widgets roughly at any given time.
 
 The Problem: -
 Whenever user switches between layouts, I hide other layouts (hide the
 containers) and show the selected layout. The problem is that it takes very
 long to do these operations.

You need to profile your application to see what is the bottleneck.
I think you could do it even on x86 (e.g. using Valgrind/callgrind
+ Kcachegrind).

If you have deep widget hierarchy, you could try reducing levels in it
(deep widget hierarchies can greatly increase the number of signals
needed to propagate changes).


 Is there a better way of doing this? I used event boxes and image widgets in
 place of gtkbuttons because I needed custom shaped buttons with custom
 bitmaps over them.


- Eero

___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Maemo UI Development for N800/N810

2008-03-07 Thread kumar lomash
Hi Eero,

I tried reducing the hierarchy and it helped, but I am still trying to
reduce it further. Currently I am using 24 bit png (24 bit bmp converted to
png) images for all image widgets. Will it help if I use 8-bit bitmaps
(converted to png) to lighten the UI? Is there any other image format
supported by Maemo/GTK which would make it lighter?

Thanks for the help,
Lomash

On Fri, Mar 7, 2008 at 1:58 PM, Eero Tamminen [EMAIL PROTECTED]
wrote:

 Hi,

 ext kumar lomash wrote:
  I have been developing GUI using GTK +2.0 and now I am facing some
  performance issues. Let me first describe
 
  The implementation: -
  The UI consists of layouts (GtkContainers) which have event box and
 image
  widgets. At any given time only one of the four layouts is visible and
 the
  user can select a layout at any given time. On an average each layout
 has 25
  buttons (internally event boxes and image widgets). Every button has 3
  states so there are 6 (3 event + 3 image) widgets for every button. A
 total
  of 4 layouts make 600 widgets roughly at any given time.
 
  The Problem: -
  Whenever user switches between layouts, I hide other layouts (hide the
  containers) and show the selected layout. The problem is that it takes
 very
  long to do these operations.

 You need to profile your application to see what is the bottleneck.
 I think you could do it even on x86 (e.g. using Valgrind/callgrind
 + Kcachegrind).

 If you have deep widget hierarchy, you could try reducing levels in it
 (deep widget hierarchies can greatly increase the number of signals
 needed to propagate changes).


  Is there a better way of doing this? I used event boxes and image
 widgets in
  place of gtkbuttons because I needed custom shaped buttons with custom
  bitmaps over them.


 - Eero


___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Maemo UI Development for N800/N810

2008-03-07 Thread Ross Burton
On Fri, 2008-03-07 at 11:53 +0530, kumar lomash wrote:
 The Problem: -
 Whenever user switches between layouts, I hide other layouts (hide the
 containers) and show the selected layout. The problem is that it takes
 very long to do these operations. 

Use a GtkNotebook with hidden tabs to switch between the layouts.

Ross
-- 
Ross Burton mail: [EMAIL PROTECTED]
  jabber: [EMAIL PROTECTED]
 www: http://www.burtonini.com./
 PGP Fingerprint: 1A21 F5B0 D8D0 CFE3 81D4 E25A 2D09 E447 D0B4 33DF



___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Maemo UI Development for N800/N810

2008-03-06 Thread kumar lomash
Hi,

I have been developing GUI using GTK +2.0 and now I am facing some
performance issues. Let me first describe

The implementation: -
The UI consists of layouts (GtkContainers) which have event box and image
widgets. At any given time only one of the four layouts is visible and the
user can select a layout at any given time. On an average each layout has 25
buttons (internally event boxes and image widgets). Every button has 3
states so there are 6 (3 event + 3 image) widgets for every button. A total
of 4 layouts make 600 widgets roughly at any given time.

The Problem: -
Whenever user switches between layouts, I hide other layouts (hide the
containers) and show the selected layout. The problem is that it takes very
long to do these operations.

Is there a better way of doing this? I used event boxes and image widgets in
place of gtkbuttons because I needed custom shaped buttons with custom
bitmaps over them.

Please help!

Regards,
Lomash
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Maemo UI improvements discussion blog.

2008-01-20 Thread Жилин Андрей
Hi.
 I'm Andrew Zhilin from frosty Russia and I want to invite you to my blog 
http://tabletui.wordpress.com/ and join interesting discussions about current 
Maemo UI improvements and re-designs. As a result we must get a list of kindly 
illustrated and guided suggestions for improvement Maemo OS from the usability 
point of view. Everyone's ideas are strongly appreciated. We're not talking 
about gasps like I want this like in iPhone or this cool FX would look great 
here but about real tweaks of current Maemo. Discussions on recently added 
paragraphs are very welcome. And maybe Maemo Team will take some of the ideas 
to the real release om Maemo OS.
Thanks for reading, cheers.___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Can we launch Maemo UI on several Xephyrs from different clients connected to a server?

2007-05-09 Thread Kwansu Park

Hi,
I'm a new comer in this field with maemo.

Actually, I want to launch Maemo UIs onto several Xephyrs.
So I found a thread related to this problem on this mailing list. At that
time, author was Sampath. Maybe the subject of that thread is the same as
mine. :) In the previous thread, there was just one solution about launching
several Xephyrs using a wrapper script(e.g. start-xephyr.sh). There was not
an answer for Maemo UI problems

Finally, when I try to launch Maeomo UI(af-sb-init.sh start) on each xephyr,
it failed except the first one.
The detail situation of is follows..

1) I made 2 start-xephyr.sh, it works for each user.
For a user kevin
#!/bin/sh -e
prefix=/scratchbox/users/kevin/targets/SDK_X86/usr
export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH
exec ${prefix}/bin/Xephyr :$1 -host-cursor -screen 800x480x16 -dpi 96
-ac

 For a user dino
#!/bin/sh -e
prefix=/scratchbox/users/dino/targets/SDK_X86/usr
export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH
exec ${prefix}/bin/Xephyr :$1 -host-cursor -screen 800x480x16 -dpi 96
-ac


2) Then, I executed these scripts on the gdm xserver(Ubuntu 6.1 Edgy
distributed)
   root$start-xephyr-kevin.sh 2
   root$start-xephyr-dino.sh 3

as a result, on the screen, 2 Xephyr launched.

3) On an other PC, executed terminal program(SecureCRT) and then I logged
in server as other users, kevin and dino.

4) Then I logged in scratchbox(Apophis (Current stable version)) as each
user.

5) For the first time, kevin set its DISPLAY, like this
   [sbox-SDK_X86: ~]  export DISPLAY=127.0.0.1:2

   and then another user, dino did the same work except to number of
DISPLAY

   [sbox-SDK_X86: ~]  export DISPLAY=127.0.0.1:3


6) Then, kevin launched Maemo UI firstly

  [sbox-SDK_X86: ~]  af-sb-init.sh start

   ..as a result, it worked well, I could find that maemo UI
launched on the xephyr displayed on 2

 7) Lastly, dino launched Maemo UI, like this

  [sbox-SDK_X86: ~]  af-sb-init.sh start

   ..as a result, it terminated...with that log.

 /usr/bin/af-sb-init.sh: line 1: export: `bus:': not a valid identifier
 /usr/bin/af-sb-init.sh: line 1: export: `/tmp/session_bus_socket:':
not a valid identifier
 Sample files present.
 Starting DBUS system bus
 Starting D-BUS session bus daemon
 /usr/bin/af-sb-init.sh: line 1: export: `bus:': not a valid identifier
 /usr/bin/af-sb-init.sh: line 1: export: `/tmp/session_bus_socket:':
not a valid identifier
 /etc/init.d/maemo-launcher: line 1: export: `bus:': not a valid
identifier
 /etc/init.d/maemo-launcher: line 1: export:
`/tmp/session_bus_socket:': not a valid identifier
Starting Maemo Launcher:
maemo-launcher/home/dino/.osso/current-gtk-key-theme:1: Unable to find
include file: keybindings.rc
maemo-launcher: died binding to invoker socket
start failed.
Starting Sapwood image server
sapwood-server[12755]: GLIB INFO default - server started
Starting Matchbox window manager
matchbox: WARNING: failed to load /usr/share/matchbox/mbnoapp.xpm .
Disabling icons.
matchbox: failed to load keyboard config
Starting clipboard-manager
Starting Keyboard
Starting MAEMO AF Desktop
[sbox-SDK_X86: ~] 

8) Following End.


Well, I think it might be problem at DBUS sessions and maemo UI
initscript...
I expected that it'd work well if that problems are fixed...
Somebody who knows that issue, please, let me know how to fix it...

Thanks,
BRs.

Kevin, K Park.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Can we launch Maemo UI on several Xephyrs from different clients connected to a server?

2007-05-09 Thread Kwansu Park

Hi,
I'm a new comer in this field with maemo.

Actually, I want to launch Maemo UIs onto several Xephyrs.
So I found a thread related to this problem on this mailing list. At that
time, author was Sampath. Maybe the subject of that thread is the same as
mine. :) In the previous thread, there was just one solution about launching
several Xephyrs using a wrapper script( e.g. start-xephyr.sh). There was not
an answer for Maemo UI problems

Finally, when I try to launch Maeomo UI(af-sb-init.sh start) on each xephyr,
it failed except the first one.
The detail situation of is follows..

1) I made 2 start-xephyr.sh, it works for each user.
For a user kevin
#!/bin/sh -e
prefix=/scratchbox/users/kevin/targets/SDK_X86/usr
export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH
exec ${prefix}/bin/Xephyr :$1 -host-cursor -screen 800x480x16 -dpi 96
-ac

 For a user dino
#!/bin/sh -e
prefix=/scratchbox/users/dino/targets/SDK_X86/usr
export LD_LIBRARY_PATH=${prefix}/lib; export LD_LIBRARY_PATH
exec ${prefix}/bin/Xephyr :$1 -host-cursor -screen 800x480x16 -dpi 96
-ac


2) Then, I executed these scripts on the gdm xserver(Ubuntu 6.1 Edgy
distributed)
   root$start-xephyr-kevin.sh 2
   root$start-xephyr-dino.sh 3

as a result, on the screen, 2 Xephyr launched.

3) On an other PC, executed terminal program(SecureCRT) and then I logged
in server as other users, kevin and dino.

4) Then I logged in scratchbox(Apophis (Current stable version)) as each
user.

5) For the first time, kevin set its DISPLAY, like this
   [sbox-SDK_X86: ~]  export DISPLAY=127.0.0.1:2

   and then another user, dino did the same work except to number of
DISPLAY

   [sbox-SDK_X86: ~]  export DISPLAY=127.0.0.1:3


6) Then, kevin launched Maemo UI firstly

  [sbox-SDK_X86: ~]  af-sb-init.sh start

   ..as a result, it worked well, I could find that maemo UI
launched on the xephyr displayed on 2

 7) Lastly, dino launched Maemo UI, like this

  [sbox-SDK_X86: ~]  af-sb-init.sh start

   ..as a result, it terminated...with that log.

 /usr/bin/af-sb-init.sh: line 1: export: `bus:': not a valid identifier
 /usr/bin/af-sb-init.sh: line 1: export: `/tmp/session_bus_socket:':
not a valid identifier
 Sample files present.
 Starting DBUS system bus
 Starting D-BUS session bus daemon
 /usr/bin/af-sb-init.sh: line 1: export: `bus:': not a valid identifier
 /usr/bin/af-sb-init.sh: line 1: export: `/tmp/session_bus_socket:':
not a valid identifier
 /etc/init.d/maemo-launcher: line 1: export: `bus:': not a valid
identifier
 /etc/init.d/maemo-launcher: line 1: export:
`/tmp/session_bus_socket:': not a valid identifier
Starting Maemo Launcher:
maemo-launcher/home/dino/.osso/current-gtk-key-theme:1: Unable to find
include file:  keybindings.rc
maemo-launcher: died binding to invoker socket
start failed.
Starting Sapwood image server
sapwood-server[12755]: GLIB INFO default - server started
Starting Matchbox window manager
matchbox: WARNING: failed to load /usr/share/matchbox/mbnoapp.xpm .
Disabling icons.
matchbox: failed to load keyboard config
Starting clipboard-manager
Starting Keyboard
Starting MAEMO AF Desktop
[sbox-SDK_X86: ~] 

8) Following End.


Well, I think it might be problem at DBUS sessions and maemo UI
initscript...
I expected that it'd work well if that problems are fixed...
Somebody who knows that issue, please, let me know how to fix it...

Thanks,
BRs.

Kevin, K Park.
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: Can we launch Maemo UI on several Xephyrs from different clients connected to a server?

2007-05-09 Thread Eero Tamminen
Hi,

ext Kwansu Park wrote:
 4) Then I logged in scratchbox(Apophis (Current stable version)) as each
 user.
 
 5) For the first time, kevin set its DISPLAY, like this
[sbox-SDK_X86: ~]  export DISPLAY=127.0.0.1:2
 
and then another user, dino did the same work except to number of
 DISPLAY
 
[sbox-SDK_X86: ~]  export DISPLAY=127.0.0.1:3

Please don't use hostname for local connections and use -nolisten tcp
in the Xephyr invocation (you don't usually want to open extra holes to
network and using unix socket for X communication for instead of inet
one is faster  what happens on the target device).


  7) Lastly, dino launched Maemo UI, like this
 
   [sbox-SDK_X86: ~]  af-sb-init.sh start
 
..as a result, it terminated...with that log.
 
  /usr/bin/af-sb-init.sh: line 1: export: `bus:': not a valid identifier
  /usr/bin/af-sb-init.sh: line 1: export: `/tmp/session_bus_socket:':

I think D-BUS socket is fixed one in Maemo.  You might be able to make
it to use display or user name in the startup scripts.


- Eero
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Aw: Re: maemo UI problem

2007-03-14 Thread Mathias Uebelacker
Hello,
till now i did not found a solution. But i did not spend much time because 
everything i need to develop works.
br
Mathias
- Ursprüngliche Mitteilung -
Von: wolfg [EMAIL PROTECTED]
An: Mathias Uebelacker  [EMAIL PROTECTED]
Cc: maemo-developers@maemo.org
Gesendet: Mi., 14. Mär. 2007 03:27:09 GMT
Betreff: Re: maemo UI problem
2007/3/14, Mathias Uebelacker [EMAIL PROTECTED]:
 Hello,

 i got the same probs after a new installation of 6.06 LTS.
 Mathias

Hi,
Is this a common problem for 6.06 LTS? Can it be resolved?

-- wolfg
___

http://guoyong.org

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: Re: maemo UI problem

2007-03-14 Thread wolfg

2007/3/14, Mathias Uebelacker [EMAIL PROTECTED]:

Hello,
till now i did not found a solution. But i did not spend much time because 
everything i need to develop works.
br
Mathias

Hi,
I see. Thank you!

--
___

http://guoyong.org
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


maemo UI problem

2007-03-13 Thread wolfg

Hi,

I've installed scratchbox and maemo 2.2 rootstrap on my ubuntu dapper
box. But when I start the maemo UI, it isn't same as the UI showed in
Maemo 2.2 tutorial.  There is a white blank on the top of Task
Navigator area and  under Tools task launch menu only Control
panel can be found, no Application manager, no Backup/Restore.
Below are messages from af-sb-init.sh script:




Note: For remote X connections DISPLAY should contain hostname!
Sample files present.
Starting DBUS system bus
Starting D-BUS session bus daemon
Starting Maemo Launcher: maemo-launcher.
Starting Sapwood image server
Starting Matchbox window manager
Starting clipboard-manager
sapwood-server[11014]: GLIB INFO default - server started
maemo-launcher: error rising the oom shield for pid=11004 status=5632
Starting Keyboard
maemo-launcher: invoking '/usr/bin/hildon-input-method.launch'
maemo-launcher: error kernel w/o support for user processes rising the
oom valueStarting MAEMO AF Desktop
maemo-launcher: invoking '/usr/bin/maemo_af_desktop.launch'
maemo-launcher: error kernel w/o support for user processes rising the
oom value/dev/dsp: Device or resource busy
hildon-input-method[11047]: GLIB MESSAGE default - keyboard up and running
TRACE LOG: status_bar_main: 1 g_new0
TRACE LOG: status_bar_main: 2 check panel ptr
TRACE LOG: status_bar_main: 3: init dock
TRACE LOG: status_bar_main: 4 add prespecified items
[sbox-SDK_PC: ~]  TRACE LOG: status_bar_main: 5 add user items
TRACE LOG: status_bar_main: 6 gtk widget show all
TRACE LOG: status_bar_main: 7 if rpc...
TRACE LOG: status_bar_main: 8, status bar initialized successfully



--
___

http://guoyong.org
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: maemo UI problem

2007-03-13 Thread wolfg

2007/3/14, Mathias Uebelacker [EMAIL PROTECTED]:

Hello,

i got the same probs after a new installation of 6.06 LTS.
Mathias


Hi,
Is this a common problem for 6.06 LTS? Can it be resolved?

-- wolfg
___

http://guoyong.org
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: maemo UI is okay, but looks weird

2007-02-28 Thread Simo Hosio



On Fri, Feb 23, 2007 at 08:12:09AM +0100, Xi Chen wrote:

I managed to install maemo based on the official tutorial. After I started
maemo UI, it's ok except not having Application Manager and contacts icon
which should be residing in the task navigator bar. It's different than the
screenshot from maemo official site.


I installed the Bora SDK with the installer script.  I have also
installed the proprietary Nokia binaries with apt-get install
maemo-explicit.  I have both App Manager and Contacts in my task
navigator.Both in SDK_X86 and in SDK_ARMEL targets.

Marius Gedminas
--
If nothing else helps, read the documentation.


Xi Chen is not alone with this one, I guess :) I have the same issue as 
well, although i don't have a pecific problem with it anyway since I am 
scripting away mostly with python and using ssh..No need for them in my 
case.


But anyway, it would be nice to know how to get them working? I am using 
Scirocco and installed it with the installer script from 
maemo.org..everything else worked out just fine with it. Somebody knows?


Simo Hosio
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: maemo UI is okay, but looks weird

2007-02-23 Thread Marius Gedminas
On Fri, Feb 23, 2007 at 08:12:09AM +0100, Xi Chen wrote:
 I managed to install maemo based on the official tutorial. After I started
 maemo UI, it's ok except not having Application Manager and contacts icon
 which should be residing in the task navigator bar. It's different than the
 screenshot from maemo official site.

I installed the Bora SDK with the installer script.  I have also
installed the proprietary Nokia binaries with apt-get install
maemo-explicit.  I have both App Manager and Contacts in my task
navigator.Both in SDK_X86 and in SDK_ARMEL targets.

Marius Gedminas
-- 
If nothing else helps, read the documentation.


signature.asc
Description: Digital signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


maemo UI is okay, but looks weird

2007-02-22 Thread Xi Chen
Hi there,

 

I managed to install maemo based on the official tutorial. After I started
maemo UI, it's ok except not having Application Manager and contacts icon
which should be residing in the task navigator bar. It's different than the
screenshot from maemo official site.

 

Really don't know what condition I haven't met but I didn't get any error
message at all while installing.

 

Thanks in adv.

 

Xi  

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Aw: [maemo-developers] Can we launch Maemo UI by multiple users connected to a server

2007-02-08 Thread Mathias Uebelacker
Hello,

it seems that the second user is not authorized. Which scratchbox do you use? 
0.9.8xxx with the start-xephyr script? or 1.0.7 ?

br Mathias
- Ursprüngliche Mitteilung -
Von: Sampath Goud  [EMAIL PROTECTED]
An: maemo-developers@maemo.org
Gesendet: Do.,  8. Feb. 2007 12:58:53 GMT
Betreff: [maemo-developers] Can we launch Maemo UI by multiple users connected 
to a server
Hi,
Can somebody let me know if we can lauch Maemo UI from different logins:

I have made a linux PC as server and connected to this server using
different logins from different PCs (running windows through Cygwin). Say
there are two logins A and B.
I launched Xephyr from these logins A and B using different DISPLAY
parameters as :2 and :3.

In Login A, I tried to start the Maemo UI in the Xephyr window using the
command [sbox-SDK_ARMEL: ~]  af-sb-init.sh start. The Maemo window
started without any problems.
I stopped the Maemo UI [sbox-SDK_ARMEL: ~]  af-sb-init.sh stop and closed
the Xephyr window.
From the second login (B) I tried to start the Maemo UI using the command
[sbox-SDK_ARMEL: ~]  af-sb-init.sh start. Maemo Ui is not started and I
am getting the below messages:
---
[sbox-SDK_ARMEL: ~]  af-sb-init.sh start
Note: For remote X connections DISPLAY should contain hostname!
Starting DBUS system bus
Starting D-BUS session bus daemon
/usr/bin/af-sb-init.sh: line 1: export: `bus:': not a valid identifier
/usr/bin/af-sb-init.sh: line 1: export: `/tmp/session_bus_socket:': not a
valid identifier
/etc/init.d/maemo-launcher: line 1: export: `bus:': not a valid identifier
/etc/init.d/maemo-launcher: line 1: export: `/tmp/session_bus_socket:': not
a va lid identifier
Starting Maemo Launcher: maemo-launcher start failed.
Starting Sapwood image server
Starting Matchbox window manager
Starting clipboard-manager
Starting Keyboard
sapwood-server[10786]: GLIB INFO default - server started
Starting MAEMO AF Desktop
---


After this I am not able to start maemo UI from the first login (A) also. I
am getting the below messages when I try to do so:
---
[sbox-SDK_ARMEL: ~]  af-sb-init.sh start
/usr/bin/af-sb-init.sh: line 1: export: `bus:': not a valid identifier
/usr/bin/af-sb-init.sh: line 1: export: `/tmp/session_bus_socket:': not a
valid identifier
Note: For remote X connections DISPLAY should contain hostname!
Sample files present.
Starting DBUS system bus
Starting D-BUS session bus daemon
/usr/bin/af-sb-init.sh: line 1: export: `bus:': not a valid identifier
/usr/bin/af-sb-init.sh: line 1: export: `/tmp/session_bus_socket:': not a
valid identifier
/etc/init.d/maemo-launcher: line 1: export: `bus:': not a valid identifier
/etc/init.d/maemo-launcher: line 1: export: `/tmp/session_bus_socket:': not
a va lid identifier
Starting Maemo Launcher: maemo-launcher start failed.
Starting Sapwood image server
Starting Matchbox window manager
Starting clipboard-manager
sapwood-server[8854]: GLIB ERROR ** default - bind(/var/tmp/sapwood-: 2.0):
Addre ss already in use
aborting...
root window unavailible (maybe another wm is running?)
You can only run one clipboard manager at a time; exiting
Starting Keyboard
Starting MAEMO AF Desktop
[sbox-SDK_ARMEL: ~] 
---


Please help me to solve this problem.

Thanks and Regards,
Sampath


Attachment:___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Can we launch Maemo UI by multiple users connected to a server

2007-02-08 Thread Kalle Vahlman

2007/2/8, Sampath Goud [EMAIL PROTECTED]:

Hi,
Can somebody let me know if we can lauch Maemo UI from different logins:


Yes, it can be done, though it might require some effort. The problems
arise from the fact that the maemo initscripts and such do not ensure
their presence in /tmp is unique to the user (or in some cases like
D-Bus, unique at all).

That's why Sapwood refuses to start another instance of itself, why
D-Bus isn't able to start the session bus etc.

I've done it, but it required some mucking around in /etc changing the
configs (for example D-Bus) and/or the initscripts to make them add a
user prefix/suffix to their /tmp stuff. Unfortunately it was a while
ago and I didn't take the details down...

The other solution might be to mount a per-user tmp over the tmp which
is visible inside Scratchbox, but I'm not sure if that's possible (SB
is a web of links and mounts so it's hard to tell directly what will
happen... ;). But worth a try I guess.

--
Kalle Vahlman, [EMAIL PROTECTED]
Powered by http://movial.fi
Interesting stuff at http://syslog.movial.fi
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers