LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   Who Creates the File System "Notes" for the Slackware Package? (https://www.linuxquestions.org/questions/slackware-installation-40/who-creates-the-file-system-notes-for-the-slackware-package-4175660935/)

Larry James 09-15-2019 12:43 PM

Who Creates the File System "Notes" for the Slackware Package?
 
Can someone tell me who creates the system, "Notes" for the Slackware Program?

Thanks!

-- L. James

--
L. D. James
ljames@apollo3.com
www.apollo3.com/~ljames

Alien Bob 09-15-2019 01:52 PM

Be more specific please. I do not understand your question.

Larry James 09-15-2019 09:38 PM

When I click on "Notes" from the applications menu it brings up a screen that says, "Notes". It looks like a nice applications and I wanted to find out who was contributing it to the application.

I believe I found it. It appears to be contributed by the user base, KDE.

I had been looking all the time trying to find the "About" screen in the "Help" option.

Thanks for the input!

-- L. James

--
L. D. James
ljames@apollo3.com
www.apollo3.com/~ljames

jr_bob_dobbs 09-24-2019 07:37 AM

While notes is not running, open a term. Do

ps -e > temp.txt

Then run notes from the menu as usual. While notes is still running, do

ps -e > temp2.txt

Compare temp.txt and temp2.txt to see that is running in temp2.txt that is not in temp.txt. That will be the name of the actual binary that is the notes program.

edit: ps is a program that shows the currently running programs. "man ps" if you want more details.


All times are GMT -5. The time now is 06:41 AM.