blob: 551e90bafea3697ba7fef2dd1e57bac976920d01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# Configuration file for JetBrains Project Launcher
# Each IDE has its own section.
# Define the original_desktop_entry for each IDE project folder.
# To disable an entry, simply comment out the 'original_desktop_entry' line for that section.
# Example:
# Uncomment the following line to enable IntelliJ IDEA projects
# [IdeaProjects]
# original_desktop_entry=/usr/share/applications/jetbrains-idea.desktop
# Uncomment the following line to enable PyCharm projects
# [PyCharmProjects]
# original_desktop_entry=/usr/share/applications/jetbrains-pycharm.desktop
# Uncomment and add more entries for other JetBrains IDEs as needed:
# [WebStormProjects]
# original_desktop_entry=/usr/share/applications/jetbrains-webstorm.desktop
# [CLionProjects]
# original_desktop_entry=/usr/share/applications/jetbrains-clion.desktop
# [RiderProjects]
# original_desktop_entry=/usr/share/applications/jetbrains-rider.desktop
# Notes:
# - Use absolute paths for the desktop entry files.
# - Ensure the directory names match your actual project directory names.
# - Customize this file as per your requirements.
|