Issue Custom theme designer

capps

New Pleskian
Server operating system version
Alma Linux 9
Plesk version and microupdate number
Plesk Obsidian 18.0.70.2 (Pro)
I am trying to edit my theme on Plesk Obsidian. I followed the following instructies.

When I unzip the file I get the following messages..

warning: stripped absolute path spec from /images/logos/plesk/logo-web-host.png
inflating: theme/images/logos/plesk/logo-web-host.png
warning: stripped absolute path spec from /images/logos/plesk/logo-web-pro.png
inflating: theme/images/logos/plesk/logo-web-pro.png
warning: stripped absolute path spec from /images/logos/plesk/logo.svg
inflating: theme/images/logos/plesk/logo.svg
warning: stripped absolute path spec from /images/sitejet-dialog/banner.png
inflating: theme/images/sitejet-dialog/banner.png
warning: stripped absolute path spec from /images/sitejet-dialog/screenshots/1.png
inflating: theme/images/sitejet-dialog/screenshots/1.png
warning: stripped absolute path spec from /images/sitejet-dialog/screenshots/2.png
inflating: theme/images/sitejet-dialog/screenshots/2.png
warning: stripped absolute path spec from /images/sitejet-dialog/screenshots/3.png
inflating: theme/images/sitejet-dialog/screenshots/3.png
warning: stripped absolute path spec from /meta.xml
inflating: theme/meta.xml
warning: stripped absolute path spec from /css/custom.css
extracting: theme/css/custom.css
The files are created but the css file theme/css/custom.css for example is empty.

Is this normal and where do I go from here?
 
Hello, @capps . We have a registered bug with ID PPP-44987 for this issue. At this point, I cannot provide any ETA for the fix. However, the workaround we can suggest is to extract the archive using 7z:

7z x theme-name.zip

You can install 7z by running:

sudo dnf install p7zip p7zip-plugins
 
Back
Top