install LXQt on Ubuntu 14.04 missing default window manager

All questions and problems regarding the installation and upgrades of LXDE from USB Stick, Live CD or Web.
Locked
hughparker1
Posts: 8
Joined: Wed May 14, 2014 12:49 am

install LXQt on Ubuntu 14.04 missing default window manager

Post by hughparker1 »

intalled t on Ubuntu 14.04 then LXQt by following commands...

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:lubuntu-dev/lubuntu-daily
sudo add-apt-repository ppa:gilir/q-project
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install lxqt-metapackage
sudo apt-get install lxqt-panel

reboot and click small circle to chose LXQt login option

message displayed:
please select your default window manager
other... chose your favourite one.
you will be able to change this at any time through
Preferences > Session settings > Basic Settings

Unable to select window manager, is system looking for openbox or PCManFM-Qt ? not sure what to do here.

I am completely new to linux so if someone could explain how to fix this I would be grateful. is there an easy command line I can use in the terminal?

any help would be appreciated

Hugh
Rex Bouwense
Posts: 1093
Joined: Sat Aug 27, 2011 5:44 pm
Location: Sierra Vista, Arizona USA
Contact:

Re: install LXQt on Ubuntu 14.04 missing default window mana

Post by Rex Bouwense »

Welcome to the LXDE forum. I am not sure of your question. The default Window Manager for Lubuntu or Ubuntu with LXDE (which essentially is Lubuntu) is Openbox. (PCManFM is the file manager.) If it is not installed (for some reason) you can install it from the terminal:

Code: Select all

sudo apt-get install openbox obconf
or the Synaptic Package Manager.
Rex
hughparker1
Posts: 8
Joined: Wed May 14, 2014 12:49 am

Re: install LXQt on Ubuntu 14.04 missing default window mana

Post by hughparker1 »

Thanks Rex for your prompt reply, I did as you suggested and after restart, I was able to select LxQt at the login screen.

Much obliged for your help. regards, Hugh
Rex Bouwense
Posts: 1093
Joined: Sat Aug 27, 2011 5:44 pm
Location: Sierra Vista, Arizona USA
Contact:

Re: install LXQt on Ubuntu 14.04 missing default window mana

Post by Rex Bouwense »

Great Hugh, if you are satisfied with the answer please mark your thread as solved by checking the green check mark above. Stick around and provide help to others if you can. We always appreciate new members to the forum.
Rex
Locked