You are not logged in.

#26 2010-05-03 04:37:00

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: dwb - a webkit web browser

strange, youtube.com loads fine for me.


--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#27 2010-05-03 05:06:28

portix
Member
Registered: 2009-01-13
Posts: 757

Re: dwb - a webkit web browser

@empthollow
You can add #define DECORATED to options.h.
@itsbrad212
Loads fine for me too. Do you have openjdk installed? There is a problem with webkit and openjdk.

Offline

#28 2010-05-03 05:11:28

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: dwb - a webkit web browser

cool, thanks, and no I use sun's jre.  I have had many malfunctions when trying to use openjdk.


--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#29 2010-05-04 14:40:53

portix
Member
Registered: 2009-01-13
Posts: 757

Re: dwb - a webkit web browser

Added some changes:
1. Added Monocled Layout. The previously called "Monocle" layout is now called "Maximized".
2. Removed Apps from config.h. Applications for opening files can now be defined in ~/.config/dwb/mimetypes.

@firecat53
I can't reproduce the crashes, when launching multiple instances of dwb.

Offline

#30 2010-05-04 20:04:05

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: dwb - a webkit web browser

portix wrote:

@empthollow
You can add #define DECORATED to options.h.
@itsbrad212
Loads fine for me too. Do you have openjdk installed? There is a problem with webkit and openjdk.

No, I do not. (Eww, Java wink) Am I supposed to?

Offline

#31 2010-05-05 00:59:43

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: dwb - a webkit web browser

With dwb compiled in Maximized mode, when I open the Arch forums, the open Google Reader, and then Lifehacker.com in three separate views, as soon as I cycle through them with 'Space' once or twice, i get a segfault.

Scott

