Creating a hidden directory in Dolphin isn't working as expected. After using the GUI no directory is created. Reproducible: Always Steps to Reproduce: 1. Open dolphin and navigate to any writeable directory. 2. Hit 'F10' to create a directory 3. Enter a name resembling '.hidden' 4. Upon hitting 'enter' a dialog will appear warning you about creating a hidden directory. 5. Either button on the bottom closes the dialog without doing anything. Actual Results: No hidden directory created, no alternate naming dialog appearing.
Thanks for the bug report! I can confirm the problem. This dialog is shown by the KNewFileMenu class from the KIO framework.
Hi Frank, thanks for the quick update, nice to know the bug reports are being picked up!
Git commit 689fd43ae226ad026dd2fb6e198a5fef40c24b13 by Frank Reininghaus. Committed on 16/09/2015 at 21:01. Pushed by freininghaus into branch 'master'. Connect to the signals of QDialogButtonBox, not QDialog QDialog does not emit any signals when the buttons are clicked. Change-Id: I1572333e55bc95297ff8d29be093d37ed5a7e8ee REVIEW: 125268 M +8 -3 src/filewidgets/knewfilemenu.cpp http://commits.kde.org/kio/689fd43ae226ad026dd2fb6e198a5fef40c24b13