Debian Jessie environnment is broken

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
-2
down vote

favorite












I have a Debian 8.10 Jessie installed on my laptop and since this morning, my environnment behaviour is completely broken : ALT+TAB doesn't work, ALT+F4 doesn't work, I can't move, close or adjust the size of my application (So I just can't close my Firefox window), right clicking on my firefox don't work, I can't see my top bar with my apps and system options.



I tried (from this) with no success with startx not working:



sudo apt-get update
sudo apt-get upgrade #see if the package is held back
sudo apt-get purge gnome-session
sudo apt-get install gnome-session
startx


I also tried sudo apt-get dist-upgrade and apt-get install gnome-accessibility-themes and rebooting multiple times but nothing works.
I found sudo apt-get install compizconfig-settings-manager but I have an error of package not found despite having non-free indicated in my /etc/apt/sources.list



I'm out of solutions here :(



.xinitrc :



#!/bin/sh# /etc/X11/xinit/xinitrc
## global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script.
/etc/X11/Xsession


.xseesion-errors (I remove a lot of files errors output cause it would have made a very long message ):



 Xsession: X session started for charles at samedi 10 février 2018, 17:21:17 (UTC+0100)
localuser:charles being added to access control list
openConnection: connect: Aucun fichier ou dossier de ce type
cannot connect to brltty at :0
/usr/bin/x-session-manager: X server already running on display :0
xfce4-session-Message: ssh-agent is already running; starting gpg-agent without ssh support
xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
xfsettingsd: No window manager registered on screen 0.

(xfsettingsd:1773): xfsettingsd-WARNING **: Failed to get the _NET_NUMBER_OF_DESKTOPS property.

(xfce4-session:1761): Wnck-CRITICAL **: wnck_workspace_activate: assertion 'WNCK_IS_WORKSPACE (space)' failed

(zeitgeist-datahub:1966): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(zeitgeist-datahub:1966): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

** (terminator:1774): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.
nm-applet-Message: No keyring secrets found for ABOX/802-11-wireless-security; asking user.

** (terminator:1775): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.

--------- A lot of error messages -----------

(/opt/firefox/firefox:3600): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed

** (terminator:3706): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.






share|improve this question






















  • There looks like no compizconfig-settings-manager in Jessie. Look at packages.debian.org/…
    – arochester
    Feb 8 at 16:52










  • Sounds las if the desktop environment is simply not running. Please share your .xinitrc or .xsession file. (and also any error messages or warnings)
    – Kusalananda
    Feb 8 at 16:52











  • Added it @Kusalananda
    – Charles Duporge
    Feb 10 at 16:39










  • @CharlesDuporge Do you also have a .xsession script?
    – Kusalananda
    Feb 10 at 16:54














up vote
-2
down vote

favorite












I have a Debian 8.10 Jessie installed on my laptop and since this morning, my environnment behaviour is completely broken : ALT+TAB doesn't work, ALT+F4 doesn't work, I can't move, close or adjust the size of my application (So I just can't close my Firefox window), right clicking on my firefox don't work, I can't see my top bar with my apps and system options.



I tried (from this) with no success with startx not working:



sudo apt-get update
sudo apt-get upgrade #see if the package is held back
sudo apt-get purge gnome-session
sudo apt-get install gnome-session
startx


I also tried sudo apt-get dist-upgrade and apt-get install gnome-accessibility-themes and rebooting multiple times but nothing works.
I found sudo apt-get install compizconfig-settings-manager but I have an error of package not found despite having non-free indicated in my /etc/apt/sources.list



I'm out of solutions here :(



.xinitrc :



#!/bin/sh# /etc/X11/xinit/xinitrc
## global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script.
/etc/X11/Xsession


.xseesion-errors (I remove a lot of files errors output cause it would have made a very long message ):



 Xsession: X session started for charles at samedi 10 février 2018, 17:21:17 (UTC+0100)
localuser:charles being added to access control list
openConnection: connect: Aucun fichier ou dossier de ce type
cannot connect to brltty at :0
/usr/bin/x-session-manager: X server already running on display :0
xfce4-session-Message: ssh-agent is already running; starting gpg-agent without ssh support
xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
xfsettingsd: No window manager registered on screen 0.

