Options:
-h, --help Displays help on commandline options.
–help-all Displays help including Qt specific options.
-v, --version Displays version information.
–author Show author information.
–license Show license information.
–desktopfile The base file name of the desktop entry for this
application.
–profile Name of profile to use for new Konsole instance
It seems that the option for using a specific profile does not work for me:
[Desktop Entry]
Comment[en_US]=RUN MAIN SCRIPT
Comment=RUN MAIN SCRIPT
Exec=/run/media/$(logname)/INS_STEP2_MINI/NEW_INSTALL_LINUX_2023/2023_12_01/MY_PROJECTS/MY_INSTALL_STEP_1/2023_12_01_19h31/001_SCRIPTS/003_MAIN_SCRIPT/main_script_machine.sh
GenericName[en_US]=RUN MAIN SCRIPT
GenericName=RUN MAIN SCRIPT
Icon=kwin
MimeType=
Name[en_US]=RUN MAIN SCRIPT
Name=RUN MAIN SCRIPT
Path=
StartupNotify=true
Terminal=true
TerminalOptions= --profile “MY_PROFILE_1” --noclose
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=none
X-KDE-RunOnDiscreteGpu=false
X-KDE-SubstituteUID=false
X-KDE-Username=
If I start a konsole from the launcher, my profile is in use.
If I start a script from my .desktop icon, it is the hardcoded default profile that is in use.
Hmm, I just wanted to say both suggestions don’t work. But then a double check showed this: kasi@pluto:~> konsole --hold --profile Profile_test /home/kasi/Schreibtisch/1.sh
1°) On the desktop, do mouse right click
2°) select create new → link to application
3°) On the popup window select → Application
4°) Click on button → Advanced options
5°) click checkbox → Run in terminal
6°) Fill the field → Terminal options
Then my question is :
What option to use so that the terminal open using the profile “My_Good_Profile.profile”
And where is any KDE document which explain what options are available at this level.