Skip to content
This repository has been archived by the owner on Oct 6, 2022. It is now read-only.

"ERROR: No installed desktop packages were detected. Quitting." #45

Open
scottbeamer opened this issue Jun 8, 2021 · 1 comment
Open

Comments

@scottbeamer
Copy link

I installed the daily desktop image, and ran the script and I'm getting an error message:

[sudo] password for scott: 
Rolling Rhino \U0001f98f
  [+] INFO: lsb_release detected.
  [+] INFO: Ubuntu detected.
  [+] INFO: Ubuntu Impish Indri (development branch) detected.
  [!] ERROR: No installed desktop packages were detected. Quitting.
@xordos
Copy link

xordos commented Dec 20, 2021

The script is doing a check to make sure it at least find a DE package. If you know for sure you don't have those package installed and still want to continue the conversion, you can comment out one line and the script will continue instead of quiting.

if [ ${DESKTOP_FOUND} -eq 0 ]; then
fancy_message error "No installed desktop packages were detected. Quitting."
exit 1
fi

Find above sections in the install script around line 103, comment out "exit 1", i.e., change it to "#exit 1"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants