texstudio-org/texstudio

Cannot open file saved under WSL when using TeXstudio for Windows

Open

#1,198 opened on Aug 5, 2020

 (4 comments) (0 reactions) (0 assignees)C++ (397 forks)auto 404
help wanted

Repository metrics

Stars
 (3,516 stars)
PR merge metrics
 (Avg merge 5h 26m) (19 merged PRs in 30d)

Description

I am using TeXstudio from Windows and attempting to edit files saved on Windows Subsystem for Linux 2 (WSL 2). However, I cannot open files saved under WSL by using the editor. Specifically, using the menus File->Open... and selecting the desired file does nothing. However, if I open the file with TeXstudio from the Windows File Explorer, the file is loaded and all other behavior is normal. I am using the Debian distribution app from Windows, and have not tested if this issue exists for other distros.

Environment

  • TeXstudio: 2.12.22
  • Qt: 5.12.1
  • OS: Windows 10
  • TeX distribution: miktex

Expected behavior

Clicking File->Open and then selecting a file saved under WSL 2 (Debian) opens the file for editing.

Actual behavior

No response. TeXstudio continues running normally as if command was not issued

How to reproduce

Install WSL 2 on Windows 10. Install the Debian app and set up the Debian distro. Save a .tex file within Debian. Open TeXstudio from Windows and then attempt to open the .tex file from within the editor.

Contributor guide