https://bugs.kde.org/show_bug.cgi?id=494287
--- Comment #8 from sebaro ---
KDE Frameworks Version: 6.6.0
KDE Apps Version: 24.08.1
Qt Version: 6.7.2
It happens only when I start xinit/startx with stderr redirected in user home
directory and the two entries in the xdg dirs config file:
xinit 2>/h
https://bugs.kde.org/show_bug.cgi?id=494287
--- Comment #7 from Stefano Crocco ---
I think this is related to a change in the KIO framework which interprets any
file in the directory $XDG_TEMPLATES_DIR as a template to be added to the
"Create New" context menu entry. Which version of the KDE Fram
https://bugs.kde.org/show_bug.cgi?id=494287
--- Comment #6 from sebaro ---
The problem is caused by ~/.config/user-dirs.dirs
XDG_DESKTOP_DIR="$HOME/Temp"
XDG_DOCUMENTS_DIR="$HOME/Documents"
XDG_DOWNLOAD_DIR="$HOME/Downloads"
XDG_MUSIC_DIR="$HOME/Music"
XDG_PICTURES_DIR="$HOME/Graphics"
XDG_VIDEO
https://bugs.kde.org/show_bug.cgi?id=494287
--- Comment #5 from Stefano Crocco ---
I tried everything you said, but I couldn't reproduce your issue.
Have you tried checking whether this also happen with a new user?
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=494287
--- Comment #4 from Stefano Crocco ---
Thanks for the additional information. I'll look into it, but I don't think
I'll have time to do so before the end of next week.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=494287
--- Comment #3 from sebaro ---
It happens only when I redirect xinit/startx stderr to /home, my user home
directory:
> xinit 2>/home/session.log
It's ok when I use a different directory:
> xinit 2>/tmp/session.log
or when in fvwm/xinitrc I redirect konq
https://bugs.kde.org/show_bug.cgi?id=494287
--- Comment #2 from sebaro ---
I use FVWM which starts apps with "exec", for some reason this causes this
issue:
> exec konqueror /home
If I redirect stderr to /dev/null the issue is gone:
> exec konqueror /home 2>/dev/null
A simple test would be to sta
https://bugs.kde.org/show_bug.cgi?id=494287
Stefano Crocco changed:
What|Removed |Added
CC||stefano.cro...@alice.it
--- Comment #1 from St