Debian Multimedia :: XFCE4 Shutdown Just Goes To LightDM Greeter

Apr 7, 2015

Since I've made the switch to Systemd, I've been having various problems with LightDM.

The most interesting and frustrating problem is when I choose Shutdown or Restart from the XFCE4 shutdown menu, the XFCE4 session closes but then the lightDM greeter pops back up. The system doesn't even try to shut down.

Its as if restart and shutdown both act the same as the Logout button.

Im running XFCE4 4.12 (but same behaviour on 4.10). I have the latest LightDM and the latest Systemd.

View 2 Replies


ADVERTISEMENT

Debian Multimedia :: Lightdm Login Screen Does Not Bring Up Lightdm-gtk-greeter Dialog Box

May 4, 2015

In Jessie the lightdm login screen does not bring up a lightdm-gtk-greeter dialog box but what seems to be some other one. I can increase the font size by modifying the /etc/lightdm/lightdm-gtk-greeter.conf file, but the login dialog box will not grow to accommodate the larger font (old eyes). The lightdm-gtk-greeter dialog box in Wheezy was a rectangle with a glyph of a console centered in its upper portion, and all the files I have examined indicate that this should be the same in Jessie, but instead the login screen in Jessie displays a narrower rectangle with a head-and-shoulder stylization off to the left.

View 2 Replies View Related

Debian :: Random Images On Lightdm Greeter

Oct 11, 2015

System is Wheezy 7.9 with lightdm and MATE desktop.

I have 128GB SSD with various partitions for operating systems and a separate HDD for the /home folders for each OS. Wheezy is my primary system, the others, apart from the original XP are experimental.

/etc/lightdm/lightdm-gtk-greeter.conf is
Code: Select all#
# background = Background file to use, either an image path or a color (e.g. #772953)
# show-language-selector (true or false)
# theme-name = GTK+ theme to use

[code]....

The problem is that each time I use the Ubuntu system and I change back to Debian, the greeter background contains snippets of whatever was displayed while I was in Ubuntu. What I don't understand is how this can happen, given that the operating systems are installed in separate partitions with separate /home partitions as well. After I have used Debian and restart, the greeter screen is clear, as it should be.URL....

View 4 Replies View Related

Debian Multimedia :: Debian Wheezy Xfce4, No Reboot, No Shutdown?

Sep 3, 2011

i have fresh installed debian wheezy xfce4, and using slim to start it but i can't get reboot, shutdown and thunar can't open flash and others volumes. i using .xinitrc (exec ck-launch-session startxfce4)

View 3 Replies View Related

Debian Multimedia :: Lightdm Loads Twice After Booting Up

Mar 6, 2016

I have an odd issue -- fairly fresh Debian Testing install, using Lightdm.

After booting up, Lightdm starts, and then a moment or two later restarts. As a result, any keystrokes captured by the first run (e.g. the first few characters of my username) are lost. My lightdm log is:

Code: Select all[+0.00s] DEBUG: Logging to /var/log/lightdm/lightdm.log
[+0.00s] DEBUG: Starting Light Display Manager 1.16.7, UID=0 PID=827
[+0.00s] DEBUG: Loading configuration dirs from /usr/share/lightdm/lightdm.conf.d
[+0.00s] DEBUG: Loading configuration from /usr/share/lightdm/lightdm.conf.d/01_debian.conf
[+0.00s] DEBUG:   [SeatDefaults] is now called [Seat:*], please update this configuration

[Code] ....

This log shows me seeing the login screen, waiting for it to restart, and then logging in correctly on the first attempt.

View 0 Replies View Related

Debian Multimedia :: Login Greeter On Wrong Monitor

Apr 7, 2016

I have a laptop connected via HDMI port to different external displays throughout the day. I have configured the displays (Settings > Displays) to turn off the laptop display and set the external display as primary. However, this setting only takes effect after login. Thus, I am unable to see the login screen greeter on my external display because I close the laptop lid, so I am logging in blindly to a gray login screen background.

he issue I am facing is that when I start the laptop with an external display connected, the greeter only appears on the laptop display. The gray login screen background image spans both laptop and external displays and my mouse pointer appears on both displays, so I know both displays are detected and configured as dual displays. But, I am guessing, the laptop display is set as primary while the external as secondary.

I would like to know if there is a way to dynamically switch the greeter between the two displays, regardless of which one is set as primary and secondary. Or, is there a way to configure the system such that if there is an external display connected via HDMI, then it is set as primary, and if no external display is connected, then the laptop display is set as primary?

