I wanted to add Android studio to the i3dmenu in: /usr/share/applications with the file android-studio.desktop containing:
[Desktop Entry]
Version=1.0
Type=Application
Name=android-studio
Exec="/usr/local/android-studio/bin/studio.sh" %f
Icon=/usr/local/android-studio/bin/studio.png
Comment=The Drive to Develop
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-studio
Can somebody tell me why the i3-dmenu still doesn't find android-studio?
I can confirm that the file is readable for everybody.