SUMMARY In updated Neon unstable I created new user, logged in and started konsole. Here created 2 sessions/profiiles: bash and second which started mc like that "mc %s". Unfortunately after relogin I got 3 opened cards which were calling "builtin", "builtin" and one with name of opened recent directory,. In Configure konsole -> Profiles I met only one profile "built-in". So seems something was incorrectly. STEPS TO REPRODUCE 1. set restore session of KDE/Plasma 2. create new user 3. login onto this user 4. start konsole 5. create 2 new profiles, like: bash (running "/bin/bash") mc (running "mc $s" (all setting are default) 6. logoff from Plasma session 7. login to Plasma session OBSERVED RESULT profiles don't start correctly, happens 2 called like "built-in" and one with name of recently opened directory, working before mc doesn't start at all EXPECTED RESULT profiles should start the same were working in moment logging of / closing konsole SOFTWARE/OS VERSIONS Linux/KDE Plasma: (available in About System) KDE Plasma Version: 5.25.80 KDE Frameworks Version: 5.97 Qt Version: 5.15.5 Distribution: Neon unstable Konsole 22.11.70 ADDITIONAL INFORMATION
Created attachment 150827 [details] konsole 1
Created attachment 150828 [details] konsole 2
Forgot to add. I cannot edit any newly created profile. Button "Edit" is disabled for each selected entry.
Also seeing this. In the "Manage Profiles" menu if you hover over a newly created profile, you can see a listed `*.profile` file that does not exist, despite `.local/share/konsole` permissions looking correct. Here's my system info: ``` $ cat /etc/os-release NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch BUILD_ID=rolling ANSI_COLOR="38;2;23;147;209" HOME_URL="https://archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/" LOGO=archlinux-logo $ uname -a Linux melchior 5.18.15-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 29 Jul 2022 22:52:39 +0000 x86_64 GNU/Linux $ plasmashell --version plasmashell 5.25.3 $ kf5-config --version Qt: 5.15.5 KDE Frameworks: 5.96.0 kf5-config: 1.0 $ konsole --version konsole 22.07.80 ```
I can confirm this. Newly created profiles will not save. When I create a new profile the "Edit" Button will work. But when you click "Apply" and re-open the profile manager the previous created profile is gone. It will simply never be saved. Operating System: Arch Linux KDE Plasma Version: 5.25.4 KDE Frameworks Version: 5.97.0 Qt Version: 5.15.5 Kernel Version: 5.19.6-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 12 × Intel® Core™ i7-9750H CPU @ 2.60GHz Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 630 Manufacturer: Dell Inc. Product Name: XPS 15 7590
something similar on openSUSE Tumbleweed but a bit different, if i create a profile, everything is fine: it creates a .profile file in .local/share/konsole, BUT, as soon as I make it the default profile and press apply, the file disappears and on next start of Konsole,the profile is completely gone. Operating System: openSUSE Tumbleweed 20220901 KDE Plasma Version: 5.25.4 KDE Frameworks Version: 5.97.0 Qt Version: 5.15.5
*** Bug 459712 has been marked as a duplicate of this bug. ***
yeah same for me as kocelfc said (above) on about openSUSE tumbleweed, but I use git version of KDE (with wayland + nvidia) also this seems like a same issue as : https://bugs.kde.org/show_bug.cgi?id=459889 ------- Operating System: openSUSE Tumbleweed 20221008 KDE Plasma Version: 5.26.80 KDE Frameworks Version: 5.100.0 Qt Version: 5.15.6 Kernel Version: 6.0.0-1-default (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 5700G with Radeon Graphics Memory: 15.4 GiB of RAM Graphics Processor: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 Manufacturer: ASUS
*** Bug 461329 has been marked as a duplicate of this bug. ***
*** Bug 458835 has been marked as a duplicate of this bug. ***
*** Bug 459889 has been marked as a duplicate of this bug. ***
*** Bug 460225 has been marked as a duplicate of this bug. ***
*** Bug 463116 has been marked as a duplicate of this bug. ***
*** Bug 458432 has been marked as a duplicate of this bug. ***
(In reply to witchhunter from bug #458432, comment #3) > Workaround: > click OK rather than Apply to save a profile Could someone confirm this?
Workaround: just create the file in `$HOME/.local/share/konsole/Work.profile` with these contents: ```ini [General] Name=Work Parent=FALLBACK/ ``` Now if you create a new profile it will be saved. Perhaps its an error if the parent directory `$HOME/.local/share/konsole` does not exists it errors out instead of creating the directory?
(In reply to Andreas Sturmlechner from comment #15) > (In reply to witchhunter from bug #458432, comment #3) > > Workaround: > > click OK rather than Apply to save a profile > > Could someone confirm this? Does **NOT** work for me. Linux titan 6.1.3-arch1-1 #1 SMP PREEMPT_DYNAMIC Wed, 04 Jan 2023 16:28:15 +0000 x86_64 GNU/Linux
Unsubscribing user per abuse report we received.
Workaround does work for me. After OK being pressed in "Manage Profiles" window I'm able to edit newly created profile and after relogin to Plasma session, new profile is still available on the list.
Interesting, the behavior has since changed since last I reported this (July, fourth comment). It works now! When I create a new profile it shows immediately under ~/.local/share/konsole/, and edits are able to be applied. Before it wouldn't even make the .profile file (hence why edits weren't saving - there was nothing to save to). Same directory permissions and all, too. I'm now running Plasma 5.26.5, framework 5.101.0, Qt 5.15.8, Kernel 6.1.3 I believe something previously upstream had resolved this and now it works. Though, I'm curious if at least one other could check if they're up to the above framework version and report back. This very well could've been me accidentally bumping some setting or paving over the problem somehow.
The problem is also resolved for me. I see the same behavior as in the last comment. Go to Settings - Manage Profiles and create a new profile, click "Apply", not OK Confirmed the profile was saved to ~/.local/share/konsole Click OK, exit the profile manager The new profile shows up under Settings - Switch Profile and I'm able to switch to it. The profile has the color profile I saved with it. KDE Plasma Version: 5.26.4 KDE Frameworks Version: 5.100.0 Qt Version: 5.15.7 Kernel Version: 6.1.2-228.current (64-bit)
Could you please reveal your konsole application version? You can check it in konsole -> Help -> About Konsole
Just installed a fresh copy of Arch and created a new profile and it worked with no issues. Konsole Version 22.12.1 Operating System: Arch Linux KDE Plasma Version: 5.26.5 KDE Frameworks Version: 5.101.0 Qt Version: 5.15.8 Kernel Version: 6.1.3-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 7700X 8-Core Processor Memory: 30.5 GiB of RAM Graphics Processor: AMD Radeon Graphics Manufacturer: ASUS
(In reply to Andreas Sturmlechner from comment #22) > Could you please reveal your konsole application version? You can check it > in konsole -> Help -> About Konsole Sure thing, apologies that I didn't include that. Konsole 22.08.3
(In reply to Piotr Mierzwinski from comment #19) > Workaround does work for me. > After OK being pressed in "Manage Profiles" window I'm able to edit newly > created profile and after relogin to Plasma session, new profile is still > available on the list. Just update with konsole version: 22.11.70 (Help -> About konsole) $ apt list --installed | grep konsole konsole/jammy,now 4:22.08.1+p22.04+tunstable+git20221006.0122-0 amd64 [installed] KDE Frameworks: 5.102.0 BTW. I added new profile, clicked OK and all seems to be fine. I'm able to edit newly created profile.
it seems to be fixed now for me as well at least on openSUSE tumbleweed git version of KDE I have Konsole version "22.11.70git.20230108T022933~d0461ba-ku.27.1" installed ----- system spec : Operating System: openSUSE Tumbleweed 20230108 KDE Plasma Version: 5.26.80 KDE Frameworks Version: 5.102.0 Qt Version: 5.15.7 Kernel Version: 6.1.3-1-default (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 5700G with Radeon Graphics Memory: 15.4 GiB of RAM Graphics Processor: NVIDIA GeForce RTX 3060 Ti/PCIe/SSE2 Manufacturer: ASUS