I have searched all over the net and this forum to no avail. I read a post which required copying the user's ~/.config/monitors.xml file over to /var/lib/gdm/.config/ but this caused my laptop monitor to be turned off at login even when there was no external display connected.

Hardware: Acer Aspire 8730G, Core 2 Duo T9900, 8GB RAM, Nvidia Geforce 9600M GT.
Software: Debian 8.4 Jessie, Gnome 3.14.1, Gallium 0.4 on NV96 (I am assuming this is the Nouveau driver)

Contents of the /etc/X11/xorg.conf file which I generated with the command "Xorg -configure" as root in console mode:

Code: Select allSection "ServerLayout"
   Identifier     "X.org Configured"
   Screen      0  "Screen0" 0 0
   InputDevice    "Mouse0" "CorePointer"
   InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

[Code] ...

I suppose I will continue to login without seeing the greeter on my external display.

View 3 Replies View Related

Debian Multimedia :: Lightdm And MATE 1.8 - Mouse Flickering / Disappearing

Aug 16, 2014

I installed debian 7 with lightdm and MATE 1.8 (from backports) on a new PC.

Since the first day the mose keeps disappearing. For example when I click on something, the mouse disappears and only comes back when I move it. Sometimes it already disappears when hovering over a button (especially annoying when it happens while you try to resize a window).

That problem did not happen for example in LXDE, which I installed just to test that.

I did install MATE 1.8 on several laptops/PCs so far, never hat that problem. Maybe it's because of quite recent hardware?

Code: Select all00:02.0 VGA compatible controller: Intel Corporation Device 041e (rev 06)

View 12 Replies View Related

Debian Multimedia :: Stretch Xfce Lightdm Auto Login

Oct 14, 2015

I'm tried lots of autologin lightdm document. Bu i cant success for auto login.

View 7 Replies View Related

Debian Multimedia :: Failed Script Prevents Lightdm From Starting

Apr 23, 2016

I'm using MATE with Lightdm as display manager in Jessie and I've been using a very simple script run from /usr/share/lightdm/lightdm.conf.d/01_debian.conf to slow down the mouse cursor, something like

Code: Select all#!/bin/bash

xinput --set-prop 10 269 -1

xinput --set-prop 10 267  1.100000
the script was placed in my ~ and called from 01_debian.conf , and so far it used to work.

Lately this script wasn't executed properly, most likely because I had unplugged the mouse from its usb port and then plugged again in a different port, and as a result Lightdm wouldn't start at all.

After much trying, because this by coincidence happened after the update to 8.4, I realized that it wasn't a serious failure of the X server as I suspected (the update included a new version of the flgrx driver), but a simple matter of Lightdm failing because of this script: in fact, I could still manually start the session with startx as regular user, although this only gave me access to a LXDE session instead of MATE (I have also the LXDE environment because when I installed Jessie I did use the LXDE version and then added MATE).

What happened was that the mouse properties were scrambled up, so xinput --set-prop 10 269 -1 had now to be something like xinput --set-prop 10 268 -1 and so on - therefore the script failed and in turns Lightdm failed as well.

-is this supposed to happen when you unplug the mouse and then plug it back in a different usb port? It reminds me of some windows-like behavior, where usb peripherals had to be always in the same port to work properly.

-is Ligthdm supposed to fail because of this, or is it kind of a bug? It looks weird to me that instead of simply not executing the script, the whole display manager fails.

