Skip to content

pzpl-OS/gnome-tour

Repository files navigation

Tour

GNOME's Tour & Greeter.

Screenshots

screenshot

Video Feature

Tour uses by default the logo of the distribution based on the info from /etc/os-release. The application comes with a feature to replace the logo with a welcome video shipped by the distribution.

To enable the feature, you need to build the application with

meson _builddir -Dvideo_path=/absolute/path/to/the/video.mp4

If you're testing the application using Builder, make sure to change the config-opts accordingly & give the application filesystem access so it can play the video file.

Example:

This needs to be added to the gnome-tour module

"config-opts" : [
    "-Dvideo_path=/home/username/to/the/video.mp4"
]

along with --filesystem=home in finish-args

About

A fork of Zorin OS's Gnome-tour suited for pzpl OS

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published