So how do I get it working on Linux?

|
JF049 2022-08-17 07:04:50
There is no driver for it, it is seen as a serial device, probably on /dev/ttyUSB0
V3NK4135H 2022-08-17 07:06:08
JF049 2022-08-17 07:04:50
There is no driver for it, it is seen as a serial device, probably on /dev/ttyUSB0

So how do I get it working on Linux?

V3NK4135H 2022-08-17 07:06:51
On windows, they have a service that runs on localhost and provides the necessary functions to get fingerprint data
JF049 2022-08-17 07:17:53
V3NK4135H 2022-08-17 07:06:51
On windows, they have a service that runs on localhost and provides the necessary functions to get fingerprint data

It is said that you would need to do it all by yourself or other app devs. It is up to the devs to write an app which would communicate with the fprint reader over serial connection protocol

JF049 2022-08-17 07:20:22
They just didn’t bother with Linux drivers
neovimka 2022-08-17 08:42:47
grazzolini 2022-08-16 19:39:46
Your file is the same as the AUR package:
https://aur.archlinux.org/cgit/aur.git/tree/dwm.desktop?h=dwm

hm, I tried install dwm via aur and that works!

ston 2022-08-17 08:51:26
neovimka 2022-08-17 08:42:47
hm, I tried install dwm via aur and that works!

but that’t not convenient.

ston 2022-08-17 08:52:20
you’d better clone it from the website and patch it
neovimka 2022-08-17 08:52:33
ston 2022-08-17 08:51:26
but that’t not convenient.

I don’t really understand why lightdm doesn’t see my dwm, I tried everything..

ston 2022-08-17 08:53:02
because dwm never offer a desktop entry
ston 2022-08-17 08:54:07
neovimka 2022-08-17 08:52:33
I don’t really understand why lightdm doesn’t see my dwm, I tried everything..

in
/usr/share/xsessions/

ston 2022-08-17 08:55:05
you should create one like
[Desktop Entry]
Name=dwm
Comment=dynamic tiling window manager
Exec=dwm
TryExec=dwm
Type=Application
X-LightDM-DesktopName=dwm
DesktopNames=dwm
Keywords=tiling;wm;windowmanager;window;manager;
ston 2022-08-17 08:56:27
If you don’t know how to patch and how to modify the configuration, dwm is not your best choice: (
neovimka 2022-08-17 08:57:51
neovimka 2022-08-16 19:28:10
i installed lightdm, but when i wanna login, there is no label “dwm”, only xinitrc
my dwm.desktop file is https://pastebin.com/UrV3iw6i

help please

I have dwm.desktop with that content, one difference is Type=Xsession vs your Type=Application

neovimka 2022-08-17 08:58:32
ok, I will try it out
ston 2022-08-17 08:59:08
The AUR version of dwm is not patch-friendly, the only advantage is that you can manage it with pacman, and it provides desktop
broken_vortex 2022-08-17 09:13:44
neovimka 2022-08-17 08:57:51
I have dwm.desktop with that content, one difference is Type=Xsession vs your Type=Application

Type=Application. I have that too

Only_A_XZJ 2022-08-17 09:17:09
archlinuxgroup-607429.jpg

Only_A_XZJ 2022-08-17 09:17:24
what ‘s wrong with it ,Is there a solution?
Rob 2022-08-17 09:20:52
Only_A_XZJ 2022-08-17 09:17:24
what ‘s wrong with it ,Is there a solution?

The huge watermark that’s showing your location? Should probably hide those coordinates

fabiscafe 2022-08-17 09:21:37
Only_A_XZJ 2022-08-17 09:17:09

Could you translate it? 😅

shinnkunikaidou 2022-08-17 09:25:42
fabiscafe 2022-08-17 09:21:37
Could you translate it? 😅

the pgp key xxxxxx generated in the future , 24200s later, (maybe caused by Time travel)

shinnkunikaidou 2022-08-17 09:26:07
lmao
Only_A_XZJ 2022-08-17 09:26:17
shinnkunikaidou 2022-08-17 09:25:42
the pgp key xxxxxx generated in the future , 24200s later, (maybe caused by Time travel)

oh yes,thank you

shinnkunikaidou 2022-08-17 09:27:27
sudo pacman -Sy archlinux-keyring ?
fabiscafe 2022-08-17 09:27:50
shinnkunikaidou 2022-08-17 09:25:42
the pgp key xxxxxx generated in the future , 24200s later, (maybe caused by Time travel)

This can happen. Is your system time ok?

Only_A_XZJ 2022-08-17 09:27:51
Rob 2022-08-17 09:20:52
The huge watermark that’s showing your location? Should probably hide those coordinates

oh sorry

Only_A_XZJ 2022-08-17 09:28:16
fabiscafe 2022-08-17 09:27:50
This can happen. Is your system time ok?

yes, i use hwclock

Only_A_XZJ 2022-08-17 09:28:45
shinnkunikaidou 2022-08-17 09:27:27
sudo pacman -Sy archlinux-keyring ?

no,I’ll try

Only_A_XZJ 2022-08-17 09:33:32
shinnkunikaidou 2022-08-17 09:27:27
sudo pacman -Sy archlinux-keyring ?

I tried it, but it was the same

fabiscafe 2022-08-17 09:33:36
It’s either your ends clock who is day late or the gpg keys generator who is a day in the future 😂
Only_A_XZJ 2022-08-17 09:37:05
😂Okay thank you
ston 2022-08-17 09:44:09
pacman -Syu archlinux-keyring
stormkl 2022-08-17 09:45:58
Hello I want ask some question
ston 2022-08-17 09:45:59
why use aur build?
i prefer makepkg -si
|