CoBang icon indicating copy to clipboard operation
CoBang copied to clipboard

A QR code scanner desktop app for Linux

Results 21 CoBang issues
Sort by recently updated
recently updated
newest added

Before adding QR code generation feature, before making UI more complex, let's move on the latest UI technology, so that the job of refactoring UI code less difficult. Also, let's...

I am running CoBang on a Pinephone with Arch Linux and Phosh. Starting CoBang from the command line (SSH) shows: $ cobang (__main__.py:12121): GStreamer-CRITICAL **: 08:43:05.970: gst_element_message_full_with_details: assertion GST_IS_ELEMENT (element)...

Ubuntu 22.04 with Wayland. `Gdk-Message: 13:07:48.828: Error flushing display: Protocol error`

I've installed cobang from the PPA. It does not open. They only message I get is "Failed to register. Timed out." Any ideas how to get it running?

Thank you for the development of this application. Currently I'm porting it to Nixpkgs (https://github.com/NixOS/nixpkgs/pull/149729) and I can say it works as intended. Unfortunately, the only reason I can't merge...

If scanned QR code has some specials lowercase characters (like é, à, ä, etc). CoBang doesn't handle it correctly. I'm using CoBang 0.9.6 on Manjaro.

For an easy installation clicking in Software in Ubuntu, which is the first Linux distro for many new users now coming to Linux. Thanks a million if this could be...

Packaged 0.8.0 on openSUSE Tumbleweed, application start and it loads and properly decodes a file, but it doesn't show anything in the video tab. This is what I see on...

Due to the need of publishing our app to various channels, the build method are now too diverse: - First, we use Poetry both to manage dependency and build, with...