In testing, with an identical setup, as a matter of fact the script failed as well (it's on another partition on the same hardware) but Lightdm started as usual.

-when trying to modify the mouse properties in that script, I couldn't get them right again: what looked correct in the booted system, was once again off at the next reboot (i.e. property 269 was 270 again and so on), therefore I ditched the above setup and placed everything in the .xsessionrc file, and it worked again.

-why startx defaulted to the LXDE environment? where is this setting stored? How could I have specified to start a MATE session instead from command line?

View 5 Replies View Related

Debian Multimedia :: Gnome-shell Does Not Start Logging In Via Gdm3 Greeter

Oct 8, 2015

Some days ago (2015-09-28) I installed Debian testing amd64. Log in as a user failed and instead of the Gnome UI there was a sad face with the text: „Oh no! Something has gone wrong. A problem occurred and the system can't recover.

All extensions have been disabled as a precaution. Log out“.

The relevant output of journalctl (run as root) said:

etc/gdm3/Xsession[5379]: cannot connect to brltty at :0
- /etc/gdm3/Xsession[5379]: Service 'org.kde.kaccessibleapp' does not exist.
- gnome-session[5379]: x-session-manager[5379]: WARNING: Application 'gnome-shell.desktop' killed by signal 5
- gnome-session[5379]: x-session-manager[5379]: WARNING: App 'gnome-shell.desktop' respawning too quickly
- x-session-manager[5379]: Unrecoverable failure in required component gnome-shell.desktop

[Code] ...

After some investigating, I found three work-arounds.

(1) Use gdm3-autologin: In /etc/gdm3/daemon.conf, remove the double crosses and insert own user name
AutomaticLoginEnable = true
AutomaticLogin = <own user name>
Disadvantage: Only one user can have access to the Gnome ui. If you log out, you enter the gdm3 greeter and … see above.

(2) Turn off gdm3 by running 'systemctl stop gdm3' as root, log in into a terminal as a user and run startx.

(3) Install package lightdm and make it to the standard display manager with 'dpkg-reconfigure lightdm'.
Disadvantage: Energy manager and screensaver settings of the Gnome control center are ignored.

The easiest way, however, especially if there are several users, is logging in via the gdm3 greeter.

View 10 Replies View Related

Debian Multimedia :: Gdm Simple-greeter Config Fails, Squeeze Amd64?

Jul 1, 2010

I want to set the login to the old default of having to enter a username,password. I've tried to use the configuration editor to achieve this and have ticked the "disable-user-list" option under /apps/gdm/simple-greeter but it makes no difference, the greeter still starts with a user list. It appears that the default valuef TRUE for this function is overriding my choice, but I'm notre why. My next step appears to be to edit /etc/gdm3/greeter.gconf-defaults to change the default value. I haven't actually tried that yet so not sure if it would work but, even if it does, it doesn't seem a very elegant way of setting this up. Is there some simple way of changing the behaviour back to asking for username first?

I seem to remember the whole login process as being more configurable than it is now, with options to choose backgrounds, allow root accest finystem->administration->login_screen only gives a choice between selecting a user or automatic login of a particular user, with no further options available.On a general note, would the old method not be a more secure default than presenting an unauthorised user with a list of login id's to be tried?

View 3 Replies View Related

Debian Multimedia :: Xfce4 Desktop - Screen Goes Dim After 10 Minutes

Jun 9, 2015

I'm using the xfce4 desktop and I removed the default screensaver. The screen goes dim after 10 minutes and I was wanting to know if there is a config file where I can adjust the time.

Searching synaptic for "screensaver" shows xdg-utils installed which has xdg-sreensaver but I'm not sure if that is really the program that is dimming the screen. Anyway, I couldn't find a way to change the amount of time that it takes to do so.

View 2 Replies View Related

Debian Multimedia :: How To Move Safe From Xfce4 To Gnome 3

Jul 2, 2015

I use debian 8 with xfce. but I have big problem with sound and I want move to default desktop manager gnome 3 in debian . I install many pakages ?

how I can move safe from xfce4 to gnome3...

View 8 Replies View Related

Debian Multimedia :: Xfce4 Panel Bar To Bottom Of Screen

Nov 14, 2015

Upgraded my system and again gnome got messed up. Mate doesn't run on Debian 8 so decided to try XFCE4.

How can move the panel to the bottom of the screen ?

I go to applications -> settings -> panel

I can choose between vertical / horizontal / deskbar.

View 3 Replies View Related

Debian Multimedia :: Compiz Running In XFCE4 On Lenny?

Feb 25, 2010

I have compiz running in XFCE4 on lenny, and when the cube rotates it rotates 2 cubes. Is there any way to change this behavior? I would like a single cube to rotate.

View 2 Replies View Related

Debian Multimedia :: XFCE4 Icon Themes Gone / Not Applying

Mar 9, 2010

I don't know what happened here, but running debian lenny and all of a sudden my icon theme is rodent, a decent chunk of icons are not showing up, and when I go to the icon changing panel they all look the same - like rodent! Icon themes I put in ~/.icons don't show up, and the icons in /usr/share/icons are permission as such:
root:root
755

View 2 Replies View Related

Debian Multimedia :: - Save Configuration Panel Of The Xfce4 ?

Sep 29, 2010

Original tittle, edited for add the tag [SOLVED] on subject How can I save the configuration of panel of the xfce4 ?

I have a pretty panel configured on my xfce4 (debian lenny). How can I save the configuration of my panel ? I'm afraid to lost my configuration in some situation of error.

View 2 Replies View Related

Debian Multimedia :: Gnome Application Alternatives For Xfce4?

Jan 24, 2011

I've been Gnome user since I made switch from Ubuntu to Debian. But now I want to try xfce in Debian, but I do not know well what are alternatives for Gnome applications there. I haven't used xfce since Ubuntu 9.10 (Xubuntu).some alternatives for theese apps:

Archive Manager: (like file-roller)
Text Editor: (like gedit)
Screenshot: (like gnome-screenshot)
[code].....

View 8 Replies View Related

Debian Multimedia :: Xfce4 Power Manager Using Too Much RAM After Jessie Upgrade

May 11, 2015

I recently upgrade from wheezy to jessie. I had a problem with the icons and solved it. Now when i place the xfce4-power-manager-plugin on the panel, the plugin is using more RAM than it needs. Currently its using 960 MiB. Yesterday it used about 3 GiB of RAM. It doesn't happen if the plugin is removed from panel.

Command in task manager:
/usr/lib/x86_64-linux-gnu/xfce4/panel/wrapper /usr/lib/x86_64-linux-gnu/xfce4/panel/plugins/libxfce4powermanager.so 20 20972767 power-manager-plugin Power Manager Plugin Display the battery levels of your device and control the brightness of your display.

View 2 Replies View Related

Debian Multimedia :: Xfce4-governor-plugin - Package Is Missing ?

Oct 18, 2010

I am using xfce in squeeze and I like xfce4-governor-plugin. But this package is missing in debian, pls can you add this plugin to squeeze repository. xfce4-governor-plugin_0.1.0 works in squezze very well.

View 1 Replies View Related

Debian Multimedia :: Squeeze (Xfce4 Archiver) Can't Open Files?

Dec 23, 2010

This is about the Squeeze (0.2.3-8) archiver in Debian Squeeze. I may be missing a dependency, but is Squeeze incapable of opening files inside archives? I created a generic archive with "tar -cvf arxiv.tar file01.txt" and Squeeze segfaults when I try to double click to open the file (file01.txt) stored in the archive (arxiv.tar).

Also, after experimenting with Squeeze on the command line, it seems the "-n" option works, but results in an orphaned gui window; the "-x" option will only extract to a directory which already exists (which is o.k., but should be documented); and the "-d" option doesn't follow the general syntax in the man page "squeeze [OPTION...] [archive name]", which isn't bad, but sure does make it unnecessarily cumbersome to use, and also, the gui runs (blinks for a split section) for no clear reason. Now it would be silly to use command line squeeze over tar, but the man page for Squeeze begins with: "Squeeze - modern and advanced archive manager for Xfce".

I would like a gui archiver/extracter to use with Xfce4 without all the QA problems. Unless I'm doing something really wrong, this software doesn't seem to be ready for release at all, and the upstream version has not changed in a long time.

View 7 Replies View Related

Debian Multimedia :: Xfce4 - Failed To Mount External Hard Drive

May 30, 2015

I can't mount my external hard drive with the graphic interface of my Xfce desktop anymore, since the latest upgrade.

The disk does show up, but when I try mounting it, I get a pop up window telling me that :

Failed to mount "My_Passport". Not authorized to perform operation.

View 12 Replies View Related

Debian Multimedia :: XFCE4.8 Wheezy (Testing) - Duplicates Entries In XFCE Menu?

May 5, 2011

First of all - to refresh icon on desktop i've had to install gamin instead fam (after this, icons on desktop was refresh correctly). I don't know that have connection, but who knows. Anyway - my problem. Things marked as red are duplicated entries in menu. How to simple delete them? Menu are not refreshing too - i unmark "Inne" (Others) in alacarte, but it's still visible.

View 2 Replies View Related

Debian :: Login As Guest Using LightDM?

Mar 20, 2015

I'm trying to login as guest, but this option does not seem to be available even after changing the LightDM configuration file. I'm on Debian Wheezy + XFCE 4.8. My /etc/lightdm/lightdm.conf looks like this:

[SeatDefaults]
#xserver-command=X
#xserver-layout=
#xserver-config=
xserver-allow-tcp=false
#xdmcp-manager=
#xdmcp-port=177

[Code] .......

View 3 Replies View Related

Debian :: Unable To Start / Stop Lightdm

Apr 4, 2016

I'm running Debian 8.4 on a Lenovo W500 laptop and I recently upgraded from kernel version 3.2.0-4 to 3.16.0-4. Since then I encounter issues with lightdm (I suppose) which manifest themselves in two different scenarios:

1) scenario 1: lightdm fails to start.Instead of showing the graphical login screen, the system boots into terminal. Lightdm seems to be running, but I can't enter the X-Session (Alt+Ctrl+F7 doesn't work), nor can I restart the lightdm via

