pavlobu / deskreen

Deskreen turns any device with a web browser into a secondary screen for your computer. ⭐️ Star to support our work!
https://deskreen.com
GNU Affero General Public License v3.0
15.48k stars 832 forks source link

No WiFi and LAN connection on Linux #185

Open K0-RR opened 2 years ago

K0-RR commented 2 years ago

The issue is similar to these: https://github.com/pavlobu/deskreen/issues/172 https://github.com/pavlobu/deskreen/issues/176

152

Prerequisites

Your Environment

blackPantherOS commented 2 years ago

Same issue after build on blackPanther OS as well ...

2022-02-27_16-20

blackPantherOS commented 2 years ago

The 1.0.12 appimage :the problem still exists

mcg25035 commented 1 year ago

I found a temporary solution to it , found the executable of deskreen (or AppImage) , and open it with /path/to/file --remote-debugging-port=anyport , then open browser enter localhost:port , open dev tool to delete the overlay . Then the UI will be touchable.

blackPantherOS commented 1 year ago

The 1.0.12 appimage :the problem still exists

The last 2.0.4 release solve our problem and Deskreen tested and working fine on blackPanther OS development version only. I try investigate why

Screenshot_20230116_070734

blackPantherOS commented 1 year ago

Hello for All,

I found solution for this bug.

Issue origin: The node module cannot find the ip command because the default system command is located in the/usr/binpath. On some modern system iproute2 >= 6.0 package also provides the/usr/sbin/ip command and standard /usr/bin path as well..

Workaround: PATH=/usr/sbin:$PATH /where/are/deskreenbinary(or)appimage

Please test on antoher distro and confirm this solution.

ryuuzaki42 commented 1 year ago

Hello for All,

I found solution for this bug.

Issue origin: The node module cannot find the ip command because the default system command is located in the/usr/binpath. On some modern system iproute2 >= 6.0 package also provides the/usr/sbin/ip command and standard /usr/bin path as well..

Workaround: PATH=/usr/sbin:$PATH /where/are/deskreenbinary(or)appimage

Please test on antoher distro and confirm this solution.

Works great in Slackware

PATH=/usr/sbin:$PATH ./Deskreen-2.0.4.AppImage