Sample Header Ad - 728x90

Unix & Linux Stack Exchange

Q&A for users of Linux, FreeBSD and other Unix-like operating systems

Latest Questions

0 votes
0 answers
215 views
Passing Cario's dir to meson
While trying to build epiphany I received: > Run-time dependency cairo found: NO (tried pkgconfig and cmake) > meson.build:80:0: ERROR: Dependency "cairo" not found, tried pkgconfig and cmake Then I tried to pass cairo to it:`PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/p...
While trying to build epiphany I received: > Run-time dependency cairo found: NO (tried pkgconfig and cmake) > meson.build:80:0: ERROR: Dependency "cairo" not found, tried pkgconfig and cmake Then I tried to pass cairo to it:PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/pkgconfig/ meson .. The error messages persisted. On another post I say someone suggesting to use setenv PKG_CONFIG_PATH=/media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/pkgconfig/ meson .. However, setenv doesn't work on my terminal The final part of meson.log.txt: > Pkg-config binary for 1 is not cached. Pkg-config binary missing from cross or native file, or env var undefined. > Trying a default Pkg-config fallback at pkg-config Found pkg-config: /usr/bin/pkg-config (0.22) Determining dependency 'iso-codes' with pkg-config executable '/usr/bin/pkg-config' > env[PKG_CONFIG_PATH]: /media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/pkgconfig/ Called /usr/bin/pkg-config --modversion iso-codes -> 0 3.12.1 > env[PKG_CONFIG_PATH]: /media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/pkgconfig/ Called /usr/bin/pkg-config --cflags iso-codes -> 0 > env[PKG_CONFIG_PATH]: /media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/pkgconfig/ env[PKG_CONFIG_ALLOW_SYSTEM_LIBS]: 1 Called /usr/bin/pkg-config --libs iso-codes -> 0 > env[PKG_CONFIG_PATH]: /media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/pkgconfig/ Called /usr/bin/pkg-config --libs iso-codes -> 0 > Run-time dependency iso-codes found: YES 3.12.1 env[PKG_CONFIG_PATH]: /media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/pkgconfig/ Called /usr/bin/pkg-config --variable=prefix iso-codes -> 0 /usr Got pkgconfig variable prefix : /usr Pkg-config binary for 1 is cached. Determining dependency 'cairo' with pkg-config executable '/usr/bin/pkg-config' env[PKG_CONFIG_PATH]: /media/34GB/Arquivos-de-Programas-Linux/Cairo-1.10.0/lib/pkgconfig/ Called /usr/bin/pkg-config --modversion cairo -> 1 > CMake binary for 1 is not cached CMake binary missing from cross or native file, or env var undefined. Trying a default CMake fallback at cmake Found CMake: /usr/local/bin/cmake (3.19.2) Extracting basic cmake information CMake Toolchain: Calling CMake once to generate the compiler state Calling CMake (['/usr/local/bin/cmake']) in /media/34GB/Arquivos-de-Programas-Linux/meson-private/__CMake_compiler_info__ with: > - "--trace-expand" > - "--trace-format=json-v1" > - "--no-warn-unused-cli" > - "--trace-redirect=cmake_trace.txt" > - "-G" > - "Ninja" > - "-DCMAKE_TOOLCHAIN_FILE=/media/34GB/Arquivos-de-Programas-Linux/meson-private/__CMake_compiler_info__/CMakeMesonTempToolchainFile.cmake" > - "." WARNING: CMake Toolchain: Failed to determine CMake compilers state Try CMake generator: auto Calling CMake (['/usr/local/bin/cmake']) in /media/34GB/Arquivos-de-Programas-Linux/meson-private/cmake_cairo with: > - "--trace-expand" > - "--trace-format=json-v1" > - "--no-warn-unused-cli" > - "--trace-redirect=cmake_trace.txt" > - "-DCMAKE_TOOLCHAIN_FILE=/media/34GB/Arquivos-de-Programas-Linux/meson-private/cmake_cairo/CMakeMesonToolchainFile.cmake" > - "." > -- Module search paths: ['/', '/media/34GB/Arquivos-de-Programas-Linux/Cmake-3.19.2-Linux-x86_64', '/opt', '/usr', '/usr/local'] > -- CMake root: /media/34GB/Arquivos-de-Programas-Linux/Cmake-3.19.2-Linux-x86_64/share/cmake-3.19 > -- CMake architectures: [] > -- CMake lib search paths: ['lib', 'lib32', 'lib64', 'libx32', 'share'] Preliminary CMake check failed. Aborting. Run-time dependency cairo found: NO (tried pkgconfig and cmake) > meson.build:80:0: ERROR: Dependency "cairo" not found, tried pkgconfig and cmake I have no idea why pkg-config is not finding it. Yet, cmake is not looking into Cairo's dir, since I didn't pass anything to it. probably there is a way to so. The problem is thatit is being called indirectly by meson.
user2752471 (265 rep)
Apr 18, 2023, 11:12 PM
0 votes
1 answers
4239 views
How to delete gnome web from the terminal?
I would to know how to delete the gnome web browser from the browser. I'm not finding it's name. I can see a lot of the gnome apps by typing `gnome-` and pressing tab, but the web browser is not located there.
I would to know how to delete the gnome web browser from the browser. I'm not finding it's name. I can see a lot of the gnome apps by typing gnome- and pressing tab, but the web browser is not located there.
mrEmpanada (23 rep)
Apr 21, 2020, 08:30 PM • Last activity: Apr 21, 2020, 11:07 PM
1 votes
1 answers
152 views
How to enforce Large Text in GNOME Web?
When I enable *Large Text* in a GNOME/Wayland desktop session it works in most applications. In GNOME Web it's a bit different: * browser chrome gets bigger * some websites get bigger (e.g. https://en.wikipedia.org/wiki/Main_Page ) * some websites stay the same (e.g. https://arstechnica.com ) I get...
When I enable *Large Text* in a GNOME/Wayland desktop session it works in most applications. In GNOME Web it's a bit different: * browser chrome gets bigger * some websites get bigger (e.g. https://en.wikipedia.org/wiki/Main_Page ) * some websites stay the same (e.g. https://arstechnica.com ) I get around this in Mozilla-based browsers by setting layout.css.devPixelsPerPx which embiggers everything (ref. https://superuser.com/a/1268867) In GNOME Web there's a GUI tool to zoom in which has the same effect, but the effect does not persist and does not get applied to all tabs/sites. How can I make it persistent and universal?
lofidevops (3349 rep)
Apr 12, 2018, 09:54 PM • Last activity: May 22, 2019, 01:11 PM
3 votes
1 answers
4489 views
Start a GNOME Web (Epiphany) "web application" via command line
How do you start a specific web application created by GNOME Web via the command line? >**Usage example:** The user creates a web application and wants to add that specific web application as a startup program (without opening GNOME Web)
How do you start a specific web application created by GNOME Web via the command line? >**Usage example:** The user creates a web application and wants to add that specific web application as a startup program (without opening GNOME Web)
Calixte (151 rep)
Apr 28, 2017, 10:35 AM • Last activity: Apr 28, 2017, 11:11 AM
Showing page 1 of 4 total questions