Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

different workspaces in single instances not correctly opened #14747

Open
Freubert opened this issue Jan 20, 2025 · 2 comments
Open

different workspaces in single instances not correctly opened #14747

Freubert opened this issue Jan 20, 2025 · 2 comments

Comments

@Freubert
Copy link

Bug Description:

When trying to open several single instances of Theia AppImage or Snap app (Ubuntu 24.04), only the first instance opens the given workspace.

Steps to Reproduce:

  1. Open Theia with a workspace path as command line parameter
  2. Theia opens with given workspace loaded
  3. Open a second instance of Theia with a path of another workspace as command line parameter
  4. Theia opens without any workspace loaded

I didn't build Theia myself. I tried this with the downloadable AppImage and also with the snap package for Ubuntu 24.04.

Additional Information

  • Operating System: Ubuntu 24.04 (Gnome)
  • Theia Version: 1.57.1
@msujew
Copy link
Member

msujew commented Jan 20, 2025

Probably a consequence of #13831. cc @tsmaeder.

@sdirix
Copy link
Member

sdirix commented Jan 20, 2025

I can reproduce the issue. Something seems to go wrong when handling the command line parameters for the second "instance" (i.e. window). The error is likely located here or at least should be investigated starting from there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants