Software :: JACK Windows Will Not Close Or Resize - No Exit Button

May 24, 2010

Why don't JACK windows behave in the standard way windows have, on every piece of software. for all OS's for many years? I haven't had the opportunity to test Jack audio in/out yet because of these problems. However, Jack does appear to start and indicates it is connected. After the Jack control panel loads normaly and appears to be connected, if I open the patchbay or messages panels, they cant be closed as individual windows. To close them I must QUIT Jack, and reopen, and reconnect. There is no exit button on the upper right corner of these windows.

If I right-click on these windows, the close option is shaded, preventing it's use. The Jack control panel does not appear to have drop-down menus to close them, either. If I accidentally do click the button in the upper right corner, which is habitual, the window will maximize to a scale that is somewhat larger than the size of the desktop on my screen, making resizing by dragging edges (top, bottom, corner) impossible. If I right click on the Jack Window's title bar (top) I can resize the window to my preference by clicking this option on the drop-down menu. It took me three or four weeks to find this option.

Also, I've seen some posts regarding Jack problems related to Firefox. Does Jack actually start Firefox when it opens or is connected? My system can't afford to have background processes or applications. System resources are too limited. I don't understand the difficulties involved with making Jack windows function as others do. It seems to my uneducated self, for example, that if the development of Jack had been done on some "visual" high level language, (Like C/C++ or Java, for example) making the windows function like others packages would simply be a matter of dragging GUI elements and defining their functions.

Here's a list of my system:
Old Single processor Intel box, P4, 3.0 GHz, with one Gig DDR memory
A old Sound Blaster 16 sound card. (works okay with linux)
(all hardware seems to be fully functional in all other Linux programs)
Linux Mint, (version 8) derived from Debian.
Ubuntu Studio, (version 10.4) also Debian.
Jack (version 0.3.4) on both distros. (Mint updated through repository< I believe, but I culd be wrong)
Firefox (version 3.5.9)

I prefer GUI solutions, but can generally get along okay with a terminal or file editor window. When it's absolutely necessary. The windows behave the same if I have another audio program running or not. The system works fine with ALSA drivers (MIDI.)

View 4 Replies


ADVERTISEMENT

OpenSUSE :: No Close "X" Button Or Resize Button In The Top Right Corner?

Jan 7, 2010

I'm running SuSe 11.2 32 bit. I noticed today that what ever program, window, or what have you I open there is no close "X" button or resize button in the top right corner.

View 9 Replies View Related

Fedora :: Incomplete XFCE Install - Windows Don't Have Minimize - Resize And Close Icons On Top Bar

Jul 8, 2011

I installed XFCE on a machine built with the FC 15 LXDE based live CD using yum groupinstall XFCE. I got a usable XFCE session, but after a period of use, some things have gone missing. The windows don't have minimize,resize and close icons on the top bar. The settings selection for "Window Manager Tweaks" doesn't start any program. The programs that are open in the users session are not saved, even though that option is checked. Can this be explained by corruption of a single file somewhere? Or should I re-install XFCE again.

View 4 Replies View Related

Ubuntu :: Change The Color Of The Close Button On Windows?

Dec 1, 2010

I just want to change the color of the close button on windows of the Ambiance theme from the orange to blue. I copied the theme from usr/share into my .themes folder so I don't mess with the original, and then I just changed the name to Blue Ambiance and changed the appropriate .png files I found in the metacity folder to blue.When I select this new them in my appearance menu though nothing changes.

View 3 Replies View Related

Ubuntu :: No Close Button Minimize And Maximize Button?

Apr 19, 2011

i m using ubuntu 10 .10.for 2 weeks it was working fine yesterday onwards it changed.tried all themes but still i cant drag the window to make it small in sizethere is no close button minimize and maximize button in all the application and files[URL]

View 1 Replies View Related

Ubuntu :: The "Close" Button From Window Button Applet In Panel Has Vanished

Feb 3, 2011

i was so happy using the window buttons applet in gnome panel. it was working fine in maximize window , now suddenly i find the close button has vanished i tried to remove and re install, changed theme and all the jugglery within my limits... have absolutely no idea what went wrong, any clue ? to get back the "CLOSE" button ? its funny with just the minimize and restore button visible in maximised mode... its the close button i use most in maximise mode

View 1 Replies View Related

Software :: GNOME Terminator 0.93 Doesn't Close After Typing 'exit'?

Aug 23, 2010

