GithubHelp home page GithubHelp logo

Comments (5)

PandorasFox avatar PandorasFox commented on June 11, 2024 1

There'll be some leaks reported in Valgrind.

There's some discussion in i3#168 - this is sorta intentional. We can do some cleanup at exit, but it complicates the code and doesn't really matter that much, since the OS handles that memory anyways. There's no leaks that occur more than once (i.e. all the leaked memory is only leaked once, so it's less of a leak and more of a "not bothering to clean up memory at exit, to keep the code cleaner/easier to maintain").

from i3lock-color.

PandorasFox avatar PandorasFox commented on June 11, 2024

This was fixed as of ddfc62f and is actually an upstream issue (see i3#167). Make sure you've grabbed the latest release / are building from the latest source.

from i3lock-color.

PandorasFox avatar PandorasFox commented on June 11, 2024

Double checked against master:

🦊  ./i3lock -n -e -f -i /tmp/i3lock-color_downscale.png --bar-indicator --bar-orientation=horizontal --bar-direction=1 --bar-position=1080 --bar-step=10 --bar-periodic-step=10 --bar-max-height=10 --bar-base-width=10 --bar-width=320 --bar-color=#00000000 --keyhlcolor=#64abbfff --bshlcolor=#d26937ff --ringvercolor=#edb443ff --ringwrongcolor=#c23127ff --clock --force-clock --timecolor=#99d1ceff --datecolor=#99d1ceff --timefont='Source Code Pro' --datefont='Source Code Pro' --timesize=80 --datesize=20 --datestr=%d/%m/%Y
./i3lock: unrecognized option '--timefont=Source Code Pro'
i3lock: Syntax: i3lock [-v] [-n] [-b] [-d] [-c color] [-u] [-p win|default] [-i image.png] [-t] [-e] [-f]
Please see the manpage for a full list of arguments.

Those args have been changed to --time-font and --date-font, so double check you're using the latest version, then see if the issue still occurs.

from i3lock-color.

Helvethor avatar Helvethor commented on June 11, 2024

Switching to the git repo did it. Thanks

from i3lock-color.

 avatar commented on June 11, 2024

Building i3lock in Solus 3 and running it without arguments produces some leaks.

Output of valgrind -v --leak-check=full ./x86_64-pc-linux-gnu/i3lock:

https://hastebin.com/uyukimazin

I built from both the latest tag (2.10.1-2-c) and the master branch.

from i3lock-color.

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.