Skip to main content

πŸ“½οΈ Using Decks

Decks is a modern presentation application for the GNOME desktop. This guide covers creating and delivering presentations.

First Run​

Launch Decks from the app grid:

flatpack run org.tunaos.decks

Or install via the TunaOS Flatpak remote:

flatpak remote-add --if-not-exists tuna-os https://tunaos.org/flatpak/tuna-os.flatpakrepo
flatpak install tuna-os org.tunaos.decks

Creating a Presentation​

New Presentation​

# Launch Decks β€” a blank presentation opens with one slide
# Ctrl+N for a new presentation

Adding Slides​

ActionShortcut
New slideCtrl+M
Duplicate slideCtrl+Shift+D
Delete slideDelete (in sidebar)
ReorderDrag slides in the sidebar

Slide Layouts​

Choose a layout from the toolbar:

  • Blank β€” empty canvas for full customization
  • Title β€” title and subtitle text boxes
  • Title + Content β€” title with a content area
  • Two-Column β€” two columns for side-by-side content

Editing Slides​

Adding Elements​

# Text Box: Click the Text tool, then click on the canvas
# Shape: Click Shapes β†’ choose rectangle, circle, arrow, etc.
# Image: Click Insert β†’ Image β†’ select file

Canvas Controls​

ActionShortcut
SelectV (move tool)
MoveDrag selected element
ResizeDrag corner handles
DeleteDelete or Backspace
UndoCtrl+Z (30 levels)
RedoCtrl+Shift+Z

Element Properties​

Select an element, then use the properties panel:

  • Fill color β€” solid or transparent
  • Border β€” width, color, style
  • Text β€” font, size, bold, italic, color
  • Position β€” x, y coordinates and width, height

Transitions​

Apply per-slide transitions from the Transitions panel:

TransitionEffect
FadeSmooth crossfade
SlideSlide from right
ConvexCurved slide
ConcaveCurved reverse slide
ZoomZoom in effect
NoneInstant cut

Presenting​

Start Presentation​

F5          # Start from beginning
Shift+F5 # Start from current slide

During Presentation​

KeyAction
β†’ / ↓ / SpaceNext slide
← / ↑ / BackspacePrevious slide
BBlack screen
WWhite screen
EscExit presentation
Slide number + EnterJump to slide

Export​

Presentations export to multi-page PDF:

File β†’ Export as PDF

File Support​

FormatReadWriteNotes
PPTXβœ…βœ…PowerPoint format
ODPβœ…βœ…OpenDocument Presentation
PDFβŒβœ…Export only (via Pillow)

See Also​