New version 1.0.6.0428 : https://support.google.com/webdesigner/answer/6000285
Search Criteria
Package Details: google-webdesigner 16.0.3.0320-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/google-webdesigner.git (read-only, click to copy) |
---|---|
Package Base: | google-webdesigner |
Description: | Create engaging, interactive HTML5-based designs and motion graphics that can run on any device. |
Upstream URL: | https://www.google.com/webdesigner |
Licenses: | custom:webdesigner |
Provides: | google-webdesigner |
Submitter: | jvybihal |
Maintainer: | jvybihal |
Last Packager: | jvybihal |
Votes: | 56 |
Popularity: | 0.000000 |
First Submitted: | 2014-04-22 19:09 (UTC) |
Last Updated: | 2024-04-08 10:34 (UTC) |
Dependencies (13)
- ca-certificates (ca-certificates-utils)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libappindicator-gtk2
- libstdc++5AUR (libstdc++5-binAUR)
- libudev0-shim
- nss (nss-hgAUR)
- ttf-liberation (ttf-defenestrationAUR)
- wget (wget-gitAUR, wurlAUR)
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, xdg-utils-handlrAUR, openerAUR, xdg-utils-mimeoAUR, mimejs-gitAUR)
Required by (0)
Sources (1)
karaytanto commented on 2014-05-01 00:08 (UTC)
Stas_pythonist commented on 2014-04-24 16:55 (UTC)
Blank white window, even after LANGUAGE=en_US google-webdesigner... Wait until they fix this)
jvybihal commented on 2014-04-24 07:11 (UTC)
I have added Google Chrome Unstable && Firefox Nightly checks. If its installed, and /usr/bin/firefox or /usr/bin/chrome doesnt exist, it creates symlink.
# Google Chrome Dev
[ ! -f /usr/bin/chrome ] && [ -f /usr/bin/google-chrome-unstable ] && ln -s /usr/bin/google-chrome-unstable "${pkgdir}"/usr/bin/chrome || true
# Firefox Nightly
[ ! -f /usr/bin/firefox ] && [ -f /usr/bin/firefox-nightly ] && ln -s /usr/bin/firefox-nightly "${pkgdir}"/usr/bin/firefox || true
To the blank window: It's upstream issues, not sure right now if I can somehow fix it in PKGBUILD. I didn't experiance that problem myself, but LANGUAGE=en_US google-webdesigner seems to work for most of the people.
manasij7479 commented on 2014-04-24 02:58 (UTC)
It just shows a blank white window for me.
I have tried the locale fix, without effect.
Any idea what is going wrong?
chrisvella commented on 2014-04-24 00:41 (UTC)
google-webdesigner checks if firefox, google-chrome or opera are installed on the system. It fails to detect firefox-nightly and chromium.
For those using firefox nightly:
sudo ln -s /usr/bin/firefox-nightly /usr/bin/firefox
@JoZ3 thank you mate for the fix. I can confirm it works after running:
rm -r .local/share/google-web-designer
LANGUAGE=en_US google-webdesigner
latelx commented on 2014-04-24 00:19 (UTC)
@JoZ3 me,too, expcets it's grey blank window because of the different theme.
JoZ3 commented on 2014-04-23 22:46 (UTC)
Only shows a black window titled "Google web designer"
Temporal fix:
https://groups.google.com/forum/#!msg/gwdbeta/Le2uS92o8Is/NHlOB0hjVTIJ
jvybihal commented on 2014-04-23 16:01 (UTC)
remove that symlink, libgcrypt15 added as dependency
silvergeko commented on 2014-04-23 14:31 (UTC)
I have added the symbolic link libgcrypt.so --> libgcrypt.so.11 but now I have this error:
/usr/lib/libgcrypt.so.11: version `GCRYPT_1.2' not found (required by /opt/google/webdesigner/libcef.so)
Pinned Comments
jvybihal commented on 2020-04-08 14:29 (UTC)
Compatibility changes starting in July 2020: Google Web Designer authoring files created prior to July 2014 (in version 1.0.5 or older) will no longer open. If you have older files, please open them with the latest version of Web Designer and save them again to ensure future compatibility.