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

ฉันคิดว่ามันแปลก ๆ ฉันขุดบ้างและดูเหมือนว่าโครงการต้นน้ำจะถูกเปลี่ยนชื่อ

  • utouch-Geis
  • utouch กรอบ
  • utouch-จอก

ตอนนี้:

  • Geis
  • กรอบ
  • จอก

(ดูข้อบกพร่อง1029482และ1029643 )

การปรับปรุงนี้สะท้อนถึงการเปลี่ยนชื่อพร้อมกับการแก้ไขข้อบกพร่องบางอย่าง:

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.