> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://support.workstatus.io/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# How to give Workstatus screen capture permissions over Linux Fedora

How to give Workstatus screen capture permissions over Linux Fedora


To ensure that Workstatus is able to capture screenshots of your screen, you will need to grant our app access.

Please follow the steps below to do that:

Give Workstatus screen capture permissions :

1. open terminal >>Enter command :  
* sudo nano  /etc/gdm/custom.conf
if above command is not working then follow below cammand
* sudo nano  /etc/gdm3/custom.conf

###### ![](https://storage.crisp.chat/users/helpdesk/website/f3e4eb6758a66800/image_1y9wruh.png)

2. change     #waylandEnable=false   to  waylandEnable=false      (i.e remove #, hashtag)

###### ![](https://storage.crisp.chat/users/helpdesk/website/f3e4eb6758a66800/image_48tde7.png)

###### ![](https://storage.crisp.chat/users/helpdesk/website/f3e4eb6758a66800/image_14pgs7y.png)

3. Press key Ctrl+X >> now Press Key Y

4. Restart the system 