You are not logged in.

#1401 2013-01-28 13:38:54

ackt1c
Banned
From: Visalia, California
Registered: 2012-10-10
Posts: 241

Re: dwb - a webkit web browser

No

Last edited by ackt1c (2022-11-05 13:58:22)

Offline

#1402 2013-01-28 14:12:00

xtremyst
Member
Registered: 2011-11-21
Posts: 14

Re: dwb - a webkit web browser

thanks so much portix, it was that simple... i guess i messed up the files so bad i couldn't find my way out of it. everything works now.
thanks again, keep up the good work!

Last edited by xtremyst (2013-01-28 17:15:05)

Offline

#1403 2013-01-28 22:58:46

rg_arc
Member
Registered: 2011-03-20
Posts: 507

Re: dwb - a webkit web browser

onny wrote:
rg_arc wrote:

First of all... amazing web browser and I love using it everyday.

Also, for some reason when visit specific web pages... such as twitter... an upper case letter will show and the rest of the word will be completely hidden. When I log out of Twitter, I will just see a "Y" and the rest of the word is gone. Has anyone else had this problem?

Since this is webkit-related, you can still try a newer version of webkitgtk, for example by compiling webkitgtk2-svn from AUR.

well I tried compiling webkitgtk2-svn and I got this error:

WebKit was configured with the following options:

Build configuration:
 Enable debugging (slow)                                  : no
 Compile with debug symbols (slow)                        : no
 Enable debug features (slow)                             : no
 Enable GCC build optimization                            : yes
 Code coverage support                                    : no
 Unicode backend                                          : icu
 Optimized memory allocator                               : yes
 Accelerated rendering backend                            : opengl(gl, egl, glx)

Features:
=======
 WebKit1 support                                          : yes
 WebKit2 support                                          : no
 Accelerated Compositing                                  : yes
 Gamepad support                                          : no
 Geolocation support                                      : yes
 HTML5 video element support                              : yes
 JIT compilation                                          : autodetect
 Media stream support                                     : no
 Opcode stats                                             : no
 SVG fonts support                                        : yes
 SVG support                                              : yes
 Spellcheck support                                       : yes
 Web Audio support                                        : no
 WebGL                                                    : yes
 XSLT support                                             : yes


GTK+ configuration:
 GTK+ version                                             : 2.0
 GDK target                                               : x11
 GStreamer version                                        : 0.10
 Introspection support                                    : yes
 Generate documentation                                   : no

GNUmakefile:11976: *** recipe commences before first target.  Stop.
==> ERROR: A failure occurred in build().
    Aborting...
==> ERROR: Makepkg was unable to build webkitgtk2-svn.
==> Restart building webkitgtk2-svn ? [y/N]
==> ---------------------------------------
==> 

Offline

#1404 2013-01-29 09:56:44

rg_arc
Member
Registered: 2011-03-20
Posts: 507

Re: dwb - a webkit web browser

Is getting webkitgtk3 versions discouraged?

Offline

#1405 2013-01-29 10:26:31

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

Re: dwb - a webkit web browser

You can use the gtk3 version, it just has some disadvantages:
* gtk3 has a focus bug in window managers with sloppy focus like dwm, awesome, ...
* libwebkitgtk3 doesn't support flash
* dwb's colorsettings don't work with some gtk3 themes

Offline

#1406 2013-02-03 07:18:46

rg_arc
Member
Registered: 2011-03-20
Posts: 507

Re: dwb - a webkit web browser

Alright I will stick with just using dwb-hg.

Another question: For fonts from other languages such as Korean or Japanese, how can I change the default fonts for those languages? In my case, I would like to change the default Korean font.

Offline

#1407 2013-02-03 18:38:16

Isildur
Member
Registered: 2009-05-26
Posts: 96

Re: dwb - a webkit web browser

Is there a way to disable the history function in dwb? I tried setting the length to 0 but it apparently doesn't work.

Offline

#1408 2013-02-03 19:01:11

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

Re: dwb - a webkit web browser

Ever since using dwb, I've disabled the history by setting it to 0 and it works…

Offline

#1409 2013-02-03 21:17:13

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

Re: dwb - a webkit web browser

enable-private-browsing also disables history.

Offline

#1410 2013-02-03 23:12:15

Isildur
Member
Registered: 2009-05-26
Posts: 96

Re: dwb - a webkit web browser

Enabling private browsing works for me - is there a detailed description of what settings this creates?

@jakob: You just set history-length=0? Thats what I think of as a natural approach but somehow doesn't work - any reason which might cause this setting not to work?

Offline

#1411 2013-02-03 23:48:08

bslackr
Member
Registered: 2012-01-27
Posts: 131

Re: dwb - a webkit web browser

With background-tabs set as true, using F to follow a link does not background the tab. Tabs are only backgrounded when middle clicked with the mouse. Is this the desired action? If so, could you make that configureable as well?

Offline

#1412 2013-02-04 00:32:50

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

Re: dwb - a webkit web browser

@bslackr: there is also a hintmode for background tabs, the default shortcut is ;b, so you could map hints_background to F.

Offline

#1413 2013-02-04 01:01:40

bslackr
Member
Registered: 2012-01-27
Posts: 131

Re: dwb - a webkit web browser

portix wrote:

@bslackr: there is also a hintmode for background tabs, the default shortcut is ;b, so you could map hints_background to F.

Awesome, thanks.

Offline

#1414 2013-02-04 02:21:44

rg_arc
Member
Registered: 2011-03-20
Posts: 507

Re: dwb - a webkit web browser

I noticed something with the pkgbuild for the new dwb-hg (1745-2).

I was able to build it with cinelli's pkgbuild modification but the original pkgbuild looks almost the same except for the brackets and the link going to _hgroot... but I can't build dwb with the pkgbuild provided. Also, I changed the pkgrel to 2 instead of 1.

