How to ask for a new program support #6

Closed
opened 2023-06-07 15:27:36 +00:00 by djkato · 0 comments
djkato commented 2023-06-07 15:27:36 +00:00 (Migrated from github.com)

In order for me to add support for new programs, I need to know how it shows up in the process list(Think of it as task manager listing).

How to:

  1. download the process_dump executable
  2. Collect logs
    2.1. Open cmd/console in the same folder as the downloaded file. You can do that by clicking on the path in explorer, typing in cmd and pressing enter. explorer_oxfQni8yy7
    2.2. run Process_list_dump.exe > log.txt 2>&1 with the following scenarios, rename the log.txt file in the command to a senseful alternation. To properly implement it, I will need the following logs:
    a). all programs closed : control.txt
    b). program open - default project, unmodified : default_unmodified.txt
    c). program open - default project, modified : default_modified.txt
    d). program open - any saved project, unmodified : saved_unmodified.txt
    e). program open - any saved project, modified : saved_modified.txt
    2.3. After letting it run for a second or two, do ctrl+c to close it, and redo for all the scenarios
  3. Create an issue on github, title it for example like program request: {NAME}, eg: program request: Darktable
  4. attach all the created logs and submit

There's a possibility that I will only be able to provide partial support, as this method relies on the program displaying the project name in the window title. If that isn't the case, partial support *1 will be only possible (reference to README.md)

I might need more info depending on circumstances, but this should be a great starting point. Thanks for taking the time :)

Cheers, dj

### In order for me to add support for new programs, I need to know how it shows up in the process list(Think of it as task manager listing). ## How to: 1. download the [process_dump executable](https://github.com/djkato/DRP_Creative/releases/tag/process_dump) 2. Collect logs 2.1. Open cmd/console in the same folder as the downloaded file. You can do that by clicking on the path in explorer, typing in cmd and pressing enter. ![explorer_oxfQni8yy7](https://github.com/djkato/DRP_Creative/assets/25299243/41bd23f2-c2fe-4d02-ade1-063f4f844202) 2.2. run `Process_list_dump.exe > log.txt 2>&1` with the following scenarios, rename the `log.txt` file in the command to a senseful alternation. To properly implement it, I will need the following logs: a). all programs closed : `control.txt` b). program open - default project, unmodified : `default_unmodified.txt` c). program open - default project, modified : `default_modified.txt` d). program open - any saved project, unmodified : `saved_unmodified.txt` e). program open - any saved project, modified : `saved_modified.txt` 2.3. After letting it run for a second or two, do ctrl+c to close it, and redo for all the scenarios 3. Create an issue on github, title it for example like `program request: {NAME}`, eg: `program request: Darktable` 4. attach all the created logs and submit There's a possibility that I will only be able to provide partial support, as this method relies on the program displaying the project name in the window title. If that isn't the case, partial support *1 will be only possible (reference to README.md) ### I might need more info depending on circumstances, but this should be a great starting point. Thanks for taking the time :) Cheers, dj
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: djkato/DRP_Creative#6
No description provided.