12.04는 중간 릴리스를 지원하는 멀티 터치 제스처를 추가 했습니까?


10

오늘 다운로드하려고하는 업데이트를 검토하고 있었고

  1. 많은 사람들이 제스처 지원과 관련이 있음을 알아 차 렸습니다.

  2. 이 중 다수는 업그레이드가 아니라 새로 설치 한 것으로 나타났습니다.

12.04가 중간 릴리스를 지원하는 멀티 터치 제스처를 추가 했습니까? 그렇다면 추가되는 기능은 무엇입니까? 어떤 응용 프로그램이 이미 이러한 기능을 지원하며 가까운 시일 내에 다른 사람들이 지원을 추가 할 수 있습니까?

설치된 패키지는 다음과 같습니다.

Install: libframe6:amd64 (2.2.4-0ubuntu0.12.04.1), libgeis1:amd64 (2.2.9.2-0ubuntu1), libgrail5:amd64 (3.0.6-0ubuntu0.12.04.01, automatic)

다음은 업그레이드 된 것들입니다 (터치 지원 기능이있는 많은 것들도 포함) :

Upgrade: libgrip0:amd64 (0.3.4-0ubuntu2~ubuntu12.04.1, 0.3.5-0ubuntu1~12.04.1), eog:amd64 (3.4.2-0ubuntu1, 3.4.2-0ubuntu1.1), ginn:amd64 (0.2.4-0ubuntu1, 0.2.4.1-0ubuntu1)

새로운 설치에 대한 설명은 다음과 같습니다.

libgeis1:

Gesture engine interface support
 A common API for clients of a systemwide gesture recognition and propagation
 engine.

libframe6:

Touch Frame Library
 This library handles the buildup and synchronization of a set of simultaneous
 touches. The library is input agnostic, with bindings for mtdev, frame and
 XI2.1.

libgrail5:

Gesture Recognition And Instantiation Library
 This library consists of an interface and tools for handling gesture
 recognition and gesture instantiation. Applications can use the grail callbacks
 to receive gesture primitives and raw input events from the underlying kernel
 device.

업그레이드 된 패키지에 대한 설명은 다음과 같습니다.

ligrip0:

provides multitouch gestures to GTK+ apps

 Libgrip hooks gesture recognition into GTK+ applications.

ginn:

Gesture Injector: No-GEIS, No-Toolkits

 A daemon with jinn-like wish-granting capabilities: it gives applications the
 ability to support a subset of multi-touch gestures without having to integrate
 GEIS or multi-touch GTK/Qt libs.

많은 새로운 라이브러리를 추가하고 기존 구성 요소를 업그레이드하면 12.04가 가까운 장래에 두 손가락 스크롤 이외의 제스처를 기본적으로 지원할 수 있는지 궁금합니다. 이러한 기능이 곧 소개 될 것으로 예상했지만 기존 릴리스의 업그레이드가 아니라 새 릴리스에서만 출시 될 것이라고 생각했습니다.

누구든지 이것에 대한 정보가 있습니까?


글쎄, 스크롤 제스처가 나를 위해 일하고있다. 11.04 이하를 사용할 때는 작동하지 않았습니다. 내가 그것을 알아 차리지 못할지도 모른다 O_o !!
Suhaib

답변:


7

나는 그것이 조금 이상하다고 생각했다. 파고 들었고 업스트림 프로젝트의 이름이 바뀐 것 같습니다.

  • 유 터치
  • 유 터치 프레임
  • 유 터치 그 레일

지금 :

  • 가이 스
  • 큰 쟁반

(버그 10294821029643 참조 )

이 업데이트는 일부 버그 수정과 함께 이름 변경을 반영합니다.

http://www.ubuntuupdates.org/package/core/precise/main/updates/libframe6

Version: 2.2.4-0ubuntu0.12.04.1 2012-09-10 15:06:58 UTC
  frame (2.2.4-0ubuntu0.12.04.1) precise-proposed; urgency=low

  * Update debian/watch file for project rename 
  * New upstream microrelease, bug fixes only 
    - Compile fixes when compiled with clang 
    - Accept/reject owned touches that have already ended (lp: #1025297) 
    - Rename project to "Frame" 
    - Remove ChangeLog 
  * Removed frame v1 symbols 
    - Renamed libframe1 package to libframe6 due to SONAME bump 
  * Fix Multi_arch typo in debian/control, should be Multi-Arch 
  * Rename package and update packaging (lp: #1029482) 
    - Added Conflicts and Replaces clauses for libframe-dev and frame-tools 
  * Remove no longer necessary build depends on mtdev and evemu 
    - Added 01-remove-mtdev-dependency.patch and 
      02-remove-evemu-dependency.patch 
    - Run autoreconf to regenerate Makefile.in files 
 -- Francis Ginther <email address hidden> Thu, 30 Aug 2012 10:51:55 -0500

1025297 Can't accept owned touch that has ended.
1029482 [Needs-Packaging] frame (renamed from utouch-frame)

http://www.ubuntuupdates.org/package/core/precise/main/updates/libgeis1

Version: 2.2.9.2-0ubuntu1   2012-09-13 23:06:56 UTC
  geis (2.2.9.2-0ubuntu1) precise-proposed; urgency=low

  * New upstream release. Only change is the following bug fix: 
    - Fixes regression that caused GEISv1 clients, such as Unity, to not work 
      (LP: #1047596)

1047596 Geisv1 gesture class IDs are wrong

http://www.ubuntuupdates.org/package/core/precise/main/updates/libgrail5

Version: 3.0.6-0ubuntu0.12.04.01    2012-09-13 23:06:56 UTC
  grail (3.0.6-0ubuntu0.12.04.01) precise-proposed; urgency=low

  * Update debian/watch file for project rename 
  * New upstream microrelease, bug fixes only 
    - Fix documentation of UGSubscriptionPropertyTapThreshold 
    - Properly process gestures that end before composition time (LP: #1020315) 
    - Don't expand gestures that have physically ended already (LP: #1023397) 
    - Correct behaviour when a touch ends before ownership is gained 
      for it (LP: #1026962) 
    - Fix include path for correct compilation of some tests 
    - Rename project to "Grail" 
    - Remove ChangeLog 
  * Removed grail v2 symbols 
    - Renamed libgrail1 package to libgrail5 due to SONAME bump 
  * Rename package and update packaging (lp: #1029643) 
    - Added Conflicts and Replaces clauses for libgrail-dev and grail-tools 
  * Remove no longer necessary build depends on mtdev and evemu 
    - Added 01-remove-mtdev-dependency.patch and 
      02-remove-evemu-dependency.patch 
 -- Francis Ginther <email address hidden> Mon, 27 Aug 2012 14:18:32 -0500

1020315 quick, single-finger, taps not correctly processed
1023397 grail creates two identical gestures under certain circustances
1026962 grail doesn't work properly if ownership comes for touch whose end is pending
1029643 [Needs-Packaging] grail (renamed from utouch-grail)

아, 사실 잘못된 경보입니다. 나는 약간 상류를 파헤 쳤지 만 잘못된 것을 찾고 있었고 이름 바꾸기 비트를 놓쳤다. 감사!
adempewolff
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.