Ubuntu :: Back - Up - Forward Navigation Not Working Properly
Aug 17, 2010
I installed Ubuntu 10.04 on my systems. In the file browser or any internet browser, if I click on back, forward or up, nothing happens. I stays on the current page/location. Even if goes back, sometimes, it again comes back automatically to current page/location. I can navigate using keyboard but not with mouse.
System Configuration:
Processor: Core 2 Quad 2.5 GHz
RAM: 2 GB
Motherboard: Intel Desktop Board DG41RQ.
View 2 Replies
ADVERTISEMENT
Dec 31, 2009
I am trying to get the forward and back buttons on my Logitech Surface mouse working in openSUSE 11.2 running as a guest in VMware Workstation 7 on a Win7 x64 Pro host. I have read many places about editing the xorg.conf file and have done so successfully under Ubuntu in the past. I have successfully installed VMware Tools and everything is working as expected except the side buttons on the mouse. I have no current xorg.conf file
View 5 Replies
View Related
Dec 12, 2010
i have fedora 14 64 bit, Dell latitude e6410. i want to have back navigation in mozilla firefox. and finger print?
View 3 Replies
View Related
Oct 23, 2010
I just upgraded my ubuntu to 10.10 and discovered that the navigation keys in the 'less' utility are not working anymore. Both the cursor keys and the page keys are just echoed as key codes:
Code:
:^[[A^[[B^[[C^[[D^[[5~^[[6~
(I hit up, down, right, left, pgup, pgdown)
This is really nasty - moreover, this issue seems to be too difficult to google (at least for me) beause 'less' is not a very good keyword to search for
PS: I already checked TERM=xterm -- must be something else...
View 5 Replies
View Related
Jan 24, 2010
I'm having problems with open-office writer. back-space end all other navigation keys refuse to work...delete works fine. system runs Hardy Heron and o-office 2.4.1The problem only applies to my profile, what files should I look for concerning keyboard config? Methinks Gnome and KDE frontends kinda conflict when assigning layouts to the keyboard, but that's just my own rambling
View 2 Replies
View Related
Jul 1, 2010
why these buttons would not work in opera but work in nautilus and firefox? I've tried to change the mouse settings in opera and nothing works. thoughts?
View 1 Replies
View Related
Mar 3, 2010
How can I move around the bash commandline efficiently?In the Windows prompt, one can go back or forward one word by pressing ctrl and <-/->.What's the equivalent in a bash environment?
View 1 Replies
View Related
Sep 6, 2011
Is it possible to use cd command to navigate back and forward (like browser)?. Something similar to cd - but it only swaps current and last location. I know I can push dir on stack, it would be great to use cd -> and cd <-, though.
View 3 Replies
View Related
Jan 26, 2011
I'm running Sabayon Linux, and recently when through a major upgrade where a lot of packages were upgraded.
After the upgrade, when launching firefox, the back and forward icons are missing. The buttons are actually there, as I can still select an empty grey rectangle. I also checked and it's happening for all users on the system.
I was using the persona's theme, but I stopped using that (for performance reasons). I just disabled it, I haven't actually removed it.
I tried re-installing gnome-icon-theme package from a suggestion on another linuxquestions.org thread, but that didn't help.
It's not a big deal as I can still use the buttons, but curious if anyone has any insight into what I can do to get the icons back.
View 2 Replies
View Related
Jan 15, 2010
How do i make VLC jump forward or back using the mouse wheel regardless of where i have the mouse cursor in the window? I went to preferences and changed the hotkey to 'short forward jump' to mouse wheel forward, but nothing seems to happen when i press the forward button.
View 2 Replies
View Related
Mar 2, 2010
I have recently had problems a with Movie player. It seems to having trouble playing DVD's and video files. it has a tendency to stop/freeze and sometimes if I try move the progress bar or scroll back or forward it wil just instantly close the Movie Player. I'm wondering is there a way to check it for bugs or is there a more reliable/better quality player that I could get instead.
View 9 Replies
View Related
Nov 25, 2014
When trying to do a system update, I'm facing following error:
Code: Select allroot@machine: apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
libdevmapper1.02.1
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
1 not fully installed or removed.
[Code] ....
No such file or directory of an older and unused kernel? What's wrong with my system?
More about my machine, which runs Debian 6:
Code: Select allroot@machine: uname -a
Linux machine 2.6.32-5-686 #1 SMP Sat Jul 12 22:59:16 UTC 2014 i686 GNU/Linux
Code: Select allroot@machine: cat /etc/apt/sources.list
deb http://http.debian.net/debian/ squeeze main contrib non-free
deb-src http://http.debian.net/debian/ squeeze main contrib non-free
deb http://security.debian.org/ squeeze/updates main contrib non-free
deb-src http://security.debian.org/ squeeze/updates main contrib non-free
deb http://http.debian.net/debian squeeze-lts main contrib non-free
deb-src http://http.debian.net/debian squeeze-lts main contrib non-free
View 14 Replies
View Related
Feb 11, 2011
Lately I've been needing to delete new untracked files from my versioning system. Being in linux I use: hg status -un|xargs rm And it works nice, but when doing it in windows, hg status lists paths with backslash so that is where stuff goes wrong. So then I try: hg status -un|sed 's/\///g' ...but I get the error: sed: -e expression #1, char 8: unterminated `s' command
Then I try some ascii: `hg status -un|sed 's/o134/o57/g'`...that gets me: sed: -e expression #1, char 14: Trailing backslash And some scripting: hg status -un|sed 's/`echo `/`echo /`/g' ...that gets me: sed: -e expression #1, char 19: unknown option to `s'
I try all the last with any other characters and I get the expected output... so I'm completely lost. I have cygwin, of course, and I want to avoid using a file (that is what I've been doing).
View 2 Replies
View Related
Apr 25, 2011
I had a problem with apache2 and getting .htaccess working. I have done some things and i believe its working the ErrorDocument command is anyway. I believe there may be some problems with the rewrites though.Im trying to take a urlhttp://localhost/showthread/123and make it display whats on http://localhost/index.php?showthread=123The rewrite rule is Quote:
Options +FollowSymLinks
RewriteEngine on
RewriteRule ^showthread/([^/.]+)/?$ index.php?showthread=$1 [L]
[code]....
View 8 Replies
View Related
May 4, 2011
Running exim4 on debian and trying to forward all emails destined for root@mydomain.com to me@mydomain.com, I did setup the entry in the /etc/alias file in the following way:
root: me@mydomain.com
run newaliases restart exim "although not needed if I am not mistaken"
then on command line mail root@mydomain.com and the email still goes out for root@Mydomain.com and not me@mydomain.com I am using a smarthost, and that smarthost refuses to serve emails going for root@. I am OK with that as I should be able to easily rewrite those message to go to me@mydomain.com
But it is simply not working, anything I might have missed here ?
View 3 Replies
View Related
Jan 5, 2010
I am "fleshing out" my USB flash drive Netbook Remix of Ubuntu and have run into a snag on getting Mplayer Movie Encoder to work. Synaptics eventually showed 28 new packages will be installed which was done. But, the skin showing the "controls" (fast forward, pause etc) is dead. I am using the USB flash on a HP desktop and all other Remix features work well. Plus the Nvidea gui card fills my 19" flat screen exquisitely well. And, the stick works very nicely on my Acer Netbook (aspire one 250) too.
View 2 Replies
View Related
Oct 11, 2010
I'm installing Ubuntu 10.10 on my desktop and it seems I can't get past the "Who are you?" screen as I can't click the forward button
I've tried a number of times; installing from within live usb, without an Internet connection (Just to see if it helps) but all failed
EDIT: It was because my username had a capital letter in it.
View 9 Replies
View Related
Sep 3, 2010
i followed this thread and got mediatomb on my ubuntu 10.04 lucid running. i have a samsung UE-32B7020 tv.
the only problem is that for .avi and .mp4 movies (these are the ones i tried), fast forward and rewind do not work. transcoding is not enabled.
View 7 Replies
View Related
May 2, 2011
I am trying to use sed command to repalce one string with other but somehow replacement string contains forwards slash hence getting the error statement garbled!
[Code]...
View 4 Replies
View Related
Dec 21, 2010
Does anyone know why vi text editor would not work. I'm running Ubuntu server with SIP service and apache and when i try to edit config files with vi it gets messy.On the bottom of the screen it would not indicate if I'm in backup mode or not. I won't same changes, and it messes up the layout when you use arrow keys to move between the lines. Also sometimes when I use arrow keys it will insert capital A, B, C or D.
View 5 Replies
View Related
Apr 28, 2011
I have a Lenovo W500 ThinkPad. It is running XP on first partition, then Ubuntu. I've tried both 10.10, 11.04 beta 2, and now 11.04 release.With the release I just installed, it seemed OK till reboot-after-install, at which point nothing came up. I rebooted several times and just got errors and kernel panics in the ATI video driver. I also saw a lot of these messages:"udevd[80]: worker [XXX] did not accept message -1 (Connection refused), kill it" URL...
I had download updates on, I'm trying again with a clean install without updates. (Although, I said don't download while installing, and it says it is downloading language packs...?)Now, I also had issues with 10.10, where it would intermittently boot and fail to get video, I'd just be at a tty, and have to reboot and try again. I found it usually got video if I had just booted Windows (XP Pro SP3) beforehand, and not otherwise So what's going on there? Something up with the actual video card? I want to run Gnome anyways, is there a way I can specify that during the install?At any rate, if I can't get 11.04 working properly, I'll have to run 10.10, which I didn't want to do. I'm starting from scratch and wish to start from 11.04 if at all possible.
View 2 Replies
View Related
Apr 29, 2011
So yesterday I upgraded to 11.04 from 10.10 and now when I enter Ubuntu only my background image appears. No files, programs, or anything. It worked right after it rebooted to finish the upgrade but when I turned my computer on this morning I got nothing but background.
View 4 Replies
View Related
Jan 11, 2010
The navigation buttons in firefox are not working and I can not access File, Edit, View, and History pull down menus. This just started today i think. I have 3.5.pre8 and 3.7 installed. both are affected.
Edit: Actually it is a problem with all apps when window is maximized. I cannot access the first 3 or 4 pull down menus or buttons on the tool bar unless the window is not maximized. This happens with konqueror, firefox and Banshee. Have not tested other apps yet.
Edit2: Upper left corner of desktop is also affected. The icons in this part of the screen are not accessible. seems that anything in that region of the screen is dead. just switched from compiz window manager to metacity and there is a black square in the upper left corner of my screen about 2.5"x 2.5".
View 1 Replies
View Related
Jan 12, 2010
I can't install software in Karmic - just installed the OS and hooked up to the network, but whenever I 'sudo apt-get install <program>' I get: Couldn't find package <program>I've looked at sources.list and can't find any problems. Is there something else I should look at?
View 2 Replies
View Related
May 4, 2010
I upgraded two machines to 10.4 TLS. When I press "s" key, system shutdown menu is displayed, and when I press "m" key, message menu is displayed.
View 4 Replies
View Related
Oct 11, 2010
upon the upgrade from 10.04 to 10.10, all upgraded nicely, except for my touchpad, which can't right click anymore, I can use the scroll on the side, and the button-trackpad just functions as a left click.I have an HP Pavilion dv6, with a touchpad like that of the HP Envy, click touchpad, with depressing ends on the bottom and middle respectively for left, middle, and right click.
I submitted a bug report on this when it was in beta, is there a solution to this issue? I use my laptop for work, so I would appreciate a fix... or something I could do aside from uninstalling my Operating System and reinstalling the previous version, which would seem to be a hassle.
View 2 Replies
View Related
Nov 20, 2010
I can't get java applications to run properly in a lot of cases. I've tried completely removing Java and reinstalling it. I've tried removing Iced Tea and OpenJDK and installing Sun Java instead. I've done a complete, clean reinstall of Ubuntu. The symptoms of my problem never seem to change. Minecraft is the best example I can give you. As soon as the game loads (in the web or on the desktop alike) it closes abruptly. This is what's in the log file.
Code:
I'm thinking "C [+0x416] __kernel_vsyscall+0x2" is important somehow. I can't seem to figure out what it means. I've tested this on a friend's laptop using the same (Ubuntu 10.10) and it works fine, no errors. I know other people are running their java fine.
View 1 Replies
View Related
Dec 5, 2010
Has anyone else been getting problems with contacts on MSN not receiving any messages?Works fine for google chat though, having to use Emesene for MSN at the moment, quite annoying.Also sometimes messages seem to double up and notifications too.
View 1 Replies
View Related
Dec 28, 2010
i recently installed guvcview on xubuntu and the window just shows up as a black screen with nothing and according to the uvc website my Logitech QuickCam Communicate Deluxe is supported by linux when i start up guvc the webcam's light turns on so i think its working
View 1 Replies
View Related
Apr 24, 2011
I managed to configure autofs5 on my Kubuntu 10.10. I want to use autofs to mount my NAS drive, when I am home(most of the time ) and not bother me when I am away. I mount it in /etc/fstab, but suspend and hibernate does not work correctly, when I am not at home. Now I comment the line which mounts the NAS driveI am still not at home, and decided to try to autofs my flash drive Here is my auto.master
Code:
# directory map
/- /etc/auto.direct --timeout=2 --ghost
[code]....
View 4 Replies
View Related