Software :: Browser Links Not Highlighted When Clicked
Oct 25, 2010
I am using Ubuntu 9.04. In Google Chrome (7.0.517.41 beta), Firefox (3.6.11) and Opera (10.63), links are not highlighting properly after clicking them. Either there is no difference, or they are so similar in colour as to be almost indistinguishable (dark blue and slightly darker blue).
View 5 Replies
ADVERTISEMENT
Dec 6, 2010
At my Uni, we use a web-based login for our internet connections. Its based off of Cisco, and every Wednesday night every computer on campus must re-enter their credentials to use the network.
Normally on my several computers I simply pull up the Terminal, point links to google.com using
Code:
And enter my credentials when Cisco redirects to the login page.
Literally, the process is
Code:
Then ENTER to accept the redirect, down arrow to skip over the logo image, USERNAME, ENTER, PASSWORD, ENTER, ENTER.
Naturally, this is EXTREMELY time consuming, as I have about 5 computers located around campus and must physically walk to the machines and login every single week.
My question is, How would I formulate a program that does the following;
1) checks for connectivity (i.e. is able to reach/resolve to the greater part of the internet) and
2) automatically fills in the credentials on the links login page?
View 2 Replies
View Related
Nov 13, 2010
Since I installed Maverick, I've had trouble with Chrome and Firefox tabs. When I click a link, sometimes (50-60% of the time) the link opens in a new tab. When I click on tabs, again 50-60% of the time, they close. It's been happening since I installed Maverick, and there doesn't seem to be a rhyme or reason to when I get a new tab or a tab closes. I have a Compaq Presario V6000 running 64bit Maverick with an Nvidia card.
View 4 Replies
View Related
May 5, 2010
I accidentally clicked remove this from the panel and can no longer see what windows are open in my browser. How can I restore this?
View 1 Replies
View Related
Jun 15, 2011
I can view a php page only with links browser (a text browser) But when i use firefox i got an error "Content encoding error"
View 4 Replies
View Related
Aug 14, 2010
This morning a box that listed my wireless router came up. I usually click cancel and every thing is okay. Early this morning I clicked Delet. and now I have no wireless. In fact when I click on the wireless icon none of the neighbors routers show up.
View 1 Replies
View Related
Jul 7, 2011
I have Chrome as my default browser, I also have FF 5 installed. If I click an html link form my desktop, or a separate program opens a web page, they always open in FF. I have seen this in older versions of Ubuntu also, 32 & 64 bit. What is the issue?
View 6 Replies
View Related
Apr 30, 2010
When I click on an http link in Thunderbird, nothing at all happens. There's no error message on the console, there's no new browser starting, and there's no new tab opening with the browser already running.
I've tried: sudo update-alternatives --config x-www-browser, choosing firefox.I've also tried: adding a new string value to Thunderbird's warranty-voiding config: network.protocol-handler.app.http, with a value of /usr/bin/firefox. This was recommended in various threads.But no luck.There's an entry for https - firefox on the Attachment tab of the preferences, and https links are indeed opening in Firefox. But not http.KDE 4.4.2 itself has default mail client and browser set to Thunderbird 3.0.4 and Firefox 3.6.3 (both from the repositories, no website downloads).
View 3 Replies
View Related
Feb 3, 2009
I have a personal wiki of notes, with now thousands of links in markdown format:
[link text](http://example.com)
but now that fckeditor is available for mediawiki (very beta), it has become much better to just stick with wikitext format. There are only a few conversions to do: tables, links, and bulleted lists. The lists are a fairly simple regex and fckeditor magically reformats the tables, so all I'm left with is the links. But I'm not a regex master. How do I reformat code...
View 12 Replies
View Related
Feb 23, 2011
I have not defined a user vimrc, OS is redhat 4.6 and after a search and replace the first column in the editor is highlighted yellow and it stays that way as I close and open vim. This is the /etc/vimrc that came on the system. anyone see a bug or a reason it would do that?
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"
set fileencodings=utf-8,latin1
endif
set nocompatible " Use Vim defaults (much better!)
[Code]....
View 2 Replies
View Related
May 30, 2010
When browsing around with the terminal, I have noticed that some folder are highlighted against a dark background, and some are not. What does it mean if it is highlighted?
View 5 Replies
View Related
Jan 16, 2009
I use vi as the default text editor and one day I pressed a wrong combination of keys on my box while programming in c on vi and the character 'i' got highlighted with a brown box over it. At each and every position in file, not only this even in new files it appears to b highlighted. What should I do to avoid it.
View 1 Replies
View Related
Mar 16, 2010
So I gave the following permission using sudo su to some directories:
sudo a+x -R ~/<SOME FOLDER>/*
sudo a+w -R ~/<SOME FOLDER>/*
After doing this, I can access write and read all directories but my terminal shows these folders highlighted and I really dont like this. Is there any way they can look like before (with no highlights)?
View 7 Replies
View Related
Sep 1, 2010
So theres this command
Code:
man -k mail
Which lists commands that contain the keyword "mail" in their description.I want the output of this command in less and the words highlighted by grep. Something like
Code:
man -k mail | grep mail | less
The command doesn't work, how do I fix it?
View 2 Replies
View Related
Dec 26, 2010
Can one change the color of the box presented when you hold the mouse pointer over a object like scrolling through threads? The black box is a killer on my eyes.
View 4 Replies
View Related
Mar 4, 2011
I am unable to understand the highlighted code/syntax here and what do variable names starting with an underscore represent?
Code:
#include <iostream>
template <class Class, typename ReturnType, typename Parameter>
[code]....
View 14 Replies
View Related
Sep 19, 2009
I am having issues getting a 32-bit environment to run something on my computer. Most people think this is a lame game, but I rather enjoy it and would like to continue playing it on this computer. I am running F11 x86_64 on an AMD Athlon 64 x2 6000+ Black Edition (OC'd at 3.4 in case anyone is wondering). I TRIED running yum to get the shared library referenced in the following message, but it gave conflicts on installation. Is there a way around this, such as installing a separate environment directory for just this game? Or is it just a lost cause?
[Code]....
The new problem is highlighted in the terminal output. I've searched the web for this issue, and it seems to be caused by an older lib included with glibc.i586, though I don't know how to verify or correct this. I tried a lot of things before finding this list.
View 10 Replies
View Related
Jul 25, 2011
I want to generate HTML files in batch to show some gvim colorschemes in action. I took my current solution from the script at but this will open open a gvim window for each colorscheme I want to process. So far, the only way I have found to avoid the annoying new windows that pop up every second is to start a VNCserver and set the DISPLAY environment variable to that of the VNCserver so that all gvim windows are sent to the display within the VNC session.However, I would like to know if there is a way I can avoid the whole VNC setup and just run a headless gvim instance that does the conversion and exits, with no windows ever being actually displayed.
View 1 Replies
View Related
Jan 24, 2010
After nhandlers IRC session on ubuntu user days, I got inspired to check out irssi. One thing that I am having trouble with is getting irssi to play an alert sound of some sort when my nick is highlighted. I've tried this:
"/set beep_when_window_active ON"
"/set beep_when_away ON"
"/set beep_msg_level MSGS NOTICES DCC DCCMSGS HILIGHT"
"/set bell_beeps ON"
So I believe that I should get some kind of beep sound but I'm not. I'm running irssi on byobu and using Karmic Koala. Please, I welcome all of your advice about irssi even if it is not "on topic"
View 7 Replies
View Related
Apr 4, 2010
how do you clear the highlighted results after searching in elvis and other text viewer programs such as less?Also I know it's been mentioned before, but why does pat prefer elvis to vim? Just a personal preference?
View 9 Replies
View Related
Jan 26, 2010
I am getting an error after the self boot sequence when after X minutes the system auto boots the highlighted option in my case it is mint 7 after that screen an error comes up with Random numbers and letters then Stuck?
View 1 Replies
View Related
Jul 2, 2010
I've recently installed Nautilus Actions Configuration Tool (NACT), because I was interested in adding some more entries in my right click context menu. I've downloaded and installed successfully several nautilus actions. However, I'd like to add a script in the right-clicked menu. I know that the easiest way is to put the script in the " ~/.gnome2/nautilus-scripts" directory, but I'd like to add it through NACT, because NACT can set script to appear only for certain type of file (for example only for folders). Also, through NACT I can add icon for the action, so that I can distinguish the action quickly.
The script is called "open file location" (download link: [URL]... The main problem is that I don't know which parameters to add, so that the command functions correctly. Can anybody make it function? I use Ubuntu 10.04 and NACT 2.30.2
View 9 Replies
View Related
Jan 30, 2010
Here is my issue. I am running 9.04. I open the file manager (Nautilus) click the network to connect to my shares and the FM crashes. out put from terminal
Code:
wncamp@ubuntu:~$ nautilus
(nautilus:4313): Gtk-WARNING **: Theme directory 32x32/emotexs of theme Aqua-Glade_PNG has no size field
** Message: Initializing gksu extension...
Initializing nautilus-open-terminal extension
(nautilus:4313): Gtk-WARNING **: Theme directory 32x32/emotexs of theme Aqua-Glade_PNG has no size field
[Code]....
View 9 Replies
View Related
Jul 24, 2010
I'm able to open up kmymoney and create a new file, click on the new accounts, enter data, etc. When I try to open an existing file, it opens fine, however as soon as I click on any of the accounts it freezes. I ran the consistency checker and it resolved 10 errors, but still will not open.
View 2 Replies
View Related
Oct 28, 2010
When I double click on the script nothing happens. If t try to run it through terminal, it runs ok. In the Previous Ubuntu version (10.04) when I double-clicked a script it popped up some choices. Run in terminal, display, etc. That does not happen now.
View 2 Replies
View Related
Apr 29, 2011
I installed Plymouth Manager a while ago and have had no problems with it until now. I want to change my splash screen (it's currently set to the Macbuntu one), but it won't start up when clicked on. I have the Screenlet Sysmonitor, and it doesn't even show the process as starting when clicked on as if I did nothing. Running Ubuntu 10.10, Acer Aspire 5520.
View 8 Replies
View Related
Aug 14, 2010
I have been burning a few CDs. When I inserted the blank CD I was queried what to set the default action as, and I selected 'Do Nothing'. The CDRom drive now does not attempt to read or mount anything inserted into it. It shows up in Nautilus under 'Computer', but does not appear to be mounted properly otherwise.
I am using Ubuntu 10.04 desktop.
View 4 Replies
View Related
Apr 18, 2011
Which is the default file browser(NOT web browser) of Ubuntu 10.10 Maverick Meerkat?Nautilus?Are there any others for Ubuntu?
View 7 Replies
View Related
Feb 14, 2010
I am connected to the internet with a Rogers Rocket Stick, when I want to check my mail in Evolution the "send and receive" tab is not highlighted. It was working yesterday when I was connected through wireless why is that and how do I fix it ?
I installed Ubunto remix on a Netbook but I can not connect my Laptop with ubuntu to my Netbook with ubuntu, both these computers are connected on the network, it asked for the password to be able to connect on both computers but I cant get the two to communicate with each other .... yesterday when I still had windows xp on my Netbook I had no problem connecting the two computers ...
View 5 Replies
View Related
Jun 1, 2011
Does anyone know of a way to make the 'activities' button go from scroll over to when clicked.is that even possible....
View 4 Replies
View Related