fleet/docs
Lucas Manuel Rodriguez bb310e685d
Support Ubuntu 24.04 with Xorg (by detecting user's DISPLAY environment variable) (#18996)
#18925 (Should also fix #17660.)

Tests:
- Ubuntu 22.04.2
	- Wayland
		- Works with chrome  
		- Doesn't work with Firefox. 
	- Xorg
		- Works with Chrome.  
		- Works with Firefox. 
- Ubuntu 24.04
	- Wayland
		- Doesn't work with Chrome. 
		- Doesn't work with Firefox. 
- Xorg (when using Xorg it defaults to `DISPLAY=:1`, and with the
changes in this PR it works):
		- Works with Chrome.  
		- Works with Firefox.  
---

How to change between Wayland and Xorg:

- Set `WaylandEnable=false` in `/etc/gdm3/custom.conf` and reboot.

---

How to determine what's running:
```sh
$ loginctl
SESSION  UID USER SEAT  TTY 
      2 1000 luk  seat0 tty2
     c2 1000 luk        

$ loginctl show-session 2 -p Type
# will output
Type=wayland
or
Type=x11
```
---

- [X] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://fleetdm.com/docs/contributing/committing-changes#changes-files)
for more information.
- [X] Added/updated tests
- [X] Manual QA for all new/changed functionality
  - For Orbit and Fleet Desktop changes:
- [X] Manual QA must be performed in the three main OSs, macOS, Windows
and Linux.
- [x] Auto-update manual QA, from released version of component to new
version (see [tools/tuf/test](../tools/tuf/test/README.md)).
2024-05-16 08:39:30 -03:00
..
01-Using-Fleet/standard-query-library Updated 1Password policy to only search 1 level deep for performance reasons. (#18003) 2024-04-04 09:33:17 -05:00
Configuration Use "Fleet's agent (fleetd)" naming in the docs (#18138) 2024-04-29 11:12:03 -05:00
Contributing API design: Add declaration (DDM) profiles for macOS (#18718) 2024-05-02 17:33:06 -05:00
Deploy Style and typo fixes (#19008) 2024-05-16 07:49:39 +09:00
files Add 2023 penetration test (#18375) 2024-04-29 14:39:28 -05:00
Get started FAQ: Add doc link to "How do I contact Fleet for support?" (#18654) 2024-04-30 15:21:32 -05:00
images Migrate deployment guides to articles (#19007) 2024-05-16 07:29:51 +09:00
REST API Recategorize & reorganize /mdm/ REST API endpoints (#18886) 2024-05-10 16:57:06 -05:00
Using Fleet Support Ubuntu 24.04 with Xorg (by detecting user's DISPLAY environment variable) (#18996) 2024-05-16 08:39:30 -03:00
README.md Update positioning in documentation readme and CTA example (#12464) 2023-07-17 12:38:07 -07:00

Fleet documentation

Welcome to the documentation for Fleet, the lightweight management platform for laptops and servers.

You can also read the Fleet docs over at https://fleetdm.com/docs.

Using Fleet

Resources for using the Fleet UI, fleetctl CLI, and Fleet REST API.

Deploying

Resources for installing Fleet's infrastructure dependencies, configuring Fleet, deploying osquery to hosts, and viewing example deployment scenarios.

Contributing

If you're interested in interacting with the Fleet source code, you'll find information on modifying and building the code here.


If you have any questions, please don't hesitate to File a GitHub issue or join us on Slack. You can find us in the #fleet channel.