-
Gtk+ Kick-Start Tutorial for Vala
Gtk+ Kick-start tutorial for Vala Presented by Alberto Ruiz 8 minutes tutorial on how to create a simple GTK+ desktop application using the Vala programming language.Published 6 months ago
By
-
Debugging with Accerciser - Using Accerciser to Extend Orca
Debugging with Accerciser - Using Accerciser to Extend Orca Accerciser is an interactive Python accessibility explorer for the GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks. Accerciser has a simple plugin framework which you can use to create custom views of accessibility information. In essence, Accerciser is a next generation at-poke tool. Subtitles/transcript available here.Posted 7 months ago
-
Debugging with Accerciser - Basic Debugging of an Application
Basic Debugging of an Application Accerciser is an interactive Python accessibility explorer for the GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks. Accerciser has a simple plugin framework which you can use to create custom views of accessibility information. In essence, Accerciser is a next generation at-poke tool. Subtitle/transcript of video here.Posted 7 months ago
-
Introducing Accerciser - Plugin Tour
Plugin tour of using Accerciser. Accerciser is an interactive Python accessibility explorer for the GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks. Accerciser has a simple plugin framework which you can use to create custom views of accessibility information. In essence, Accerciser is a next generation at-poke tool. Subtitle/transcript for this tour.Posted 7 months ago
-
Introducing Accerciser - Basic Tour
Basic tour of using Accerciser. Accerciser is an interactive Python accessibility explorer for the GNOME desktop. It uses AT-SPI to inspect and control widgets, allowing you to check if an application is providing correct information to assistive technologies and automated test frameworks. Accerciser has a simple plugin framework which you can use to create custom views of accessibility information. In essence, Accerciser is a next generation at-poke tool. Subtitle/transcript for this tour.Posted 7 months ago
-
[HowTo] Edit Videos using PiTiVi(Video Editor) on Ubuntu Linux
PiTiVi is a program for video editing based on the GStreamer framework. It is free software under the terms of the GNU Lesser General Public License. Any PiTiVi component can be extended through plugins written in Python. The multimedia importing and processing is handled by the GStreamer multimedia framework, and the processing of non-linear editing is handled by the GNonLin editing plugins. Thanks to GStreamer, PiTiVi is notable for being the first open source video editor to support ...Published 9 months ago
-
[HowTo] MUX Ogg(audio) & Ogv(video) to OGV on Ubuntu Linux
Trying to mux an ogg vorbis audio stream and ogg theora video stream into an OGG Container using Terminal without transcoding. Alternately you can use mkvmerge(GUI) to mux the stream to Matroska Container. Maybe you need: sudo apt-get install gstreamer Type the below command in the terminal window: gst-launch-0.10 filesrc location=out.ogv ! oggdemux ! theoraparse ! oggmux name=mux ! filesink location=screencast.ogv filesrc location=out.ogg ! oggdemux ! vorbisparse ! muxPublished 1 year ago
-
GnomeShell - Live BreadCrumbs Demo
People were asking for a screencast of the new work I have been doing. This gives you some ideas of how the Live Breadcrumbs branch is coming along.Published 1 year ago
-
PiTiVi 0.13.1 final
Screencast of PiTiVi 0.13.1 in action. Done with PiTiVi. Author: Jean-François Fortin Tam http://www.pitivi.org/Published 1 year ago
-
GNOME 3.0 Shell: More
GNOME Shell screencast showing how the applications view can be expanded. Entering a search term changes the applications results list, which can then be navigated by paging. Dragging an item from the list causes the workspaces to slide back in, returning the overlay to the default state and allowing the user to drop the item on a particular workspace. The user then moves the newly launched application to a new workspace and switches to that workspace. Note: This screencast has no sound.Published 1 year ago
-
GNOME 3.0 Shell: Workspaces
GNOME Shell screencast showing how new workspaces can be added in the overlay mode, how existing windows can be moved between workspaces, and how new applications and documents can be launched on a particular workspace by being dragged there. While clicking an item launches it and exists the overlay mode (as shown in the second video), dragging an item to a workspaces launches it, but keeps the overlay mode open. ... gnomePublished 1 year ago
-
GNOME 3.0 Shell: Overlay Mode
GNOME Shell screencast showing how the overlay mode can be used for launching new applications and opening documents. ... gnomePublished 1 year ago
-
GNOME 3.0 Shell: Panel
GNOME Shell screencast showing the viewing the user menu available from the button on the right of the panel, viewing the menu for one of the tray icons, opening the overlay view by clicking on the Activities button on the left of the panel, and viewing the title of a particular window. ... gnomePublished 1 year ago