89luca89 / distrobox

Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox
https://distrobox.it/
GNU General Public License v3.0
9.52k stars 390 forks source link

[Discussion] unityhub / xdg-open #1466

Closed Xdavius closed 3 weeks ago

Xdavius commented 3 weeks ago

Hi sir.

I'm trying to use unityhub inside a distrobox. Howerver, it needs to open a web browser to login. I have tried lot of method without success. Is it an issue from distrobox ? does I missed something ? I also have installed firefox btw.

The same issue is reproductible with all apps that uses external browser.

Idea and help will be appreciated.

reguards

Xdavius commented 3 weeks ago

Found this too : init_hooks=ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/xdg-open;

without results.

Xdavius commented 3 weeks ago

found ! installing all xdg* does the job... need to find the one that do the tricks.

init_hooks=ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/xdg-open; <--- this is not needed

regards, closing

edit2: sudo apt install --reinstall xdg-utils (debian)