Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
testing:xfce-test [2020/08/30 01:41] kevinbowentesting:xfce-test [2020/08/30 05:15] – [Reporting Bugs] kevinbowen
Line 3: Line 3:
 ====== Xfce-Test Docker Container Quick Start Guide ====== ====== Xfce-Test Docker Container Quick Start Guide ======
  
-If you want to test the current state of Xfce 4.16, you can look at [[https://github.com/schuellerf/xfce-test|xfce-test]], a [[https://hub.docker.com/r/schuellerf/xfce-test|Docker image]] by Florian Schueller which allow you to test git master and to run [[https://github.com/behave/behave|Behave]] (behaviour-driven development).+If you want to test the current state of Xfce 4.16, you can look at [[https://github.com/schuellerf/xfce-test|xfce-test]], a [[https://hub.docker.com/r/schuellerf/xfce-test|Docker image]] by Florian Schuellerwhich allows you to test git master and to run automated [[https://github.com/behave/behave|Behave]] (behaviour-driven development) test scripts.
  
  
Line 10: Line 10:
   * **[[#Stopping xfce-test|Stopping xfce-test]]**   * **[[#Stopping xfce-test|Stopping xfce-test]]**
   * **[[#Uninstalling xfce-test|Uninstalling xfce-test]]**   * **[[#Uninstalling xfce-test|Uninstalling xfce-test]]**
 +  * **[[#Reporting Bugs|Reporting Bugs]]**
  
 [[https://github.com/schuellerf/xfce-test|Xfce Test]] is a Docker/Xephyr environment for testing the latest builds of Xfce. [[https://github.com/schuellerf/xfce-test|Xfce Test]] is a Docker/Xephyr environment for testing the latest builds of Xfce.
Line 79: Line 80:
 ===== Stopping xfce-test ===== ===== Stopping xfce-test =====
  
-''docker stop <ContainerID>'' or ''<ContainerName>'' (ID and name can be found by running the command ''docker ps'')+''docker stop <ContainerID>'' or ''<ContainerName>''  
 + 
 +The ID and name can be found by running the command ''docker ps'' outside the Docker container (i.e. on your local machine).
  
 ---- ----
Line 92: Line 95:
       * Note: you may not want to remove some of these packages if they weren't installed during the xfce-test installation       * Note: you may not want to remove some of these packages if they weren't installed during the xfce-test installation
     * Remove dependencies ( ''sudo apt autoremove'' )     * Remove dependencies ( ''sudo apt autoremove'' )
 +
 +----
 +
 +===== Reporting Bugs =====
 +
 +If you encounter an Xfce bug while running the xfce-test container, please see the [[https://docs.xfce.org/contribute/bugs/start|Reporting Bugs]] page for details on reporting bugs and gathering additional information for developers.
 +
 +If you encounter a bug that is related to the running of the actual xfce-test container, please see [[https://github.com/schuellerf/xfce-test/issues|xfce-test issues]] to file a bug report.