You are not logged in.

#1851 2013-10-14 10:13:27

bootleg
Member
Registered: 2010-12-08
Posts: 38

Re: dwb - a webkit web browser

portix wrote:

dwb's settings are irrelevant for font-rendering. It doesn't look blurry here, maybe you are missing some fonts, do you have ttf-freefont, ttf-liberation or ttf-ms-fonts installed?

Same problem here, installing ttf-ms-fonts from AUR fixed it. Thanks.

Offline

#1852 2013-10-14 10:20:12

sardina
Member
Registered: 2013-02-23
Posts: 152

Re: dwb - a webkit web browser

It worked for me too, but I've still got issues with GitHub: http://i.imgur.com/VmWbCvF.png

Offline

#1853 2013-10-14 10:39:33

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

Re: dwb - a webkit web browser

You could try  to prohibit all bitmap fonts by adding

  <selectfont>
      <rejectfont>
          <pattern>
              <patelt name="scalable"><bool>false</bool></patelt>
          </pattern>
      </rejectfont>
  </selectfont>

to your fonts.conf.

Edit: Or you can simply enable 70-no-bitmaps.conf.

Last edited by portix (2013-10-14 10:43:12)

Offline

#1854 2013-10-14 11:19:38

sardina
Member
Registered: 2013-02-23
Posts: 152

Re: dwb - a webkit web browser

Both ways work, but they affect every use of Tamsyn (WM bar, dwb tabs, terminals, gtk), because it is... a bitmap font.

I need to 'delimitate' this behaviour only to Github pages or similar.

I understand that this is a fontconfig issue, so I'll start looking for a solution elsewhere, though I'd appreciate further suggestions here.

Thanks.

Last edited by sardina (2013-10-14 11:20:05)

Offline

#1855 2013-10-14 14:18:07

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

Re: dwb - a webkit web browser

Did selecting text via shift and arrow keys stop to work? I used to switch to caret mode by the following key binding:

v:toggle enable-caret-browsing

Then I used shift + <arrow-key> to select text I wanted to copy but now I noticed that the curser won't move when holding shift... Any pointers?

Offline

#1856 2013-10-14 14:24:07

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

Re: dwb - a webkit web browser

Are you using dwb from the repos or dwb-git?

Offline

#1857 2013-10-14 21:56:59

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

Re: dwb - a webkit web browser

From the repos -- I guess I should use the git version, shouldn't I?

Offline

#1858 2013-10-14 22:13:53

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

Re: dwb - a webkit web browser

ball wrote:

From the repos -- I guess I should use the git version, shouldn't I?

I just wonder why it stopped working, the version from the repos wasn't updated for over half a year. If you are using dwb-git you don't need to bind that to a shortcut, the default shortcut is v for caret-mode in dwb-git and you can navigate using vim keys. Pressing v again in caret mode changes to visual mode. In visual mode you can copy the text to clipboard with y.

Last edited by portix (2013-10-14 22:16:07)

Offline

#1859 2013-10-20 08:01:15

serdotlinecho
Member
Registered: 2013-01-26
Posts: 100

Re: dwb - a webkit web browser

Hi, portix.
I updated autoquvi extension to latest version. But there's only "best" and "default" options on youtube. I knew that quvi syntax has changed. But can I have options like 240p, 360p and 480p back? The default and best options always prefer 720p or 1080p format when available, which is using too much cpu power and the temp will spike on my netbook.
Or maybe I have to downgrade quvi to lower version to have that options back.

Last edited by serdotlinecho (2013-10-20 08:03:32)

Offline

#1860 2013-10-20 09:06:09

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

Re: dwb - a webkit web browser

The selection of available formats will be back in the autoquvi extension for the 0.9-series of quvi soon, i just haven't implemented it.

Offline

#1861 2013-10-20 10:22:10

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

Re: dwb - a webkit web browser

I have updated autoquvi, quality selection should work with the 9-series of quvi too, however i haven't tested it on all supported video sites.

Offline

#1862 2013-10-20 10:33:30

serdotlinecho
Member
Registered: 2013-01-26
Posts: 100

Re: dwb - a webkit web browser

portix wrote:

I have updated autoquvi, quality selection should work with the 9-series of quvi too, however i haven't tested it on all supported video sites.

Awesome! I just updated the extension and it's working. The info details of query format is much better than the previous version. Thank you, portix.

Offline

#1863 2013-10-21 11:38:49

serdotlinecho
Member
Registered: 2013-01-26
Posts: 100

Re: dwb - a webkit web browser

