Giter VIP home page Giter VIP logo

containerfiles's People

Contributors

akiraheid avatar theleecherteacher avatar

Watchers

 avatar  avatar

containerfiles's Issues

keepassxc 2.7.6 isn't working on ubuntu 22.04

I try to start keepassxc with the installed command but it outputs an error to the console (I removed the -d from podman run to see the output).

qt.qpa.xcb: could not connect to display unix:1
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb.

deluge 2.1.1 isn't working on ubuntu 22.04

Start command is

podman run \
        --name Deluge \
        -e DISPLAY=unix${DISPLAY} \
        -p 61619:58008 \
        -p 54237-54337:42069-42169 \
        --rm \
        -v deluge-config:/root/.config/deluge:rw \
        -v $HOME/Downloads/deluge/:/root/Downloads/:rw \
        -v /tmp/.X11-unix:/tmp/.X11-unix:rw \
        -v /usr/share/fonts/:/usr/share/fonts:ro \
        docker.io/akiraheid/deluge:2.1.1

Output is

(deluge:1): Gtk-CRITICAL **: 22:40:48.031: _gtk_css_lookup_resolve: assertion '(((__extension__ ({ GTypeInstance *__inst = (GTypeInstance*) ((provider)); GType __t = ((_gtk_style_provider_private_get_type ())); gboolean __r; if (!__inst) __r = (0); else if (__inst->g_class && __inst->g_class->g_type == __t) __r = (!(0)); else __r = g_type_check_instance_is_a (__inst, __t); __r; }))))' failed
/usr/lib/python3.11/site-packages/deluge/ui/gtk3/queuedtorrents.py:35: Warning: g_object_set_data_full: assertion 'G_IS_OBJECT (object)' failed
  self.builder.add_from_file(

(deluge:1): Gtk-ERROR **: 22:40:48.032: Can't create a GtkStyleContext without a display connection

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.