Hi sideways, applications don't run properly when run with terminal window with my user. I am putting the log of trying to run ekiga & VLC.
Ekiga:
when run from terminal window with my user ekiga runs but no webcam...and an error window opens. the error is :
"Error while opening video device ZC0301[P] PC Camera"
and the error on terminal window is:
Code:
(ekiga:16098): Gdk-CRITICAL **: gdk_window_move: assertion `GDK_IS_WINDOW (window)' failed
tail var/log/messages output is:
Code:
[root@localhost Ezy]# tail /var/log/messages
May 21 02:16:48 localhost kernel: usb 2-1: configuration #1 chosen from 1 choice
May 21 02:16:48 localhost kernel: Linux video capture interface: v2.00
May 21 02:16:48 localhost kernel: zc0301: V4L2 driver for ZC0301[P] Image Processor and Control Chip v1:1.10
May 21 02:16:48 localhost kernel: usb 2-1: ZC0301[P] Image Processor and Control Chip detected (vid/pid 0x0AC8:0x303B)
May 21 02:16:49 localhost kernel: usb 2-1: PB-0330 image sensor detected
May 21 02:16:49 localhost kernel: usb 2-1: Initialization succeeded
May 21 02:16:49 localhost kernel: usb 2-1: V4L2 device registered as /dev/video0
May 21 02:16:49 localhost kernel: usbcore: registered new interface driver zc0301
May 21 02:16:49 localhost kernel: usbcore: registered new interface driver gspca
May 21 02:16:49 localhost kernel: /builddir/build/BUILD/gspca-kmod-1.00.20/_kmod_build_2.6.24.7-92.fc8/gspca_core.c: gspca driver 01.00.20 registered
dmesg
Code:
Linux video capture interface: v2.00
zc0301: V4L2 driver for ZC0301[P] Image Processor and Control Chip v1:1.10
usb 2-1: ZC0301[P] Image Processor and Control Chip detected (vid/pid 0x0AC8:0x303B)
usb 2-1: PB-0330 image sensor detected
usb 2-1: Initialization succeeded
usb 2-1: V4L2 device registered as /dev/video0
usbcore: registered new interface driver zc0301
usbcore: registered new interface driver gspca
/builddir/build/BUILD/gspca-kmod-1.00.20/_kmod_build_2.6.24.7-92.fc8/gspca_core.c: gspca driver 01.00.20 registered
Ekiga runs fine with su & even the webcam works
when I try to run vlc player, with my user instead of opening VLC player vlc runs in terminal window
Code:
VLC media player (ncurses interface) [ h for help ]
Source: <no current item>
┌───────────────────────────────────────────────────────────────────────────────────────────────┐
│ │
└───────────────────────────────────────────────────────────────────────────────────────────────┘
┌─────────────────────────────────── Playlist (By category) ────────────────────────────────────┐
│ General │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│ │
│Segmentation fault
but VLC runs fine when run with su...please help