Displaying 15 results from an estimated 15 matches for "wnck".
Did you mean:
wack
2007 Nov 09
1
Compiz starts, but no 3D effects
....
Here is some console output:
feisty at feisty-laptop:~$ compiz.real --version
compiz 0.5.3
feisty at feisty-laptop:~$ compiz --replace
Checking for Xgl: present.
Checking for nVidia: not present.
Checking for Xgl: present.
Enabling Xgl with fglrx ATi drivers...
Starting emerald
(emerald:32580): Wnck-WARNING **: Unhandled action type (nil)
(emerald:32580): Wnck-WARNING **: Unhandled action type (nil)
(emerald:32580): Wnck-WARNING **: Unhandled action type (nil)
(emerald:32580): Wnck-WARNING **: Unhandled action type (nil)
(emerald:32580): Wnck-WARNING **: Unhandled action type (nil)
(emera...
2007 Apr 29
2
gtk-window-decorator Wnck warnings
Hi,
I'm getting a lot of warnings like this one:
(gtk-window-decorator:8442): Wnck-WARNING **: Unhandled action type (nil)
Does anyone else see these warnings or know what causes these?
Also, it seems that this "lost textures" bug
https://bugs.freedesktop.org/show_bug.cgi?id=10789
usually happens only when these warnings are spitted out, so the bug
is probably relat...
2017 Oct 17
2
gdevilspie on mate
I just read about gdevilspie on this list the other day and downloaded it for my mate desktop. Although it installed, it complains that python-wnck is not installed.
Does anyone know if it is supposed to work on mate? I would have expected it to install python-wnck as a requirement if not already installed?
2006 Nov 13
2
catch event when workspace is changing
Hi,
how do you do that? In normal session, this is how you do it with python:
import gtk
import wnck
def workspace_changed(screen):
workspace = screen.get_active_workspace()
print workspace.get_name()
screen = wnck.screen_get_default()
screen.connect("active_workspace_changed", workspace_changed)
gtk.main()
With compiz, that code does not work because compiz use only one
workspa...
2006 Jun 05
4
Swap memory: I can't reconcile this stuff.
...128 5316 0.8 13m gnome-volume-ma
3387 20904 8068 6696 1.0 12m clock-applet
3389 19456 6648 5696 0.9 12m notification-ar
3316 19080 7140 5960 0.9 11m gnome-settings-
3385 22304 10m 7576 1.4 11m mixer_applet2
3244 21508 9960 6868 1.3 11m gnome-session
4144 22476 10m 7456 1.4 11m wnck-applet
2587 12412 2364 1940 0.3 9.8m gdm-binary
2846 13220 3340 2728 0.4 9880 gdm-binary
3365 13812 4532 3920 0.6 9280 pam-panel-icon
3355 14768 7524 5984 1.0 7244 metacity
7182 10328 3436 2280 0.4 6892 sendmail
18501 11080 4248 1912 0.5 6832 cupsd
Note that the summary line says 160k o...
2017 Oct 17
0
gdevilspie on mate
On Mon, 2017-10-16 at 20:35 -0400, H wrote:
> I just read about gdevilspie on this list the other day and
> downloaded it for my mate desktop. Although it installed, it
> complains that python-wnck is not installed.
The package you're missing is probably gnome-python2-libwnck.
On my desktop it gets a different error:
pyGTK is not correctly installed, exiting.
Fixed by installing pygtk2-libglade. That gets a new error which is
fixed by commenting out line 374 of /usr/bin/gdevilspie...
2017 Oct 17
2
gdevilspie on mate
...6, 2017 10:09:22 PM EDT, Ian Mortimer <i.mortimer at uq.edu.au> wrote:
>On Mon, 2017-10-16 at 20:35 -0400, H wrote:
>
>> I just read about gdevilspie on this list the other day and
>> downloaded it for my mate desktop. Although it installed, it
>> complains that python-wnck is not installed.
>
>The package you're missing is probably gnome-python2-libwnck.
>
>On my desktop it gets a different error:
>
> pyGTK is not correctly installed, exiting.
>
>Fixed by installing pygtk2-libglade. That gets a new error which is
>fixed by commenting...
2009 Mar 11
0
[fdo] Announce: Linux Desktop Testing Project (LDTP) 1.5.1 released
...on user events in the interface of the
application which is under testing. We strive to help in building a quality
desktop.
Whats new in this release:
Bug fixes:
* Fixes b.g.o # 574787, 574789, 574791, 574793
Bug 574791 ? ldtputils.captureimage() ignores coordinate arguments
Bug 574793 ? Use wnck to get window id instead of LTFX (digwin)
Bug 574787 ? LDTP package is not installing correctly
Bug 574789 ? getwindowlist (and others?) don't handle utf8 well
Special thanks to Ara Pulido <ara at ubuntu.com>, Eitan Isaacson <
eitan at ascender.com> and Michael Terry <mich...
2007 May 17
3
place plugin
The place plugin has a bug:
when compiz is restarted or started to replace another wm it the windows
are placed in weird positions ( titlebar behind the panel etc.)
shouln't the place plugin loop over all open windows and place them
correctly when loaded? this should solve this issues.
any reason why this isn't done? have I missed something or is this just
a bug?
2009 Aug 13
0
[fdo] Announce: Linux Desktop Testing Project (LDTP) 1.7.0 released
...Sun <tim.miao at sun.com>, Anupa Kamath
<anupak at vmware.com>, Paul Larson <Paul.Larson at canonical.com>, Murray
Cumming <murrayc at murrayc.com>, Armin Burgmeier <armin at arbur.net>,
New API addition:
Window maximize, minimize, close, activate APIs using python wnck module
Download source tarball -
http://download.freedesktop.org/ldtp/1.x/1.7.x/ldtp-1.7.0.tar.gz
Binary (openSUSE / Ubuntu / Fedora / Debian / RHEL / CentOS / Mandriva) -
http://download.opensuse.org/repositories/home:/anagappan/ (Just scheduled
in openSUSE build service, might take time to compl...
2013 Aug 30
3
Memory usage bar plot
Hi,
I haven't tried the code yet. Is there a way to parse this data
using R and create bar plots so that each program's 'RAM used' figures are
grouped together.
So 'uuidd' bars will be together. The data will have about 50 sets. So if
there are 100 processes each will have about 50 bars.
What is the recommended way to graph these big barplots ? I am looking
2005 Mar 02
24
unstable binaries
...my desktop:
Xen-2.0.4
linux-2.6.10
"CONFIG_MODULES is not set"
"CONFIG_AGP is not set"
"CONFIG_FB_RADEON=y"
FC3, [/usr]/lib/tls moved away
It works, but some desktop applications crash once in a
while within dom0:
metacity-2.8.6
firefox-1.0.1
wnck-applet (from gnome-panel-2.8.1)
But others (X, xterm, gnome-panel, skype) remain stable,
so it''s probably not related to my framebuffer X
(xorg-x11-Xvfb-6.8.1).
Before firefox crashes, it sometimes behaves odd:
the location box does not get updated when i switch tabs;
scrollwhell, cur...
2006 Feb 05
2
I appear to be attacking others
It looks like my CentOS 4.2 box is attacking other people with some type
of ftp attack. I got an email from somebody saying they were being
attacked by my IP address.
Further investigation /var/log/messages shows a whole bunch of sshd
attacks on me, none of which appear successful. I'm running ethereal
right now and I can see that my system is doing some kind of ftp attacks
on others.
2007 Dec 22
5
[Bug 13778] New: DMA queue hang Class 0x0397 Mthd 1808, FX5600
...sensord session slang smp sou
sound sox spamassasin spell spf spl sqlite sqlite3 srt sse sse2 ssh ssl
startup-notification subtitles svg syslog tagwriting tcltk tcpd test theora
threads tiff tracker truetype truetype-fonts tth type1-fonts unicode usb
userlocales utf8 vorbis win32codecs wma wmf wmp wnck wv wxwindows x264 x86
xattr xcb xinerama xinetd xml xml2 xorg xosd xprint xulrunner xv xvid zeroconf
zlib" ALSA_CARDS="emu10k1 intel8x0 usb-audio" ALSA_PCM_PLUGINS="adpcm alaw asym
copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat
linear meter mulaw mu...
2012 Mar 16
27
xenconsole: Could not read tty from store: No such file or directory
Hello Community,
I encountered an error while running "xm console domU". Here is the running
script:
# xm console domU
xenconsole: Could not read tty from store: No such file or directory
I googled and found out that this issue is mostly result from forgetting
starting xenconsole service.
However, after I started xenconsole, the issue is still there. Please see:
#