Re: global Konsole colors configuration goes where?

Hugo <[email protected]> Sat, 22 May 2021 19:10:44 +0200
Newsgroups gmane.linux.suse.kde
Message-ID <3110631.aeNJFYEL58@oppenheimer>
Am Donnerstag, 6. Mai 2021, 22:55:26 CEST schrieb Felix Miata:
> I wish first instance of opening Konsole for any and every new user for each
> and every Konsole profile to be black on white. How/where can this be
> implemented?
> 
> The reason is that switching profiles from white on black to black on white
> from a running Konsole only randomly wants to persist. It's been like this
> for years, maybe since the inception of v5.

Even if t is solved now.


maybe change in   /usr/share/applications/org.kde.konsole.desktop
relevant line of
  ..> more /usr/share/applications/org.kde.konsole.desktop|grep -i exec
TryExec=konsole
Exec=konsole
Exec=konsole
Exec=konsole --new-tab

to use profile option

 .. > konsole -h|grep -E 'profile.*name'
  c<name>           Name des Profils für neue Konsole-Sitzungen
  
  i.e. something like
  
         Exec=konsole Exec=konsole YOURprofileNAM
  
  regards
   Hugo Mahr