Forum: General
2013-04-20, 16:42
|
Replies: 17
Views: 6,004
|
Forum: General
2013-04-20, 16:07
|
Replies: 17
Views: 6,004
|
Forum: General
2013-04-20, 06:52
|
Replies: 17
Views: 6,004
Here's explanation of my method
Add this...
Here's explanation of my method
Add this line in desktop file
MimeType=x-maemo-urischeme/randomName;
Now suppose a url, randomName:helloWorld is called, ur app in exec will be called with...
|
Forum: General
2013-04-19, 23:27
|
Replies: 17
Views: 6,004
|
Forum: General
2013-04-19, 22:41
|
Replies: 17
Views: 6,004
|
Forum: General
2013-04-19, 16:40
|
Replies: 17
Views: 6,004
I'm not sure if it's feasible or useful doing...
I'm not sure if it's feasible or useful doing here, you can register a url mime type in ur UI's .desktop file. Then you could pass that url mime in feeditem's urls. Doing that would invoke your UI...
|
Forum: General
2013-04-19, 16:39
|
Replies: 17
Views: 6,004
|
Forum: General
2013-04-19, 13:39
|
Replies: 17
Views: 6,004
|
Forum: General
2013-04-18, 18:18
|
Replies: 17
Views: 6,004
|
Forum: General
2013-04-18, 16:02
|
Replies: 17
Views: 6,004
|
Forum: General
2013-01-30, 13:01
|
Replies: 8
Views: 3,244
Re: Help Required regarding Qt
There are two ways to enable opening of a feed item in your application:
Pass the URI as an argument in the Exec command specified in the .desktop file, e.g Exec=/path/to/my/binary %U.
Add a...
|