Last edited by rg_arc (2013-02-04 02:24:31)

Offline

#1415 2013-02-04 03:04:47

ill
Member
From: US
Registered: 2011-06-22
Posts: 115

Re: dwb - a webkit web browser

I've been playing around with dwb, like it a lot. However, page loads are 25-50% slower than they are with chromium... I've just been using dwb from the official repos if that matters.

Offline

#1416 2013-02-04 09:12:21

Army
Member
Registered: 2007-12-07
Posts: 1,784

Re: dwb - a webkit web browser

rg_arc, what's the output of makepkg with this PKGBUILD? I tried it and it works here.

Offline

#1417 2013-02-04 09:17:42

rg_arc
Member
Registered: 2011-03-20
Posts: 507

Re: dwb - a webkit web browser

Army wrote:

rg_arc, what's the output of makepkg with this PKGBUILD? I tried it and it works here.

well... it wasn't working earlier today... and now it works for me too... I guess it was worked out.

Offline

#1418 2013-02-04 10:18:17

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

Re: dwb - a webkit web browser

Isildur wrote:

@jakob: You just set history-length=0? Thats what I think of as a natural approach but somehow doesn't work - any reason which might cause this setting not to work?

Hm, as I started using dwb almost 2 years ago, I can't really tell if anything else was necessary to make history-length=0 work. Without giving any confidentials away, I pasted my settings file. Maybe you'll have to check the sync-files option: I've set it to "cookies session" and left history out… maybe that's the reason why yours is still being saved? Although that should be considered a bug then…

Last edited by jakob (2013-02-04 10:20:17)

Offline

#1419 2013-02-04 12:30:17

Isildur
Member
Registered: 2009-05-26
Posts: 96

Re: dwb - a webkit web browser

jakob wrote:

Hm, as I started using dwb almost 2 years ago, I can't really tell if anything else was necessary to make history-length=0 work. Without giving any confidentials away, I pasted my settings file. Maybe you'll have to check the sync-files option: I've set it to "cookies session" and left history out… maybe that's the reason why yours is still being saved? Although that should be considered a bug then…

Thanks for sharing your config. I just tried using your config and it too only works when private browsing mode is enabled. Does the disabled history still work for you when you disable private browsing mode?

Offline

#1420 2013-02-04 14:27:03

jakob
Member
From: Berlin
Registered: 2005-10-27
Posts: 419

Re: dwb - a webkit web browser

Isildur wrote:

Thanks for sharing your config. I just tried using your config and it too only works when private browsing mode is enabled. Does the disabled history still work for you when you disable private browsing mode?

No, you are right. With private browsing disabled, the history file fills up regardless of the history-length=0 setting

Last edited by jakob (2013-02-04 14:27:19)

Offline

#1421 2013-02-04 15:44:29

Stalafin
Member
From: Berlin, Germany
Registered: 2007-10-26
Posts: 617

Re: dwb - a webkit web browser

Just started using dwb - and it feels amazing how snappy it is, especially compared to Firefox.

I was just wondering: I am using zotero a lot for managing my references, and obviously it does not exist for dwb. However, there are so called “connector plugins” available for Chrome and Safari, so that one can use zotero standalone straight from there. Is it somehow possible to make them work with dwb?

I figure, the above is rather difficult, so is there someone here using zotero as well and could say a few words about how to integrate it into your workflow with dwb (e.g. using a filter to download/integrate a reference into the database)?

Offline

#1422 2013-02-04 19:45:08

ball
Member
From: Germany
Registered: 2011-12-23
Posts: 164

Re: dwb - a webkit web browser

Thanks for this wonderful piece of software.

I have have suggestion to dwb: toggle caret browsing by a keystroke. The benefit would be that you then can select text via the keyboard:
1) start to "search" for the desired text to be copied via /
2) switch to caret mode -- the cursor stays where the search ended
3) press Shift + arrow keys to select the rest of the text you want to copy
4) exit caret mode, copy selected text

I think this is the workflow which is implemented in vimprobable.

Offline

#1423 2013-02-04 19:57:55

HalosGhost
Forum Moderator
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,089
Website

Re: dwb - a webkit web browser

Hey Portix, it's been a while since I've used dwb, but I'm really missing it (Firefox is just too heavy). The only reasons I went back were because google-talkplugin failed to function correctly and HSTS support hadn't yet been / wasn't going to be implemented.

Have either of those problems/features been rectified/realized? If not, no harm, dwb is still one of the better browsers I have ever seen.

All the best,

-HG

Offline

#1424 2013-02-04 21:07:07

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

Re: dwb - a webkit web browser

@ball: You can toggle caret browsing with a keystroke, in the custom commands section on dwb:keys you could add

<shortcut>:toggle enable-caret-browsing 

@HalosGhost: I don't know if the google talkplugin works with webkitgtk, hsts was implemented by someone and will be merged into the default branch soon, the next release will have hsts-support.
@rg_arc: Setting different fonts for different languages is not possible. It wouldn't be too hard to write a script that changes the font setting depending on the top-level-domain, i don't know if that would be sufficient for you.

Offline

#1425 2013-02-04 21:52:10

HalosGhost
Forum Moderator
From: Twin Cities, MN
Registered: 2012-06-22
Posts: 2,089
Website

Re: dwb - a webkit web browser

portix wrote:

@HalosGhost: I don't know if the google talkplugin works with webkitgtk, hsts was implemented by someone and will be merged into the default branch soon, the next release will have hsts-support.

That's awesome news! I'll definitely be reinstalling it on next release to see if everything works. It would be fantastic to switch to a more minimalist browser, finally. Thank you again!

All the best,

-HG

Offline

Board footer

Powered by FluxBB