PINE64
[2/5/2016][DEPRECATED]Script to automate GUI installation on Ubuntu - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+--- Thread: [2/5/2016][DEPRECATED]Script to automate GUI installation on Ubuntu (/showthread.php?tid=665)

Pages: 1 2 3 4


[2/5/2016][DEPRECATED]Script to automate GUI installation on Ubuntu - Terra854 - 04-17-2016

***************************************************************ALERT***************************************************************
          THIS TOOL HAS BEEN DEPRECATED. PLEASE USE THIS NEW TOOL TO INSTALL A GUI ON UBUNTU. THIS THREAD IS FOR ARCHIVE PURPOSES ONLY
***********************************************************************************************************************************

Hey guys. I have coded a shell script to install a gui on your Pine64 Ubuntu installation.

https://github.com/Terra854/pine64-ubuntu-gui

Currently, the script is in beta, which means that there might be problems introduced after running the script. If there is problems and you are able to come out a fix for it, I will certainly welcome you to create a pull request in my repository.

Changelog:

-----17/04/2016-----
- Initial Release

-----20/04/2016-----
- KDE now starts automatically after Kubuntu is installed

-----24/04/2016-----
- Major changes to the script that will now install a more complete environment rather than the bare minimum of components.

-----25/04/2016-----
- The 'fix-whatever' shell script by longsleep will now execute automatically after the environment is installed
- Root is now required in order to execute the script

-----05/02/2016-----
- Included new drivers
- Included new software for Lubuntu installation.



RE: [BETA] Ubuntu GUI Installer Tool - nomadewolf - 04-17-2016

Just my 2 cents...
The title makes it look like you made a graphical application to install Ubuntu on the Pine.
I would change it to something like: "Script to automate DE installation on Ubuntu"


RE: [BETA] Ubuntu GUI Installer Tool - Terra854 - 04-17-2016

(04-17-2016, 04:47 AM)nomadewolf Wrote: Just my 2 cents...
The title makes it look like you made a graphical application to install Ubuntu on the Pine.
I would change it to something like: "Script to automate DE installation on Ubuntu"

Thanks for the tip. I've changed the title accordingly.


RE: [BETA] Script to automate GUI installation on Ubuntu - Luke - 04-18-2016

There is a script to install mate already included with longsleep's img. What 'gui' did is this ?


RE: [BETA] Script to automate GUI installation on Ubuntu - Terra854 - 04-18-2016

(04-18-2016, 03:54 AM)Luke Wrote: There is a script to install mate already included with longsleep's img. What 'gui' did is this ?

Well, it let's you choose between the default Unity desktop, KDE, Xfce, LXDE, GNOME, MATE and Ubuntu Studio. So you can consider this as an extension of the install-mate-desktop.sh script.


RE: [BETA] Script to automate GUI installation on Ubuntu - Luke - 04-19-2016

(04-18-2016, 05:15 AM)Terra854 Wrote:
(04-18-2016, 03:54 AM)Luke Wrote: There is a script to install mate already included with longsleep's img. What 'gui' did is this ?

Well, it let's you choose between the default Unity desktop, KDE, Xfce, LXDE, GNOME, MATE and Ubuntu Studio. So you can consider this as an extension of the install-mate-desktop.sh script.

Ah, that is very neat. KDE ? Rly ? does that even run on the Pine64?


RE: [BETA] Script to automate GUI installation on Ubuntu - Terra854 - 04-19-2016

(04-19-2016, 03:56 AM)Luke Wrote:
(04-18-2016, 05:15 AM)Terra854 Wrote:
(04-18-2016, 03:54 AM)Luke Wrote: There is a script to install mate already included with longsleep's img. What 'gui' did is this ?

Well, it let's you choose between the default Unity desktop, KDE, Xfce, LXDE, GNOME, MATE and Ubuntu Studio. So you can consider this as an extension of the install-mate-desktop.sh script.

Ah, that is very neat. KDE ? Rly ? does that even run on the Pine64?

Yup! It's working fine (apart from the HDMI overscan issue which I am not sure when it is going to be fixed)

[Image: 20160420_002630_1.jpg]

KDE can't start automatically as kdm is missing in the Ubuntu arm64 archive. You can only start it manually by typing 'startx' in the command line.


RE: [BETA] Script to automate GUI installation on Ubuntu - Luke - 04-20-2016

(04-19-2016, 10:45 AM)Terra854 Wrote:
(04-19-2016, 03:56 AM)Luke Wrote:
(04-18-2016, 05:15 AM)Terra854 Wrote:
(04-18-2016, 03:54 AM)Luke Wrote: There is a script to install mate already included with longsleep's img. What 'gui' did is this ?

Well, it let's you choose between the default Unity desktop, KDE, Xfce, LXDE, GNOME, MATE and Ubuntu Studio. So you can consider this as an extension of the install-mate-desktop.sh script.

Ah, that is very neat. KDE ? Rly ? does that even run on the Pine64?

Yup! It's working fine (apart from the HDMI overscan issue which I am not sure when it is going to be fixed)

[Image: 20160420_002630_1.jpg]

KDE can't start automatically as kdm is missing in the Ubuntu arm64 archive. You can only start it manually by typing 'startx' in the command line.

dont know if its a problem on my end, but I cannot see the picture you posted Sad


RE: [BETA] Script to automate GUI installation on Ubuntu - Terra854 - 04-20-2016

(04-20-2016, 03:36 AM)Luke Wrote:
(04-19-2016, 10:45 AM)Terra854 Wrote:
(04-19-2016, 03:56 AM)Luke Wrote:
(04-18-2016, 05:15 AM)Terra854 Wrote:
(04-18-2016, 03:54 AM)Luke Wrote: There is a script to install mate already included with longsleep's img. What 'gui' did is this ?

Well, it let's you choose between the default Unity desktop, KDE, Xfce, LXDE, GNOME, MATE and Ubuntu Studio. So you can consider this as an extension of the install-mate-desktop.sh script.

Ah, that is very neat. KDE ? Rly ? does that even run on the Pine64?

Yup! It's working fine (apart from the HDMI overscan issue which I am not sure when it is going to be fixed)

[Image: 20160420_002630_1.jpg]

KDE can't start automatically as kdm is missing in the Ubuntu arm64 archive. You can only start it manually by typing 'startx' in the command line.

dont know if its a problem on my end, but I cannot see the picture you posted Sad

Here is the image

Alright folks, the installer script has been updated. The reason kdm is missing is because kde has deprecated kdm in favour of sddm as it's new display manager, so it got removed from the Ubuntu archives. I have changed the code so that sddm is installed during Kubuntu installation. Now, KDE should start automatically during boot.


RE: [20/04/2016][BETA]Script to automate GUI installation on Ubuntu - Terra854 - 04-24-2016

Hello everyone.

The script has now been updated. This update includes major changes to the script that will now install a more complete environment rather than the bare minimum of components.

Github link is in the first post.