search for: titlebars

Displaying 20 results from an estimated 53 matches for "titlebars".

Did you mean: titlebar
2004 Jul 14
5
RGui Titlebar
In the windows version (RGui), is there a way to set the text displayed in the titlebar of the R window? When I have 2 instances of RGui running, it would be helpul if the titlebar could help to understand which is which. -- Erich Neuwirth, Computer Supported Didactics Working Group Visit our SunSITE at http://sunsite.univie.ac.at Phone: +43-1-4277-38624 Fax: +43-1-4277-9386
2005 Sep 25
0
Tip: Working directory in titlebar
I hope others may find this useful. I use R in many different directories. By adding the following line to the .Rprofile file: utils:::setWindowTitle(paste("-",getwd())) the titlebar of each R instance shows the directory from which it was started. I have tested this with rterm.exe and rgui.exe under Windows and with RECENT versions of R only. ----- For changing directories
2011 Dec 22
1
wine 1..3.35 not drawing titlebar and frame
Hello everyone, I'm wondering if anyone is have wine 1.3.35 in virtual desktop not draw the titlebar and the frame?
2012 Jul 22
1
Extracting the window (titlebar) name from a bash script?
Surely there' s a way to obtain the "window name" -which appears on the Window Manager' s Titlebar- for running processes, right?. Well, I can't find it... I mean, the names that appear below each icon when you alt-tab to switch an app to the foreground. Is there a simple way to obtain that data along with matching PIDs, from a Bash script? any built-in tools that provide
2011 May 06
1
Need help with auto-titlebar on unmaximized window with Compiz/Ubuntu 11.04/Unity
re, all. Here's a bug filed against Google Chrome for the same problem: http://code.google.com/p/chromium/issues/detail?id=80856 and here's some forum users complaining about the same problem, and regrettably their solution is to stop using Ubuntu's Unity mode: http://ubuntuforums.org/showthread.php?t=1742354. I work for VMware and for our Unity mode (which has the unfortunate name
2006 Oct 09
1
Metacity theme titlebar minimise button
Look at it, and you'll see the black outline is missing on the right side of the minimise button. This has been bugging me for a while. I've attached a zoomed in shot, so you can see easily what I mean. It's not a bug in the theme, but in gtk-window-decorator's Metacity theme support, as the border displays perfectly in Metacity. Does it happen with other themes? --------------
2012 Apr 30
1
Emulate virtual desktop window has a titlebar on OSX
Hi everyone - I'm not sure if this is the right place to post this (but I'd thought I'd give the forums a try before attempting to file any bugs anywhere), but anyway... For a month or two I've been using wine-devel on OSX using macports (from 1.4 to current, approximately) with the latest version of XQuartz, and noticed that while the "emulate virtual desktop" window
2006 Sep 20
1
Fedora Patches
Hi, We've been fixing a few bugs and glitches in our fedora compiz rpm and I wanted to post them here for review, in the hope that we could get them included before the upcoming release. Without further ado: cow.patch - add support for using the composite overlay window for GL output instead of rendering to the root window. This is lets compiz run on AIGLX without the
2007 Jan 12
2
Button order issues
Hi there, I'm trying to get gtk-window-decorator to respect metacity's button_layout gconf key, and basing my work on a patch posted on the forums a while back: http://forum.go-compiz.org/viewtopic.php?p=1306&highlight=#1306 The patch works perfectly by itself against compiz 0.3.4, but against 0.3.6, it results in no buttons or titlebar text being drawn in the window decoration.
2007 May 17
3
place plugin
The place plugin has a bug: when compiz is restarted or started to replace another wm it the windows are placed in weird positions ( titlebar behind the panel etc.) shouln't the place plugin loop over all open windows and place them correctly when loaded? this should solve this issues. any reason why this isn't done? have I missed something or is this just a bug?
2008 Oct 18
4
Windowing bug under KDE4.1
I've replaced my video card and am now having MUCH better results with CounterStrike:Source (I love Wine!). Most of my problems were due to a defective EVGA 9600GT. However, I discovered a new windowing bug today with CS:S and other Source-based games (I verified the same behavior under the Zombie Panic total conversion) running under KDE4.1 (no Compiz, Kubuntu 8.10b1). Do this: 1) Start
2007 Apr 02
0
[PATCH] button_layout support for gtk-window-decorator
...ction_menu-at-menu-button.patch: Get's the action menu to popup where the menu button will be. # 02-gwd-metacity-button_layout-width-calc-fix-1.patch: Certain stretching calculations got wrong due to the new possibility for arbitrary button placements and caused wrong redraw behaviour (white titlebars etc.). Main issue is the button_width which does not fit into the concept of left and right button groups on the titlebar. Attempts to use the correct button extends did fail for me as meta_get_button_position() (even the metacity theme exports) for some unknown reason returned wrong x positions w...
2016 Jun 23
4
Since wine 1.9.11 - How to get rid of the new bar below the game window?
Greetings, beginning with wine 1.9.11 I have a new bar below the game window which effectively steals part of the usable area. Here is a screenshot of Gothic I. http://www.triffids.de/pub/screenshot/wine-1.9.11.png (931 KB) No desktop environment here, only IceWM. My games are started with shell scripts which cd to the directory of the game and then run 'wine program'. In the case of
2016 Mar 18
0
Double-clicking on Window "Locks it in Place"
Hi List (For any WindowMaker/GNUStep gurus on the list :-) ) I'm configuring a kiosk type system, editing the windowmaker default configuration files directly. Somehow, my configuration results in my application being locked in place on startup, unless I left double-click the titlebar first, following which I can move the application window. If I double-click the title bar once it again,
2008 Nov 22
1
Alt+right click in DirectX applications
Hi all, I sincerely hope you can help me with this since it has turned out to be a real hassle for me. The problem is, that whenever I Alt+Right click in a fullscreen DirectX application (in this case World of Warcraft), it open the menu from the window manager similar to the menu which pops up when you right click the titlebar of a windowed application (Maximize / Minimize / Move / Resize ...).
2007 Nov 26
1
[PATCH] Don't draw shaded windows about to be destroyed
--- src/paint.c | 14 ++++++++++++-- 1 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/paint.c b/src/paint.c index 00cbf73..4ddd332 100644 --- a/src/paint.c +++ b/src/paint.c @@ -193,7 +193,12 @@ paintOutputRegion (CompScreen *screen, if (w->destroyed) continue; - if (!w->shaded) + if (w->shaded) + { + if (w->id < 2) + continue; + } + else
2007 Oct 21
0
Altering Window Decoration
This may seem rather obvious, but how do I alter the window decorations, such as making the titlebar opaque, and changing it's colour? In CCSM -> Window Decoration -> Command I have set emerald, as I use KDE (on Ubuntu). The CCSM- > Window Decoration screen does not have an option for changing titlebar opacity or colour. The Emerald Theme Manager doesn't seem to be able to change
2006 Dec 13
1
Drawing artefacts after suspend to ram
Hi, I'm bitten by a bug that is also in the Debian BTS, so I'm not sure you are aware of it. I couldn't find it in the fdo BTS. Anyway the problem is simple. After a successful suspend and resume all window decorations (the places where the shadow was supposed to be, but also the titlebars) are much to colorful (meaning it has some random colors in it). Moving the windows brings the old colors back. For the gnome menu bar, however, this doesn't work. Even tooltips that pop-up from it have strange colors, gtk-window-decorator --replace resolves this. I've put a picture...
2006 Dec 13
1
Quick patches for no-detection and constrain y
Here's a couple quick patches to resolve some minor issues related to multiple outputs that I bumped into today. nodetectfix.patch: Enables reading outputs config (instead of 640x480 default) when using "--no-detection" switch but config says detect. constrainyoutput.patch: Allows full vertical workarea to be used in the case of multiple vertical outputs. Currently it won't
2006 Oct 19
1
Window title in bar doesn't change when application requests it
I'm running Compiz 0.3.1 (from gandalfn's repo), and when I change, say, tabs in Firefox, the title in the titlebar doesn't change. It does in the panel though, but that isn't the realm of Compiz. When running Metacity, I don't have this problem.