Hi, portix. Just want to let you know that, your latest autoquvi update is not working on youtube.

Offline

#1864 2013-10-21 11:43:45

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

Re: dwb - a webkit web browser

It works here on youtube, do you get any errors if you start dwb from console?

Edit: Are you using dwb from the community repo? If you are using dwb-git you have to also update dwb-git.

Last edited by portix (2013-10-21 11:52:21)

Offline

#1865 2013-10-21 11:56:20

serdotlinecho
Member
Registered: 2013-01-26
Posts: 100

Re: dwb - a webkit web browser

I've downgraded to previous commit (8c7424f), it's working fine now. When I launched from terminal with the latest commit, it didn't show:

DWB EXTENSION: extension autoquvi: Successfully loaded and initialized

And I already tried enable the extensions from terminal; dwbem -e autoquvi. But it did not show up.

Last edited by serdotlinecho (2013-10-21 12:02:22)

Offline

#1866 2013-10-21 12:03:40

serdotlinecho
Member
Registered: 2013-01-26
Posts: 100

Re: dwb - a webkit web browser

portix wrote:

It works here on youtube, do you get any errors if you start dwb from console?

Edit: Are you using dwb from the community repo? If you are using dwb-git you have to also update dwb-git.


OK, that's it, portix. I just saw your dwb-git commit. My bad, sorry.

Offline

#1867 2013-10-21 16:40:37

Gradient
Member
Registered: 2013-05-19
Posts: 101

Re: dwb - a webkit web browser

I have a question :

How are cookies managed? In the .config/dwb/cookies file, it says to use the Cookie Manager to delete them. Where is that?

Note : The link in the .config/dwb/cookies file is not working.

Last edited by Gradient (2013-10-21 16:43:12)

Offline

#1868 2013-10-21 17:44:11

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

Re: dwb - a webkit web browser

Cookies are stored in ~/.config/dwb/<profile>/cookies, the message is autogenerated by libsoup, you can ignore it, if you want to delete cookies you can simply delete them in the cookies file, the only thing you must take care of is to close dwb before editing the cookie file, dwb keeps a copy of all cookies in memory, and syncs it to disc when it is closed.

Offline

#1869 2013-10-21 18:39:34

Gradient
Member
Registered: 2013-05-19
Posts: 101

Re: dwb - a webkit web browser

Whenever I try to open a site with java applets in it, dwb crashes (enable-java-applet is set). Am I the only one experiencing this?

Offline

#1870 2013-10-22 07:55:26

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

Re: dwb - a webkit web browser

Gradient wrote:

Whenever I try to open a site with java applets in it, dwb crashes (enable-java-applet is set). Am I the only one experiencing this?

Can you provide an example url? dwb is still crashing or not reacting on a daily basis, but I haven't been able to reproduce this yet…

Offline

#1871 2013-10-22 09:23:25

Gradient
Member
Registered: 2013-05-19
Posts: 101

Re: dwb - a webkit web browser

Take this link for example :

Link

Clicking on this link on one of my dwb's profile makes it crash while on another profile it doesn't.

Here is my settings file, so you can compare them and find out why one of them is making it crash :

