Ubuntu :: How To Extend Login Session
Jan 16, 2011
I'm running xubuntu 10.10 on an old toshiba P3 laptop and I'm very new to linux but am learning day by day. How can I either extend the login session or stop it auto logging me out as I want to leave a program running continuously. I've searched all over the web but can't find anything.
View 5 Replies
ADVERTISEMENT
Mar 14, 2011
Is it possible to remote login (x -session) to a second computer( first time) from a first computer.
OS : Ubuntu 10.10
View 1 Replies
View Related
Mar 15, 2010
Just recently I noticed that I suddenly couldn't open any folders, just getting a message in my bar saying it was opening the folder, then it'd immediately close. I also could not right click on my desktop. I removed and then reinstalled Nautilus, then reboot, but now my problem has worsened.
I can no longer select a session type at the login screen, and after logging in I just get a small terminal window in the top left of my screen while the rest is the background for the gnome login screen.
View 4 Replies
View Related
May 31, 2010
I'm creating a new thread based on this post by batagy:
[URL]
Quote:
So I have running x11vnc as service without any problem (running on Solaris 10 and SLES10 too). I'm using the x11vnc's inbuilt "user chooser" screen (that little black screen), these command line options:
x11vnc -inetd -unixpw -users unixpw= -display WAIT:cmd=FINDCREATEDISPLAY-Xvnc.xdmcp -env X11VNC_CREATE_GEOM=1248x900 (plus a couple of other options that are not interesting here)
My question is related to the wanted VNC screen size. By default, I set the defauls screen size to 1248x900, as can be seen above.
Currently , when a user want to personalize his/her screen size to be started, he can do it this way: when the small black authentication window is appearing first, after his username, he's entering a colon, then specify the wanted resolution in this format: geom=1600x1200.
My question: is it possible somehow to set automatically the preferred screen size, without entering this ":geom=1600x1200" string in the authentication window? I mean to set it per user, without modifying the service options. I mean, for example setting the X11VNC_CREATE_GEOM or FD_GEOM variables in the user's home ".profile" for example?
View 9 Replies
View Related
Jul 17, 2010
I have installed openbox on ubuntu 9.10 by this
Code:
https://help.ubuntu.com/community/Openbox
Code:
[code]....
View 1 Replies
View Related
Jan 8, 2010
I like very much the Guest Session feature of Karmic, it comes very handy when someone needs to use your computer. However, it's only available if I'm already logged in, it won't show this option at login screen. Is there any way to make this possible? Also, I once tried the guest session and configured its appearance to my taste. The next time I entered, though, the default desktop reappeared. I know this happens because no setting is permanently stored for this session, so the only solution I can think of is to change the default configuration it is loaded from.
View 4 Replies
View Related
Jun 7, 2010
Adding Firefox add-ons to Guest Session?I wanted to include Add-on to Ubuntu Guest Session Firefox.Is there a proper or better way to do this? Procedure I used was as follows
1. Login to Ubuntu to a user account with sudo privileges (later sudoer account).
1. Switch to Guest Session
2. Install relevant Add-ons
3. Check what the home folder of the Guest Session is. It should be something like /tmp/guest-home.xxxxxx where xxxxxx = six random characters.
4. Switch to sudoer account
5. Open terminal and type
Code:
gksudo nautilus
[code]....
I tested this with Flashblock and it seemed to work. I also admit that since I did the thing for the first time it was not that straight forward for me, but above procedure should work. With quick Googling I was unable to find straight forward method. There is a way to install Add-ons to all users from command line using -install-global-extension but this was not what I wanted to do. I wanted the Add-on just for the temporary guest account.
View 4 Replies
View Related
Sep 26, 2010
I am unable to change session type when not requiring passord on login.
How requiring password was changed:
System/Administration/Users and Groups
Clicked on my User
Clicked "Change" next to "Password: Asked on login"
Checked the checkbox for "Don't ask for password on login"
OK'd, everything
Please try this yourself as it might be hard to understand. But the option to change session type (ie: Gnome failsafe instead of reguar Gnome) is only visable along side with the password field.
Is it possible to make the session type setting visable without requiering password on login?
View 3 Replies
View Related
Oct 20, 2010
I learned how to do this on the 'net somewhere. This HowTo will help you create an account on the login screen that will log in the same guest-session seen in the user menu. The advantage of this is that it will be an easily accessible guest account, while not preserving any files or changes on logout, and a higher security model for the account. Confirmed to work on 10.04 - 10.10, but the directions are for 10.10
1. Under an existing administrator account, go to the menu entry System --> administration --> Users and Groups.
2. Click Add. you may need to provide a password at this point. Name your new user anything you would like, except guest. The account cannot be called guest, but visitor does nicely. encryption of the account is not needed. This account will be a "booster" account to guest-session.
3. On the next screen, enter a password, and make sure that you click the check box "Don't ask for password on login", Click OK to finish.
4. As an extra precaution, click Advanced settings, when back on the Users and Groups screen, and on the User Privileges tab, uncheck Monitor System Logs.
5. Exit the Users and groups menu, and then log out and into your new account.
6. Once there, make a folder called GuestManager, and in that folder, make a plain text file called Guestmanager.sh, with this code in it :
Code:
#!/bin/bash
# Launches the guest session
/usr/share/gdm/guest-session/guest-session-launch
# Logs the user when done
/usr/bin/gnome-session-save --logout
7. Save that and then right click on it, go to properties, and then go to the permissions tab. On this tab, click "allow executing file as program", and then close that window.
8. Open the menu entry System --> Preferences --> Startup Applications, and once there, turn off all the startup applications, and then click add. Fill in the name and comment as GustManager, and for the command, enter /home/visitor/GuestManager/GuestManager.sh, where visitor would be the name you picked for the account in step 2. click add, then close
9. Delete all applets and extra toolbars (might want to leave the main gnome menu), and set the background to black or something else bland, and log out. Since this account is just a "booster" none of these toolbars and such will be needed, so removing them saves memory and load time.
View 3 Replies
View Related
Jun 21, 2011
i am wondering if it is possible to do this all i can find with google is idea proposals and brainstorms i know i could make a separate account and call it guest user bu that user would get to keep data/settings where as a guest session places a temporary account in the /tmp folder which combined with a ram disk for /tmp would result in some really fast performance since i use a ssd for / which would make the traditional hdd only used for /var also since /tmp would be a ram disk it would be like the guest is using a live cd with security restrictions and performance enhancements on top of this there would be no trace of the guest on my computer after shutdown
View 4 Replies
View Related
May 1, 2009
I have successfully hosted eGroupware on my server and I am happy to having EGW its really very handy to use for my organisation.
But I have a problem when ever I want login into EGW, on top of the login window I am still getting 'Your session could not be verified' the error. I am really not understand why this is coming even my EGW is working perfectly as per my understanding. But I am sure may be I have done a mistake either time of installation or configuration.
View 1 Replies
View Related
Dec 1, 2010
I have just installed a version of 32 bits Lucid LTS on a server box. I would like to setup a VNC service so that I will be able to login to the server with VNC viewer and spawn a gnome-session. I ran the following command:
Code:
apt-get install ubuntu-desktop
apt-get install Xvnc xinetd
I was in front of the server and make sure that I can start a gdm locally. Then, I added Xvnc service to xinetd following the guide here: {URL] I was only using a session, and /etc/xinetd.d/Xvnc is as follow:
Code:
service Xvnc
{
type = UNLISTED
disable = no
socket_type = stream
protocol = tcp
wait = yes
user = root
server = /usr/bin/Xvnc .....
After all, I restart gdm by "/etc/init.d/gdm restart". When I try to start a VNC connection from another machine, I can see Xvnc running successfully. But XDMCP does not run properly and I cannot see a traditional ubuntu login screen. I am sure that port 177 UDP is opening by looking at the output of "netstat -anp".
View 5 Replies
View Related
Jun 29, 2011
Is there a way (In the terminal or script file) to change the session during login? The login screen I have in Ubuntu 10-10 only allows for name and password, no other options. Is there a way to change the login screen? I downloaded some new login screens but don't know how to change the current gnome.desktop session to something else and I DON'T want to get stuck in another login "Twilight Zone"
View 4 Replies
View Related
Aug 2, 2011
Basically, the problem is, we have a bunch of computers in a computer lab, that we want to students to access, but not modify in ANY way. That includes backgrounds or whatnot. And after restart, any changes they may have made, change back. Also, they can't have read access to the administrator account on the computer.
This needs to give a permission denied, or something:
Code:
cd /home/(admin account username)
ls
The Guest Session is exactly what we are looking for, but try as I might, I can't get it to work. Because, we don't want to have to login as administrators, then activate guest session, just for our students to use the computers. The idea being, we can leave the computers in there, and not worry about the students breaking anything.
One thread I tried was: [URL]. However, using his method, will log the student into the account, and after about 5 seconds, log them back out.
The other method listed lower in the thread,
Code:
/usr/bin/guest-session
Seems to work, but upon logging out, fails to launch the gdm
Only way to restore is restarting the computer.
View 9 Replies
View Related
Sep 1, 2011
Recently I deleted files from my root/share folder in an attempt to remove a program which had made the system virtually unusable. Upon reboot of the system I accessed the partition I had just edited and I found that I was unable to login using the login manager, every time I hit login it just returns me to the same screen displaying the message: unable to start session.
View 3 Replies
View Related
Nov 12, 2015
I'v debian with xfce, how can I automatically insert my user at login screen?? ...and what's the name of the program that start the login screen and maybe change it??
View 2 Replies
View Related
Apr 4, 2016
I have installed both GNOME and Cinammon Desktop Environments in Debian, using the latter as default. I would like to switch to GNOME DE, but there's no session menu (as in Ubuntu/Mint...) available at login.
View 9 Replies
View Related
Apr 6, 2010
How I can remotely login to current open user session with Free NX?
OpenSuse 11.2 64bit, NX-3.2.0-26.1.x86_64
FreeNX-0.7.2-27.1.x86_64
View 6 Replies
View Related
Oct 10, 2010
After upgrading my netbook (Eee 1005HA) from Ubuntu Lucid to Maverick, I can log in okay, but it crashes back to the login screen a couple of minutes after logging in, after the desktop has loaded. I haven't been able to find anything in syslog/dmesg/etc. about why this is happening, but it isn't happening on my other laptop which I just upgraded to Maverick as well.
Edit: memtest86+ showed no errors and the live USB desktop works fine.
View 9 Replies
View Related
Jun 30, 2011
If I log out of my initial login session, the login w/ username+password screen is *sometimes* shifted to the right (so that the power icon on the bottom right is off-screen, and I have a black column on the left). When I log back into an account, the same shift *sometimes* happens, independent of whether or not the login screen was shifted. User switching *sometimes* results in the same behavior (it's not just logging in and out).
I have also logged in using a different desktop manager (openbox), and have had no issues (so far) with shifted graphics. Logging back out from openbox, the login screen still *sometimes* has the shift.
View 1 Replies
View Related
Feb 8, 2010
I have GShutdown 0.2 on ubuntu .when i put it on with some time it is just restarting the session and going directly to login window. "sudo shutdown -P -- --" is working properly so why the GShutdown 0.2 is not??
View 1 Replies
View Related
Mar 19, 2010
I've a smart card reader and a certificate (DNe). I'd like to use the certificate in the sc to login session (Opensuse 11.2 and Kubuntu 8.04).I've seen some modules (pam_pkcs11, pam_p11) but not able to configure them. Please, can any tell me what do I have to do for using my smart card to login KDE/Gnome Session?
View 2 Replies
View Related
Jan 12, 2010
I was working normally and the GUI just failed, all I could still see were any open windows. I rebooted the machine from tty1 and now I can't login anymore under my normal user accounts.
I enter my credentials, it appears to login, and immediately goes back to the login screen. Note that under tty1 I can still login with my user account and do everything.
I can still login with root in the gui.
/var/log/messages says this
Code:machine checkproc: checkproc: can not get session id for process 9839!
View 9 Replies
View Related
Nov 11, 2010
How to start a remote login session from script to any server?
View 1 Replies
View Related
Jul 30, 2010
I installed goblin by run GoblinUI.ymp and logged out.
After I logged out, I chose meego as session type and tried to login again.
I entered correct password, but when I press enter after type password , display change to black and got some message and backed to login session again.
On the other hand, I succeed in running MeeGo Live CD(1.0.1 build 1.4).
I wrote MeeGo Live CD image on USB Flash Driver by using Win32 Disk Imager, and boot that one successfully, although it has some flaw.
Network Settings Window is stuck in workspace and can't move or close, so it cover other appication's window. Internet on toolbar is broken, so I have to run FireFox in application toolbar to use internet.
I'm using Netbook based on Atom CPU and GMA.OpenSUSE installed in my netbook is installed by KDE Live CD image.
Should I Use Gnome to use Goblin, because MeeGo is using Gnome? Or.... what is problem make Goblin doesn't work?
View 3 Replies
View Related
Jun 1, 2011
I got a workstation with openSuse 10.3 pre-installed. After I did the Online Update from YaST2 and rebooted the machine as requested by YaST2, the system came to fail starting up an X session.
Below are excerpts of the message appeared on the screen at the end of the boot process. (I transcripted it from the screen by hand.)
Code:
Waiting for mandatory devices: eth1 __NSC__
10 9 8 7 5 4 3 2 1
eth1 devices: Intel Corporation 82573L Gigabit Ethernet Controller
eth1 DHCP4 client (dhcpcd) is running
[Code].....
what is causing the failure of the X session and how to fix the problem? I would be glad if you give me any hints or pointers.
View 9 Replies
View Related
Nov 1, 2010
I have centos 5.3 i got the login screen but after logging shows error as-- your session only last less than 10 seconds . if you have not logged out yourself tyhis could mean that there is some installation problem or that you may out of disk space .try logging with one of fail session.
views details:
There is lot of space in hardisk and tmp.
View 1 Replies
View Related
May 1, 2010
I have a problem with my graphic interface, it wont work any more, its just black i cant type password and login to get in the session, what can i do ?
View 9 Replies
View Related
Feb 7, 2010
finally i found the script for telnet automated login session...<<Mod edit: questionable link removed>>
View 4 Replies
View Related
Jul 21, 2010
I've been using ubuntu for months now and it was really frustrating dealing with hardware issues. Just when I thought everything's going ok, today, when I boot up, I am greeted by the following error: "Ubuntu is running in low-graphics mode your screen, graphics card, and input device settings could not be detected correctly, you will need to configure these yourself."
Selecting "run in low graphics mode for one session" doesn't work. It looks like it's loading something but nothing. I tried various options like "reconfigure X" and none of them works. I can login the console find though. I have a backup from a month ago but I've changed a lot since then.
Ubuntu 10.04
HP G61 laptop
ATI Radeon HD 4200
View 1 Replies
View Related