Giter VIP home page Giter VIP logo

Comments (4)

pjones avatar pjones commented on September 14, 2024 2

This is also related to 2146eca.

The problem is that there are a few KDE settings that use nested groups and I decided to generate those when the group name contains periods. But then it turns out there there are a few groups that have actual periods in their names! I probably need to give up on using a period in Nix to generate the nested groups.

I suppose a forward slash would be the next best character.

from plasma-manager.

toast003 avatar toast003 commented on September 14, 2024

I'm confused, isn't 2146eca supposed to fix this?
That's what I got from the description at least

from plasma-manager.

magnouvean avatar magnouvean commented on September 14, 2024

Looking at that commit it looks like it was supposed to solve it, but this still is a problem it seems like. A proposed solution though is just allowing escaping periods, so that we would use:

files."kwinrc"."org\.kde\.kdecoration2"."ButtonsOnRight" = "SBFIAX";

instead as proposed in #33. This should allow for us to combine nested groups and keys with periods, where the keys with periods would just need to be escaped. In which case #34 should solve this.

from plasma-manager.

magnouvean avatar magnouvean commented on September 14, 2024

This should be available now by manually escaping the periods using "\.". I.e. you should be able to do:

files."kwinrc"."org\\.kde\\.kdecoration2"."ButtonsOnRight" = "SBFIAX";

Closing this now, but if there are any great difficulties with this solution feel free to reopen.

from plasma-manager.

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.