E. Liddell via tde-devels composed on 2023-05-21 22:33 (UTC-0400):
On Sun, 21 May 2023 19:14:34 -0400 Felix Miata wrote:
E. Liddell via tde-devels composed on 2023-05-21 18:57 (UTC-0400):
GTK3 comes with several demo programs, although I can't be sure your distro installs them. Try calling gtk3-demo or gtk3-widget-factory at the command line.
# inxi -S System: Host: gb970 Kernel: 6.2.12-desktop-1.mga9 arch: x86_64 bits: 64 Desktop: Trinity Distro: Mageia 9 # urpmq -y demo | grep gtk # urpmq -y widg | grep gtk # urpmq -y trinity | grep gtk trinity-gtk-qt-engine trinity-gtk-qt-engine-debuginfo trinity-gtk3-tqt-engine trinity-gtk3-tqt-engine-debuginfo # :(
I'm not sure how your package manager works, but these are not separate packages, they're minor binaries installed as part of the gtk+ package. Try "which gtk3-demo" rather than anything more elaborate.
# which gtk3-demo which: no gtk3-demo in (/usr/local/sbin:/usr/sbin:/usr/local/bin:/usr/bin) # apropos demo Moose::Cookbook::Basics::BankAccount_MethodModifiersAndSubclassing (3pm) - Demonstrates the use of method modifiers in a subclass Moose::Cookbook::Basics::BinaryTree_AttributeFeatures (3pm) - Demonstrates various attribute features including lazy, predicates, weak refs, and more Moose::Cookbook::Basics::Company_Subtypes (3pm) - Demonstrates the use of subtypes and how to model classes related to companies, people, employees, etc. Moose::Cookbook::Basics::HTTP_SubtypesAndCoercion (3pm) - Demonstrates subtypes and coercion use HTTP-related classes (Request, Protocol, etc.) Sub::Exporter::Cookbook (3pm) - useful, demonstrative, or stupid Sub::Exporter tricks # which glxinfo /usr/bin/glxinfo #