trunkmaster / nextspace

NeXTSTEP-like desktop environment for Linux
https://trunkmaster.github.io
GNU General Public License v3.0
1.89k stars 69 forks source link

Workspace Crashes #365

Closed armm77 closed 3 years ago

armm77 commented 3 years ago

Adding a new application to the dock crashes the workspace.

This happens when a new application is being added and the icon does not exist previously in the path ~/Library/Workspace/CachedPixmaps/ (it is a new application, it is normal that the icon does not exist).

Step to reproduce the behavior

  1. Compile or install a new application.
  2. Drag the application to the dock.

Steps to not reproduce the behavior

  1. Compile or install a new application.
  2. Run the application, this will create the application icon in the established path.
  3. Drag the application to the dock and it works as expected.
trunkmaster commented 3 years ago

@armm77 confirmed. I'll look into this.

armm77 commented 3 years ago

Solved. Brilliant @trunkmaster 👍🏼