Giter VIP home page Giter VIP logo

Comments (13)

marlam avatar marlam commented on September 17, 2024

No idea. I cannot reproduce the problem.

Does the bino package in Ubuntu 20.10 work? If yes, then there's something wrong with your specific setup. If no, then maybe report a bug to them.

from bino.

EtienneAb3d avatar EtienneAb3d commented on September 17, 2024

Same problem with the official XUbuntu package.
:-/

from bino.

ansel-hub avatar ansel-hub commented on September 17, 2024

Hi, same problem in Void Linux, compiled from source. I don't get the (BadWindow) warning message but on trying to open a file from the program a transparent openbox frame can be seen, I can move it around and it displays my desktop, and also the cpu rises.

from bino.

marlam avatar marlam commented on September 17, 2024

That's bad news. I still cannot reproduce the error, so I'd like to collect some more information.

What desktop environment / window manager do you use? (I assume Xubuntu uses XFCE.)
Maybe this only occurs with certain window managers.

from bino.

ansel-hub avatar ansel-hub commented on September 17, 2024

My desktop environment is LXDE and the window manager is Openbox

from bino.

marlam avatar marlam commented on September 17, 2024

I still was not able to reproduce this.

Please try bino --log-file=log.txt --log-level=debug, maybe that produces some useful information.

If no messages labeled [dbg] show up in your log file, then your binary does not support debugging output. In that case, it would be helpful if you build from source and configure with --enable-debug.

In any case, messages labeled [inf] should always show up, and maybe that already helps.

from bino.

beew avatar beew commented on September 17, 2024

Similar issue on Ubuntu 20.04 LTS with default gnome desktop (and with Unity as well) On Gnome shell when click open files bino just freezes and turns grey, on Unity it open a transparent window. Same with bino-1.6.6 in repository and bino-1.6.7 compiled from source.

from terminal

bino --log-file=log.txt --log-level=debug

from log.txt

bino: [wrn] Cannot initialize LIRC.
bino: [wrn] LibASS: Shaper: FriBidi 0.19.7 (SIMPLE) HarfBuzz-ng 2.6.4 (COMPLEX)
bino: [wrn] LibASS: Using font provider fontconfig


from bino.

marlam avatar marlam commented on September 17, 2024

Am answer on Stackoverflow and a note by Intel suggest to use unset SESSION_MANAGER before running Bino.
Does that solve the problem? If so, the Stackoverflow answer suggests that the reason may be stale session files.

from bino.

beew avatar beew commented on September 17, 2024

Am answer on Stackoverflow and a note by Intel suggest to use unset SESSION_MANAGER before running Bino.
Does that solve the problem? If so, the Stackoverflow answer suggests that the reason may be stale session files.

Nope, makes no difference and I don't experience this problem with other qt apps (I have many of them)

from bino.

marlam avatar marlam commented on September 17, 2024

The three lines above were the complete content of the log file? No further messages, not even if you try to open a file from the command line ($ bino myvideo.mp4)?

from bino.

beew avatar beew commented on September 17, 2024

The three lines above were the complete content of the log file? No further messages, not even if you try to open a file from the command line ($ bino myvideo.mp4)?

There is no error message if open video directly with bino as above and it works (right click video and choose bino from context menu also works) The problem is when you start bino, then try to use open file dialogue to open a video

from bino.

marlam avatar marlam commented on September 17, 2024

OK, let's go through the source code. Can you deactivate the Tip window in mainwindow.cpp lines 707-732, e.g. by changing if (_settings... to if (false && _settings...? Does that solve the problem?

from bino.

marlam avatar marlam commented on September 17, 2024

Bino is currently being rewritten completely and will be based on Qt 6. This should fix these problems because Bino does not implement its own low level thread fiddling anymore. An initial version of the new Bino is already in the main git repository, you can try it.

from bino.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.