Code Monkey home page Code Monkey logo

Comments (6)

w-lfchen avatar w-lfchen commented on May 25, 2024

Could you provide some more details such as a minimal config and a guide for reproducing the error?
This would help a lot in trying to fix it.

from eww.

H-FTM avatar H-FTM commented on May 25, 2024

yeah, it's in the scss file i have a linear-gradient(white, black) and it doesnt appear because of the error

(eww:197371): Gtk-WARNING **: 21:47:49.469: Theme parsing error: :1:53: Using one color stop with linear-gradient() is deprecated.

its supposed to be a simple warning but its not it just dont work

from eww.

w-lfchen avatar w-lfchen commented on May 25, 2024

Using the following config:
eww.scss:

.test {
    background: linear-gradient(white, black);
}

eww.yuck:

(defwindow test
  :monitor 0
  :geometry (geometry
    :width "100px"
    :height "100px"
    :anchor "center"
  )
  (box :class "test"))

and then running eww open --toggle test on the latest commit, I am unable to reproduce your issue. There is also nothing in the log file.

from eww.

H-FTM avatar H-FTM commented on May 25, 2024

oh my bad

Caused by:
:1:53Missing closing bracket at end of linear gradient
^C

i just dont know how to fix this because i dont have any missing bracket

from eww.

w-lfchen avatar w-lfchen commented on May 25, 2024

I can't help you without seeing your config because I am unable to verify whether you are right in your assumption about your code without said code.
If you provide the relevant lines here, I can have a look at it. Without it, there's not much I, or anyone for that matter, can do to help you.

from eww.

H-FTM avatar H-FTM commented on May 25, 2024

Tsym for your help, i just fixed it.

from eww.

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.