mmtrt / acrordrdc-snap

Unofficial snap repo for acrordrdc snap
https://snapcraft.io/acrordrdc
GNU Lesser General Public License v2.1
27 stars 5 forks source link

Blank SaveAs Dialog Window #20

Open paucoma opened 2 years ago

paucoma commented 2 years ago

Same as detailed on WineHQ Bugzilla Bug 45549

The Save As Dialog window is blank

BlankSaveAsDialogImage

Work around

As Describes in the comments of the bug by todd.martin.davis

Menu : Edit --> Preferences (Ctrl+k)

Preferences Dialog : Categories --> General Preferences Dialog : General : Basic Tools : Checkbox "Show online storage when saving files" : Uncheck

image

You may need to restart application.


Update: did a bit of investigation with regedit and found that this exact checkbox configuration could be set to unchecked upon installation with the following

[HKEY_CURRENT_USER\\Software\\Adobe\\Acrobat Reader\\DC\\AVGeneral]
"bToggleCustomOpenExperience"=dword:00000001
"bToggleCustomSaveExperience"=dword:00000001

by default "CustomOpenExperience" is Off --> Value 1 , we just make sure that it is set to Off by default "CustomSaveExperience" is On --> Value 0 , with registry editing we set it to Off --> Value 1