Skip to content

Notifications: Don't show "." as current file name

Kai Uwe Broulik requested to merge work/noti-no-dot-filename into master

In case our heuristic determines this to be the file name (because the job reports rubbish), we'd rather just show the generic "1 file" than show a useless name like a dot.


Dropped a file onto the desktop which already existed, let it sat at the “ovewrite?” prompt. Now it showed “1 file to Desktop” instead of “. to Desktop”.

I wonder why the desktop KIO announces a destination of /home/user/Desktop/. before the file name is determined. Doing the same on a normal folder works as expected.

Merge request reports