! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Terminal doesn't have a window shadow when borderless
Status:
RESOLVED: MOVED
Severity:
enhancement

Comments

Description Mike Massonnet editbugs 2012-05-31 21:56:50 CEST
Hi,

Terminal can be borderless, a shortcut can also be attached to switch the window borders on/off easily.

While running xfwm4 with compositor and shadows, the shadow appears only when the window border are visible.

That's an issue in Terminal, xfwm4 draws shadows without problem on borderless windows, here is a short example:

#!/usr/bin/env seed
Gtk = imports.gi.Gtk;
Gtk.init (null, null);
var window = new Gtk.Window();
window.signal.hide.connect(Gtk.main_quit);
window.decorated = false;
window.show_all();
window.resize(300, 300);
Gtk.main();

If it's on purpose, it can at least be a hidden setting.

Mike
Comment 1 Landry Breuil editbugs 2012-06-03 23:17:09 CEST
I can reproduce it. At the beginning i though it was because of the 0 thickness applied to the gtkstyle in terminal-window.c:387 but commenting that chunk doesnt seem to 'fix' it..
Comment 2 Landry Breuil editbugs 2012-06-03 23:21:45 CEST
Thinking more about it, the window shadows applied by the compositor might be part of the window decoration, hidden by the set_decorated call..
Comment 3 Git Bot editbugs 2020-05-29 11:50:18 CEST
-- GitLab Migration Automatic Message --

This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/xfwm4/-/issues/82.

Please create an account or use an existing account on one of our supported OAuth providers. 

If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests

Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev

Bug #8975

Reported by:
Mike Massonnet
Reported on: 2012-05-31
Last modified on: 2020-05-29

People

Assignee:
Olivier Fourdan
CC List:
1 user

Version

Version:
unspecified

Attachments

Additional information