(xfsettingsd:1773): xfsettingsd-WARNING **: Failed to get the _NET_NUMBER_OF_DESKTOPS property.

(xfce4-session:1761): Wnck-CRITICAL **: wnck_workspace_activate: assertion 'WNCK_IS_WORKSPACE (space)' failed

(zeitgeist-datahub:1966): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(zeitgeist-datahub:1966): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

** (terminator:1774): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.
nm-applet-Message: No keyring secrets found for ABOX/802-11-wireless-security; asking user.

** (terminator:1775): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.

--------- A lot of error messages -----------

(/opt/firefox/firefox:3600): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed

** (terminator:3706): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.






share|improve this question






















  • There looks like no compizconfig-settings-manager in Jessie. Look at packages.debian.org/…
    – arochester
    Feb 8 at 16:52










  • Sounds las if the desktop environment is simply not running. Please share your .xinitrc or .xsession file. (and also any error messages or warnings)
    – Kusalananda
    Feb 8 at 16:52











  • Added it @Kusalananda
    – Charles Duporge
    Feb 10 at 16:39










  • @CharlesDuporge Do you also have a .xsession script?
    – Kusalananda
    Feb 10 at 16:54












up vote
-2
down vote

favorite









up vote
-2
down vote

favorite











I have a Debian 8.10 Jessie installed on my laptop and since this morning, my environnment behaviour is completely broken : ALT+TAB doesn't work, ALT+F4 doesn't work, I can't move, close or adjust the size of my application (So I just can't close my Firefox window), right clicking on my firefox don't work, I can't see my top bar with my apps and system options.



I tried (from this) with no success with startx not working:



sudo apt-get update
sudo apt-get upgrade #see if the package is held back
sudo apt-get purge gnome-session
sudo apt-get install gnome-session
startx


I also tried sudo apt-get dist-upgrade and apt-get install gnome-accessibility-themes and rebooting multiple times but nothing works.
I found sudo apt-get install compizconfig-settings-manager but I have an error of package not found despite having non-free indicated in my /etc/apt/sources.list



I'm out of solutions here :(



.xinitrc :



#!/bin/sh# /etc/X11/xinit/xinitrc
## global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script.
/etc/X11/Xsession


.xseesion-errors (I remove a lot of files errors output cause it would have made a very long message ):



 Xsession: X session started for charles at samedi 10 février 2018, 17:21:17 (UTC+0100)
localuser:charles being added to access control list
openConnection: connect: Aucun fichier ou dossier de ce type
cannot connect to brltty at :0
/usr/bin/x-session-manager: X server already running on display :0
xfce4-session-Message: ssh-agent is already running; starting gpg-agent without ssh support
xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
xfsettingsd: No window manager registered on screen 0.

(xfsettingsd:1773): xfsettingsd-WARNING **: Failed to get the _NET_NUMBER_OF_DESKTOPS property.

(xfce4-session:1761): Wnck-CRITICAL **: wnck_workspace_activate: assertion 'WNCK_IS_WORKSPACE (space)' failed

(zeitgeist-datahub:1966): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(zeitgeist-datahub:1966): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

** (terminator:1774): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.
nm-applet-Message: No keyring secrets found for ABOX/802-11-wireless-security; asking user.

** (terminator:1775): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.

--------- A lot of error messages -----------

(/opt/firefox/firefox:3600): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed

** (terminator:3706): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.






share|improve this question














I have a Debian 8.10 Jessie installed on my laptop and since this morning, my environnment behaviour is completely broken : ALT+TAB doesn't work, ALT+F4 doesn't work, I can't move, close or adjust the size of my application (So I just can't close my Firefox window), right clicking on my firefox don't work, I can't see my top bar with my apps and system options.



I tried (from this) with no success with startx not working:



sudo apt-get update
sudo apt-get upgrade #see if the package is held back
sudo apt-get purge gnome-session
sudo apt-get install gnome-session
startx


I also tried sudo apt-get dist-upgrade and apt-get install gnome-accessibility-themes and rebooting multiple times but nothing works.
I found sudo apt-get install compizconfig-settings-manager but I have an error of package not found despite having non-free indicated in my /etc/apt/sources.list



I'm out of solutions here :(



.xinitrc :



