Results 1 to 8 of 8

Thread: No Window borders in XFCE

  1. #1
    Join Date
    May 2006
    Location
    Israel
    Beans
    1,965

    Question No Window borders in XFCE

    Hello !

    For some reason I don't have the window borders (the minimize, maximize and close bar).
    In the configurations all seems fine, but it doesn't work.

    I also have Gnome and KDE which don't have this issue.

    Thanks
    Maxim.

  2. #2
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: No Window borders in XFCE

    Are you running compiz with your xubuntu installation? If so try disabling it and see if that helps, or make sure the Window Decoration plugin is enabled in CCSM.

    I have never used compiz in xfce so may be way out of line here, but those problems can certainly occur in gnome sometimes, so it is worth looking at as a possibility.

  3. #3
    Join Date
    May 2006
    Location
    Israel
    Beans
    1,965

    Re: No Window borders in XFCE

    I don't use Compiz.

  4. #4
    Join Date
    Dec 2011
    Location
    PA, USA
    Beans
    52
    Distro
    Xubuntu

    Re: No Window borders in XFCE

    I saw this happen with me. Seems something caused the window manager to crash hard, so no "decorations" happened. I took the "easy way" out though and just reinstalled (I had actually been running Mint, and decided it wasn't worth the hassle, so just wiped and reinstalled Ubuntu 11.10 and XFCE).

    Perhaps going into Synaptic, doing a complete removal and reinstall of XFCE isn't quite as drastic a solution as mine, but you might want to consider trying that unless someone else has a better idea out there?

  5. #5
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: No Window borders in XFCE

    No need to re-install. Simply restart the Window manager by Alt-F2 then run:
    Code:
    xfwm4 --replace
    ...or...
    Reset the sessions cache:
    Code:
    rm -rf ~/.cache/sessions
    ...then logout and back in again.

    Plenty of posts on this board about this issue.

  6. #6
    Join Date
    May 2006
    Location
    Israel
    Beans
    1,965

    Re: No Window borders in XFCE

    Quote Originally Posted by Toz View Post
    No need to re-install. Simply restart the Window manager by Alt-F2 then run:
    Code:
    xfwm4 --replace
    ...or...
    Reset the sessions cache:
    Code:
    rm -rf ~/.cache/sessions
    ...then logout and back in again.

    Plenty of posts on this board about this issue.
    Resetting the system cache did nothing.
    Replacing xfwm4 worked, but I need to do this each time I login.

    Is there a permanent solution ?

  7. #7
    Join Date
    Jun 2005
    Location
    Toronto, Canada
    Beans
    Hidden!
    Distro
    Xubuntu 16.04 Xenial Xerus

    Re: No Window borders in XFCE

    Did you install xfce or xubuntu-desktop to an existing ubuntu or kubuntu install to get xfce? Try it this way:

    Log out. Press Ctrl+Alt+F1 to go to the first TTY. Login there. Clear the sessions cache:
    Code:
    rm -rf ~/.cache/sessions
    Ctrl+Alt+F7 to return to the GUI. Login again.

    If that still doesn't work, then add:
    Code:
    xfwm4 --replace
    ...to your autostart list (Settings->Settings Manager->Session and startup->Application Autostart)
    Last edited by Toz; January 28th, 2012 at 02:43 PM.

  8. #8
    Join Date
    May 2006
    Location
    Israel
    Beans
    1,965

    Re: No Window borders in XFCE

    Quote Originally Posted by Toz View Post
    Did you install xfce or xubuntu-desktop to an existing ubuntu or kubuntu install to get xfce? Try it this way:

    Log out. Press Ctrl+Alt+F1 to go to the first TTY. Login there. Clear the sessions cache:
    Code:
    rm -rf ~/.cache/sessions
    Ctrl+Alt+F7 to return to the GUI. Login again.

    If that still doesn't work, then add:
    Code:
    xfwm4 --replace
    ...to your autostart list (Settings->Settings Manager->Session and startup->Application Autostart)
    Thanks, it works now.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •