blubee
blubee
```shell # Shadow shadow = true; no-dnd-shadow = true; no-dock-shadow = true; clear-shadow = true; # zero the part of the shadow's mask behind the window shadow-radius = 7; shadow-offset-x...
Thank you
no issues, just wanted to say thinks!
Trying to build lapack with cmake and these options ```shell CMAKE_ARGS+= -DCBLAS=ON \ -DLAPACKE=ON \ -DBUILD_SHARED_LIBS=ON ``` The build succeeds but linking fails because it cannot find the fortran compiler....
This is an edit to CMakeLists.txt to find X11 on FreeBSD ```shell --- CMakeLists.txt.orig 2018-07-04 11:12:46 UTC +++ CMakeLists.txt @@ -486,6 +486,24 @@ if(OCE_VISUALISATION) set(OPENGL_LIBRARIES /usr/X11R6/lib/libGL.dylib /usr/X11R6/lib/libGLU.dylib) endif (NOT APPLE...
I'm on FreeBSD x86_64 12-Current and successfully compiling and installing this project. I want to do the test but I am having some issues. FreeBSD first install the files into...
I have come across an issue with communicating with a Cisco router. ``` ip classless At times the router might receive packets destined for a subnet of a network that...
I am having similar issue to [this one](https://github.com/FreeCAD/FreeCAD-AppImage/issues/50) AppImage and FreeCAD ```shell AppImageUpdate-x86_64.AppImage FreeCAD_0.19-24267-Linux-Conda_glibc2.12-x86_64.AppImage /AppImageUpdate-x86_64.AppImage ./FreeCAD_0.19-24267-Linux-Conda_glibc2.12-x86_64.AppImage AppImageUpdate version 1-alpha (commit 1f52c72), build 21 built on 2020-12-13 07:19:11 UTC Fetching release...
does gl3w support loading core context from opengles as well?
https://github.com/tokland/youtube-upload/blob/6a30b55d0fd4976571a5b9b34c01fd41cec49c7a/youtube_upload/auth/__init__.py#L44 pinning httplib in accordance with this [issue](https://github.com/googleapis/google-api-python-client/issues/803) then commenting out the above line solved the issue. ```shell File "/usr/local/bin/youtube-upload", line 10, in main.run() File "/usr/local/lib/python3.8/dist-packages/youtube_upload/main.py", line 290, in run...
This code is mostly GNU 2 license most likely because of the core components but I was wondering what about supporting OSS? I migrated from Linux to *BSD and I...