draek / galaxium

Automatically exported from code.google.com/p/galaxium
0 stars 0 forks source link

Use WebKit for Adium Theme views #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We really need to step away from Bloated Gecko# and start using WebKit-Gtk
so that we can more closely emulate the Adium themes. Also, we need to make
better use of templates in the theme definitions.

This should be something that can wait until 0.8 or so.

Original issue reported on code.google.com by dra...@gmail.com on 29 Mar 2008 at 10:45

GoogleCodeExporter commented 9 years ago
Yay, Gecko is not good choice.

Original comment by jakub.ru...@gmail.com on 1 May 2008 at 12:00

GoogleCodeExporter commented 9 years ago
I have webkit installed, but it doesn't work... why?

Original comment by andrea.c...@gmail.com on 5 May 2008 at 7:05

GoogleCodeExporter commented 9 years ago
Do you see something like "Webkit not present" in Galaxiums output? If so then 
your
distro probably has a different filename for the library to ubuntu & debian.

Find the name of the webkit library with ls /usr/lib | grep webkit, on ubuntu 
it's
libwebkit-1.0.so.1. If yours is different open the file 'nwebkit.dll.config' in
lib/galaxium and change the filename.

I should probably move the .config file out of trunk and into the packaging 
scripts.

Original comment by paulburt...@gmail.com on 5 May 2008 at 9:26

GoogleCodeExporter commented 9 years ago

Original comment by paulburt...@gmail.com on 5 May 2008 at 9:27

GoogleCodeExporter commented 9 years ago
Assembly not found: nwebkit, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=21121bfff9728807
WARNING: [Galaxium.WebKit,1.0] Could not load some add-in assemblies: Could not 
load
file or assembly 'nwebkit, Version=0.0.0.0, Culture=neutral,
PublicKeyToken=21121bfff9728807' or one of its dependencies.

but libwebkit-1.0-so.1 is present

Original comment by andrea.c...@gmail.com on 5 May 2008 at 9:38

GoogleCodeExporter commented 9 years ago
it seems like the dll is not correctly installed by the makefile

Original comment by andrea.c...@gmail.com on 5 May 2008 at 9:40

GoogleCodeExporter commented 9 years ago
Yeah:
http://code.google.com/p/galaxium/source/browse/trunk/dlls/Makefile.am?r=458

Original comment by andrea.c...@gmail.com on 5 May 2008 at 9:42

GoogleCodeExporter commented 9 years ago
Yeah I just noticed that myself... try r462?

Original comment by paulburt...@gmail.com on 5 May 2008 at 9:45

GoogleCodeExporter commented 9 years ago
works (of course) but now I have strange chars for words-spacing, like unknown 
chars
(like: word1 SPACE SQUARE word2)

Original comment by andrea.c...@gmail.com on 5 May 2008 at 10:23

GoogleCodeExporter commented 9 years ago
Screenshot

Original comment by andrea.c...@gmail.com on 5 May 2008 at 10:49

Attachments:

GoogleCodeExporter commented 9 years ago
Another interesting (fun) bug :)
Galaxium Web Browser :) (by clicking on a link in the chat window)

Original comment by andrea.c...@gmail.com on 5 May 2008 at 1:27

Attachments:

GoogleCodeExporter commented 9 years ago
You bastard, you hacked Galaxium (; !

PS: What fonts do you use in GNOME?

Original comment by jakub.ru...@gmail.com on 5 May 2008 at 1:56

GoogleCodeExporter commented 9 years ago
Both the square characters and the web browser should be gone with r463 and r464
respectively, could you try it again? :)

Original comment by paulburt...@gmail.com on 5 May 2008 at 2:04

GoogleCodeExporter commented 9 years ago

Original comment by paulburt...@gmail.com on 7 May 2008 at 6:06