WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: font resolution in fltk  (Read 6268 times)

Offline emninger

  • Sr. Member
  • ****
  • Posts: 267
Re: font resolution in fltk
« Reply #15 on: December 13, 2015, 03:44:27 PM »
@hiro: Juanito told me

Quote
but if you're going to use Xft, you might was well use cairo. You will also need the shared libs.

Online Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14787
Re: font resolution in fltk
« Reply #16 on: December 14, 2015, 01:02:24 AM »
Would webkitfltk need to be rebuild as well? or could i use the extension as it is (from the repo)?
As far as I know, the webkitfltk-dev extension is only of use to compile fifth - webkitfltk uses fltk-1.3 and cairo, but I don't know if it would use the additional Xft functionality (and any possible cairo functionality) from your myfltk-1.3 extension or not.

Maybe curaga knows more?

BTW webkitfltk takes 40 mins to compile using 4 cores of an intel i7...
« Last Edit: December 14, 2015, 01:06:05 AM by Juanito »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11040
Re: font resolution in fltk
« Reply #17 on: December 14, 2015, 05:50:43 AM »
No need to enable cairo support in FLTK. It's only used by specific FLTK apps, it doesn't affect font handling, drawing or anything else.

Fifth uses FLTK only for the tabs, menus, and popup windows, so fonts in those would look better. No change in websites themselves.
The only barriers that can stop you are the ones you create yourself.

Offline emninger

  • Sr. Member
  • ****
  • Posts: 267
Re: font resolution in fltk
« Reply #18 on: December 14, 2015, 12:31:30 PM »
Would webkitfltk need to be rebuild as well? or could i use the extension as it is (from the repo)?
As far as I know, the webkitfltk-dev extension is only of use to compile fifth - webkitfltk uses fltk-1.3 and cairo, but I don't know if it would use the additional Xft functionality (and any possible cairo functionality) from your myfltk-1.3 extension or not.

Maybe curaga knows more?

BTW webkitfltk takes 40 mins to compile using 4 cores of an intel i7...

Figure out on a poor machine ... ;) :D

Thanks for the explanation!

Offline emninger

  • Sr. Member
  • ****
  • Posts: 267
Re: font resolution in fltk
« Reply #19 on: December 14, 2015, 12:35:11 PM »
No need to enable cairo support in FLTK. It's only used by specific FLTK apps, it doesn't affect font handling, drawing or anything else.

Fifth uses FLTK only for the tabs, menus, and popup windows, so fonts in those would look better. No change in websites themselves.

Ok.

I'd point rather to dillo than fifth. In fifth there are 2 major issues missing, for my taste: configure a proxy inside and home button. Or am i missing something.

In any case, i'd use either dillo or fifth only as "fallback" browser (like i was used to use midori in other distros).

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11040
Re: font resolution in fltk
« Reply #20 on: December 14, 2015, 03:05:14 PM »
Yes, a proxy has to be currently configured on the command line, see the included docs. There's no home button as I mainly use the ctrl-space hotkey (which you can of course rebind).
The only barriers that can stop you are the ones you create yourself.

Offline emninger

  • Sr. Member
  • ****
  • Posts: 267
Re: font resolution in fltk
« Reply #21 on: December 14, 2015, 04:06:37 PM »
Trying to start fifth i get this error msg

Code: [Select]
~$ fifth
Detected stale lock file, but no crash report?
Failed reading

??

PS. Solved that by deleting $HOME/.fifth
« Last Edit: December 14, 2015, 04:32:45 PM by emninger »

Offline emninger

  • Sr. Member
  • ****
  • Posts: 267
Re: font resolution in fltk
« Reply #22 on: December 14, 2015, 04:34:21 PM »
Quote
Yes, a proxy has to be currently configured on the command line, see the included docs.

What do you mean by this? Which included docs? I do not see anything safe some small lines given by fifth -h ... ?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11040
Re: font resolution in fltk
« Reply #23 on: December 15, 2015, 04:52:28 AM »
/usr/local/share/fifth/proxy in the fifth.tcz extension.
The only barriers that can stop you are the ones you create yourself.

Offline emninger

  • Sr. Member
  • ****
  • Posts: 267
Re: font resolution in fltk
« Reply #24 on: December 15, 2015, 03:44:08 PM »
/usr/local/share/fifth/proxy in the fifth.tcz extension.

Super! Now, is there a way to define a proxy for http and https ?

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11040
Re: font resolution in fltk
« Reply #25 on: December 16, 2015, 06:49:24 AM »
See man curl.
The only barriers that can stop you are the ones you create yourself.