maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Is there already a Dillo port? (https://talk.maemo.org/showthread.php?t=30558)

t_moyashi 2009-09-10 16:18

Re: Is there already a Dillo port?
 
Hi! Dillo lovers!
I wrote a simple c program that add
  • Real FullScreen Mode
  • RightClick
  • TapScrolling(like micro-B)
to Dillo2 in Maemo.

while you hold down FSKey(F6) , your taps become Rightclicks.
when you push FSKey(F6) (at most 500ms), an active window of Dillo goes fullscreen.
also, you can toggle TapScrolling mode by PlusKey(F8).

File : maemodillohelper_0.0.3a_armel.deb
File : maemodillohelper_0.0.3b_armel.deb
File : maemodillohelper_0.0.3c_armel.deb

Install :
  • 1.install <dillo2>
  • 2.install <xmodmap>
  • 3.Download maemodillohelper_0.0.3c_armel.deb
  • 4.run "dpkg -i maemodillohelper_0.0.3c_armel.deb"
  • 5a.run "dillo.maemo"(wrapper shell scrept) instead of "dillo"
  • 5b.select "Dillo_maemo" from AppMenu.

(to tell the truth , TapScrolling mode is Middleclick mode.)

shin 2009-10-20 09:34

Re: Is there already a Dillo port?
 
t_moyashi san - Thanks for these hacks.. Fullscreen view of the dillo browser should make it even more useful..

Actually I performed the steps mentioned above and in your roomNo.810 blog ( btw a very useful collection there..).. When I initiate dillo through your wrapper script and click on the Full screen key, Full scree does not seem to work and also the Tap scrolling. Not sure of the issue..

Also for input, hildon KB does not seem to work ( I dont have Scim or Maemo CJK as you have).. Is there a way we can use Hildon virtual key board or any other input method apart from the slide out key board of my N810.

t_moyashi 2009-10-31 16:15

Re: Is there already a Dillo port?
 
Quote:

Originally Posted by shin (Post 352396)
t_moyashi san - Thanks for these hacks.. Fullscreen view of the dillo browser should make it even more useful..

Actually I performed the steps mentioned above and in your roomNo.810 blog ( btw a very useful collection there..).. When I initiate dillo through your wrapper script and click on the Full screen key, Full scree does not seem to work and also the Tap scrolling. Not sure of the issue..

Also for input, hildon KB does not seem to work ( I dont have Scim or Maemo CJK as you have).. Is there a way we can use Hildon virtual key board or any other input method apart from the slide out key board of my N810.

<del>
Oh, sorry.
I uploaded an old testing version of dillohelper-plus.
I'll upload a new version in 2-3 days.
please wait.

</del>


>>hildon KB
hildonKB seems not to work on FLTK2 applications.
so , we can't use it with dillo2...

t_moyashi 2009-11-01 14:31

Re: Is there already a Dillo port?
 
File : maemodillohelper_0.0.3a_armel.deb

Update1 :
  • files were Debian packaged
  • tapscrollong mode was fixed (Thanks shin. )

t_moyashi 2009-11-02 10:35

Re: Is there already a Dillo port?
 
File: maemodillohelper_0.0.3b_armel.deb
Update2:
  • some bugs were fixed.


BTW I compiled Dillo2 from current source code checkouted from a repository
(--prefix=/usr --sysconfdir=/etc --enable-ssl)
It seems more stable and speedy than before.
I cannot wait for the release of version 2.1.2:)
File2 : dillo_2.1.1.hg091015-maemo1_armel.deb

shin 2009-11-06 14:53

Re: Is there already a Dillo port?
 
I was able to finally get the dillo "full screen" mode working. Thank you t_moyashi san!

I also installed the latest version of the dillo you had compiled. However when I started it after installation, it complained about libxinerama.so.1 missing

After some searching around I got libxinerama as a installable .deb from here. Just in case, if it would help someone..

I have dillo 2 working good now in fullscreen mode with tapscrolling and it IS fast!!

t_moyashi 2009-11-09 10:56

Re: Is there already a Dillo port?
 
File: maemodillohelper_0.0.3c_armel.deb
Update3:
  • add <dillo_maemo.desktop>


File2 : dillo_2.1.1.hg091015-maemo2_armel.deb
Update1:
  • add <libxinerama1> to depends info (Thanks shin.)

t_moyashi 2009-11-14 13:10

Re: Is there already a Dillo port?
 
File : dillo_2.1.1.hg091112-maemo3_armel.deb
Update2:
  • from newer source code

shin 2009-11-17 10:30

Re: Is there already a Dillo port?
 
Thanks for the latest version, t_moyashi san..

I am just wondering if there is a way to have the hildon virtual Key board working for this..
With the slider keyboard, I seem to have trouble to input the Return/enter key press after typin the address in the URL area..

t_moyashi 2009-11-19 13:26

Re: Is there already a Dillo port?
 
Quote:

Originally Posted by shin (Post 379039)
With the slider keyboard, I seem to have trouble to input the Return/enter key press after typin the address in the URL area..

I use the center key of D-pad instead of the "return" key.
but if you really want to use the "return" key,
run
Code:

xmodmap -e 'keycode 36 = Return'
# you can restore default settings by reboot or
Code:

xmodmap -e 'keycode 36 = KP_Enter'
## BTW, can you read my blogs written in Japanese ?
### well , I think Google Translator will write English better than I .


All times are GMT. The time now is 10:33.

vBulletin® Version 3.8.8