Menu

fuse on Debian buster malfunctioning

Help
2019-08-13
2019-08-16
  • Phil Reynolds

    Phil Reynolds - 2019-08-13

    Whether Debian's packages or my own compile, I am finding that fuse
    malfunctions - triple size filter in gtk produces an image too big for
    the window, and even with double size, some areas of the screen are
    occasionally whited out or have unexpected text in them.

    Is this a known issue and is there a fix?

    --
    Phil Reynolds
    mail: phil@tinsleyviaduct.com
    Web: http://phil.tinsleyviaduct.com/

     
  • Alberto Garcia

    Alberto Garcia - 2019-08-13

    Are you using Wayland ? If so, can you try with X.org and see if that makes a difference ?

     
    • Phil Reynolds

      Phil Reynolds - 2019-08-13

      Confirmed. Problem there only in Wayland.

       
      • Alberto Garcia

        Alberto Garcia - 2019-08-13

        Ok, thanks.

        It's not the first time that someone reports problems with Fuse and Wayland, I actually had to disable the Wayland socket in the Flatpak build for this reason (see https://github.com/flathub/net.sf.fuse_emulator/issues/1 and https://bugs.debian.org/872994).

        I haven't had the time yet to debug the problem and see what is really going on, but I suppose that a workaround for Wayland users would be to unset the WAYLAND_DISPLAY environment variable before running Fuse, e.g.

        $ WAYLAND_DISPLAY="" fuse
        

        or

        $ unset WAYLAND_DISPLAY
        $ fuse
        

        or

        $ GDK_BACKEND=x11 fuse
        
         

        Last edit: Alberto Garcia 2019-08-14
      • Alberto Garcia

        Alberto Garcia - 2019-08-14

        I forgot: we also have a bug about this in the Fuse bug tracker: https://sourceforge.net/p/fuse-emulator/bugs/367/

         
      • Sergio Baldoví

        Sergio Baldoví - 2019-08-15

        Major efforts in fixing problems on Wayland have been made in [feature-requests:#135]. Any feedback is welcome.

        See also:
        https://sourceforge.net/p/fuse-emulator/wiki/Arbitrary%20scaling/

         

        Related

        Feature Requests: #135


Log in to post a comment.