edrikL / iptux

Automatically exported from code.google.com/p/iptux
1 stars 0 forks source link

iptux notification area icon failed.... in ubuntu 11.04 #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In ubuntu 11.04 once iptux is started then after closing first time window i 
can't see the iptux any where not in side panel(Which is in new style now)
and not in notification area..
I just started gnome-panel in terminal then i started notification area but it 
changes all the things like gnome-environment...
I think this is the problem because of iptux following gnome and this is some 
kind of different.
The following error comes when i killed gnome-pannel process.
(iptux:2234): Gtk-CRITICAL **: IA__gtk_tree_model_get_iter_first: assertion 
`GTK_IS_TREE_MODEL (tree_model)' failed

Original issue reported on code.google.com by pushpi.g...@gmail.com on 29 Apr 2011 at 8:25

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I tested it but the output is like this:
jph@jph-ubuntu:~/svn/iptux/trunk/src$ ./iptux

(iptux:12717): Gtk-WARNING **: Unable to locate theme engine in module_path: 
"pixmap",

(iptux:12717): Gtk-WARNING **: Unable to locate theme engine in module_path: 
"pixmap",

(iptux:12717): Gtk-WARNING **: Unable to locate theme engine in module_path: 
"pixmap",

(iptux:12717): Gtk-WARNING **: Unable to locate theme engine in module_path: 
"pixmap",
jph@jph-ubuntu:~/svn/iptux/trunk/src$ 

There is nothing wrong with iptux:2234.

Can you copy you terminal's output here.

Original comment by cwll2...@126.com on 18 Nov 2011 at 5:17

GoogleCodeExporter commented 9 years ago
The issue here is iptux does not support ubuntu global menu. Iptux works good 
on Gnome environment

Original comment by raviteja...@gmail.com on 1 Feb 2012 at 6:59

GoogleCodeExporter commented 9 years ago
This can be fixed by setting the systray-whitelist variable to ['all'] in the 
Configuration Editor. Start the Configuration Editor (dconf-editor from the 
terminal) and navigate to desktop > unity > panel and set the systray-whitelist 
variable to ['all'].

Original comment by srihari....@gmail.com on 10 May 2012 at 11:13

GoogleCodeExporter commented 9 years ago
Will this change be a security risk of any kind?

Can't this be fixed in the code of iptux?

Original comment by raviteja...@gmail.com on 10 May 2012 at 11:15

GoogleCodeExporter commented 9 years ago
Well, you could just whitelist iptux by adding it to the list. I don't see it 
as a security risk.  Just that any application that wants to sit on the panel 
will be able to.  The issue is with how panel behaviour changed with Unity, 
although I suppose this could easily be added to iptux's installer.

There is a script that allows you to add just one application using gsettings 
get/set:
http://www.fewt.com/2011/03/whitelist-utility-script-to-allow-apps.html

Original comment by srihari....@gmail.com on 10 May 2012 at 12:04