<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://dev1galaxy.org/extern.php?action=feed&amp;tid=4924&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / [SOLVED] surf browser lots of warnings]]></title>
		<link>http://dev1galaxy.org/viewtopic.php?id=4924</link>
		<description><![CDATA[The most recent posts in [SOLVED] surf browser lots of warnings.]]></description>
		<lastBuildDate>Tue, 08 Mar 2022 20:18:32 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [SOLVED] surf browser lots of warnings]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35120#p35120</link>
			<description><![CDATA[<p>@Head_on_a_Stick<br />Thank you, HoaS!<br />Used the first option and everything went fine. Surf works, no more warnings.<br />For the record, needed to add &#039;deb-src&#039; to &#039;sources.list&#039;.</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Tue, 08 Mar 2022 20:18:32 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35120#p35120</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] surf browser lots of warnings]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35119#p35119</link>
			<description><![CDATA[<div class="quotebox"><cite>Head_on_a_Stick wrote:</cite><blockquote><div><div class="codebox"><pre><code># apt build-dep surf</code></pre></div><p>Then run the <span class="bbc">make</span> command again.</p><p>Build dependencies can be removed afterwards with</p><div class="codebox"><pre><code># apt purge --autoremove &#039;*-dev&#039;</code></pre></div><p>but that will remove all -dev packages. If you don&#039;t want that (check the list before accepting the removal) then use the APT history to delete them manually. Or just leave them installed, they only take up a few hundred MiB of disk space.</p></div></blockquote></div><p>You are just a never ending fountain of knowledge, aren&#039;t you? When are you going to start your own youtube channel and knock distrotube and Luke Smith off their high perches? They don&#039;t know 1/10th the stuff that you do.</p><p>I am definitely taking notes on this.</p>]]></description>
			<author><![CDATA[dummy@example.com (andyprough)]]></author>
			<pubDate>Tue, 08 Mar 2022 19:56:05 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35119#p35119</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] surf browser lots of warnings]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35118#p35118</link>
			<description><![CDATA[<div class="codebox"><pre><code># apt build-dep surf</code></pre></div><p>Then run the <span class="bbc">make</span> command again.</p><p>Build dependencies can be removed afterwards with</p><div class="codebox"><pre><code># apt purge --autoremove &#039;*-dev&#039;</code></pre></div><p>but that will remove all -dev packages. If you don&#039;t want that (check the list before accepting the removal) then use the APT history to delete them manually. Or just leave them installed, they only take up a few hundred MiB of disk space.</p><p>EDIT: or use</p><div class="codebox"><pre><code># apt install devscripts dpkg-dev
$ apt source surf
$ cd surf-*
# mk-build-deps --install --remove</code></pre></div><p>Then build surf from git and remove the dependencies afterwards with</p><div class="codebox"><pre><code># apt purge --autoremove surf-build-deps devscripts dpkg-dev</code></pre></div><p>EDIT2: always check the output before accepting when <span class="bbc">--autoremove</span> is passed because you might fall victim to the <a href="https://forums.debian.net/viewtopic.php?f=16&amp;t=104157" rel="nofollow">metapackage problem</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 08 Mar 2022 19:47:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35118#p35118</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] surf browser lots of warnings]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35116#p35116</link>
			<description><![CDATA[<div class="codebox"><pre class="vscroll"><code>$ make -j$(nproc)
surf build options:
cp config.def.h config.h
CC            = c99
c99 -fPIC `pkg-config --cflags x11` `pkg-config --cflags gtk+-3.0 gcr-3 webkit2gtk-4.0` -DVERSION=\&quot;2.1\&quot; -DGCR_API_SUBJECT_TO_CHANGE  -DLIBPREFIX=\&quot;/usr/local/lib\&quot; -DWEBEXTDIR=\&quot;/usr/local/lib/surf\&quot;  -D_DEFAULT_SOURCE -O1 -c surf.c
Package x11 was not found in the pkg-config search path.
Perhaps you should add the directory containing `x11.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;x11&#039; found
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;gtk+-3.0&#039; found
Package gcr-3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gcr-3.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;gcr-3&#039; found
Package webkit2gtk-4.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `webkit2gtk-4.0.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;webkit2gtk-4.0&#039; found
Package x11 was not found in the pkg-config search path.
Perhaps you should add the directory containing `x11.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;x11&#039; found
CFLAGS        = -fPIC   -DVERSION=&quot;2.1&quot; -DGCR_API_SUBJECT_TO_CHANGE  -DLIBPREFIX=&quot;/usr/local/lib&quot; -DWEBEXTDIR=&quot;/usr/local/lib/surf&quot;  -D_DEFAULT_SOURCE -O1
Package gtk+-3.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-3.0.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;gtk+-3.0&#039; found
Package webkit2gtk-4.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `webkit2gtk-4.0.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;webkit2gtk-4.0&#039; found
Package webkit2gtk-web-extension-4.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `webkit2gtk-web-extension-4.0.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;webkit2gtk-web-extension-4.0&#039; found
Package gio-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gio-2.0.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;gio-2.0&#039; found
Package gcr-3 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gcr-3.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;gcr-3&#039; found
Package webkit2gtk-4.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `webkit2gtk-4.0.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;webkit2gtk-4.0&#039; found
WEBEXTCFLAGS  = -fPIC  -O1
LDFLAGS       = 
c99 -fPIC `pkg-config --cflags webkit2gtk-4.0 webkit2gtk-web-extension-4.0 gio-2.0` -O1 -c webext-surf.c
Package webkit2gtk-4.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `webkit2gtk-4.0.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;webkit2gtk-4.0&#039; found
Package webkit2gtk-web-extension-4.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `webkit2gtk-web-extension-4.0.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;webkit2gtk-web-extension-4.0&#039; found
Package gio-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gio-2.0.pc&#039;
to the PKG_CONFIG_PATH environment variable
No package &#039;gio-2.0&#039; found
surf.c:9:10: fatal error: glib.h: No such file or directory
    9 | #include &lt;glib.h&gt;
      |          ^~~~~~~~
compilation terminated.
make: *** [Makefile:31: surf.o] Error 1
make: *** Waiting for unfinished jobs....
webext-surf.c:9:10: fatal error: gio/gio.h: No such file or directory
    9 | #include &lt;gio/gio.h&gt;
      |          ^~~~~~~~~~~
compilation terminated.
make: *** [Makefile:37: webext-surf.o] Error 1</code></pre></div><p>some package are missing but are not available</p><div class="codebox"><pre><code># apt search webkit2gtk
Sorting... Done
Full Text Search... Done
libwebkit2gtk-4.0-37/stable,now 2.34.1-1~deb11u1 i386 [installed]
  Web content engine library for GTK

libwebkit2gtk-4.0-dev/stable 2.34.1-1~deb11u1 i386
  Web content engine library for GTK - development files

libwebkit2gtk-4.0-doc/stable 2.34.1-1~deb11u1 all
  Web content engine library for GTK - documentation

webkit2gtk-driver/stable 2.34.1-1~deb11u1 i386
  WebKitGTK WebDriver support</code></pre></div><div class="codebox"><pre><code># apt search webkit2gtk-web-extension gio
Sorting... Done
Full Text Search... Done</code></pre></div><div class="codebox"><pre><code># apt search x11 | grep installed
x11-apps/stable,now 7.7+8 i386 [installed,automatic]
x11-common/stable,now 1:7.7+22 all [installed,automatic]
x11-session-utils/stable,now 7.7+4 i386 [installed,automatic]
x11-utils/stable,now 7.7+5 i386 [installed,automatic]
x11-xkb-utils/stable,now 7.7+5 i386 [installed,automatic]
x11-xserver-utils/stable,now 7.7+8 i386 [installed,automatic]
xclip/stable,now 0.13-2 i386 [installed,automatic]
xdotool/stable,now 1:3.20160805.1-4 i386 [installed]
xfce4-session/stable,now 4.16.0-1+devuan1 i386 [installed,automatic]
xfce4-terminal/stable,now 0.8.10-1 i386 [installed,automatic]
xkb-data/stable,now 2.29-2 all [installed,automatic]
xkbset/stable,now 0.6-1 i386 [installed,automatic]
xserver-xorg-video-ati/stable,now 1:19.1.0-2 i386 [installed,automatic]</code></pre></div><div class="codebox"><pre><code># apt search grc-3
Sorting... Done
Full Text Search... Done</code></pre></div><div class="codebox"><pre><code># apt search gtk+-3.0 | grep installed

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

gir1.2-gtk-3.0/stable,now 3.24.24-4 i386 [installed,automatic]
libgtk-3-0/stable,now 3.24.24-4 i386 [installed,automatic]</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Tue, 08 Mar 2022 19:31:15 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35116#p35116</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] surf browser lots of warnings]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35114#p35114</link>
			<description><![CDATA[<div class="codebox"><pre><code>git clone https://git.suckless.org/surf
cd surf
make -j$(nproc)
./surf</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (Head_on_a_Stick)]]></author>
			<pubDate>Tue, 08 Mar 2022 19:19:06 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35114#p35114</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] surf browser lots of warnings]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35113#p35113</link>
			<description><![CDATA[<div class="codebox"><pre><code>apt show surf
Package: surf
Version: 2.0+git20201107-2
Priority: optional
Section: web
Maintainer: Reiner Herrmann &lt;reiner@reiner-h.de&gt;
Installed-Size: 111 kB
Provides: www-browser
Depends: libc6 (&gt;= 2.4), libgcr-base-3-1 (&gt;= 3.8.0), libgcr-ui-3-1 (&gt;= 3.8.0), libglib2.0-0 (&gt;= 2.28.0), libgtk-3-0 (&gt;= 3.19.12), libjavascriptcoregtk-4.0-18, libwebkit2gtk-4.0-37 (&gt;= 2.21.1), libx11-6
Recommends: stterm | x-terminal-emulator, curl, suckless-tools (&gt;= 43-1~), x11-utils
Suggests: apparmor
Homepage: https://surf.suckless.org
Tag: implemented-in::c, interface::graphical, interface::x11,
 network::client, protocol::http, role::program, scope::utility,
 uitoolkit::gtk, use::browsing, web::browser, works-with-format::html,
 x11::application
Download-Size: 30.6 kB
APT-Manual-Installed: yes
APT-Sources: http://devuan.ipacct.com/devuan/merged chimaera/main i386 Packages
Description: Simple web browser by suckless community
 surf is a simple web browser based on WebKit/GTK+. It is able to display
 websites and follow links. It supports the XEmbed protocol which makes it
 possible to embed it in another application. Furthermore, one can point surf to
 another URI by setting its XProperties.</code></pre></div><p>Got 2.1 from their site.<br />How to run it without installing? Any tips?</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Tue, 08 Mar 2022 19:16:31 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35113#p35113</guid>
		</item>
		<item>
			<title><![CDATA[Re: [SOLVED] surf browser lots of warnings]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35064#p35064</link>
			<description><![CDATA[<p>The version found in the official application repository has a major drawback- youtube website does not work with this browser. The problem is that using an open source video driver (nouveau), this browser hangs an xorg session. Only a magic key combination- </p><div class="codebox"><pre><code>reisub</code></pre></div><p> helps.&#160; With closed source video driver browser simple crashed. This problem has been known for four years (in Debian bug tracker) however, it has not been corrected. You can try to download the latest version of this program and compile it yourself. By the way, you can run surf from the build directory without installing it. By the way, I&#039;m using the latest version (2.1) of this browser and I don&#039;t see any such error messages.</p>]]></description>
			<author><![CDATA[dummy@example.com (Ogis1975)]]></author>
			<pubDate>Mon, 07 Mar 2022 13:22:56 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35064#p35064</guid>
		</item>
		<item>
			<title><![CDATA[[SOLVED] surf browser lots of warnings]]></title>
			<link>http://dev1galaxy.org/viewtopic.php?pid=35036#p35036</link>
			<description><![CDATA[<p>Hello everybody!</p><p>I started using &#039;surf&#039; browser for fakebook and it works fine.<br />But every time I get the same warnings</p><div class="codebox"><pre><code>** (surf:6000): WARNING **: 06:35:16.310: Could not open /sys/class/dmi/id/chassis_type: Failed to open file “/sys/class/dmi/id/chassis_type”: Permission denied

** (surf:6000): WARNING **: 06:35:16.311: Could not open /sys/firmware/acpi/pm_profile: Failed to open file “/sys/firmware/acpi/pm_profile”: Permission denied

** (surf:6000): WARNING **: 06:35:16.323: webkit_web_context_set_additional_plugins_directory is deprecated and does nothing. Netscape plugins are no longer supported.

** (surf:6000): WARNING **: 06:35:16.323: webkit_web_context_set_additional_plugins_directory is deprecated and does nothing. Netscape plugins are no longer supported.

** (WebKitWebProcess:6013): WARNING **: 06:35:23.376: Could not open /sys/class/dmi/id/chassis_type: Failed to open file “/sys/class/dmi/id/chassis_type”: Permission denied

** (WebKitWebProcess:6013): WARNING **: 06:35:23.377: Could not open /sys/firmware/acpi/pm_profile: Failed to open file “/sys/firmware/acpi/pm_profile”: Permission denied

(process:6004): GVFS-WARNING **: 06:35:24.761: can&#039;t init metadata tree /home/vb/.local/share/gvfs-metadata/home: open: Permission denied

(process:6004): GVFS-WARNING **: 06:35:49.399: can&#039;t init metadata tree /home/vb/.local/share/gvfs-metadata/home: open: Permission denied
Xlib: sequence lost (0x137f6 &gt; 0x37f8) in reply type 0x0!
Xlib: sequence lost (0x137fb &gt; 0x37fd) in reply type 0x0!
Xlib: sequence lost (0x13800 &gt; 0x3802) in reply type 0x0!
Xlib: sequence lost (0x13805 &gt; 0x3807) in reply type 0x0!

(WebKitWebProcess:6013): GStreamer-WARNING **: 07:35:45.922: failed to create thread: Error creating thread: Resource temporarily unavailable</code></pre></div><p>Any suggestions how to address them?<br />Thank you in advance?</p>]]></description>
			<author><![CDATA[dummy@example.com (amaro)]]></author>
			<pubDate>Sun, 06 Mar 2022 07:06:00 +0000</pubDate>
			<guid>http://dev1galaxy.org/viewtopic.php?pid=35036#p35036</guid>
		</item>
	</channel>
</rss>
