alex1701c / JetBrainsRunner

A Krunner Plugin which allows you to open your recent projects
GNU Lesser General Public License v3.0
53 stars 4 forks source link

JetbrainsRunner opens an empty file instead of project #29

Closed gschurck closed 1 year ago

gschurck commented 1 year ago

I installed the last version of JetbrainsRunner 1.9.1, it finds the recent projects but each time it opens a blank file with the name of the project in LightEdit Mode, instead of opening the project. This behavior is for all the Jetbrains apps I tested (Pycharm Pro, IntelliJ Pro, Webstorm), all installed with Toolbox.

image

I am on EndeavourOS KDE.

Any solution for this ?

Thanks.

alex1701c commented 1 year ago

I can not reproduce the issue with IntelliJ IDEA Ultimate. Please attach your ~/.config/JetBrains/IntelliJIdea2022.2/options/recentProjects.xml file so that I can try to reproduce the config constellation from your setup (hopefully the paths contain no sensitive information, otherwise please strip those entries out).

gschurck commented 1 year ago

Here for Webstorm 2022.2

<application>
  <component name="RecentProjectsManager">
    <option name="additionalInfo">
      <map>
        <entry key="$USER_HOME$/Personal Projects/the-software-graph/sg-frontend">
          <value>
            <RecentProjectMetaInfo frameTitle="sg-frontend – vite-env.d.ts" opened="true" projectWorkspaceId="2FDDIYph3gtJ4JD6fUe8UbWeYXj">
              <option name="activationTimestamp" value="1664017716803" />
              <option name="binFolder" value="$APPLICATION_HOME_DIR$/bin" />
              <option name="build" value="WS-222.4167.31" />
              <option name="buildTimestamp" value="1663152927381" />
              <frame x="0" y="0" width="2560" height="1404" extendedState="6" />
              <option name="productionCode" value="WS" />
              <option name="projectOpenTimestamp" value="1663956102879" />
            </RecentProjectMetaInfo>
          </value>
        </entry>
      </map>
    </option>
    <option name="lastOpenedProject" value="$USER_HOME$/Personal Projects/the-software-graph/sg-frontend" />
  </component>
</application>%       
alex1701c commented 1 year ago

I can confirm the issue. Thanks for the info!