According to this site, VLC on GNU is centrally themed via Qt, but for Windows I’ve only found “use the eDark skin”, which only works when opening that vlt file with VLC and lacks my custom controls. Is there a way to get the “force theme” option or invert just […]
Monthly Archives: April 2023
I installed Live Search in Magento, and this works fine. But if I active the modules of Magezon Page Builder, these generate a problem in the operation of Live Search. Specific I think the problem is /app/code/Magezon/Builder/view/adminhtml/layout/default.xml and /app/code/Magezon/PageBuilder/view/adminhtml/layout/default.xml It occurs to me to add some kind of exception so […]
Magento 2.4.5-p1 I have a problem which I’m guessing stems from some illegal characters in some of my product fields which results in the products in categories NOT loading every once in a while. When I run reindex manually via SSH (Putty): php bin/magento indexer:reindex It brings the products back […]
I have an admin ui component form, one of the elements I’m using is checkboxset. The checkboxset seems be a bit of a ghost in core code, and documentation. When I implement the checkboxset like this (manual adding options like https://developer.adobe.com/commerce/frontend-core/ui-components/components/checkbox-set/) everything works: <checkboxset name="checkboxset_example"> <argument name="data" xsi:type="array"> <item name="config" […]
Have gone through several posts but was somehow not able to find a fix for this issue When I save, its says “Source saved” but my custom field is not beign saved/fetched What I have done so far is as below: extension_attributes.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Api/etc/extension_attributes.xsd"> <extension_attributes for="MagentoInventoryApiApiDataSourceInterface"> <attribute […]
Is there a module that notifies users after logging in that they have to change their password? Or a possibility to reset the passwords of the users that a new one has to be set after next login ? Thanks for the help. Greeting
When using an HTTP Forward-Proxy (like TinyProxy but also happens with others) if I load a few YouTube tabs in Chrome I always get a few errors ERR_SSL_PROTOCOL_ERROR when calling GET https://some-random-host.googlevideo.com/generate_204. (e.g. GET https://rr2---sn-p5qs7nzk.googlevideo.com/generate_204 net). If I point my Chrome to use Microsoft Firewall (either with IP routes or […]
I wrote a simple program that writes a text file containing whatever is currently in the Clipboard. Now I would like to call this program with a shortcut from anywhere in Windows Explorer so that, by just pressing Ctrl+Shift+V, the contents of the clipboard would be written to wherever the […]
I’m seeking for advice/help about clonezilla. I have a costume made buildroot image, and I would like to create an automatic installer with clonezilla, so I don’t have to dd the image directly to the hard drive on other machines, just live boot and install it automatically. I tried clonezilla […]