tjackenpacken / taskbar-groups

Lightweight utility for organizing the taskbar through groups
MIT License
2.43k stars 202 forks source link

Part of GroupImage path is duplicated and confused #124

Open wdicks opened 3 years ago

wdicks commented 3 years ago

1. Shortcut set to open in .\TaskBarGroups\config\group

image

With all the groups I created, part of the path to the GroupImage is duplicated and confused: ...\TaskBarGroups\config\Chat\config\Browsers\GroupImage.png

image

Once I click OK, it then loops through the rest of the folders in the config folder and displays the popup with each of the next folders' names: ...\TaskBarGroups\config\Chat\config\Chat\GroupImage.png ...\TaskBarGroups\config\Chat\config\Connectivity\GroupImage.png ...\TaskBarGroups\config\Chat\config\Dev_Tools\GroupImage.png

Once it finishes with all the popups, then it opens TaskBarGroups, but with no groups that had been created before.

2. Shortcut set to open in .\TaskBarGroups

image

If I change the start folder of the shortcut lnk to "C:\Program Files (x86)\TaskBarGroups\", Then the group opens for a few milliseconds, and then opens TaskBarGroups.exe and shows all previously created groups. There is never an opportunity to actually click on any of the items in the group.

PikeNote commented 3 years ago

Did you put any direct shortcut to the taskbar group application itself and/or did you change the shortcuts that were generated?

What seems like what is happening is that a shortcut messed up, and the application doesn't detect the correct input from the shortcut parameters making it think it is just launching the editing application instead of the correct group. Does this happen when you have the application in a folder on say the Desktop?