kando-menu / kando

🥧 The Cross-Platform Pie Menu.
https://kando.menu
Other
3.17k stars 89 forks source link

Browser crashes upon download #712

Open birdggsamin opened 1 week ago

birdggsamin commented 1 week ago

Short Summary

When I try to download a file from a browser that was launched from kando, the browser crashes.

Steps to Reproduce the Issue

  1. add an option to launch browser in kando (in this case, waterfox)
  2. launch the browser through kando
  3. attempt to download file
  4. when it prompts you to save, clicking it will crash the browser.

Kando Version

1.5.1

Installation Method

Via a package manger

Desktop Environment

KDE on Wayland

Environment Version

KDE plasma 6.2.3, EndeavourOS

Additional Information

Command failed: waterfox-g Error: Failed to open Wayland display, fallback to X11. WAYLAND_DISPLAY='wayland-0' DISPLAY=':1' Exiting due to channel error. Exiting due to channel error. Exiting due to channel error. Exiting due to channel error. Exiting due to channel error. Exiting due to channel error. Exiting due to channel error.

Schneegans commented 6 days ago

Hi there! Thanks for the report. Would it be possible for you to run Kando from source and see if the problem is still present? The code for running apps from Kando has been changed recently, so maybe this is fixed already?

Detailed instructions are here but this may be enough:

git clone https://github.com/kando-menu/kando.git
cd kando
npm install
npm start