Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

package request: OpenTabletDriver #25728

Open
darkralts opened this issue Oct 19, 2020 · 10 comments
Open

package request: OpenTabletDriver #25728

darkralts opened this issue Oct 19, 2020 · 10 comments
Labels
request Package request

Comments

@darkralts
Copy link

darkralts commented Oct 19, 2020

OpenTabletDriver
https://github.com/InfinityGhost/OpenTabletDriver
OpenTabletDriver is an open source, cross platform, user mode tablet driver. The goal of OpenTabletDriver is to be cross platform as possible with the highest compatibility in an easily configurable graphical user interface.

@InfinityGhost
Copy link

An AUR package exists for OpenTabletDriver already, which can be used for reference.
https://aur.archlinux.org/packages/opentabletdriver-git/

@jnbr jnbr added the request Package request label Oct 24, 2020
@notthewave
Copy link
Contributor

notthewave commented Nov 25, 2020

will probably have to wait for:
#10773
(Lol sorry for the false alarm just noticed that I referenced the wrong issue)

@notthewave
Copy link
Contributor

#32974

@ghost
Copy link

ghost commented Dec 10, 2022

I am sorry for necroposting to this, but has there been any progress on this issue, as from what I can see currently, dotnet6 hasn't been merged to the repos.

I would attempt to package this myself but I currently do not have access to a void system to work on this.

Edit: "has" changed to "hasn't" after noticing the issue after the post directly below this one

@JamiKettunen
Copy link
Contributor

from what I can see currently, dotnet6 has been merged to the repos.

https://voidlinux.org/packages/?arch=x86_64&q=dotnet where? I don't see anything. From my understanding void-dotnet#1 will contain info about latest status for .NET Core 6/7 packaging, but it's certainly still not merged.

@ghost
Copy link

ghost commented Dec 10, 2022

from what I can see currently, dotnet6 has been merged to the repos.

https://voidlinux.org/packages/?arch=x86_64&q=dotnet where? I don't see anything. From my understanding void-dotnet#1 will contain info about latest status for .NET Core 6/7 packaging, but it's certainly still not merged.

I just noticed what I wrote, I'm so sorry about that; I wrote this early in the morning my time and wasn't exactly very awake, I misread the void post you linked. Apologies on my part. Yea dotnet isn't merged yet, whoops.

Edit: I originally meant to say "hasn't" in my original post, not "has". Excuse the miscommunication please.

@rmboggs
Copy link

rmboggs commented Dec 21, 2022

Yeah, still working on it, sorry.

void-dotnet#1

@JamiKettunen
Copy link
Contributor

@rmboggs No need to be sorry, you're doing great work! I'm looking forward to seeing .NET Core stuff finally in void repos eventually ^^

@ghost
Copy link

ghost commented Jul 22, 2023

the fact alone that this isn't packaged and has been requested almost 3 years ago, only to stall at dotnet also not being in the repo, will probably make me install a different distribution just so i can use my tablet lol (which is pretty unfortunate)

@JamiKettunen
Copy link
Contributor

@nvkomimi The crappy solution I've been using for a while now is using the .NET 6.0 runtime binaries from M$ extracted at /opt/dotnet-runtime, configured as the default runtime with mkdir /etc/dotnet && echo /opt/dotnet-runtime > /etc/dotnet/install_location and similarly using the OTD binaries (.tar.gz) extracted at /opt/OpenTabletDriver with a setup like:

==> /home/user/.local/share/applications/OpenTabletDriver.UX.Gtk.desktop <==
[Desktop Entry]
Type=Application
Name=OpenTabletDriver
Exec=otd

==> /usr/local/bin/otd <==
#!/bin/sh
if ! pgrep -x OpenTabletDriver.Daemon; then
	/opt/OpenTabletDriver/OpenTabletDriver.Daemon &
fi
/opt/OpenTabletDriver/OpenTabletDriver.UX.Gtk

Works but really not great by any means...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
request Package request
Projects
None yet
Development

No branches or pull requests

6 participants