#!/bin/sh# /etc/X11/xinit/xinitrc
## global xinitrc file, used by all X sessions started by xinit (startx)
# invoke global X session script.
/etc/X11/Xsession


.xseesion-errors (I remove a lot of files errors output cause it would have made a very long message ):



 Xsession: X session started for charles at samedi 10 février 2018, 17:21:17 (UTC+0100)
localuser:charles being added to access control list
openConnection: connect: Aucun fichier ou dossier de ce type
cannot connect to brltty at :0
/usr/bin/x-session-manager: X server already running on display :0
xfce4-session-Message: ssh-agent is already running; starting gpg-agent without ssh support
xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
xfsettingsd: No window manager registered on screen 0.

(xfsettingsd:1773): xfsettingsd-WARNING **: Failed to get the _NET_NUMBER_OF_DESKTOPS property.

(xfce4-session:1761): Wnck-CRITICAL **: wnck_workspace_activate: assertion 'WNCK_IS_WORKSPACE (space)' failed

(zeitgeist-datahub:1966): GLib-GObject-WARNING **: invalid (NULL) pointer instance

(zeitgeist-datahub:1966): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed

** (terminator:1774): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.
nm-applet-Message: No keyring secrets found for ABOX/802-11-wireless-security; asking user.

** (terminator:1775): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.

--------- A lot of error messages -----------

(/opt/firefox/firefox:3600): GLib-GObject-CRITICAL **: g_object_unref: assertion 'object->ref_count > 0' failed

** (terminator:3706): WARNING **: Binding '<Shift><Control><Alt>a' failed!
Unable to bind hide_window key, another instance/window has it.








share|improve this question













share|improve this question




share|improve this question








edited Feb 10 at 17:07









Kusalananda

103k13202318




103k13202318










asked Feb 8 at 14:31









Charles Duporge

12




12











  • There looks like no compizconfig-settings-manager in Jessie. Look at packages.debian.org/…
    – arochester
    Feb 8 at 16:52










  • Sounds las if the desktop environment is simply not running. Please share your .xinitrc or .xsession file. (and also any error messages or warnings)
    – Kusalananda
    Feb 8 at 16:52











  • Added it @Kusalananda
    – Charles Duporge
    Feb 10 at 16:39










  • @CharlesDuporge Do you also have a .xsession script?
    – Kusalananda
    Feb 10 at 16:54
















  • There looks like no compizconfig-settings-manager in Jessie. Look at packages.debian.org/…
    – arochester
    Feb 8 at 16:52










  • Sounds las if the desktop environment is simply not running. Please share your .xinitrc or .xsession file. (and also any error messages or warnings)
    – Kusalananda
    Feb 8 at 16:52











  • Added it @Kusalananda
    – Charles Duporge
    Feb 10 at 16:39










  • @CharlesDuporge Do you also have a .xsession script?
    – Kusalananda
    Feb 10 at 16:54















There looks like no compizconfig-settings-manager in Jessie. Look at packages.debian.org/…
– arochester
Feb 8 at 16:52




There looks like no compizconfig-settings-manager in Jessie. Look at packages.debian.org/…
– arochester
Feb 8 at 16:52












Sounds las if the desktop environment is simply not running. Please share your .xinitrc or .xsession file. (and also any error messages or warnings)
– Kusalananda
Feb 8 at 16:52





Sounds las if the desktop environment is simply not running. Please share your .xinitrc or .xsession file. (and also any error messages or warnings)
– Kusalananda
Feb 8 at 16:52













Added it @Kusalananda
– Charles Duporge
Feb 10 at 16:39




Added it @Kusalananda
– Charles Duporge
Feb 10 at 16:39












@CharlesDuporge Do you also have a .xsession script?
– Kusalananda
Feb 10 at 16:54




@CharlesDuporge Do you also have a .xsession script?
– Kusalananda
Feb 10 at 16:54










1 Answer
1






active

oldest

votes

















up vote
1
down vote













These error messages makes me believe that the XFCE window manager (usually xfwm4) was not properly started:



xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
xfsettingsd: No window manager registered on screen 0.


The window manager is the utility that puts decorations on windows and allows you to interact with them (moving them around etc.).



Usually, the XFCE desktop environment should be started from either ~/.xsession or ~/.xinitrc using the command startxfce4.



For whatever reason, I have the command