[default]
javascript-can-access-clipboard=false
complete-userscripts=false
file-sync-interval=120
download-gradient-end=#00aa00
status-allowed-color=#00ff00
tab-number-color=#7ac5cd
enable-default-context-menu=true
editable=false
background-tabs=false
enable-webgl=false
minimum-logical-font-size=5
enable-page-cache=false
cache-model=webbrowser
sans-serif-font-family=sans-serif
prompt-color=#00ff00
complete-searchengines=false
update-search-delay=200
fantasy-font-family=serif
hint-fg-color=#000000
sync-files=all
default-height=600
scrollbars=false
hint-bg-color=#ffffff
show-single-tab=true
private-color=#505050
enable-developer-extras=false
complete-bookmarks=true
zoom-level=1.00
download-use-external-program=false
enable-xss-auditor=true
custom-encoding=
print-previewer=
normal-completion-fg-color=#eeeeee
close-tab-focus-policy=left
enable-dns-prefetching=true
new-tab-position-policy=right
auto-shrink-images=true
print-backgrounds=true
enable-caret-browsing=false
enable-scripts=false
proxy=false
user-agent=
full-content-zoom=false
editor=xterm -e vim dwb_uri
enable-accelerated-compositing=false
hsts=false
enable-private-browsing=false
enable-favicon=true
hint-active-color=#00ff00
resizable-text-areas=true
javascript-schemes=true
load-on-focus=false
download-gradient-start=#0000aa
hint-normal-color=#ffff99
spell-checking-languages=
cookies-accept-policy=nothirdparty
font-nofocus=
status-blocked-color=#ffffff
download-fg-color=#ffffff
enable-plugins=true
enable-frame-flattening=false
ssl-use-system-ca-file=true
cookies-store-policy=session
bars-padding=0
active-completion-fg-color=#53868b
hint-font=bold 10px monospace
progress-bar-full-color=#ffffff
tabbed-browsing=true
hint-highlight-links=false
active-completion-bg-color=#000000
enable-spell-checking=false
font-hidden-statusbar=normal 10px helvetica
tab-normal-fg-color-2=#dddddd
tab-normal-fg-color-1=#cccccc
default-monospace-font-size=10
save-session=true
tabbar-visible=2.00
auto-insert-mode=false
tab-normal-bg-color-2=#707070
tab-normal-bg-color-1=#505050
serif-font-family=serif
accept-language=
enable-html5-local-storage=true
tab-protected-color=#ff0000
hint-letter-seq=FDSARTGBVECWXQYIOPMNHZULKJ
progress-bar-style=default
use-ntlm=false
passthrough-keys=webkit
enable-html5-database=true
hint-autofollow=true
enable-dom-paste=false
javascript-can-open-windows-automatically=false
max-visible-completions=11
hint-border=1px solid #000000
widget-packing=dtws
ssl-trusted-color=#00ff00
enable-java-applet=true
hints-key-lock=250
navigation-history-max=500
hint-style=letter
enable-site-specific-quirks=false
auto-resize-window=false
zoom-step=0.10
default-font-family=sans-serif
ssl-untrusted-color=#ff0000
plugin-blocker=true
startpage=dwb:bookmarks
normal-completion-bg-color=#151515
cursive-font-family=serif
default-encoding=
error-color=#ff0000
searchengine-submit-pattern=
hint-opacity=0.80
font-entry=
proxy-url=
font=sans-serif 9
monospace-font-family=monospace
addressbar-dns-lookup=false
enable-universal-access-from-file-uris=true
background-color=#000000
do-not-track=false
progress-bar-empty-color=#ffffff
default-width=800
single-instance=true
auto-completion=false
minimum-font-size=5
font-completion=
enable-spatial-navigation=false
adblocker=true
download-external-command=xterm -e wget dwb_uri -O dwb_output --load-cookies dwb_cookies
user-stylesheet-uri=
auto-load-images=true
tab-active-fg-color=#ffffff
history-length=500
tab-active-bg-color=#000000
download-bg-color=#000000
download-no-confirm=false
enable-file-access-from-file-uris=true
complete-history=true
tab-key-cycles-through-elements=true
enforce-96-dpi=false
ssl-strict=false
scroll-step=0.00
close-last-tab-policy=ignore
foreground-color=#ffffff
message-delay=2
scheme-handler=
default-font-size=12
enable-offline-web-application-cache=true
hint-offset-top=0
javascript-api=automatic
mouse-cycles-through-tabs=true
tab-orientation=horizontal
enable-ipc=true
maximum-tabs=0
cookie-expiration=0
block-insecure-content=false
tab-width=100
hint-offset-left=0

