https://bugs.kde.org/show_bug.cgi?id=355310
--- Comment #8 from Frank Reininghaus <frank7...@googlemail.com> --- Created attachment 96718 --> https://bugs.kde.org/attachment.cgi?id=96718&action=edit xprop and xwinfo output for the three dialogs Martin said in the review request that xprop and xwinfo output for the three windows (the modal "Add Entry" dialog, the dialog for choosing the icon, and the file dialog for choosing the actual file) are needed. I generated it by pasting the commands below into a shell and clicking the three windows twice each and attached it here. I hope it helps! echo "xprop for modal \"Add Entry\" dialog" > bug355310.txt echo >> bug355310.txt xprop >> bug355310.txt echo >> bug355310.txt echo "xwininfo for modal \"Add Entry\" dialog" >> bug355310.txt echo >> bug355310.txt xwininfo >> bug355310.txt echo >> bug355310.txt echo "xprop for \"Choose Icon\" dialog" >> bug355310.txt echo >> bug355310.txt xprop >> bug355310.txt echo >> bug355310.txt echo "xwininfo for \"Choose Icon\" dialog" >> bug355310.txt echo >> bug355310.txt xwininfo >> bug355310.txt echo >> bug355310.txt echo "xprop for file dialog for choosing the icon" >> bug355310.txt echo >> bug355310.txt xprop >> bug355310.txt echo >> bug355310.txt echo "xwininfo for file dialog for choosing the icon" >> bug355310.txt echo >> bug355310.txt xwininfo >> bug355310.txt -- You are receiving this mail because: You are watching all bug changes.