exec ck-launch-session startxfce4


in my own .xinitrc. The ck-launch-session is a utility "to start a ConsoleKit session from a shell script", and exec replaces the current process with that utility. If you don't use ConsoleKit, then simply remove ck-launch-session from that line (I believe I needed to include that to be able to shut down and to reboot from the XFCE menus).




I'm not on Debian (or Linux at all), so I can't say that this would definitely be the correct solution to your issue.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );








     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f422823%2fdebian-jessie-environnment-is-broken%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    These error messages makes me believe that the XFCE window manager (usually xfwm4) was not properly started:



    xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
    xfsettingsd: No window manager registered on screen 0.


    The window manager is the utility that puts decorations on windows and allows you to interact with them (moving them around etc.).



    Usually, the XFCE desktop environment should be started from either ~/.xsession or ~/.xinitrc using the command startxfce4.



    For whatever reason, I have the command



    exec ck-launch-session startxfce4


    in my own .xinitrc. The ck-launch-session is a utility "to start a ConsoleKit session from a shell script", and exec replaces the current process with that utility. If you don't use ConsoleKit, then simply remove ck-launch-session from that line (I believe I needed to include that to be able to shut down and to reboot from the XFCE menus).




    I'm not on Debian (or Linux at all), so I can't say that this would definitely be the correct solution to your issue.






    share|improve this answer
























      up vote
      1
      down vote













      These error messages makes me believe that the XFCE window manager (usually xfwm4) was not properly started:



      xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
      xfsettingsd: No window manager registered on screen 0.


      The window manager is the utility that puts decorations on windows and allows you to interact with them (moving them around etc.).



      Usually, the XFCE desktop environment should be started from either ~/.xsession or ~/.xinitrc using the command startxfce4.



      For whatever reason, I have the command



      exec ck-launch-session startxfce4


      in my own .xinitrc. The ck-launch-session is a utility "to start a ConsoleKit session from a shell script", and exec replaces the current process with that utility. If you don't use ConsoleKit, then simply remove ck-launch-session from that line (I believe I needed to include that to be able to shut down and to reboot from the XFCE menus).




      I'm not on Debian (or Linux at all), so I can't say that this would definitely be the correct solution to your issue.






      share|improve this answer






















        up vote
        1
        down vote










        up vote
        1
        down vote









        These error messages makes me believe that the XFCE window manager (usually xfwm4) was not properly started:



        xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
        xfsettingsd: No window manager registered on screen 0.


        The window manager is the utility that puts decorations on windows and allows you to interact with them (moving them around etc.).



        Usually, the XFCE desktop environment should be started from either ~/.xsession or ~/.xinitrc using the command startxfce4.



        For whatever reason, I have the command



        exec ck-launch-session startxfce4


        in my own .xinitrc. The ck-launch-session is a utility "to start a ConsoleKit session from a shell script", and exec replaces the current process with that utility. If you don't use ConsoleKit, then simply remove ck-launch-session from that line (I believe I needed to include that to be able to shut down and to reboot from the XFCE menus).




        I'm not on Debian (or Linux at all), so I can't say that this would definitely be the correct solution to your issue.






        share|improve this answer












        These error messages makes me believe that the XFCE window manager (usually xfwm4) was not properly started:



        xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.
        xfsettingsd: No window manager registered on screen 0.


        The window manager is the utility that puts decorations on windows and allows you to interact with them (moving them around etc.).



        Usually, the XFCE desktop environment should be started from either ~/.xsession or ~/.xinitrc using the command startxfce4.



        For whatever reason, I have the command



        exec ck-launch-session startxfce4


        in my own .xinitrc. The ck-launch-session is a utility "to start a ConsoleKit session from a shell script", and exec replaces the current process with that utility. If you don't use ConsoleKit, then simply remove ck-launch-session from that line (I believe I needed to include that to be able to shut down and to reboot from the XFCE menus).




        I'm not on Debian (or Linux at all), so I can't say that this would definitely be the correct solution to your issue.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Feb 10 at 17:04









        Kusalananda

        103k13202318




        103k13202318






















             

            draft saved


            draft discarded


























             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f422823%2fdebian-jessie-environnment-is-broken%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Bahrain

            Postfix configuration issue with fips on centos 7; mailgun relay