Ubuntu :: Cannot Take Screenshots In Firefox Of WordPress Websites
Jun 3, 2011
I sometimes take screen shots of websites in Firefox. The easiest way is to use one of the many extensions, e.g. Screengrab. However, I have discovered that, when trying to take a screen shot of the entire web page, the lower part of the page is not captured. This happens on WordPress sites and, curiously, on Mozilla's own results pages. Other pages seem to be unaffected. However, on Chromium, it works perfectly.
System: Ubuntu Lucid 10.04.
Firefox: 4.0.1
View 9 Replies
ADVERTISEMENT
Jun 27, 2010
I'm trying to get wordpress to work with lighttpd and my home test server... <name>.dnsalias.org as my IP is not static... When I install wordpress ( via apt-get ) and set it up through install script like this:
bash /usr/share/doc/wordpress/examples/setup-mysql -n wordpress <name>.dnsalias.org It is accessible from outside of my network but not from local one where the sever ip is 10.0.0.200 From outside it is using correctly domain <name>.dnsalias.org but from inside when I try to use ip 10.0.0.200 from other pc on net it will not work..a s it still using <name>.dnsalias.org in all links... Also I would like to have it in <name>.dnsalias.org/wordpress as I have another test site in <name>.dnsalias.org/<test_Site> which by thee way works from inside and outside of my network.... its just wordpress ...
I have followed this guide: [URL] but its for apache... I spend whole night searching for some solution and now I'm dead tired and you are my last hope ...( ....Obi Wan Kenobi ) So does someone running wordpress in setup like I described above, if yes
View 2 Replies
View Related
Jun 30, 2010
What is the firefox add on for web sites that want windows only? I had it once but now I can't remember"
View 1 Replies
View Related
Feb 18, 2010
I just updated to Firefox 3.5.8. I experience constant crashes with some websites. Does anyone here have the same problem ? How can I go back to the previous version? System: Karmic Koala on a MacBook 2.1
View 4 Replies
View Related
Feb 27, 2010
I want my fire-fox to save and quit my important sites.My fire-fox version is 3.0.18.It ask me for the same options. sometimes it asks me to save and quit and sometimes does not,why?
View 1 Replies
View Related
Jan 10, 2011
I have been having some issues with the browsers, I use firefox and I have noticed that many of the websites I visit don't display correctly. I have attached some examples..not all sites display like that but many do.
View 2 Replies
View Related
Oct 29, 2010
I have recently installed Ubuntu 10.04 LTS. It got installed and is working o.k. However I am facing one typical issue: When ever I try to open any secured site ( like bill payment sites etc. ) , firefox simply does not open these pages. However at the bottom left it displays -Done.
View 6 Replies
View Related
May 13, 2010
I have freshed installed lucid.Linux ubuntu 2.6.32-22-generic #33-Ubuntu SMP Wed Apr 28 13:28:05 UTC 2010 x86_64 GNU/LinuxThe problem is firefox is very very slow to open web sites.
View 1 Replies
View Related
Jan 23, 2011
I have got an interesting issue here. After having ubuntu running for awhile I will visit a certain website that maybe running a script or flash or something and then all of a sudden the screen goes blank for a second and then everything comes back except the mouse pointer is no longer visible. I can logout and then back in and the pointer is back. I wasn't going to ask about it but it is getting annoying having to log out and than back in. I am running a ati card with the iopen source ati driver. It is a VisionTek 9250 pci card with 128 mb of ram. I wonder if it is a combo of this, Adobe Flash and Compiz.
View 3 Replies
View Related
Apr 14, 2011
Having an issue with Firefox 4 and horrible flickering and distortion in some flash sites, esp Facebook games. This is not an issue in 11.3 and FF 3.6.Issue is present in 11.4 with FF4Issue is present in 11.3 if I upgrade to FF4 and disappears if I downgrade to FF3.6 Issue is not present in Windows and FF4.
View 1 Replies
View Related
Apr 15, 2010
A computer security researcher has released a plugin for Firefox that provides a wealth of data on Web sites that may have been compromised with malicious code.
The plugin, called Fireshark, was released on Wednesday at the Black Hat conference. The open-source free tool is designed to address the shortcomings in other programs used to analyze malicious Web sites, said Stephan Chenette, a principal security researcher at Websense, which lets Chenette develop Fireshark in the course of his job.
View 1 Replies
View Related
Jan 21, 2010
I know this is not a win-doze forum but i always ask my questions here so here goes.I am having what appears to be a DNS problem on a friends laptop. He is running windows XP. I CAN connect to networks and even ping websites but i CANNOT browse in Internet Explorer or FIrefox.
View 1 Replies
View Related
Dec 7, 2010
I am using ubuntu 8.04 and has firefox 3.5.15.of late,whenever i open [url] and [url] firefox crashes.also when opening window for changing themes,background firefox crashes.
View 9 Replies
View Related
Apr 12, 2010
I want to block all websites except desired websites.
View 3 Replies
View Related
Apr 2, 2011
Where in God's green earth does ubuntu put screenshots/clipboard related material? I've made like 5 screenshots but am totally unable to locate them. Great Scott! In windows I know where there at!
View 2 Replies
View Related
May 27, 2010
I'm running 10.04 with compiz under gnome, and I'm having trouble getting my screenshots to capture properly. Currently they only display my wallpaper and not any windows or panels. I tried using the module in the custom settings manager but no key-binds seem to work, well either that or the plugin is failing to load when I initialise it.
View 4 Replies
View Related
Jul 23, 2011
I know in Fedora one can take screenshots during actual installation of the OS with Shift+Printscreen keys on the keyboard and then can access them as root in the folder /root/anaconda-screenshots. So how do I do the same while installing Ubuntu?
View 2 Replies
View Related
Apr 12, 2010
I noticed that in screenshots the mouse cursor is included by default, but now I want to take some screenshots without it, how can I do that?
View 3 Replies
View Related
Mar 18, 2010
I run opensuse 11.2 KDE 4.3.5.
I do not have a mac, but I've used one and really like the one feature of the screenshots. Specifically, Command+Shift+3 which saves the screenshot to the desktop without having to open a program or anything like that.
Is there any way to do this in KDE? Ksnapshot is nice, but I'd like not to have to click the button every time.
I've tried the command line Import and it always gives me some X server not configured error or something, so that's not an option.
View 5 Replies
View Related
Apr 21, 2010
Is there a way to take a Screenshot with keyboard shortcuts?
View 1 Replies
View Related
Jul 12, 2010
I have an issue with crontab that I can't resolve even though I searched the web like crazy. I tried to create a new cron job for taking a screenshot automatically every minute with scrot using "crontab -e" like so...
Code:
* * * * * /usr/bin/scrot ~/screenshots/screen\%G-\%T.png > ~/log.txt
when I run it in my shell it does work fine and it seems to run with cron also because the log.txt file is modified every minute, however when I run it through cron the screenshots don't appear in the screenshots directory and nowhere else either.
Other jobs in the same crontab run very well. It doesn't seem to be a PATH issue because the paths are complete.
View 7 Replies
View Related
Jul 19, 2011
what is the theme on the GNOME3 website homepage?
View 3 Replies
View Related
May 23, 2011
It doesn't seem to be a particular font
View 9 Replies
View Related
Jun 16, 2011
I have received an email from Indian Railways which says that a screenshot has been included. And for mobile password use the link provided on site. When you click on link provided for activation of your account or try to log in for very first time on irctc site after registration enter the password provided in mail, for mobile verification password click on the link provided on right hand side on same page. Screen shot attached for your ready reference. However I don't find any screenshot. On my 32-bit laptop I have debian-squeeze. Is installation of some special package needed for viewing.
View 4 Replies
View Related
Apr 30, 2011
I want to create a script with the command
sleep 3; xwd -root | xwdtopnm | pnmtopng > capture.png
for creating screenshots. But I'm having problems with creating its structure. I'd like it to:
1- Check if there's a capture.png file on /home
2- If there is, check if there is a capture1.png file (and so on, until it reaches a captureNUMBER.png file that does not exist)
If there is not, proceed
3- Take the snapshot after three seconds (so that I can go to the window I want)
4- Create a captureNUMBER.png file at /home
Here's my attempt (I don't know how to automatically change the name of the file, so my first idea was to create keep this structure until capture10.png)
#!/bin/bash
cd /home
if[ -f capture.png ]
[code]....
View 6 Replies
View Related
Dec 1, 2009
I enabled my SysRq key and now can't take screenshots. I have no idea why this happened. I enabled it so that I could have a failsafe way to shut the system down in case of a failure and then this happened.
View 5 Replies
View Related
Feb 28, 2010
I tried many different ways to get a screen shot (gnome's tool, gimp, compiz plugin, xwd, import) and in all of them the screenshot was filled with jagged colored bars. I tried both with and without compiz and the same thing happened. I'm using gnome with fedora 11.
View 3 Replies
View Related
May 3, 2010
I'm creating a presentation of OpenSUSE and want to take som screenshots of the whole screen and app-windowsI'm using OS11.2 KDE 4.3.5. Is there a tool for this?
View 6 Replies
View Related
May 5, 2010
how can i take screenshot of screens of linux cli .....run level 3...<ctrl>+<alt>+F1me in detail
View 1 Replies
View Related
Jun 24, 2010
I created a kickstart file and put it on a floppy. I have installed several times to refine the process and confused. I am not sure if the kickstart file is even being used by grub. I specified
autostep --autoscreenshot The install STILL asks me all those questions I was trying to avoid by doing autostep in the first place, and /root/anaconda-screenshots coes not exist.
I specified
linux = hd:fd0:/ks.cfg
as a Grub command line option. I got that line off a forum, so it may be inaccurate. Anyone know if that is correctd? If I screw that up, shouldn't anaconda complain about file-not-found? Are the screenshots only applicable to graphics mode or also to text mode? (I have been using text mode, assuming text file screen dumps would appear in that subdirectory...)
View 7 Replies
View Related