Remastersys and AVLinux Forum
May 20, 2013, 11:34:09 AM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Remastersys depends on user donations to survive.  Please help keep Remastersys going.

http://www.remastersys.com
 
   Home   Remastersys Home Remastersys downloads Donate Login Register AV LINUX Home Help Search  
Pages: [1]
  Print  
Author Topic: Using MATE Desktop in Ubuntu  (Read 1296 times)
0 Members and 1 Guest are viewing this topic.
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« on: May 29, 2012, 09:01:46 AM »

If you want to use MATE as your default desktop you will notice that the installer icon does not show up in the menu or on the desktop.  This is due to the way that the ubiquity-gtkui.desktop has been setup by the ubuntu developers.  Mate needs to be added to the OnlyShowIn line and the script below will do that for you as well as copy your settings from the original user with the uid of 1000 and then run the remastersys dist.  The script needs to be run as root or with sudo.  I called mine "prepremaster" and put it in /usr/local/bin/


Code:
#!/bin/bash

apt-get install ubiquity-frontend-gtk

sed -i -e 's/OnlyShowIn=/OnlyShowIn=MATE\;/g' /usr/share/applications/ubiquity-gtkui.desktop

user=`cat /etc/passwd | grep ":1000:" | awk -F ":" '{print $1}'`
echo $user

remastersys-skelcopy $user

sleep 1

remastersys clean

sleep 1

remastersys dist


If you don't want it to run the remaster or copy settings then just use the following script before your run remastersys and run it as root or with sudo.

Code:
#!/bin/bash

apt-get install ubiquity-frontend-gtk

sed -i -e 's/OnlyShowIn=/OnlyShowIn=MATE\;/g' /usr/share/applications/ubiquity-gtkui.desktop

Logged

Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
tommaso
Jr. Member
**
Offline Offline

Posts: 16


« Reply #1 on: April 25, 2013, 02:35:21 AM »

Hi,

I'd like to ask if with Mate and MDM it is possible to have autologin in casper just like in gdm, lightdm, lxdm etc. I've looked in
Code:
/home/remastersys/remastersys/ISOTMP/casper/initrd.gz/initrd/scripts/casper-bottom/15autologin
but there's no line about mdm. In fact, after the creation of the iso with
Code:
sudo remastersys dist
the live session asks to prompt the login. Am I doing something wrong, or simply casper does not support mdm?

Thank you very much!

tommaso
Logged
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #2 on: April 25, 2013, 07:28:54 AM »

Ubuntu's casper does not support mate.
Logged

Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!