Github messages for voidlinux
 help / color / mirror / Atom feed
From: JamiKettunen <JamiKettunen@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: package request: OpenTabletDriver
Date: Sat, 22 Jul 2023 14:31:08 +0200	[thread overview]
Message-ID: <20230722123108.GqUjbuxaPX59m25KTOf8-Hk6qmAy_FBU6d4QtXeoxCc@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-25728@inbox.vuxu.org>

[-- Attachment #1: Type: text/plain, Size: 1013 bytes --]

New comment by JamiKettunen on void-packages repository

https://github.com/void-linux/void-packages/issues/25728#issuecomment-1646573644

Comment:
@nvkomimi The crappy solution I've been using for a while now is using the [.NET 6.0 runtime binaries from M$](https://dotnet.microsoft.com/en-us/download) 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)](https://github.com/OpenTabletDriver/OpenTabletDriver/releases) 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...

  parent reply	other threads:[~2023-07-22 12:31 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-19  6:30 [ISSUE] " darkralts
2020-10-20 14:27 ` InfinityGhost
2020-12-02 21:02 ` martnnw
2020-12-02 21:03 ` martnnw
2020-12-02 21:05 ` martnnw
2020-12-02 21:06 ` martnnw
2021-11-14 20:37 ` notthewave
2022-12-10 18:27 ` AlgebraicFeline
2022-12-10 19:09 ` JamiKettunen
2022-12-10 23:11 ` AlgebraicFeline
2022-12-10 23:12 ` AlgebraicFeline
2022-12-10 23:24 ` AlgebraicFeline
2022-12-10 23:24 ` AlgebraicFeline
2022-12-21 14:59 ` rmboggs
2022-12-21 15:14 ` JamiKettunen
2023-07-22 12:12 ` nvkomimi
2023-07-22 12:31 ` JamiKettunen [this message]
2023-01-29  6:37 [ISSUE] Package " LMFuture-Me
2024-06-14  6:27 ` classabbyamp

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230722123108.GqUjbuxaPX59m25KTOf8-Hk6qmAy_FBU6d4QtXeoxCc@z \
    --to=jamikettunen@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).