Ubuntu :: Send Empathy Back To It's "Envelope"?
Jul 15, 2010
I didi a few things/updates to Empathy and now it runs as a program on the Dock, nos as it was used to (inside the enevelope). Whant i want to do is to have the envelope manage empathy once again...How do i do that?
View 9 Replies
ADVERTISEMENT
Apr 22, 2010
When I got Ubuntu 10.04 beta the first thing I did was to uninstall Empathy as it was crashing a lot and I was used to some other application.Currently I want to use Empathy and reinstalled it.My problem is that instead of chat conversations "merge" with the evolution envelope icon Empathy seems to have it's own static icon. It's annoying because the icon is the same "green orb" whether I have a new message or not. The problem is not the version (2.30.0.1) as a personal friend has the same version and has it working fine.I already searched google and forums and tried re-installing empathy, indicator-applet, indicator-messages or evolution-indicator, cleaning cache and all.
View 2 Replies
View Related
Dec 7, 2009
I can't send or receive any files with the Empathy Messenger in F12, using the MSN Protocol.The Menu Entry "Send File" in Active Chat remains grey.When my Friends send me files they ask me to accept the Download but I see nothing.
View 4 Replies
View Related
Feb 24, 2010
OpenOffice 3.0 on Ubuntu 9.04
I have a card project in OpenOffice Draw. In this project is a bitmap with the year 2009 embedded in it. I want to change that to read 20 and I can place the current year as a text layer on top of it.
I have a grid laid out on this bitmap, and I have overlaid text information such as date, time and frequency.
I got hold of the bitmap and cut it, leaving my data there but the form behind it missing. I pasted that into gimp and did the editing, saved it as a .bmp file and loaded that into Draw. I copied the bitmap from this bmp file and pasted it back into my card project.
The bitmap is now sitting on top of my data and I want to send it to the rear so my data sits on top of it.
I can not find a single reference to how to send layers to the front or to the back in OpenOffice Draw.
Launchpad.net is a way to get help online, but I am completely lost on that site, so I am asking here on the Ubuntu forum.
View 1 Replies
View Related
Sep 20, 2010
i am having mail server. im using sendmail.but it is not able to send to certain domain names....mails are getting back with the following errors
this is from logs
[code]...
View 14 Replies
View Related
Jul 9, 2011
I am purging the top panel of applets I don't use (social networking, email, etc). I removed all of them via synaptic, but the envelope is still there. It doesnt do anything when i click it but its annoying to still have the icon there.
View 2 Replies
View Related
Oct 17, 2010
when they get a new message in Evolution the envelope on the top panel turns green but that's not the case with me. It doesn't work even if Evolution is running. However, I added Thunderbird to the indicator applet and it works fine but only when Thunderbird's running which is kinda pointless. Anyway, I'm running Ubuntu 10.10 32bit and so far that's my only problem with it.I really want it to work with the indicator applet(not with mail-notification from the repos) and with Evolution 'cause that's my favorite mail-client.
View 4 Replies
View Related
May 3, 2010
I have already removed all the apps related to chatting/mail/social, but the icon doesn't disappear. If I remove Indicator applet I loose volume icon, which I actually want to keep.
View 9 Replies
View Related
May 5, 2010
Ubuntu 10.04 Gnome New Install, not upgrade.The volume control Icon and the Envelope Icon are missing since the New Install of 10.04 in my Notification area.
View 6 Replies
View Related
May 10, 2010
how to remove the envelope icon that serves to emphaty, evolution and gwibber which is next to the clock?
View 2 Replies
View Related
Oct 8, 2010
I need to override envelope sender address from UserID@Servername.Domain to UserID@domain when sending mails from my Linux server.
1. currently if send a mail, it arrives as myuserid@linuxserver.domain.com instead of myuserid@domain.com.
2. Also, the mail is not being sent to other domains outside our comp network.
View 1 Replies
View Related
Aug 4, 2010
Our system uses email to send fairly time-sensitive status messages between programs running on various servers on a WAN. Each email message is sent to two addresses (different servers). The problem occurs when one of the destination mail servers is off the network. I think because it's trying to send one email to two addresses, sendmail attempts delivery to the first address, then to the second address (i.e., serially). When this happens, it hangs for two connect timeout (CONNECT_TO) periods trying to connect to the offline destination, then after the timeout, it then delivers to the other destination. I'm trying to figure out how to work around that connection delay so it doesn't delay delivery to the other destination.
I'm working with the network guys to enable the right ICMP messages that signal when a network is unavailable, but I would also like to try having sendmail split the emails into two envelopes, then use parallel, independent connections for delivery.
After days of reading through the docs (O'Rielly Sendmail book + sendmail docs) I think one way to do this is to use multiple mail queues, but I can't decipher exactly how to do that from the docs.
There might be other, more elegant ways to do the same thing, but again, trying to decipher the docs has my head swimming. (This is my first experience with sendmail.)
View 1 Replies
View Related
Apr 30, 2010
When I start the tightvncserver (vncserver -geometry 1600x1024 :1) and then connect to it with a vncviewer (tightvnc 1.3.0 on Win7 or vncviewer on 9.10) and then start a terminal (gnome-terminal or xterm) the m key it opens the envelope tab on the panel. The 's' key opens the shutdown applet.This did not happen on 9.10, or earlier
View 4 Replies
View Related
Apr 25, 2011
Is it possible to using 2 envelope options on fetchmail? Here is fetchmailrc configuration :
envelope "Envelope-To"
envelope "X-Apparently-To"
View 1 Replies
View Related
Aug 17, 2011
I'm writing a script that will send an alert email given certain conditions. I have the impression that sendmail is what I need to do that. I just don't know how to use sendmail at all. I assume I have to set it up like a typical mail client so that it has a mail server to log into to send from.
I've looked through the man pages, but I can't find anything in plain English there on how to set it up, or how to use it once it is set up.
View 14 Replies
View Related
Jan 20, 2011
in the middle of script, i need to send the output of (send command on line 8) to a file
#!/usr/bin/expect
spawn telnet 172.20.64.133
expect "ENTER USERNAM <"
[cod]....
i treid the below on line 8 :
1- send "show command;
" > logfile.txt : gives an error extra character after the "
2- logsave logfile.txt 'send "show command;
" ': error invalid command
3- i simply tried to send the output of the whole script to file logsave /home/logfile ./script : seems that logsave work under root only
4- ./script > logfile : the problem with this is that the output of echo or (read "enter your id") command will not be displayed on the screen (actually nothing will be displayed, i have to open the log file to see the output). is there any way to save the log of the "send" ? or to save the log of the complete script without hiding the output on the screen?
View 2 Replies
View Related
Apr 8, 2010
How long normaly keep the mail server send mails on the outbox queue and try to send? What about hotmail, gmx and gmail mail server?
View 1 Replies
View Related
May 7, 2010
10.04
I managed to delete the Volume Applet that appears by default on the task bar. I'm sure it used to be listed in 'Add to Panel' in other version of Ubuntu however I can't see it there in 10.04.
Can someone explain to me how I get it back?
View 4 Replies
View Related
Sep 1, 2011
i have noticed that if vista is not the active partition, hybernate does not work. it just goes black and then back to the user icon screen to log back in. another "slight" problem was that i was not able to apply a service pack. after restoring vistas dominance i was able to install the pack. is there any other work arounds for hybernate? even though you might not be interested in cleaning up after microsoft.
View 1 Replies
View Related
May 17, 2010
it was possible to back up time machine back ups from a mac in ubuntu.
I use a mac at work and use time machine to back up to an external hard drive which i take home each day. I wish to back up the time machine back ups off the external hard drive each day to my computer at home just to be safe is this possible?
I have managed to open the hard drive and have enabled view hidden files so i can see all the files but i am unable to copy them due to permission errors
View 1 Replies
View Related
Apr 22, 2010
You can find this bug here: [URL]and here: [URL]
Sometimes Empathy is not sending my messages to my contacts on MSN. There are no warning messages of this, so it's really annoying. I have to disconnect and reconnect to MSN to resolve the issue. After the bug occurs no message is sent to that contact, but I can communicate with others.
In my case I see no correlation between the length of the message and the bug occurring, it seems to appear randomly.
I am using Empathy 2.30.0.1 on Ubunutu 10.04 RC
View 2 Replies
View Related
May 5, 2010
i've never been able to use empathy.for some reason, i just can't add accounts.i've messed with it a lot in karmic, but gave up. running lucid now and added a profile for my wife. interestingly, she has no problems using empathy so i think there must be something going on with my settings.i've searched and searched and removed everything i could find that was empathy-related, but no luck.
View 3 Replies
View Related
May 10, 2010
I noticed today after applying all update I get Network error when trying to connect to MSN with empathy. Any one else having this problem and what can I do to resolve this.I am running ubuntu 10.4.
View 7 Replies
View Related
Jun 9, 2010
I just recently installed Ubuntu 10.04 and I am trying to connect to IRC (freenode) using Empathy. When I try to add a new account, IRC does not show up in the list of "kind of chat account". I'll attach a screenshot of what I see. I have the telepathy-idle package installed.
View 7 Replies
View Related
Jul 15, 2010
how can i run Empathy from my terminal?
View 1 Replies
View Related
Oct 23, 2010
To get sip support in empathy you have to run.
Code:
sudo apt-get install telepathy-sofiasip
But i could not get my account to work.
I already have a ekiga.net account working in Ekiga. So i know my account is correct.
View 1 Replies
View Related
Dec 14, 2010
I've been trying to stomach Empathy's emoticons for a while now but I don't think I can take them anymore; I just find them #*^$@-n' creepy. As far as I can tell, there isn't a slick way to customize this, but does anyone know where to go under the hood in this program?
View 6 Replies
View Related
Mar 2, 2011
I'm having problems with the Empathy MSN on Ubuntu 10.10.I have searched the web but haven't found anything particular about this.I'm trying to log in but it stays on "Connecting" forever, doesn't go anywhere else.But it's still logging in, how do I know that?When I'm on msn on my other computer (which runs W7) and I try to log in into Empathy, I get signed out from my W7 MSN. This happens because I happen to log in from another place. In this case, that means that Empathy is logging me in, but it's still stucks on "Connection".
View 2 Replies
View Related
Oct 24, 2010
I,m using Ubuntu 10.10 with Gimp. Ive got a lot of photos etc and need to back these up. Can I anyone suggest a good backup solution which does not require e to keep copying the same files? IE: Once the files are backed up I only want to back the files used since last back up?
View 11 Replies
View Related
Jan 17, 2010
I'm using 9.10 on a laptop as a server - it is not currently connected to a router/clients
I have installed a Jabber server and created a new account online but when I try to connect using Empathy I get a "Network Error" message
I'm presuming I have to point it at my server somehow but I'm completely lost as to how
View 9 Replies
View Related