Bug 352770 - Dolphin 15.08.1 doesn't create hidden directories
Summary: Dolphin 15.08.1 doesn't create hidden directories
Status: RESOLVED FIXED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: unspecified
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-15 20:17 UTC by Stefan Hamminga
Modified: 2015-09-16 21:01 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Hamminga 2015-09-15 20:17:06 UTC
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.
Comment 1 Frank Reininghaus 2015-09-15 20:37:19 UTC
Thanks for the bug report! I can confirm the problem.

This dialog is shown by the KNewFileMenu class from the KIO framework.
Comment 2 Stefan Hamminga 2015-09-16 15:09:59 UTC
Hi Frank, thanks for the quick update, nice to know the bug reports are being picked up!
Comment 3 Frank Reininghaus 2015-09-16 21:01:44 UTC
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