Giter VIP home page Giter VIP logo

Comments (5)

Nooo37 avatar Nooo37 commented on August 26, 2024 2

Sorry, that it took so long. Should be alright now 😅

from bling.

SeraphyBR avatar SeraphyBR commented on August 26, 2024

It would be nice to include which version/commit bling is expected to work

from bling.

Nooo37 avatar Nooo37 commented on August 26, 2024

Hey, thanks for your issue! We want everything to be 4.3 compatible at least as long as 4.3 is the stable version. You are right, it seems like the request::wallpaper signal is not available in 4.3. Using that signal is a very clean solution though so maybe changing line 282 to the following would already be enough:

if awesome.version == "v4.3" then  
    awful.screen.connect_for_each_screen(set_wallpaper)
else
    screen.connect_signal("request::wallpaper", set_wallpaper)
end

@Grumph Before we start massacring your child, any thoughts on that?

from bling.

javacafe01 avatar javacafe01 commented on August 26, 2024

@SeraphyBR Honestly, the master branch of AwesomeWM should be safe to use. I do have an overlay for it that compiles AwesomeWM with features such as the playerctl GI and the upower GI.

final: prev: {
  awesome = (prev.awesome.overrideAttrs (old: rec {
    src = prev.fetchFromGitHub {
      owner = "awesomeWM";
      repo = "awesome";
      rev = "149d18e0e796b3a439b1d79c5ee0c93febfcdf69";
      sha256 = "02ahbph10sd5a4gv9wizcl0pmqd08mdc47w9bd28p5bldpk4vrvm";
    };
    GI_TYPELIB_PATH = "${prev.playerctl}/lib/girepository-1.0:"
      + "${prev.upower}/lib/girepository-1.0:" + old.GI_TYPELIB_PATH;
  })).override {
    stdenv = prev.clangStdenv;
    luaPackages = prev.lua52Packages;
    gtk3Support = true;
  };
}

If you use flakes, you can check out this repo where the flakes are automatically updated for those according packages.

But then again, bling does target the stable branch so this should be on the backlog for fixing.

from bling.

Grumph avatar Grumph commented on August 26, 2024

@Grumph Before we start massacring your child, any thoughts on that?

No problem for me, consider "my" child as this project's child, as long as it works for everyone who need it I'm happy :-D

from bling.

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.