[private]
ssl-strict=false
adblocker=true
javascript-can-access-clipboard=false
hint-offset-top=0
file-sync-interval=120
download-gradient-end=#00aa00
status-allowed-color=#00ff00
tab-number-color=#7ac5cd
enable-default-context-menu=true
editable=false
background-tabs=false
enable-webgl=false
minimum-logical-font-size=5
enable-page-cache=false
cache-model=webbrowser
sans-serif-font-family=sans-serif
prompt-color=#00ff00
complete-searchengines=false
update-search-delay=200
fantasy-font-family=serif
hint-fg-color=#000000
sync-files=all
default-height=600
javascript-api=automatic
scrollbars=false
hint-bg-color=#ffffff
show-single-tab=true
private-color=#505050
enable-developer-extras=false
complete-bookmarks=true
zoom-level=1.00
download-use-external-program=false
enable-xss-auditor=true
custom-encoding=
print-previewer=
normal-completion-fg-color=#eeeeee
close-tab-focus-policy=left
enable-dns-prefetching=true
new-tab-position-policy=right
mouse-cycles-through-tabs=true
auto-shrink-images=true
print-backgrounds=true
enable-caret-browsing=false
enable-scripts=true
proxy=false
user-agent=
full-content-zoom=false
tab-orientation=horizontal
editor=xterm -e vim dwb_uri
hsts=false
enable-private-browsing=false
enable-favicon=true
hint-active-color=#00ff00
resizable-text-areas=true
javascript-schemes=true
load-on-focus=false
download-gradient-start=#0000aa
hint-normal-color=#ffff99
spell-checking-languages=
cookies-accept-policy=always
font-nofocus=
status-blocked-color=#ffffff
download-fg-color=#ffffff
enable-plugins=true
enable-frame-flattening=false
ssl-use-system-ca-file=true
cookies-store-policy=session
bars-padding=0
active-completion-fg-color=#53868b
hint-font=bold 10px monospace
progress-bar-full-color=#ffffff
tabbed-browsing=true
hint-highlight-links=false
active-completion-bg-color=#000000
enable-spell-checking=false
font-hidden-statusbar=normal 10px helvetica
tab-normal-fg-color-2=#dddddd
tab-normal-fg-color-1=#cccccc
default-monospace-font-size=10
save-session=true
enable-ipc=true
tabbar-visible=2.00
auto-insert-mode=false
tab-normal-bg-color-2=#707070
tab-normal-bg-color-1=#505050
serif-font-family=serif
accept-language=
enable-html5-local-storage=true
tab-protected-color=#ff0000
hint-letter-seq=FDSARTGBVECWXQYIOPMNHZULKJ
progress-bar-style=default
maximum-tabs=0
passthrough-keys=webkit
enable-html5-database=true
hint-autofollow=true
enable-dom-paste=false
javascript-can-open-windows-automatically=false
max-visible-completions=11
hint-border=1px solid #000000
widget-packing=dtws
ssl-trusted-color=#00ff00
enable-java-applet=true
hints-key-lock=250
navigation-history-max=0
hint-style=letter
enable-site-specific-quirks=false
auto-resize-window=false
zoom-step=0.10
default-font-family=sans-serif
ssl-untrusted-color=#ff0000
plugin-blocker=false
startpage=dwb:bookmarks
normal-completion-bg-color=#151515
cookie-expiration=0
cursive-font-family=serif
default-encoding=
error-color=#ff0000
searchengine-submit-pattern=
hint-opacity=0.80
font-entry=
proxy-url=
font=monospace 8
monospace-font-family=monospace
addressbar-dns-lookup=false
enable-universal-access-from-file-uris=true
background-color=#000000
do-not-track=true
progress-bar-empty-color=#ffffff
default-width=800
single-instance=true
auto-completion=false
minimum-font-size=5
font-completion=
enable-spatial-navigation=false
block-insecure-content=false
download-directory=
download-external-command=xterm -e wget dwb_uri -O dwb_output --load-cookies dwb_cookies
user-stylesheet-uri=
auto-load-images=true
tab-active-fg-color=#ffffff
tab-width=100
hint-offset-left=0
history-length=0
tab-active-bg-color=#000000
download-bg-color=#000000
download-no-confirm=false
enable-file-access-from-file-uris=true
complete-history=true
close-last-tab-policy=ignore
tab-key-cycles-through-elements=true
enforce-96-dpi=false
scroll-step=0.00
complete-userscripts=false
foreground-color=#ffffff
message-delay=2
scheme-handler=
default-font-size=12
enable-offline-web-application-cache=true

The main difference is that the first profile has scripts disabled.

Last edited by Gradient (2013-10-22 09:31:29)

Offline

#1872 2013-10-22 09:38:43

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

Re: dwb - a webkit web browser

I have scripts enabled but the site doesn't crash dwb here. However, it says "Missing plugin" on the site so maybe couldn't reproduce that anyway without it. What kind of plugin ist it that is needed to show the game??

Offline

#1873 2013-10-22 17:36:22

Gradient
Member
Registered: 2013-05-19
Posts: 101

Re: dwb - a webkit web browser

It uses IcedTea Web. dwb crashes when scripts are DISabled.

Offline

#1874 2013-10-22 17:45:16

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

Re: dwb - a webkit web browser

I see. I installed the plugi. When I have it enabled, I can play the game, if I disable plugins globally, I can see the site, but it says "missing plugin" but doesn't crash. Probably something else then?

Offline

#1875 2013-10-25 01:51:58

gothmog123
Member
Registered: 2012-10-31
Posts: 120

Re: dwb - a webkit web browser

This is a general webkit bug, but it's so bad I was hoping there might be a fix/hack for it. Attachments don't work in Hushmail. "Page failed to load," if you try to upload an attachment.

Offline

Board footer

Powered by FluxBB