Tiny Core Linux

General TC => General TC Talk => Topic started by: vishrut_n_shah on October 04, 2010, 11:58:46 AM

Title: .desktop file content doubt ???
Post by: vishrut_n_shah on October 04, 2010, 11:58:46 AM

Can any one explain what is Exec = name ???

Where "name" is located ????

for example : root@jhaveri:~# cat /tiny_usr/share/app/tinycore-appsaudit.desktop

Code: [Select]

[Desktop Entry]
Name=Appsaudit
Exec=appsaudit
Icon=logo
X-FullPathIcon=/usr/share/pixmaps/tc/logo.png
Type=Application
Categories=System;



Where executable "appsaudit" is located ???? ???

Pls reply

thanks..
Title: Re: .desktop file content doubt ???
Post by: gerald_clark on October 04, 2010, 12:19:03 PM
It must be fully qualified, or found in your PATH.
Title: Re: .desktop file content doubt ???
Post by: tinypoodle on October 04, 2010, 12:25:12 PM
Code: [Select]
which [COMMAND...]
Title: Re: .desktop file content doubt ???
Post by: vishrut_n_shah on October 07, 2010, 09:34:09 AM

Code: [Select]
Exec=appsaudit

 ...... here where appsaudit is present ???

this is one of the line in this file...

/usr/share/applications/tinycore-appsaudit.desktop
Title: Re: .desktop file content doubt ???
Post by: tinypoodle on October 07, 2010, 09:52:59 AM
What exactly is not clear to you?

And what is your aim?
Title: Re: .desktop file content doubt ???
Post by: Juanito on October 07, 2010, 11:06:03 AM
Code: [Select]
$ which appsaudit
/usr/bin/appsaudit
Title: Re: .desktop file content doubt ???
Post by: jhaveri_hiral on October 07, 2010, 11:35:52 AM
I already got these files, but I want to know from where does "appbrowser" gets executed in the following code :
Code:
#!/bin/sh
exec appbrowser

Even if we type appbrowser at the Terminal, it gets executed. So from where is this command located
Title: Re: .desktop file content doubt ???
Post by: gerald_clark on October 07, 2010, 11:44:04 AM
Do not hijack threads.