This patch is cherry-picked from 4 different PRs and one upstream bug report [1] Changes are: - fix build and runtime (based on [1]). I also tried patches and solutions from PR's, but they didn't worked for some reason - update to 1.6.4 - convert to options helpers and add other simplifications to Makefile - sync installed files with Makefile, bundled into distribution - add upstream patch to fix some GTK3 warnings This was tested both at build and runtime with both GTK versions. Also HTML5 video playback was tested - there was a report that it doesn't work. [1] https://github.com/conformal/xombrero/issues/131 PR: 192779 203939 205646 209301 Submitted by: various persons
16 lines
352 B
CSS
16 lines
352 B
CSS
Upstream commit, that is fixing warnings on modern gtk3
|
|
https://github.com/conformal/xombrero/commit/aa57b80c
|
|
|
|
--- xombrero.css.orig 2015-02-17 16:11:49 UTC
|
|
+++ xombrero.css
|
|
@@ -25,8 +25,8 @@
|
|
|
|
* {
|
|
border-width: 1px;
|
|
- padding: 1;
|
|
- margin: 1;
|
|
+ padding: 1px;
|
|
+ margin: 1px;
|
|
-GtkScrolledWindow-scrollbar-spacing: 1;
|
|
-GtkWidget-line-width: 1;
|
|
}
|