I like the features of Terminator very much. It save my time. But on 2.6.31-gentoo-r10, I got a little problem: after typing 'exit', the system echo 'exit' and hang at with a mouse cursor (can't type anything):

Code:
quanta@dhcppc6 ~ $ exit
exit

[code]....

View 3 Replies View Related

Ubuntu :: Cannot Move Windows By Dragging Their Title Bars - Cannot See Close "X" Button In The Title Bar

Feb 8, 2010

Everything worked 100% great untill I change color depth to 16 bits.I do not want 24 Bits, I want 16 Bits. I have good reasons. Never had this problem in Gutsy 7.10 ...I deeply regret in upgrading to 9.10 ...

My video card:

Gforce 7950 GX2

Changes to xorg.conf file: Firstly, I saved it at 16 color depth with the sudo nvidia-settings and by clicking on the save to xorg.conf file Button. Rebooted computer....... It worked, saved file, and I got the following bugs:

*Cannot move windows by dragging their title bars.
*Cannot see close "X" Button in the title bar.
*Cannot see Minimize Button in the title bar.
*Cannot see Maximize Button in the title bar.

Went back to 24 bits and problem got resolved. Then i tryed: I did sudo gedit xorg.conf I changed all the 24's with 16's ... Rebooted computer....... It works GOOD... BUT: I got the same bugs from before. I will retype them below

*Cannot move windows by dragging their title bars.
*Cannot see close "X" Button in the title bar.
*Cannot see Minimize Button in the title bar.
*Cannot see Maximize Button in the title bar.

My xorg.conf file:

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings: version 1.0 (buildd@palmer) Sun Feb 1 20:21:04 UTC 2009
Section "ServerLayout"

[code]....

View 1 Replies View Related

Ubuntu :: 10.04 Resize And Close Buttons Reversed?

Aug 22, 2010

The close, minimize, and resize buttons are all on the left side, which I like. But recently I've noticed that the Close and Resize buttons are switched. How can I fix this? Click the picture so you can see it.

View 4 Replies View Related

Programming :: Get Bash Script Using Zentity To Exit If The User Presses The Cancel Or Close Buttons?

Feb 3, 2011

I am trying to get bash script using zentity to exit if the user presses the cancel or close buttons.The exit codes are working fine; they read 1 or 0 depending on the status but it always assumes 0. This is the portion of the script: PHP Code:

function settings(){
result=$(zenity --height=30 --width=300 --list --checklist --title='Selection'--column=Boxes --column=Selections --column="Options" 

[code]...

View 2 Replies View Related

General :: Ubuntu 9.04 : Close,resize Buttons Dosent's Show?

Sep 24, 2009

I m using Ubuntu 9.04.I m facing a strange problem.Any of application's window dosen't show close,resize buttons on top right corner of window.I m facing this problem sience i've installed compiz fusion.

View 1 Replies View Related

Fedora :: Minimize Resize Close Buttons Window 15 Gnome 3 Gconf 2

Jun 4, 2011

No where are how enable get back minimize resize close buttons windows top tab Fedora 15 Gnome3 gconf2

There is a question about this in this thread but the thread title did not have any of the above words in it and since most "new" folks don't think to use the "posts" option, I thought I'd make a new titled post.

This seems to be a big irritant of a lot of people around the net with Gnome 3 so I'm going to confirm what other people have said about how to fix the situation.

In "add software" enter this search term:

gconf

You will see quite a few returns, you should click the following:

A process-transparent configuration system (G Conf1-2.3 yada yada)

Graphical Gconf untilities (it may be pulled with the above however).

Install it/them.

One can then type "Gconf2" in terminal and it will open but then close when the terminal is closed, or one can go to activities/applications/tweak advanced settings( the symbol will be the same as for settings in Gnome 3).

In the "Shell" button one will see "Arrangement of buttons on the title bar". Surprisingly, "All" will already be apparent. One need merely verify that it is on "all".

Close gconf.

Nothing will have happened in terms of new buttons even if one closes and opens, say FireFox.

Then reboot.

After the reboot, all three buttons will be present.

There are not a LOT of configuration items in gconf2 but this one seems to be of paramount importance to a lot of people.

One can also do it from command line, and if someone wants to post that please feel free it won't hurt my feelings.

View 7 Replies View Related

Ubuntu :: Gnome / Metacity / X After Lucid Upgrade - No Toolbar - Couldn't Move / Resize / Close

May 2, 2010

System:
Gateway box
P4 3GHz processor
1 GB RAM
one 40 GB Western Digital IDE Hard drive
one 500 GB Western Digital IDE Hard drive
NVidia-GeForce FX 5200 DDR 128MB Video Card
Hauppauge HVR-1600 Tuner Card (with accompanying remote of unknown model #)
Creative Sound Blaster X-Fi Card

Ran Lucid upgrade on a mythbuntu box on Friday. On startup, though, the desktop looked quite odd - in fact, I didn't even know it was my desktop at first. It was a small white terminal 'window' in the upper left corner of a black screen. My mouse was responsive, because I had to mouse over the 'window' before I could type. I say 'window' because it had no toolbar, and I couldn't move, resize, or close it. No top or bottom panels on Gnome. it was so unrecognizable I didn't initially think it was my desktop. I assumed it was nvidia drivers, and spent a long time making sure they were installed - they do not seem to be the problem. After searching forums/internets, found several pages telling people to rename/move/delete .gnome, .gnome2, etc and gnome should revert to default. Problem persists. I can open gedit or firefox by running from command line, but when I close those windows, the image of those windows remain as part of the background.....

View 4 Replies View Related

OpenSUSE :: Unable To Resize Panel In KDE 4.6.0 - Button Outside Desktop?

Apr 21, 2011

I have connected and used external display 1920x1080After disconnecting the display it looks like panel remained huge size and I can not resize it as panel button is outside of the desktop:You see the same button in the top right corner? I'm missing exact one in the bottom right corner

View 3 Replies View Related

Ubuntu :: Removing The Resize Window Button From Corner?

Jun 6, 2011

I was wondering if it's possible to remove the triangular resize window button from the bottom-right corner of a particular window (or all windows, doesn't matter). I recently made it so that I have a transparent terminal (with no title bar, borders, etc.) docked onto my desktop, but the one thing I can't get rid of is the ugly-looking resize button hanging out by itself in the middle of the screen.

View 3 Replies View Related

Ubuntu :: 10.04 Desktop - How To Configure Window Close Button

May 6, 2010

I upgraded 9.10 desktop to 10.04 using network (recommended) procedure.The window close button has moved (all desktop windows) from upper right corner to upper left corner. This causes untold frustration since I flip amongst numerous computers with Windows windows and other levels of UBUNTU windows. is there some way to configure where the window close button is (some way to put it back in the upper right corner)?

View 5 Replies View Related

Ubuntu :: Didn't Get Close On Pressing Shut Down Button

Feb 2, 2011

I am having problem in shut down.Sometimes my didnot get close on pressing shut down button.A black screen appears and two leds of keyboard continously blinks.

View 2 Replies View Related

Ubuntu :: Close, Minimize And Maximize Button Not Showing?

May 2, 2011

i have upgrade 11.04 it not showing the close,minimize, maximize buttons in any windowshow to fix this.

View 9 Replies View Related

Ubuntu :: Double-click Menu Button To Close Window?

Apr 22, 2011

I've been using this feature since Win3.1 days. Double-click the menu button on the top-left of the window to close it.It doesn't work for me right now in KDE, and I can't find any option to enable it. Googling gave a few hits of people requesting this feature in gnome, but no clear instructions on how to enable it in KDE or whether it's possible. (Though perhaps my Google-fu is just weak...)

View 3 Replies View Related

Ubuntu :: Firefox Close Button On Left Side Already Used Gconf-editor?

Apr 30, 2011

I used gconf-editor to change the close button to right side of the window. Now all of my programs have close button on right side except Firefox. Firefox have still close button, minimize and maximize button on left side instead of right side

View 2 Replies View Related

General :: Disallow Closing Last Emacs Window Via Window-Manager Close Button

Jul 8, 2011

I like to start Emacs as part of a login script and leave it running for the duration of my login session (which is typically weeks).

I have scripts to call emacs-client which will allow me to use a file-manager or Windows Explorer to locate files and right-click to edit them in Emacs.

I often end up with a lot of emacs windows (frames) open and I like to just be able to close them by clicking on the MS-Windows or KDE X button at the top-right.

The trouble is, if the window is the last one, this will shut down emacs which will lose all kinds of interesting history information.

As a work-around I use C-x 5 0 which won't let me close the last frame but this is often not as convenient as using the mouse

Does anyone know how to configure Emacs so that it can intercept the Window-Close button of the last frame to either request confirmation or simply disallow it?

On MS-Windows, disallowing closing of the last window may cause logoff to hang if emacs is still running but I'm not too worried about that.

View 2 Replies View Related

Ubuntu :: The Close "X" Button In The Top Left Corner On Its Own Like AmigaOS?

Nov 10, 2010

Is there anyway to have the close "X" button in the top left corner of each window on its own? This would make accidental closings of windows less likely when the intent was just to restore/maximize. Mostly it would just speed things up I believe. So is there any way to have the close button in the top left corner of each window and to have the minimize and restore/maximize buttons remain in the top right corner of each window

View 3 Replies View Related

Ubuntu :: Corrupt Usb-stick - Close Gtk Button And Pulled The Stick Out Of Pc

Oct 1, 2010

i was writing a .img file to my usb stick with ImageWriter, but it didn't seem to do anything so i clicked the close gtk button and pulled the stick out of my pc. now my pc gives my an when i try to open the stick. is there any way to fix this. I can use win xp pro, win xp media center, win 7 starter, ubuntu 9.10 and ubuntu 10.04

View 5 Replies View Related

Programming :: Exit In Script Files Cause Konsole Terminal Itself To Exit?

Apr 11, 2010

I noticed that if I have "exit" in a bash script file., e.g. script.sh,that when the word "exit" is reached, and the script file being executed is not in the PATH nvironment, i.e. ". script.sh", the whole konsole shell profile is exited! What gives here? Is there another command compatible to "exit" to prevent this, or will I just have the leave the "." part in the PATH enviroment, which is, to my understanding, is not recommended? I desire for a "goto" function in bash script files

View 11 Replies View Related

Debian :: How To Exit Windows Mgr (Cannot Shut Down Computer)

Apr 22, 2010

I could be wrong, but I swear that when I first considered switching to Linux a few years back the gnome windows manager's main menu had an option to exit said windows manager. There is obviously no such option now. Looking at some other forums, it seems that you can START gnome properly... but to exit the windows manager you have to kill processes? If I want to close down the Gnome WM without rebooting the computer - say, to just try TWM alone, or some other WM - there must be a 'legal' way to do it.

View 14 Replies View Related

Programming :: Why New Threads Exit When Main Thread Exit

May 22, 2010

In linux, creating thread is same as process (clone()), except the virtual address space gets shared with the parent.If a running main process(thread) creates new thread, and if main thread exits, why should the new thread too exit? both are different entities, The same doesn't happen if the child thread exits, the parent thread would be alive.

View 1 Replies View Related

Ubuntu :: Change And Hit "apply To Enclosed Files" Before Clicking The Button Labeled "close"

May 11, 2010

Nautilus as root is on the left; nautilus as Ubunterooster (normal user) on the right Screen-shot# 1, Permissions before I change them. #2, after I change and hit "apply to enclosed files" before clicking the button labeled "close".

#3, The containing folder has all folders as belonging to root even though I told it to "apply to enclosed files".

#4, Obviously, I don't want to change permissions on every single file individually. I don't know how to change permissions to allow the folders and files to be able to be viewed by me (as a normal user) or by my SAMBA connected father.

View 3 Replies View Related

Ubuntu Multimedia :: Can't Get MIDI To Show In JACK With Windows Vst's Via Fst

May 21, 2010

Question moved to the Studio area as I didn't know about it!

View 1 Replies View Related

Ubuntu Multimedia :: Forward Audio To Windows Using JACK

Nov 1, 2010

Does anyone have any experience of forwarding audio from Ubuntu to Windows 7 x64 via JACK? I'm struggling to find any useful documentation. I've tried to accomplish the same using a Pulseaudio server, which is better documented but the windows binaries are years old and as far as I can tell can't be made to work without disabling IPv6. Any other ways to forward audio would also be welcome. Bandwidth isn't really an issue as it's VM to VM on the same machine.

View 1 Replies View Related

Ubuntu :: Can't Close Windows In 11.04?

Apr 29, 2011

I just installed Ubuntu 11.04. But I have a problem. I am not able to close the apps or programs I open. The bar with the close, minimize and ( fill screen botton, what ever ) is gone! I'm not quite sure what I did.. I enabled the Cube in compiz, and the wobbily windows, and then the bar dissapeared. I put everything back to what it was, but the top bar on the widows is gone.

View 4 Replies View Related







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