Code: Select all# service lightdm stop
# service lightdm start

dmesg shows the following (I've only pasted the end of dmesg):
Code: Select all[  240.100071] INFO: task kworker/0:2:39 blocked for more than 120 seconds.
[  240.106512]       Not tainted 3.16.0-4-amd64 #1
[  240.112956] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
[  240.119494] kworker/0:2     D ffff880155155a48     0    39      2 0x00000000

[code].....

and /var/log/lightdm/lightdm.log shows errors of type
Code: Select allGtk-CRITICAL: gtk_container_foreach: assertion 'GTK_IS_CONTAINER (container)' failed

when I then try to shutdown via
Code: Select all# shutdown -h now

the OS gets stuck on a message of the form
Code: Select allirq 17: nobody cared

and eventually I have to force a shutdown by holding the poweroff button.scenario 2: lightdm starts, but can't be stopped/In this case I can login and use the system as usual, but when I try to shutdown either via # shutdown -h now, or via the GUI or the power button, the system gets stuck and I have to force a shutdown by holding the poweroff button.It seems that people had similar issues on other distros (see e.g.: URL... but there doesn't seem to be a good fix so far. I can for now solve the issue by downgrading the kernel to 3.2.0-4, but I was wondering if there is a permanent fix.

View 6 Replies View Related

Debian Configuration :: 98% CPU Usage With Browser And LightDM

Jun 19, 2015

Just made a strange discovery, visiting the website: [URL] .... with iceweasel within university's network makes my computer almost unusable. htop's output indicates:

USER: 'root' CPU: '98%' Command: '/usr/bin/X :0 -seat seat0 -auth /var/run/lightdm/root/:0 -nolisten tcp vt7 -novtswitch'

What this meant to be and/or how this could be circumnavigated?

View 0 Replies View Related

Debian Multimedia :: Xfce4-power-manager Doesn't React To Power Button / Fix It?

Jun 4, 2010

I use Squeeze with Xfce. My problem is that recently (after the xfce updates) the xfce power manager doesnt react to the power button - it is set to suspend. I dont have gnome-power manager or anything like it running.
If i reboot the computer, the power button will work but if i suspend and resume, it doesnt work again.
The computer is built on an Asus M3N78-VM mobo (2GB RAM/Athlon3200+ single core).

acpi_listen detects the button press.

Any thoughts?

View 2 Replies View Related

Debian :: Why Doesn't Profile Load At Login With Lightdm

Apr 14, 2016

I have Debian 8.4.0 with lightdm. I'm trying to load some command lines at session startup, putting these in ~/.profile but the file is not loaded. The same procedure works well if I switch lightdm to gdm3.

Anyway, there is some idea to load some script lines at the session startup? The file .bash_profile neither works. I don't want to use ~/.bashrc because it would load every time I open a terminal. Neither to use init.d because it would load for all users.

View 4 Replies View Related

Debian Configuration :: Lightdm Auto-login Error

Dec 18, 2015

I'm working on embedded debian. I do configuration to lightdm for autologin. My device start with autologin but sometimes I see login screen. ı will try it more than 20 times. 17 times its do autologin 3 times not do autologin and show login screen.

Autologin error log.URL...
Autologin log.URL...
Lightdm.conf. URL....

View 0 Replies View Related

Debian Multimedia :: Kde 4.4.5 Can't Shutdown Or Logout?

Aug 5, 2010

I just installed debian unstable with kde 4.4.5 on a new hp desktop. Just about everything is working fine except when I try to logout or shutdown by right clicking on the desktop. No matter which option I choose--logout, shutdown, or restart--the screen goes black and nothing happens. I'm forced to do a hard shutdown or use alt-SysRq-B to reboot. I can reboot or shutdown using the command line when logged into kde.

View 4 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved