Search Criteria
Package Details: tuxedo-webfai-creator 2.0.0+f8baa6c0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tuxedo-webfai-creator.git (read-only, click to copy) |
---|---|
Package Base: | tuxedo-webfai-creator |
Description: | TUXEDO WebFAI Creator is the easiest way to prepare an USB pendrive for TUXEDO’s own Fully Automated Installation (WebFAI) |
Upstream URL: | https://tuxedocomputers.com |
Keywords: | TUXEDO WebFAI |
Licenses: | Apache |
Submitter: | StevenSeifried |
Maintainer: | None |
Last Packager: | StevenSeifried |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-10-21 20:33 (UTC) |
Last Updated: | 2024-09-19 14:14 (UTC) |
Dependencies (38)
- alsa-lib
- at-spi2-atk (at-spi2-core-gitAUR, at-spi2-core)
- at-spi2-core (at-spi2-core-gitAUR)
- atk (at-spi2-core-gitAUR, at-spi2-core)
- avahi
- cairo (cairo-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- fribidi (fribidi-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- graphite (graphite-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- harfbuzz (harfbuzz-gitAUR)
- libcups (libcups-gitAUR, cups-gitAUR, libcups-gssapiAUR)
- libdatrie
- libepoxy (libepoxy-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libthai
- libx11 (libx11-gitAUR)
- libxau
- Show 18 more dependencies...
Latest Comments
i8degrees commented on 2024-07-15 03:25 (UTC) (edited on 2024-07-15 08:04 (UTC) by i8degrees)
I am submitting a patch to correct the 404 URL that this package has by updating the to the latest package I could find from their web site at
http://deb.tuxedocomputers.com/ubuntu/pool/main/t/tuxedo-webfai-creator/
.Not only did the filesystem paths change since the v1.79 release, but two new dependencies
ffmpeg
andicu
need to be added to the dependencies list.Modified the installation paths so that the application is a bit better organized -- the main package directory is now
/opt/tuxedo-webfai-creator
instead of/usr/bin
. I believe that this was the original author's intent.All this is contained within the shell snippet I am attaching below. I hope that somebody out there finds this useful. Cheers!