Ubuntu :: Double Click On Window Bar - Wrong Function?
Mar 19, 2011
I used to use ubuntu studio, which when you double clicked on the bar at the top of a window it would slide in under itself. I had to reinstall so I downloaded the Ubuntu 10.10 alt CD, but now double clicking maximizes, how do I change it back.
View 2 Replies
ADVERTISEMENT
Jul 20, 2010
I'm running Ubuntu Netbook on my laptop and have tweaked it by removing Window Picker and replacing it with NameBar. The only problem I have is that I can no longer double click the title bar to restore a maximized window. Is there any way to change this?
View 4 Replies
View Related
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
Apr 29, 2010
I try to configure mouse click interval since a single click is recognized as double click by doing it from KDE mouse configuration in system settings; but my attempt doesn't work even (I set the click interval to 2 sec, but doesn't change anything). What is the best way to do this in slackware?
View 4 Replies
View Related
Apr 29, 2010
Ubuntu 10.04 seems to have lost a feature in window management, or more likely I forgot how I set up the behavior I have. Here's my problem:
The windowshade behavior caused by double clicking the title bar of a normal sized window seems to have disappeared in 10.04.
A double-click on the title bar of a window caused it to roll up, like a window shade. This made the main part of the window disappear leaving only the title bar visible. Another double-click restored the window to normal size.
Yes, there is a setting in the compiz-setting-manager (General -> keybindings -> toggle window shaded) that will toggle window shade from the keyboard. However the double-click toggle has gone away.
View 3 Replies
View Related
Mar 13, 2010
About a week ago I installed some updates. What they were I don't remember. After I did that my mouse started acting up. Now about half the time when I single click it registers as a double click. Also when I click and drag to select text anywhere it'll randomly do another click screwing up that process.
So far I think the problem is when I press the left mouse button it registers the left click and then when I release, it randomly registers another left click.
The mouse itself works fine if I take it to another PC that's using windows.
OS: Ubuntu 9.10 64bit
Mouse: Microsoft Intellimouse 3.0
View 9 Replies
View Related
Feb 4, 2011
mouse menu different in 10.10, is there a way to make the mouse single click instead of double click?
View 2 Replies
View Related
Aug 9, 2010
Ubuntu 10.04 LTS has no immediately apparent way that I can see for changing the mouse behavior from the default double-click to single-click. There appears to be some type of kludgy, but unsatisfactory fix for this unwanted behavior in the Accessibility-option, under Mouse-Preferences.
View 5 Replies
View Related
Jan 14, 2009
where can I change the single click into a double click (because I'm a windows user (sorry!))? The mouse model does not support this.
View 4 Replies
View Related
Apr 13, 2011
when i click my mouse on something, it sometimes registers as two clicks. it doesn't happen all the time, but frequently enough to be annoying. for example, when i click a videos video to pause it, it often opens into fullscreen (which you normally click twice to do). also, in the url bar of chromium, i can't select the entire url by clicking. i now need to use ctrl+a. that's also because when i try to select the url, the highlight randomly disappears.
if i have multiple windows open, my click on the first "x" of the top-most window also closes the next window. i'm on linux mint 10. it's not really important, but it drives me crazy sometimes when my mouse doesn't work the way i want it to.
View 3 Replies
View Related
Aug 18, 2010
Code:
linux-uitj:/home/anisha # uname -a && cat /etc/*release
Linux linux-uitj 2.6.31.5-0.1-desktop #1 SMP PREEMPT 2009-10-26 15:49:03 +0100 x86_64 x86_64 x86_64 GNU/Linux
openSUSE 11.2 (x86_64)
VERSION = 11.2
If I normally click the Trash icon either in Kmail or in Evolution more than one mail gets deleted in a sequential order! I have to press the click button extremely light to avoid this problem. I have confirmed this problem is not only with the Email clients but even with most other normal applications too. I have changed my mouse twice but the problem persists. Both were USB mice. Below I have provided log information :
Code:
linux-uitj:/home/anisha # dmesg | grep usb
[ 0.138267] usbcore: registered new interface driver usbfs
[ 0.138267] usbcore: registered new interface driver hub
[ 0.138267] usbcore: registered new device driver usb
[ 0.396952] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.396956] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.396958] usb usb1: Product: EHCI Host Controller
[Code]....
View 9 Replies
View Related
Jun 13, 2011
For some reason now when I left click slackware sees it sometimes (4 out of 5 times) as a double click. This is very frustrating? Here is a list of ps aux
Code:
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.1 0.0 824 276 ? Ss 12:39 0:01 init [4]
[code]...
View 11 Replies
View Related
Jun 20, 2010
I have no idea how, when or why this has suddenly happened but when I double-click in an input box it no longer selects all as it did before. No particular app, this applies to everything with an input/address/search box.
I noticed it wasn't working a couple of days ago in firefox but didn't realise it affected everything til today so I cannot pinpoint exactly when it happened to connect it any particular update or app installed.
I did install gpointing a few days ago but decided I didn't need it and removed it. I don't think I changed any settings but I can't find any settings anywhere for it.
View 1 Replies
View Related
Jul 15, 2011
I have a custom LXDE installation with mostly the core applications. (Read my signature for a better picture.) Because it is custom I do not have the option to double click and run a Linux (not Windows) executable file. When I try to open the application it says choose an application to open it with. Do I have to install an application like gdebi (except for Linux executable) to be able to just double click and run it?
View 5 Replies
View Related
Aug 12, 2010
I'm trying to write an extension to PHP which means coding in C. I'm really really rusty at C coding and was never very good at it.
Can anyone propose an efficient, safe, and [hopefully] future-proof way of reversing a double? Keep in mind that it should work on as many systems as possible and on 32- and 64-bit systems (and on ???-bit systems in the future?). Will the size of a 'double' ever change or will it always be 8 bytes?
I've tried this and it doesn't work...the compiler complains about "invalid operands to binary" because I'm trying bitwise shiftw on a non-integer.
Code:
x = (x>>56) |
((x<<40) & 0x00FF000000000000) |
((x<<24) & 0x0000FF0000000000) |
((x<<8) & 0x000000FF00000000) |
[Code]....
View 3 Replies
View Related
May 4, 2010
"Browsing" folders is my preferred method compared to "opening" many windows, can Gnome be set up to do this by default with a double click?
View 2 Replies
View Related
Jul 3, 2011
guys when double-clicking the bar where it is close, maximize and minimize, or maxima and it will not restore I do not know what more I moved here I'm not getting to solve this problem anyone have any idea what can this be?
View 2 Replies
View Related
Apr 27, 2010
I'm using 11.2 GNOME for a while now..
As far as I know, GNOME can't act like MS or OSX when we wan't to rename a file..you know, when you slightly re click the file name and its ready to be renamed.. instead, I should go right click - context menu - rename to do that.
Is there any setting or apps for these?
View 1 Replies
View Related
Feb 27, 2010
I could run the script from terminal. My script invokes some installation and works fine.But my wish is that end-user should double click the sh script and it should run.But how? I got few links - but none was of was quite helpful
View 6 Replies
View Related
Jan 20, 2011
can i get the ocuurance of left click-right click-double click?i need the time of ocurance and the click(left-right-double) that happend.any software?any clue..i need it in linux environment(kde or gnome)
View 14 Replies
View Related
Nov 4, 2010
Is it possible to set up Ubuntu 10.10 where one click will open a document as opposed to double clicking?
View 2 Replies
View Related
Apr 17, 2011
There's a physical problem with my Microsoft mouse (and from what I've heard many other Microsoft and Logitech mice) where it accidentally double clicks during what is intended to be one click from me. I was thinking that surely some software that ignores the next click input from the mouse if it is within say 50ms (At a guess) as the last click would solve this problem and increase the longevity of these mice. Is there an option for this somewhere? Perhaps it would be easy to program a simple script or something for this?
View 3 Replies
View Related
Aug 28, 2010
Often when I leftclick with the mouse it registres it as a double click.I am running Gnome, and in the mouse center, it does not help to move the slider.I know it is a issue with Xorg og Gnome, since it works fine in Windows (dual boot).Any ideas to what the issue is?--edit--I have the same problem, when I use the scroll button to click on items, in exampleiceweacel to open it in a new tap. It opens two tabs, instead for one!-edit--Damn, it is actually the same issue in Windows. Need a new mouse
View 6 Replies
View Related
Jan 25, 2010
I just downloaded a .exe file. I cannot get it to install after I double click on it. What should I do to make it work?
View 6 Replies
View Related
Jan 7, 2011
I use PCLinuxOS. I want to install mklivecd. I can't double-click mklivecd.rpm to install its dependencies. rpm -ivh mklivecd.rpm shows me a list of dependencies that have to be installed manually. What now?
View 2 Replies
View Related
Jul 19, 2010
I am arthritic and I have considerable difficulty with a double click. I also have difficulty when using a mouse of moving the mouse as I select something (click the button) from whatever window I am working with and thereby selecting the wrong thing. To compensate for this difficulty, I use a Logitech trackball and program the center button to perform a double click with one stroke. I am currently struggling with Linux Mint 9 in my search for a Windows alternative. Is there any way to program my center button (scroll wheel) to perform a double click in this or any other Linux version? Alternatively, is there any way to program a keyboard key to perform a double mouse click with a single stroke? I do not want any multiple key combinations for this operation, I want something that works with a single click of one button.
View 4 Replies
View Related
Feb 27, 2010
I could run the script from terminal. My script invokes some installation and works fine.But my wish is that end-user should double click the sh script and it should run.But how? I got few links - but none was of was quite helpful
View 6 Replies
View Related
Nov 19, 2010
Found the new small bug after November upgrades:Im using XFCE and now when Thunar showing files and directories in details view, i can one time open folder by double click, then go up to directory and double click wont work anymore, but in compact and in icon view thats work ok.Earlier this worked Ok from others views. Thinking that is bug.To XFCE users: try this too after latest updates...
View 6 Replies
View Related
Aug 8, 2011
My system boots, I login and am brought to my desktop. I click on the file system icon in the launcher to open a Nautilus window. The window opens, but is unresponsive (i.e., I can't move it, clicking on the icons does nothing, etc.). If I press the super key to get the dash and the press escape, the window becomes responsive again, just like normal.
If I open a folder in the window, the window becomes halfway unresponsive in that I can't move the window, but I can select more folders and toolbar icons. The top menu no longer appears at this point, and I can't access any of the system icons on the top right of the screen. Alt-F4 closes the window even if the close button doesn't work.As another example, suppose I open a Nautilus window and then a Chromium window. Both are immediately unresponsive. If I super-esc again, I can move the Chromium window around, and it seems to work normally. I can click on the Nautilus window, but it always stays greyed out. Even if I'm clicking on things in it, the Chromium window always has focus.
I had a similar experience to this with VLC and Chromium. After clicking around enough I eventually got it to the point where VLC apparently always had focus, but I couldn't access any of VLC's controls. Double clicking anywhere on the screen fullscreened the video, and that's all I could really do. Not even escape worked to bring it back.I can usually press super to get the dash and Alt-F2 to get a command prompt. Also Alt-Shift-T seems to usually work to bring up a working Terminal (at least one that accepts commands, even if I can't move the window).Does anyone have any ideas on what might be causing this? The behavior is highly unpredictable and extremely frustrating. I should note that key commands don't always work, even though they seem to in my examples. So I don't think it's just a mouse issue.
View 9 Replies
View Related
May 6, 2011
Just a minor frustration, I have not found how to do this, double clicking serves what purpose? Am I going to change my mind between clicks?
View 2 Replies
View Related