Re: qml trash

2013-06-08 Thread Kai Uwe Broulik
Also use openUrl instead of LaunchApplication ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel

Re: qml trash

2013-06-08 Thread Kai Uwe Broulik
Hi, Make sure you have requested the run application extension in the metadata desktop file. Otherwise that call will not work. http://techbase.kde.org/Development/Tutorials/Plasma/JavaScript/API-Extensions Heena Mahour schrieb: >___ >Plasma-devel m

Re: qml trash

2013-06-08 Thread Shaun Reich
bit of a shot in the dark here, but what are the .desktop permissions set to? i'm guessing it needs some set.. -- Shaun Reich, KDE Software Developer (kde.org) ___ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/pla

qml trash

2013-06-08 Thread Heena Mahour
Hi , I am trying to implement qml plasmoid of trash , in the action menu for statement KRun::runUrl(KUrl("trash:/"), "inode/directory", 0); I implemented it is qml like this :http://pastebin.com/raw.php?i=266L3Hx0 but it is not opening trash could you tell what modifications are needed here ? rega