Remastersys and AVLinux Forum
May 18, 2013, 08:53:58 PM *
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: Some problems in remastering ubuntu 12.04  (Read 1839 times)
0 Members and 1 Guest are viewing this topic.
hh
Guest
« on: May 15, 2012, 01:59:32 PM »

hello

i have some problems in remastering Ubuntu 12.04 with dist mode:
  • the Livecd Splash image the i choosed doesn't appear when booting the CD
  • how can i make the session i want as default?like xfce or gnome-fallback..
  • in some computers, when booting the iso to the desktop, it displays: cannot find session: Ubuntu? i know this is because i remove unity from my distro,but how can i let him go to gnome-fallback as example?

at the end i am really happy because there is a program like remastersys in Linux Yahoo
thanks Howdy
Logged
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #1 on: May 15, 2012, 05:03:35 PM »

A quick search of the forum area would have found you almost all of your answers but I'm not a stickler for RTFM so I'll answer it al l here for you.

1 - Splash image - make sure it is a 640x480 png file and then you can browse with your file manager to /etc/remastersys/isolinux/splash.png to make sure it is the one you wanted.

2 - Setting default session for lightdm:
Code:
/usr/lib/lightdm/lightdm-set-defaults
Wrong usage of the command
Usage:
  lightdm-set-defaults [OPTION...] - set lightdm default values

Help Options:
  -h, --help                  Show help options

Application Options:
  -d, --debug                 Enable debugging
  -k, --keep-old              Only update if no default already set
  -r, --remove                Remove default value if it's the current one
  -s, --session               Set default session
  -g, --greeter               Set default greeter
  -a, --autologin             Set autologin user
  -i, --hide-users            Set greeter-hide-users to true or false
  -m, --show-manual-login     Set show-manual-login to true or false
  -l, --allow-guest           Set allow-guest to true or false
so you would do:
sudo /usr/lib/lightdm/lightdm-set-defaults -s XFCE   <---that is if the /usr/share/xsessions/XFCE.desktop session is the one you want.
What you need to do is look in /usr/share/xsessions/ for the .desktop file that you want to use as your default and just remove the .desktop from the name when you set it for lightdm

3 - when you fix #2 it will fix #3 as they are the same issue.

Glad you like remastersys!
Logged

Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
hh
Guest
« Reply #2 on: May 16, 2012, 05:50:07 PM »

Cool! thank you Smile
i have another problem after installing, if i choosed the French language during installation, when it finish, the system is in English not in French Not-I
Logged
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #3 on: May 16, 2012, 06:24:32 PM »

That is an issue with Ubuntu's installer as it is fully responsible for the install unless your original system was English.

Was your initial system French or English?  If it was English then this may be why as the settings were copied over.
Logged

Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
hh
Guest
« Reply #4 on: May 16, 2012, 08:12:24 PM »

when i begin remastering, my system was in English, but if i choosed any other language during installation even that it still English after installation... Not-I
Logged
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #5 on: May 16, 2012, 08:15:11 PM »

The default for the live system is English.  If you want another language, then you have to modify the live boot to boot into the language of your choice.

If your original system was English and you copied the settings to /etc/skel then when you install it the new system will be English.
Logged

Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
hh
Guest
« Reply #6 on: May 16, 2012, 08:19:31 PM »

aha, so what is the config file in my home that i shall not copy it in to skel file? because i do that all time Smile
thx
Logged
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #7 on: May 16, 2012, 08:27:17 PM »

That depends on your desktop environment.  They all store things differently.  You'll have to check them yourself and figure it out.  I only ever use the default English so I have no idea.  Maybe someone else that reads this thread can chime in if they know but I have no clue when it comes to different languages and settings.
Logged

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

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #8 on: May 16, 2012, 08:28:44 PM »

what you could do to try and find out is like so:

sudo grep -R "en" /etc/skel

You will get a lot of hits due to it being common but you should be able to figure it out.
Logged

Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
hh
Guest
« Reply #9 on: May 17, 2012, 08:36:07 AM »

i love you  Yahoo
by the way, can i have remastersys 3.0.3 packages here? because the website and the repo are forbidden in my country  Sad sorry for asking here but the new thread is closed  Wizard
Logged
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #10 on: May 17, 2012, 09:17:07 AM »

How are you able to come here to the forum if the website and repo are off limits to you?  This all resides on the same server under the same base URL.



[attachment deleted by admin]
Logged

Please attach your remastersys.log for the system you are asking for help on as it helps me assist you much quicker.
hh
Guest
« Reply #11 on: May 17, 2012, 03:29:10 PM »

i use tor  Wink
thank you for the packages Yahoo
Logged
hh
Guest
« Reply #12 on: May 17, 2012, 08:12:07 PM »

ok, this time i use 3.0.3... and after installing my distro i tried to change the language from system settings, but when i do that, and i reboot and login, i still see English!! and there is some programs that i have not add it to the apps menu in gnome shell are appearing:

in gnome-classic it is not..  Cry
Logged
fragadelic
Administrator
Hero Member
*****
Offline Offline

Posts: 3920


Remastersys Developer and Founder


WWW
« Reply #13 on: May 17, 2012, 08:19:14 PM »

I believe all your problems are related to your desktop choices and settings and have nothing to do with remastersys.  Take a look at /usr/bin/remastersys and you will see what it does.  It is a simple bash script that makes no changes to your system.  You get exactly what you put in.

If you have tried different desktops on your system then you may have an issue with your menu structure.

The apps you are showing do exist on your system and their menu files are found in /usr/share/menu/  Those look like the standard X11 apps and were installed already.  Most modern desktops don't show any items from /usr/share/menu/ and only use /usr/share/applications

I don't use gnome3 at all so I can't tell you how to correct that.  You should probably ask around the ubuntu forum for that.
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!