Package Details: opentabletdriver 0.6.5.0-1

Git Clone URL: https://aur.archlinux.org/opentabletdriver.git (read-only, click to copy)
Package Base: opentabletdriver
Description: A cross-platform open source tablet driver
Upstream URL: https://opentabletdriver.net
Keywords: artisul digimend gaomon huion otd parblo uc-logic uclogic ugtablet veikk wacom xencelabs xp-pen xppen
Licenses: LGPL3
Conflicts: digimend-drivers-git-dkms, digimend-kernel-drivers, digimend-kernel-drivers-dkms, digimend-kernel-drivers-dkms-git
Submitter: LavaDesu
Maintainer: gonX (jamesbt365)
Last Packager: gonX
Votes: 45
Popularity: 1.94
First Submitted: 2021-06-10 13:34 (UTC)
Last Updated: 2024-12-18 14:33 (UTC)

Latest Comments

1 2 3 4 Next › Last »

00ein00 commented on 2024-12-19 18:31 (UTC)

fails to build once again:

==> Making package: opentabletdriver 0.6.5.0-1 (Thu 19 Dec 2024 20:30:00)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Downloading OpenTabletDriver-0.6.5.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  288k  100  288k    0     0   553k      0 --:--:-- --:--:-- --:--:--  553k
  -> Found notes.install
==> Validating source files with sha256sums...
    OpenTabletDriver-0.6.5.0.tar.gz ... Passed
    notes.install ... Passed
==> Extracting sources...
  -> Extracting OpenTabletDriver-0.6.5.0.tar.gz with bsdtar
==> Starting build()...
Restoring packages...
/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.UX.MacOS/OpenTabletDriver.UX.MacOS.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.arch-x64. No packages exist with this id in source(s): nuget.org [/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.sln]
/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.UX.Gtk/OpenTabletDriver.UX.Gtk.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.arch-x64. No packages exist with this id in source(s): nuget.org [/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.sln]
/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.Daemon/OpenTabletDriver.Daemon.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.arch-x64. No packages exist with this id in source(s): nuget.org [/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.sln]
/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.Console/OpenTabletDriver.Console.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.arch-x64. No packages exist with this id in source(s): nuget.org [/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.sln]
/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.UX.Wpf/OpenTabletDriver.UX.Wpf.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.arch-x64. No packages exist with this id in source(s): nuget.org [/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.sln]
/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.Benchmarks/OpenTabletDriver.Benchmarks.csproj : error NU1101: Unable to find package Microsoft.NETCore.App.Host.arch-x64. No packages exist with this id in source(s): nuget.org [/home/ein/Downloads/opentabletdriver/src/OpenTabletDriver-0.6.5.0/OpenTabletDriver.sln]
==> ERROR: A failure occurred in build().
    Aborting...

6b6279 commented on 2024-03-18 01:05 (UTC) (edited on 2024-03-18 01:09 (UTC) by 6b6279)

Seems to be broken, otp-daemon crashes with Failure processing application bundle; possible file corruption.

There seems to be a proposed hotfix though: https://github.com/OpenTabletDriver/OpenTabletDriver/issues/3252

Caparazo commented on 2024-03-17 07:43 (UTC) (edited on 2024-03-17 07:59 (UTC) by Caparazo)

Upon finishing installation using yay and running the following commands per the official website:

sudo mkinitcpio -P
sudo rmmod wacom hid_uclogic
systemctl --user enable opentabletdriver.service --now

opentabletdriver will not launch, running it through a terminal with otd-gui displays the following:

Failure processing application bundle; possible file corruption.
Arithmetic overflow while reading bundle.
A fatal error occurred while processing application bundle

Reinstalling did not alleviate the issue.
aur/opentabletdriver 0.6.4.0-3 (+36 4.00)

gonX commented on 2024-02-21 17:00 (UTC)

Please at git to the makedepends. Otherwise the build fails in a clean chroot.

Thanks, added in 0.6.4.0-3

DonkoXI commented on 2024-02-10 04:12 (UTC)

Please at git to the makedepends. Otherwise the build fails in a clean chroot.

ilsubyeega commented on 2023-12-23 15:55 (UTC)

jq command was required on building, maybe adding that on dependencies? https://gist.github.com/ilsubyeega/da835b4896b23c6968653b61ec56fef3

jamesbt365 commented on 2023-08-30 14:40 (UTC) (edited on 2023-08-30 14:49 (UTC) by jamesbt365)

What GonX previously said is true but the dotnet packages for SteamOS are outdated, so OTD will not build correctly without pulling newer dotnet. You can temporarily use dotnet-sdk-6.0-bin from the AUR to get around this until SteamOS repos are updated. Note that you'll need to use all -bin packages for dotnet to prevent hostfxr issues. Don't mix SteamOS repos and AUR dotnet together.

gonX commented on 2023-08-29 23:49 (UTC)

Could not build before installing dotnet-runtime, probably it should be changed in PKGBUILD from dotnet-runtime-6.0?

I just tested from a clean chroot and it does pull in dotnet-runtime 7.0 and builds successfully - maybe you had some old 6.0 packages installed? (e.g. dotnet-runtime-bin)

xezo360hye commented on 2023-08-24 17:41 (UTC)

Could not build before installing dotnet-runtime, probably it should be changed in PKGBUILD from dotnet-runtime-6.0?

gonX commented on 2023-08-16 14:32 (UTC)

consider adding "Graphics;Settings;Utility" to the categories section of the .desktop file instead of "Accessories". Using the latter isn't recognized in KDE Plasma and shows up as "Lost & Found".

Next release should have this - with just Settings. The new releases of OpenTabletDriver include a .desktop file, but they are required to be generated first. I missed this in the 0.6.2.0-1 release.