Sponsored Content
Operating Systems Linux Ubuntu Gewtting Unity (or the Panel) to start Post 302541337 by CRGreathouse on Saturday 23rd of July 2011 11:04:41 PM
Old 07-24-2011
Gewtting Unity (or the Panel) to start

For some reason my installation of Ubuntu 11.04 is messed up and Unity doesn't start automatically. I can't find what command I need to start it nor how to make it start at boot time. (Running
Code:
unity

in a terminal gives some output but no GUI.)

What can I do? I'd be happy to go back to gnome-panel if that's easier, but not having any way to see what windows are active or start applications easily is getting to be a pain,
 

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

removing application from the unity menu

Hello I have removed wine but the symbols of it application were in the unity menu (though nothing happened when I clicked on them). How can I remove symbols from the unity menu? (1 Reply)
Discussion started by: programAngel
1 Replies

2. Ubuntu

editing the unity dash main menu

I have indeed succeeded in adding but not to the sub menu Internet, only when I ask for all the application I can see its icon. How can I edit the unity dash manually? Is there a text file for this? Some kind of folder content? I mean I used the app "main menu" and it add it... (4 Replies)
Discussion started by: programAngel
4 Replies

3. What is on Your Mind?

Unity / OSVR Application Developers Wanted

Hey, Anyone working on Unity / OSVR applications? I'm interested in developing a Unity / OSVR app which can be used to visualize a unix filesystem in 3D graphically using VR technology. So far, I'm installed Unity and OSVR server and the OSVR Asset into Unity on macOS. That's about... (1 Reply)
Discussion started by: Neo
1 Replies
FVWM-THEMES-START(1)					      General Commands Manual					      FVWM-THEMES-START(1)

NAME
fvwm-themes-start - FVWM Themes starter SYNOPSIS
fvwm-themes-start [ --session|-s name ] [ --no-start|-n ] [ --fvwm-exe|-e ] [ -- fvwm-args ] DESCRIPTION
This script runs fvwm with FVWM Themes. It should be run under X. Put a call to this script as the last line of your .Xclients, .xinitrc or .xsession file. OPTIONS
--session name - name of the FVWM Themes session. By default it is "main". This allows to have and run different FVWM Themes configuration. --no-start - do not start fvwm, just do preparation for starting it. This is useful to start FVWM Themes with a session manager, see FAQ. --fvwm-exe - changes the default executable, which is fvwm or whatever fvwm-config --fvwm-exe returns. -- everything after -- is passed to FVWM. See the fvwm(1) man page for the fvwm options. EXAMPLES
Most users just should put: fvwm-themes-start as the last line of their .Xclients, .xinitrc or .xsession file. If you want to use FVWM Themes with a real session manager, say GNOME, you need to use the --no-start option and put: fvwm-themes-start --no-start gnome-session as the last lines of your .Xclients, .xinitrc or .xsession file. The session option allows to use FVWM Themes with different configura- tions. Say, you want to use 3 different configurations under a normal FVWM session when FOO test is false, under gnome-session and under a normal FVWM session when FOO test is true. Then, your .xinitrc/.xsession file may look as follows (where $1 is the "first" argument given by startx, or by kdm or gdm ...): ... case $1 in fvwm) if FOO; Then fvwm-themes-start --session special else fvwm-themes-start fi ;; gnome) fvwm-themes-start --session gnome --no-start gnome-session ;; ... other cases ... esac Note that with most session managers (e.g., GNOME or XSM) it is preferable to give "fvwm -f themes-rc" as the starting window manager com- mand in the session manager. COPYING
The script is distributed by the same terms as fvwm-themes itself. See GNU General Public License for details. BUGS
Report bugs to fvwm-themes-devel@lists.sourceforge.net. Fvwm Utility 15/Aug/2000 FVWM-THEMES-START(1)
All times are GMT -4. The time now is 06:15 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy