LinusU / node-appdmg

💾 Generate your app dmgs
MIT License
1.68k stars 152 forks source link

Options to hide/show Status Bar and Path Bar #169

Open dallas opened 5 years ago

dallas commented 5 years ago

I have the Status Bar and Path Bar showing by default for all of my Finder windows, and it shows for the disk image window as well. What ends up happening is that the Status Bar (underneath the Title Bar) pushes everything (including the background image) down about 22 pixels. If you also have the Path Bar turned on, it appears at the bottom of the window and overlaps any background or contents by about 25 pixels.

It would be really nice to be able to configure these elements so that we can have full control over the layout of the disk image window.

LinusU commented 5 years ago

Do you know if this setting is available in the .DS_Store format?

ccl commented 5 years ago

I am struggling with the same issue. I found some documentation of the .DS_Store format for a Perl module on CPAN, and it looks like the bwsp block contains the desired toggles. However, I did not manage to use the Perl module to create a disk image where status bar and path bar are hidden.

jimeh commented 3 years ago

If it helps, dmgbuild has specific settings to show/hide all the different UI elements: https://dmgbuild.readthedocs.io/en/latest/settings.html#window-settings

everdrone commented 2 years ago

@dallas How did you manage to solve this problem? I'm having the same issue

dallas commented 2 years ago

@dallas How did you manage to solve this problem? I'm having the same issue

I’m afraid I never did, @everdrone. I’m no longer at the same company where we were trying to create this disk image and I haven’t needed to create one since. Best of luck in your search for a solution!