----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128796/#review98776 -----------------------------------------------------------
Fix it, then Ship it! src/core/slavebase.cpp (line 465) <https://git.reviewboard.kde.org/r/128796/#comment66511> QCoreApplication::name() should do the job (it's the executable name, by default, since Qt 5.0) - David Faure On Aug. 29, 2016, 5:42 p.m., Elvis Angelaccio wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.org/r/128796/ > ----------------------------------------------------------- > > (Updated Aug. 29, 2016, 5:42 p.m.) > > > Review request for KDE Frameworks and David Faure. > > > Bugs: 366795 > https://bugs.kde.org/show_bug.cgi?id=366795 > > > Repository: kio > > > Description > ------- > > Since there are too many slaves that don't (or > [can't](https://bugs.kde.org/show_bug.cgi?id=367878#c3), in the kdeconnect > case) emit an UDSEntry for ".", we can provide a fallback in the SlaveBase > class. > > > Diffs > ----- > > src/core/slavebase.cpp f939146 > > Diff: https://git.reviewboard.kde.org/r/128796/diff/ > > > Testing > ------- > > Paste action is enabled again for mtp:// and kdeconnect:// slaves. > > > Thanks, > > Elvis Angelaccio > >