Debian :: Iceweasel - Gmail Account Opened And All Windows Show Blank
Mar 22, 2011
in the past i always used debian for servers only (mainly webservers, routers and antispam gateways), but now i have to develop some application for linux so i installed it on a desktop (have always been running windows on my desktops). i am running testing (mainly because i need some more recent packages and working with stable i find myself using backports most of the time). now i have seen that the standard used web browser is iceweasel (which according to sources i found is a firefox fork) but this browser seems to have some troubles:
- videos : always gives me an error in the video frame and i have to clear my cookies and reload the page to make it work for every single video i watch. embedded ..... vids work fine.
- gmail : as soon as i open my gmail account on any tab or iceweasel window all other windows are unuseable (show blank as if the application crashed) but gmail works fine. as soon as i close the iceweasel window where gmail is running all other windows are doing normal again.
- lots of pages display very poorly on iceweasel (misplaced div's, ... etc) : this is nearly always on pages where you find overlayed advertising in div's so i guess this is mainly dued to poor coding of those junk adds (i can live with that).
is there any alternative to iceweasel. especially the gmail part is very annoying, the rest i could live with (but prefer not to). i googled the web for those problems but i mostly found that these problems occured because of some extension (for example : ad blocker) but i don't use those so it didn't solve my problem.
View 14 Replies
ADVERTISEMENT
Oct 28, 2010
I would like to send emails form my server using my gmail account.Does anybody know how to do it?
OS = OPENSUSE 11.3 server installation - NO GUI....
View 9 Replies
View Related
Feb 4, 2010
I have been trying to configure the mailcheck in gkrellm to check and notify for new mail on my gmail account. I have activated pop of course...
These are the pop info taken from gmail:
Quote:
Server for incoming mail (IMAP) - needs SSL: imap.gmail.com
Use SSL: Yes
Port: 993
Server outgoing mail (SMTP) - needs TLS: smtp.gmail.com (use verification)
Use verifiering: Yes
Use STARTTLS: Yes(some clients call this SSL)
Port: 465 or 587
View 1 Replies
View Related
May 24, 2011
OK so that probably wasn't the best subject line as it was a hard one to describe.
Using Wheezy on an Acer Aspire One 5737 laptop. After a recent update now when I drag an open window around on the desktop it well wobbles in a distorted manner, the same goes when scrolling the page doesn't scroll smoothly it, well, wobbles. I have had the same issue in the past with Lenny on a laptop and I had to install video drivers it fix it however I 'think' Debian now supplies it's own drivers, is this correct? I'm not all that good with the video aspects of Linux. Is there something I need to check or maybe reinstall to correct thsi problem?
View 14 Replies
View Related
Feb 20, 2010
I'm having a problem. I cant log in pidgin or emesene or emapthy with a gmail acc in MSN.
View 5 Replies
View Related
Oct 30, 2010
I'm trying to shift from Windows to Linux I tried Ubuntu, but I was happy with it, so now I'm trying Debian. I installed the version i386 on an amd64. Since I still have to use XP I would like to share my Mozilla profiles. I followed the instruction I found on the web which worked well for Ubuntu/XP, but now I'm not able to get a working configuration on Debian Every time I launch Firefox/Iceweasel I get the message "Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system." I've tried to fix the problem following the instruction found in [URL] and other websites, but I failed. Firstly I tried with Iceweasel then I installed Firefox, but it didn't make any difference!
View 4 Replies
View Related
Feb 15, 2010
Issue : Unable to use gmail account through outlook
What iptables rules that I should put in place This is my setup
Eth0 � 192.168.1.x - Connected to internet
Eth3 � 10.0.0.47 � Local Lan
Pop.gmail.com � port 995
Smtp.gmail.com � port 465
View 6 Replies
View Related
Apr 8, 2010
I use evolution 2.26.1 on my jaunty machine. I have a couple of gmail accounts, and use pop3 to have that mail sent to evolution on my computer. All was fine until a few days ago. Then I noticed that I was no longer getting mail from my freecycle account sent to my machine. I went to the gmail web interface and saw that freecycle mail is still being sent to me. But gmail isn't passing it along to my evolution. The odd thing is, other mail from that gmail account *is* reaching evolution okay.
View 3 Replies
View Related
Apr 30, 2010
I'm am successfully adding my gmail account to both empathy and pidgin (it shows up in green that i'm 'available' on my computer). However, I am unable to send or receive any messages. On empathy it just says there was a network error - unknown, and pidgin say there is an xmpp message error code 404.
I've been trying for months to get IM working with my gmail account.
View 1 Replies
View Related
Oct 22, 2010
On windows I use my Gmail account to sign into Windows Live Messenger. So my Gmail account is my windows live ID.
But Empaty on Ubuntu 10.04 wont let me log in. Is there any setting that should be changed or is a whole different client needed to make it work?
View 9 Replies
View Related
May 22, 2010
I need to ask you how canIi make some fetchmail jobs to download mails from my gmail account into my mail account in my own server? My server is :
Linux Centos 5.4
Postfix Mail Server
I make a file named .fetchmailrc in my home directory and set its permissions to 755and the content of this file is:
set postmaster "postmaster"
set bouncemail
set no spambounce
set properties ""
poll imap.googlemail.com:993 protocol imap username "username@gmail.com" password "password"
I think something is not completed, I need to make that fetch to a specific user only, not all users.
View 7 Replies
View Related
Dec 29, 2010
# uname -a
Linux newserver 2.6.18-194.26.1.el5 #1 SMP Tue Nov 9 12:54:40 EST 2010 i686 i686 i386 GNU/Linux
The configuration file for mutt (.muttrc ) :
root@newserver ~]# cat .muttrc
set from = "kostas123@gmail.com"
set realname = "Kostas xxxxx"
set imap_user = "kostas123@gmail.com"
set imap_pass = "xxxxxxxxxx"
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed ="+[Gmail]/Drafts"
set header_cache =~/.mutt/cache/headers
set message_cachedir =~/.mutt/cache/bodies
set certificate_file =~/.mutt/certificates
set smtp_url = "smtp://kostas123@smtp.gmail.com:587/"
set smtp_pass = "xxxxxxxxxx"
set move = no
set imap_keepalive = 900
root@newserver ~]# service sendmail status
sendmail (pid 6428) is running...
root@newserver ~]# mutt
Error in /root/.muttrc, line 8: header_cache: unknown variable
Error in /root/.muttrc, line 9: message_cachedir: unknown variable
Error in /root/.muttrc, line 11: smtp_url: unknown variable
Error in /root/.muttrc, line 12: smtp_pass: unknown variable
source: errors in /root/.muttrc
Press any key to continue...
Mutt can only read email's from my gmail account, but no emails can be send through gmail to the Internet. I need some guide for Mutt , don't know how to configure it , for sending emails via my gmail account. I tried many muttrc conf files from the Internet and even tried to configure my own muttrc file , but still no luck. My windows xp box ( Outlook Express ) is configured and works with gmail account , but I would like to explore the power of Linux.
View 3 Replies
View Related
Dec 7, 2015
[URL]So, I want to hear the state-owned Portuguese radio that plays Classical Music, called "Antena 2", by either (1) clicking its website's listening "popup" window - [URL]- or by (2) adding such radio to my Rhythmbox list.
And, I would like to hear such a radio without having to install the proprietary "Flash" plug-in... And, if I'm forced to install any proprietary plug-in, I would rather install some "gstreamer" package(?) instead. But, preferably, what I would like, would be to use a Free Software alternative, if possible.
But, in the meantime, this is what happens...
1. If I click the above-mentioned link, to the corresponding "popup" window ([URL]), I can't hear anything.
2. If I click on a link at the bottom of that same "popup" window, that says "Listen to the broadcast in Windows Media Player" - [URL] - I'm sent to an identical listening "popup" window/page, where I still can't hear anything - and whose difference is that, now, the link at the bottom of the page says "Listen to the broadcast in Flash" [URL]
That is, this radio's website presents me two alternatives. That are, to listen to it
(1) using the "Flash" technology ([URL]), or
(2) using some "Windows Media Player" technology/codec/format ([URL])
The first of which I would very much like to not have to install, and the second of which I suspect there might be some plug-in package for, that I can install, that will make it possible for me to hear this radio.
And, the reason I suspect the latter, is because, if I try to add the link to the "Windows Media Player" page ([URL]) to my Rhythmbox's list of radios, I get the error message: "Your GStreamer installation is missing a plug-in."
So, which package(s) do I have to install, to be able to listen to this radio on the web - or, even better, through my Rhythmbox list of radios?
View 14 Replies
View Related
Jul 12, 2011
I use kmail for fetching and sending mails from my gmail account. The inbox stuffs are saved in ~/.kde/share/ apps/kmail/mail/inbox . It is not saved in encrypted form. One can open it with any editor. Is there a way to make kmail save those fetched messages in encrypted form and when I open the kmail it will show me those mails in decrypted form?
View 1 Replies
View Related
Mar 2, 2011
i am working on a neat little bash script, and i want the output to be mailed to my email account. So far i have tried installing sendmail then running: mail -s Test myemail@gmail.com But that hasn't worked; and i did check my spam folder. Am i missing something or is there a better technique all together?
View 8 Replies
View Related
Feb 11, 2011
I'm trying to set up my postfix server to relay mail (via a php cms) using Gmail's smtp on my account, but for some reason, Gmail returns an error code that StartTLS must be sent first, my postfix main.cnf file can be found at pastebin, because of this forum's text length I cannot paste my postfix main.cnf file as can be seen I have everything set and configured for Gmail, but postfix (for some unseen reason) can not send StartTLS. [URL].
View 4 Replies
View Related
Feb 2, 2010
Does anyone have some quick tips on how to send an Ubuntu server's email to a gmail account via postfix/procmail?
View 5 Replies
View Related
Mar 2, 2011
Is it possible to send an email to abc123@gmail.com directly from Console? If it is possible, do I need to do some 'configuration stuff' to get it to work? How do I start it?
View 15 Replies
View Related
May 12, 2010
am new to linux. i have an opensuse 10.2 mail server in my LAN. my users want every e-mail they receive to be forwarded to their web mails [URl]l.
View 2 Replies
View Related
Feb 19, 2010
I am trying to figure out how if it is even possible to set up my centos server to email messages to gmail account I have tried mail -S Test account@gmail.com but every time it say in my log files that Connection refused by [127.0.0.1]
View 1 Replies
View Related
May 10, 2010
I recently reinstalled Debian Lenny after experimenting with Slackware for a bit. Everything works just how I remember it should, except for plugins for Iceweasel. One of the first things I did, of course, was install the package flashplugin-nonfree. It seemed to have installed correctly and it showed up in /usr/lib/mozilla/plugins, but nothing was shown in aboutlugins when I checked from within Iceweasel. I managed to install the flash player from the Adobe website just fine, though, and it works. I then tried to install the mozilla-mplayer plugin. The same thing happened as with flashplugin-nonfree. It's weird. But maybe I'm just missing something really easy.
View 8 Replies
View Related
Jul 16, 2010
I booted the 11.3 live cd (KDE) and it worked great, so I installed openSUSE. After installation my video acted funny - the screen would occasionally blank when I opened a window, moved or resized a window, etc. It's as if the video driver decided to redraw the entire screen.
So I rebooted the live CD to see what was different and noticed this:
So it seems the 3D driver is an issue. Is there a way I can tell SUSE to just use the swrast 3D driver?
View 1 Replies
View Related
Apr 1, 2011
I have a server on CentOS 5.And I would like to set up an automatic forward so that every incoming message of a specified user gets forwarded to a specified email (my gmail account).In your opinion, what is the simplest solution ?
View 2 Replies
View Related
Jul 7, 2011
I have a Windows domain with a proxy. I have an account that can use the proxy and the URL that points to the proxy.pac file. this might seem a stupid question but can anyone tell me how do I enter the username and password for my test Windows account so that Debian can authenticate it?
View 1 Replies
View Related
Feb 1, 2010
I have a strange problem with my skype beta (latest) and Pidgin (gmail account) the problem is when i make voice call, it works fine for 1 or 2 mins then the voice drops and it connects after 20,30 secs.
View 1 Replies
View Related
Jun 11, 2009
I install qmail server from source according to document on qmailrocks.org but when i add domain and email account and after press the button create the next window in explorer is blank.
View 1 Replies
View Related
Mar 28, 2011
I have a win XP box and want to share files on this win XP box In Ubuntu 10.10 I previous used, I just connect the win XP sahred folder via file browser without any username and password. In my Debian Squeeze, when I connect to my win XPIt poped up a window and asked me the username and password. But I don't set any password in my win XP even my administrator account. How can I do to make my connecting to win XP smoothly like the Ubuntu does?
View 1 Replies
View Related
Feb 18, 2011
I just upgraded from Lenny to Squeeze and now when I enter startx I get a solid black screen and the computer does not respond to any keyboard input. Ctrl-Alt-Backspace, Ctrl-Alt-Delete, Esc, Alt-F2, Alt-F4, etc. all do nothing. No beeps or anything. I have an NVidia graphics card and have been using the proprietary NVidia drivers. I originally thought the problem might be related to this driver but I tried both the nv and vesa drivers and got the same results.
Attached is my Xorg.log.0 file. It just ends after the GLX extension initialization.I am able to use ssh to login after running startx. Running "ps aux" from the remote machine I did not see a process for X. I copied the output below the Xorg.log.0 file.
View 12 Replies
View Related
Aug 24, 2010
I am trying to set up outlook on my Ubuntu i fond a tutorial that uses wine to install office on my box. but the problem that i am having is when i try to add a account no options show up other than the next. does any one know why would this happed?
View 1 Replies
View Related
Mar 21, 2010
I use pidgin to chat for my yahoo account. When some one comes on-line I can know that by the sound. I want pidgin to show me the account who just comes on-line, like the feature of yahoo messenger. How can I do that?
View 1 Replies
View Related