Edit: Ok, if I disable plugins (aka Flash, I'm thinking), I don't get a segfault. However, w/ these three views open, space only toggles between two of them, then I have to use tab to switch to tiled mode and highlight the third, then hit space again to bring it maximized and focused. Shouldn't space just cycle directly through all the maximized views, or am I still misunderstanding?

Last edited by firecat53 (2010-05-05 02:16:10)

Offline

#32 2010-05-05 01:53:17

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: dwb - a webkit web browser

I think I had lifehacker and google reader open, though I don't actually use google reader I do have a google account.  Anyway, firecat53 comfirmed.  After cycling through with space a few times gives me segfault.


--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#33 2010-05-05 02:20:27

cesura
Package Maintainer (PM)
From: Tallinn, Estonia
Registered: 2010-01-23
Posts: 1,867

Re: dwb - a webkit web browser

It seems the YouTube crashes are random. Occasionally it does work, and the other times it doesn't

Offline

#34 2010-05-05 03:26:09

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: dwb - a webkit web browser

I'm also having trouble with the mime handler --

application/pdf; evince %s
application/x-ica; /usr/lib/ICAClient/wfica.sh
audio/x-mpegurl; /home/firecat53/data/scripts/m3u-handler.sh
#audio/x-mpegurl; gnome-mplayer %s

1. evince opens an extra window with a 'document not found error' in addition to the correct file, ragardless of including the %s or not.
2. If I add a %s after the wfica.sh I get an error from Citrix saying it can't read file %s, but if I leave it off, it works correctly.
3. I can't add the %s after m3u-handler.sh or it doesn't work.

Thanks,
Scott

Last edited by firecat53 (2010-05-05 03:35:29)

Offline

#35 2010-05-05 03:42:58

portix
Member
Registered: 2009-01-13
Posts: 757

Re: dwb - a webkit web browser

Concerning the mimetype issue: You don't need to add a %s. This was my first approach and i forgot to change it in the newly created mimetype file.

Edit:
Space (Focus) does not cycle through all views, it only pushes the focused view to the master area. If the view in the master area is focused, it pushes the first tiled view to the master area (In maximized mode there is only the master area visible, so it only cycles between the first two views).

I will create an google account today and try to fix the google reader thing.

Last edited by portix (2010-05-05 03:55:05)

Offline

#36 2010-05-05 04:17:18

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: dwb - a webkit web browser

So if I've got more than two views there's no way to simply cycle through them (like ctrl-tab or ctrl-pg-up does in Firefox) in maximized mode?

Scott

Offline

#37 2010-05-05 06:03:01

portix
Member
Registered: 2009-01-13
Posts: 757

Re: dwb - a webkit web browser

CycleFocus and CycleFocusBack (Tab, Shift-Tab) cycles through all views.

Edit:
Maybe you should try monocled-mode.

Last edited by portix (2010-05-05 06:09:07)

Offline

#38 2010-05-06 02:44:37

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: dwb - a webkit web browser

So, I like monacle mode, is there a way to start it by default?

Last edited by empthollow (2010-05-06 03:02:22)


--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#39 2010-05-06 03:13:23

portix
Member
Registered: 2009-01-13
Posts: 757

Re: dwb - a webkit web browser

You can change LAYOUT to Monocled or Bottomstack|Monocled in config.h.

Offline

#40 2010-05-06 04:20:25

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: dwb - a webkit web browser

thanks, works great.


--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#41 2010-05-06 16:34:46

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: dwb - a webkit web browser

Ok, I finally got the monocled mode and tab vs space thing figured out. Sorry for being so dense smile  I'm still getting frequent segfaults on flash heavy sites. Is there a way to start up dwb with any of the 'toggle' options -- ie Plugins in this case -- toggled  by default (start with plugins disabled) and keep it that way for all views until manually toggled again? It seems to go on and off when I cycle between views sometimes.

Thanks,
Scott

Last edited by firecat53 (2010-05-06 16:50:25)

Offline

#42 2010-05-06 20:11:15

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: dwb - a webkit web browser

Not sure if this is related to you flash problem or not, though this is a firefox/flash thread it looks like settings for the flash plugin.  It made flash play a bit smoother on my computer.
http://bbs.archlinux.org/viewtopic.php?id=95955


--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#43 2010-05-06 20:20:37

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: dwb - a webkit web browser

random segfault while browsing ehow.  not sure if this is dwb or webkit related.

dwb[28392]: segfault at 0 ip b63fcbdb sp bfe5efa0 error 4 in libcairo.so.2.10800.10[b63e6000+70000]

--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#44 2010-05-07 10:24:26

portix
Member
Registered: 2009-01-13
Posts: 757

Re: dwb - a webkit web browser

firecat53 wrote:

Is there a way to start up dwb with any of the 'toggle' options -- ie Plugins in this case -- toggled  by default  It seems to go on and off when I cycle between views sometimes.

You can disable plugins by default by removing Plugins in the SETTINGS-variable in config.h. The toggle commands only changes the settings of the focused view, but i already thought about changing this.

empthollow wrote:

random segfault while browsing ehow.  not sure if this is dwb or webkit related

I will try to find out, if  it is dwb-related.

Offline

#45 2010-05-07 18:14:38

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: dwb - a webkit web browser

Hmm, I actually meant disable the plugins by default initially, but still allow toggling on if needed. Sorry -- I didn't communicate that very well smile

Scott

Offline

#46 2010-05-08 23:56:42

empthollow
Member
Registered: 2009-09-26
Posts: 168

Re: dwb - a webkit web browser

I really like this browser.  It's very addicting.  Great work!

I have an idea for a feature.  View the url of the page you are looking at.  What does everyone think.

I found the browser crashes when I go to download a file, the choose where to save comes up, and if I hit cancel instead of save the browser crashes.  This is the error from my everything.log:

May  8 20:00:37 FluxCapacity kernel: dwb[15856]: segfault at 1 ip 0804ce3c sp bfbd8d40 error 4 in dwb[8048000+f000]

Not a big deal but it seems like a but to me.

Last edited by empthollow (2010-05-09 01:16:10)


--empthollow
Check out my Arch based live distro http://fluxcapacity.99k.org

Offline

#47 2010-05-09 16:32:46

portix
Member
Registered: 2009-01-13
Posts: 757

Re: dwb - a webkit web browser

empthollow wrote:

I
I found the browser crashes when I go to download a file, the choose where to save comes up, and if I hit cancel instead of save the browser crashes.  This is the error from my everything.log:

Thanks for reporting. Fixed in the current revision.

Offline

#48 2010-05-11 00:55:57

firecat53
Member
From: Lake Stevens, WA, USA
Registered: 2007-05-14
Posts: 1,542
Website

Re: dwb - a webkit web browser

Hey, two things:
1. When I set 'space' to PageDown, it for some reason 'adds bookmark' instead when I hit space
2. Is there a way to set 'shift space' to PageUp? Couldn't figure out the syntax for that from the other keybindings.

Thanks!
Scott

Offline

#49 2010-05-11 09:51:08

portix
Member
Registered: 2009-01-13
Posts: 757

Re: dwb - a webkit web browser

@firecat 53
1. It seems, that you set space mutiple times.
2. Its not possible at the moment but i already thought about making it possible. I also implemented it a few days ago, but didn't push the revision. Maybe I will push it today.

Offline

#50 2010-05-11 11:07:15

jiyuu
Member
Registered: 2010-04-13
Posts: 63

Re: dwb - a webkit web browser

empthollow wrote:

I have an idea for a feature.  View the url of the page you are looking at.  What does everyone think.

+1

Offline

Board footer

Powered by FluxBB