memeco / osd-lyrics

Automatically exported from code.google.com/p/osd-lyrics
GNU General Public License v3.0
1 stars 0 forks source link

编译安装后,右键没法响应 #178

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
请列出导致问题的操作
1.在ubuntu下用apt-get 安装后完全ghip
2.我fedara和ubuntu下用源码安装:
aclocal
autoconf 
automake --add-missing
./configure
make
sudo make install
3.运行: osd-lyrics,在它的图标上点右键没响应.log如下:
(osd-lyrics:9877): Gtk-CRITICAL **: gtk_menu_set_accel_group: assertion 
`GTK_IS_MENU (menu)' failed
(osd-lyrics:9877): Gtk-CRITICAL **: gtk_widget_show_all: assertion 
`GTK_IS_WIDGET (widget)' failed
(osd-lyrics:9877): Gtk-CRITICAL **: gtk_menu_popup: assertion `GTK_IS_MENU 
(menu)' failed

4.Check the code,found that the error return from the file:src/ol_gui.c line: 29
      GObject *obj = gtk_builder_get_object (builder, name);
  the obj is NULL,it can't get the object from the dialogs.glade by "pop-menu".
  and  is the file:dialogs.glad issue?

What's the output in terminal (run with command `osd-lyrics -d debug')?
请给出在终端下运行的输出(使用“osd-lyrics -d
debug”来运行)
见附件
What's the player and which version you are using?
您使用的播放器是什么?它的版本号是多少?
Audacious2.4.3

What's version of OSD Lyrics?
OSD Lyrics的版本是多少?
osdlyrics-0.3.20100604

What's your Linux distro?
您使用哪种发行版?
ubuntu9.10 & fedara10

Original issue reported on code.google.com by andyo...@163.com on 29 Mar 2011 at 2:14

Attachments:

GoogleCodeExporter commented 8 years ago
/usr/local/share/osd-lyrics/dialogs.glade 文件是否存在?
源码包的data目录里有这个文件么?

Original comment by tigerso...@gmail.com on 5 May 2011 at 7:07

GoogleCodeExporter commented 8 years ago

Original comment by tigerso...@gmail.com on 19 Oct 2011 at 7:18