Package Details: deskflow 1.17.1-1

Git Clone URL: https://aur.archlinux.org/deskflow.git (read-only, click to copy)
Package Base: deskflow
Description: Deskflow lets you share one mouse and keyboard between multiple computers
Upstream URL: https://deskflow.org/
Keywords: deskflow keyboard kvm mouse share synergy
Licenses: GPL-2.0
Submitter: SelfRef
Maintainer: SelfRef
Last Packager: SelfRef
Votes: 4
Popularity: 1.93
First Submitted: 2024-09-30 13:55 (UTC)
Last Updated: 2024-11-09 08:29 (UTC)

Latest Comments

1 2 3 Next › Last »

sithlord48 commented on 2024-11-20 22:18 (UTC)

Deskflow is now in arch's extra repo this may no longer be needed

SelfRef commented on 2024-11-09 08:29 (UTC)

Package updated.

psi-jack commented on 2024-11-09 04:47 (UTC)

Update bump, 1.17.1 adds in support for Barrier protocol along with Synergy protocol for the server. And fixes the Configure Server issue that's on 1.17.0

yan12125 commented on 2024-11-09 02:42 (UTC)

HalJordan: I merged synergy into deskflow, which should work.

HalJordan commented on 2024-11-07 00:57 (UTC)

==> Extracting sources...
-> Creating working copy of deskflow git repo...
fatal: invalid reference: 1.15.1+r4
==> ERROR: Failure while creating working copy of deskflow git repo

SelfRef commented on 2024-10-30 11:21 (UTC)

@Pierrre Please use clean build in yay to ensure fetching changes.

When yay is asking the first question about cleanBuild answer a.

Pierrre commented on 2024-10-30 11:18 (UTC)

@SelfRef thank you for the quick fix, but I think there is a new issue:

-- Build files have been written to: /home/pierre/.cache/yay/deskflow/src/deskflow/build
/home/pierre/.cache/yay/deskflow/PKGBUILD: line 52: -Wno-dev: command not found
==> ERROR: A failure occurred in prepare().
    Aborting...

SelfRef commented on 2024-10-30 11:09 (UTC)

@Pierrre Thanks for information, it's fixed now. You'll still see the warnings, but they won't prevent compilation.

Pierrre commented on 2024-10-30 10:25 (UTC)

I get this error while compiling:

[ 78%] Building CXX object src/gui/CMakeFiles/deskflow.dir/src/ServerConfigDialog.cpp.o
/home/pierre/.cache/yay/deskflow/src/deskflow/src/gui/src/ServerConfigDialog.cpp: In constructor ‘ServerConfigDialog::ServerConfigDialog(QWidget*, ServerConfig&, AppConfig&)’:
/home/pierre/.cache/yay/deskflow/src/deskflow/src/gui/src/ServerConfigDialog.cpp:122:43: error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Werror=deprecated-declarations]
  122 |       m_pCheckBoxSwitchDelay, &QCheckBox::stateChanged, this,
      |                                           ^~~~~~~~~~~~
In file included from /usr/include/qt6/QtWidgets/QCheckBox:1,
                 from /home/pierre/.cache/yay/deskflow/src/deskflow/build/src/gui/deskflow_autogen/include/ui_ServerConfigDialogBase.h:16,
                 from /home/pierre/.cache/yay/deskflow/src/deskflow/src/gui/src/ServerConfigDialog.h:26,
                 from /home/pierre/.cache/yay/deskflow/src/deskflow/src/gui/src/ServerConfigDialog.cpp:19:
/usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here
   41 |     void stateChanged(int);
      |          ^~~~~~~~~~~~
/home/pierre/.cache/yay/deskflow/src/deskflow/src/gui/src/ServerConfigDialog.cpp:135:47: error: ‘void QCheckBox::stateChanged(int)’ is deprecated: Use checkStateChanged() instead [-Werror=deprecated-declarations]
  135 |       m_pCheckBoxSwitchDoubleTap, &QCheckBox::stateChanged, this,
      |                                               ^~~~~~~~~~~~
/usr/include/qt6/QtWidgets/qcheckbox.h:41:10: note: declared here
   41 |     void stateChanged(int);
      |          ^~~~~~~~~~~~

and more similar errors

SelfRef commented on 2024-10-14 02:40 (UTC)

@zhurai @sithlord48 Yes, the tag have been changed on GitHub. Authors instead of making new ones with correct template, decided to break existing one, ugh.

It's fixed now. Thanks for noticing.