Git menu/submenu missing on Linux Mint XFCE

已回答

I installed WebStorm on Linux Mint XFCE and noticed that the git menu/submenu is missing.  The git tool window appears normally (Alt+9).  The project I'm working on is in a git repo cloned locally.

System info:

○ → uname -a
Linux vader 6.8.0-59-generic #61-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 11 23:16:11 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
○ → git --version
git version 2.43.0
○ → echo $XDG_SESSION_TYPE
x11
○ → echo $XDG_CURRENT_DESKTOP
XFCE
○ → neofetch
             ...-:::::-...                 matthew@vader 
          .-MMMMMMMMMMMMMMM-.              ------------- 
      .-MMMM`..-:::::::-..`MMMM-.          OS: Linux Mint 22.1 x86_64 
    .:MMMM.:MMMMMMMMMMMMMMM:.MMMM:.        Kernel: 6.8.0-59-generic 
   -MMM-M---MMMMMMMMMMMMMMMMMMM.MMM-       Uptime: 2 hours, 7 mins 
 `:MMM:MM`  :MMMM:....::-...-MMMM:MMM:`    Packages: 2045 (dpkg), 11 (brew) 
 :MMM:MMM`  :MM:`  ``    ``  `:MMM:MMM:    Shell: bash 5.2.21 
.MMM.MMMM`  :MM.  -MM.  .MM-  `MMMM.MMM.   Resolution: 1920x1200 
:MMM:MMMM`  :MM.  -MM-  .MM:  `MMMM-MMM:   DE: Xfce 4.18 
:MMM:MMMM`  :MM.  -MM-  .MM:  `MMMM:MMM:   WM: Xfwm4 
:MMM:MMMM`  :MM.  -MM-  .MM:  `MMMM-MMM:   WM Theme: Mint-Y-Aqua 
.MMM.MMMM`  :MM:--:MM:--:MM:  `MMMM.MMM.   Theme: Mint-Y-Dark-Aqua [GTK2/3] 
 :MMM:MMM-  `-MMMMMMMMMMMM-`  -MMM-MMM:    Icons: Mint-Y-Sand [GTK2/3] 
  :MMM:MMM:`                `:MMM:MMM:     Terminal: xfce4-terminal 
   .MMM.MMMM:--------------:MMMM.MMM.      Terminal Font: Monospace 12 
     '-MMMM.-MMMMMMMMMMMMMMM-.MMMM-'       CPU: Intel i7 930 (8) @ 2.801GHz 
       '.-MMMM``--:::::--``MMMM-.'         GPU: AMD ATI Radeon HD 7770/8760 / R 
            '-MMMMMMMMMMMMM-'              Memory: 3863MiB / 15980MiB 
               ``-:::::-``
                                                                   
                                                                   

WebStorm's Help/About:

WebStorm 2025.1
Build #WS-251.23774.424, built on April 14, 2025
Source revision: e3b023554e6c2
Licensed to Matthew Adams
Subscription is active until March 15, 2026.
Runtime version: 21.0.6+9-b895.109 amd64 (JCEF 122.1.9)
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Toolkit: sun.awt.X11.XToolkit
Linux 6.8.0-59-generic
Linux Mint 22.1; glibc: 2.39
GC: G1 Young Generation, G1 Concurrent GC, G1 Old Generation
Memory: 1998M
Cores: 8
Registry:
 ide.experimental.ui=true
Non-Bundled Plugins:
 ru.adelf.idea.dotenv (251.23774.318)
 String Manipulation (9.15.0)
 org.jetbrains.plugins.gitlab (251.23774.435-IU)
 org.jetbrains.plugins.github (251.23774.435-IU)
 org.jetbrains.junie (251.72.146)
 org.intellij.prisma (251.23774.318)
 izhangzhihao.rainbow.brackets (2024.2.10-241)
Current Desktop: XFCE
 

0

Does your project reside on a path that contains symbolic links? There is a known regression in 2025.1 release: https://youtrack.jetbrains.com/issue/IJPL-181017. A Fix is planned for the 2025.2 release update. It should already be available in the 2025.2 EAP build: https://www.jetbrains.com/webstorm/nextversion.

0

请先登录再写评论。