Giter VIP home page Giter VIP logo

Comments (7)

rijkvp avatar rijkvp commented on September 26, 2024

I get the same error with Hyprland on NixOS. But the program also hangs and consumes 100% CPU which seems related to #214.

from warpd.

rat857 avatar rat857 commented on September 26, 2024

@glyh me too
image

from warpd.

kkoyung avatar kkoyung commented on September 26, 2024

I get the same error with Hyprland on NixOS. But the program also hangs and consumes 100% CPU which seems related to #214.

Same situation with Sway on ArchLinux.

warpd: v1.3.5 (built from: 5d27d1c) (installed via AUR package warpd)
sway: v1.9-dev-bbabb9aa (installed via AUR package sway-git)
archlinux: 6.6.7-arch1-1

from warpd.

vincentaxhe avatar vincentaxhe commented on September 26, 2024

did not work in hyprland with hyprland-portal which I prefer

from warpd.

LovesTha avatar LovesTha commented on September 26, 2024

I too am getting this error in Hyprland + NixOS

I spun up sway briefly to test in there and warpd works fine, so it's most likely a hyprland issue, although it could be something about how I have hyprland configured.

from warpd.

abhinav3398 avatar abhinav3398 commented on September 26, 2024

I don't know about nixos (since Arch btw) but, Have you tried building/installing after setting environment variable that disables building for X(DISABLE_X)?

I was banging my head for 2 days until I tried this, and it worked.

from warpd.

anpandey avatar anpandey commented on September 26, 2024

Using this overlay to override to the latest commit on NixOS worked for me:

nixpkgs.overlays = [
  (self: super: {
    warpd = (super.warpd.overrideAttrs (old: {
      src = super.fetchFromGitHub {
        owner = "rvaiya";
        repo = "warpd";
        rev = "01650eabf70846deed057a77ada3c0bbb6d97d6e";
        sha256 = "sha256-61+kJvOi4oog0+tGucc1rWemdx2vp15wlluJE+1PzTs=";
      };
    })).override{withX = false;};
  })
];

I suspect the pinned version in nixpkgs might be broken.

from warpd.

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.