Git Product home page Git Product logo

Comments (5)

StandingPadAnimations avatar StandingPadAnimations commented on June 15, 2024

Can you try and see if the AUR package works? The dependency in question is webkit2gtk-4.1 (webkit2gtk is a different package on Arch Linux)

from ebou.

Houkime avatar Houkime commented on June 15, 2024

AUR package works (there is a different bug on login, but it compiles and runs)

from ebou.

terhechte avatar terhechte commented on June 15, 2024

@Houkime did you get it to work? I was able to run it without issues on PopOS

from ebou.

Freyert avatar Freyert commented on June 15, 2024

pacman -S pacman -S extra/webkit2gtk-4.1 solves that issue, but then we run into some import errors in navicula.

error[E0432]: unresolved import `dioxus_desktop::EvalResult`
 --> /home/fbyrne/.cargo/git/checkouts/navicula-66e4e16cd8702a1c/b7eb3d0/src/types.rs:5:50
  |
5 | use dioxus_desktop::{use_window, DesktopContext, EvalResult};
  |                                                  ^^^^^^^^^^ no `EvalResult` in the root

error[E0425]: cannot find function `use_eval` in crate `dioxus_desktop`
   --> /home/fbyrne/.cargo/git/checkouts/navicula-66e4e16cd8702a1c/b7eb3d0/src/logic.rs:384:32
    |
384 |     let eval = dioxus_desktop::use_eval(cx);
    |                                ^^^^^^^^ not found in `dioxus_desktop`
    |
help: consider importing one of these items
    |
1   + use crate::logic::dioxus_elements::prelude::use_eval;
    |
1   + use dioxus::prelude::use_eval;
    |
help: if you import `use_eval`, refer to it directly
    |
384 -     let eval = dioxus_desktop::use_eval(cx);
384 +     let eval = use_eval(cx);
    |

error[E0599]: no method named `eval` found for reference `&'a Rc<DesktopService>` in the current scope
  --> /home/fbyrne/.cargo/git/checkouts/navicula-66e4e16cd8702a1c/b7eb3d0/src/types.rs:20:21
   |
20 |         self.window.eval(code)
   |                     ^^^^ method not found in `&Rc<DesktopService>`

from ebou.

Freyert avatar Freyert commented on June 15, 2024

Following the AUR building with cargo build --release makes it progress much further. You might also need to set the C compiler using CC.

And finally if the ld command says it can't find xdo you're missing the xdotool.

from ebou.

Related Issues (12)

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.