xdeb-org / xdeb

XDEB - Convert deb (Debian) packages to xbps (Void Linux)
MIT License
322 stars 16 forks source link

4th release tested on vscode and min browser #18

Open LukasDrsman opened 2 years ago

LukasDrsman commented 2 years ago

The 4th release works without issues for the official release of the min browser. For the vscode debian package from the official source, however, no entry/executable in /usr/bin/ is created. To launch it, one must run /usr/share/code/code instead.

zakariaGatter commented 2 years ago

you can create a link to you bin folder

sudo ln -sv /usr/share/code/code /usr/bin

this will make code run as a stand alone cmd without the full path

thetredev commented 1 year ago

Use /usr/share/code/bin/code to make it disappear from the terminal after executing, just like if you've installed it on regular Debian.