![]() |
Re: [Announce] Shortcut Stash Home Screen Widget
Quote:
|
Re: [Announce] Shortcut Stash Home Screen Widget
likewise big thumbs up from me !!! vote added :)
|
Re: [Announce] Shortcut Stash Home Screen Widget
Quote:
|
Re: [Announce] Shortcut Stash Home Screen Widget
Funny, you can use a dbus-call, for example:
dbus-send --print-reply --type=method_call --dest=com.nokia.osso_filemanager /com/nokia/osso_filemanager com.nokia.osso_filemanager.open_folder string:/home/user/MyDocs/FCamera to open any folder, but you have to make sure, that the filemanager is already open. So, from commandline I can always open any folder under MyDocs, if I make two calls dbus-send --print-reply --type=method_call --dest=com.nokia.osso_filemanager /com/nokia/osso_filemanager com.nokia.osso_filemanager.open_folder string:/home/user/MyDocs/ and then for example: dbus-send --print-reply --type=method_call --dest=com.nokia.osso_filemanager /com/nokia/osso_filemanager com.nokia.osso_filemanager.open_folder string:/home/user/MyDocs/FCamera Can you try if this is working from maemostash as well, I mean: making two dbus-calls. nicolai |
Re: [Announce] Shortcut Stash Home Screen Widget
Quote:
|
Re: [Announce] Shortcut Stash Home Screen Widget
I have released a new version of Shortcut Stash.
Version 0.1-6 is now available, and it is trying to fix the Filemanager open folder issue. Please update and test it. |
Re: [Announce] Shortcut Stash Home Screen Widget
Bugger!
Does not work every time :(. I am calling the DBus, first open Filemanager and then goto to the desired directory like this: Code:
QDBusInterface fileManagerd1("com.nokia.HildonDesktop.AppMgr", |
Re: [Announce] Shortcut Stash Home Screen Widget
Quote:
edit: Code:
QStringList arguments; |
Re: [Announce] Shortcut Stash Home Screen Widget
Quote:
I will first try like this: Code:
QDBusInterface fileManagerd("com.nokia.osso_filemanager", I guess the problem in my first try was that I was using two QDBusInterface objects instead of one. |
Re: [Announce] Shortcut Stash Home Screen Widget
Quote:
I tried your method like this: Code:
QProcess *proc = new QProcess(this); |
All times are GMT. The time now is 06:40. |
vBulletin® Version 3.8.8