Lubosz Sarnecki

Results 50 comments of Lubosz Sarnecki

The [Arch Linux PKGBUILD](https://aur.archlinux.org/packages/git-bzr-ng/) puts git-bzr in /usr/lib/git-core/. Would be nice to see this in the documentation. Related: https://github.com/termie/git-bzr-ng/issues/54

Instead of writing about another issue you have you could have said how you solved the problem... I am seeing this too on arch.

This is how i solved it: ```diff diff --git a/util.h b/util.h index 97321215..9f59b8ba 100644 --- a/util.h +++ b/util.h @@ -217,7 +217,7 @@ void cgsleep_us(int64_t us); #define cgtimer_time(ts_start) timer_set_now(ts_start) #define cgsleep_prepare_r(ts_start)...

The CI fails not because of me, but because of the curl ftp upload. You probably shouldn't try to upload packages for every CI job in every merge request. Also...

Also with this patch set you can use the same AppImage on Wayland and X11.

I am getting the same issue, also on Arch Linux since version 3. Crashes in `vkGetPhysicalDeviceSurfaceCapabilitiesKHR` ``` #0 0x00007fffeaa3f2ba in () at /usr/lib/libvulkan_radeon.so #1 0x00005555555da368 in VulkanSurfaceInfo::get(VkPhysicalDevice_T*, VkSurfaceKHR_T*) (this=0x5555560d6860, device=0x555555dc2830,...

Turns out a similar wayland related issue exists since version `2.04`. I was not able to run any vulkanCapsViewer since then not crashing in `readSurfaceInfo`. ``` 38da3e8f63c38ce249860c9dbaab21536d60e0ad is the first...

Now that the other versions worked, I was able to isolate the first bad commit for the crash since `3.0`: ``` 4b541db2ab9c4d01a7f7f893e1598c847f5997d5 is the first bad commit commit 4b541db2ab9c4d01a7f7f893e1598c847f5997d5 Merge:...

The solution is to add the `X11` define, how is also done in the CI. `qmake DEFINES+=X11` This is not selected by default.