[Bug 269888] Re: Can only take screenshot of a window

2008-10-04 Thread Зоран Рилак
If invoked with the --interactive option (or from the menus), gnome-
screenshot can be set to grab the whole desktop.  After that, the
keyboard shortcut to grab the desktop works, but only until the shortcut
to grab the window is invoked.  At that point gnome-screenshot reverts
to grabbing windows only.

-- 
Can only take screenshot of a window
https://bugs.launchpad.net/bugs/269888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 269888] Re: Can only take screenshot of a window

2008-10-04 Thread Зоран Рилак
The key /apps/gnome-screenshot/take_window_shot gets set when gnome-
screensaver is invoked with --window, but remains set afterwards and is
apparently consulted even if no --window is passed in subsequent
invocations.

-- 
Can only take screenshot of a window
https://bugs.launchpad.net/bugs/269888
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 224649] Re: limited to 4 alternative keyboard layouts - any reason?

2008-05-28 Thread Зоран Рилак
I agree.  Recently I discovered the issue myself and was puzzled.  I am
a native speaker of Serbian; we use both Cyrillic and Latin alphabet
interchangeably (but not English Latin), so that makes three layouts to
start with (SRB, SRB2, USA).  That gives me room for just one additional
layout, and I have need for at least two at this point.

-- 
limited to 4 alternative keyboard layouts - any reason?
https://bugs.launchpad.net/bugs/224649
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Login

2009-01-26 Thread Зоран Рилак
I hope it does, but I compiled Compiz from source and the executable's
name was compiz, yet same thing was happening.  But, here's hoping :)

-- 
Delayed Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Login

2009-01-15 Thread Зоран Рилак
This isn't merely a login issue, either.  It happens whenever gnome-
session starts nautilus (i.e. the old nautilus process dies/is killed).

-- 
Delayed Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Login

2009-01-16 Thread Зоран Рилак
More info on this.  I may have captured the offending call; it seems
that compiz.real gets stuck in a call to XGetWindowAttributes.  When I
run nautilus and X freezes, ltrace -cp`pgrep compiz.real` shows
something like this (remaining entries omitted):

$ ltrace -cp`pgrep compiz.real`
% time seconds  usecs/call calls  function
-- --- --- - 
 67.02   33.785698 3753966 9 XGetWindowAttributes
 28.03   14.128147  22075264 poll
 . . .

A detailed ltrace log further reveals this (different invocation, times
will not match):

$ ltrace -fTp`pgrep compiz.real` &> compiz.ltrace & nautilus -n
 . . . (several calls to XGetWindowAttributes that return in well under 100msec)
XGetWindowAttributes(0x1c17e40, 0x160001d, 0x7fff4a1be190, 1, 0x1c18898) = 1 
<35.761979>
 . . . (more calls)

The second parameter to XGetWindowAttributes, Window whose attributes
are to be obtained, matches Nautilus desktop window as returned by
xpropget: xwininfo: Window id: 0x160001d "x-nautilus-desktop".

I think this is ripe to be forwarded to the compiz clique and let them
duke it out with the Xorg guys. :)

-- 
Delayed Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Login

2009-01-16 Thread Зоран Рилак
Also, ps showing cumulative CPU time attributes the sum of this delay to
X executable (some 20+ seconds of CPU time while the desktop is
nonresponsive).  My binary-fu is weak, so I can only guess that it's X
who's mishandling the call.

-- 
Delayed Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2009-01-10 Thread Зоран Рилак
This may well be an issue between Compiz and Nautilus.  When Nautilus is
restarted (try it yourself: killall nautilus), the same delay can be
observed.  But this happens only when Nautilus tries to draw the
desktop; when Nautilus isn't running, invoking it with 'nautilus --no-
desktop' doesn't cause the delay.  Maybe it's related to how Compiz
handles the root window?  I am just guessing.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2009-01-10 Thread Зоран Рилак
This may well be an issue between Compiz and Nautilus.  When Nautilus is
restarted (try it yourself: killall nautilus), the same delay can be
observed.  But this happens only when Nautilus tries to draw the
desktop; when Nautilus isn't running, invoking it with 'nautilus --no-
desktop' doesn't cause the delay.  Maybe it's related to how Compiz
handles the root window?  I am just guessing.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 291467] Re: Delayed Intrepid Login

2009-01-10 Thread Зоран Рилак
This may well be an issue between Compiz and Nautilus.  When Nautilus is
restarted (try it yourself: killall nautilus), the same delay can be
observed.  But this happens only when Nautilus tries to draw the
desktop; when Nautilus isn't running, invoking it with 'nautilus --no-
desktop' doesn't cause the delay.  Maybe it's related to how Compiz
handles the root window?  I am just guessing.

-- 
Delayed Intrepid Login
https://bugs.launchpad.net/bugs/291467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 307477] Re: DVDRAM GSA-T50L will not write DVD's or CD's

2009-04-13 Thread Зоран Рилак
Bump.  Same DVD model, same thing.

-- 
DVDRAM GSA-T50L will not write DVD's or CD's
https://bugs.launchpad.net/bugs/307477
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 48226] Re: auto-hidden panel sometime jumps to the top of the screen

2006-08-04 Thread Зоран Рилак
I can confirm the issue stated here.  I use a panel on the right side of
the screen and it sometimes moves off to the left after the pointer
leaves it "too fast" (definition needed here).  It's easy to reproduce
by setting "[un]hide delay" properties to 0 and then rotating your mouse
against the edge of the screen where the panel is hidden, making it show
up and go back in quick succession.  Panel's "position" property remains
unchanged though.

-- 
auto-hidden panel sometime jumps to the top of the screen
https://launchpad.net/bugs/48226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55260] Auto-hidden panel fails to hide after losing focus

2006-08-04 Thread Зоран Рилак
Public bug reported:

Binary package hint: gnome-panel

I don't know whether this is really the gnome-panel or trashapplet bug,
but I guess it's panel's responsibility to behave nicely against mouse
motion.

Auto-hidden panel fails to hide after the Trash Applet's pop-up menu is
displayed.  It does not matter whether an option has been selected or
the mouse was moved off and clicked somewhere else; it just stays there
even after the menu has gone.

** Affects: gnome-panel (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Auto-hidden panel fails to hide after losing focus
https://launchpad.net/bugs/55260

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 55260] Re: Auto-hidden panel fails to hide after losing focus

2006-08-04 Thread Зоран Рилак
After some more searching I have found Bug #54777 reporting identical
behavior with some other applets as well.  #54777 is yet uncomfirmed
even though this is a very old bug, going back to Gnome 2.2 as far as I
remember!  I might actually get the source code and see if I can fix it
myself.

** Tags added: autohide focus gnome-panel hide

-- 
Auto-hidden panel fails to hide after losing focus
https://launchpad.net/bugs/55260

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 48226] Re: auto-hidden panel sometime jumps to the top of the screen

2006-08-06 Thread Зоран Рилак
I have tracked down the bug and submitted the patch to gnome-bugs
#171938.  This is my first patch ever and I'm rather curious how things
go on from here :)

-- 
auto-hidden panel sometime jumps to the top of the screen
https://launchpad.net/bugs/48226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 48226] Re: auto-hidden panel sometime jumps to the top of the screen

2006-08-08 Thread Зоран Рилак
I'm putting the patch here to see what it does to my karma.  Up there,
my "real" karma probably suffers, but I just have to give it a go.

-- 
auto-hidden panel sometime jumps to the top of the screen
https://launchpad.net/bugs/48226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 48226] Re: auto-hidden panel sometime jumps to the top of the screen

2006-08-08 Thread Зоран Рилак
Ouch.

-- 
auto-hidden panel sometime jumps to the top of the screen
https://launchpad.net/bugs/48226

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 58739] CD DiscTree tooltips broken

2006-09-03 Thread Зоран Рилак
Public bug reported:

Binary package hint: ubuntu-live

Perhaps not the right product to file a bug against, but here goes:

File cdrom/disctree/en/home.html  has incorrect ALT attributes for
program icons, e.g.



I'm not submitting a patch since this is a matter of a few keystrokes.

** Affects: ubuntu-meta (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
CD DiscTree tooltips broken
https://launchpad.net/bugs/58739

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 157207] evolution-data-server keeps replicating my contacts in addressbook.db when syncing with Pidgin

2007-10-25 Thread Зоран Рилак
Public bug reported:

Binary package hint: evolution-data-server

When the option to synchronize with Pidgin contact list is on,
evolution-data-server keeps adding them periodically, disregarding the
fact that all of my contacts already are in the address book.  This
leads to my addressbook.db being > 70MB and growing, high CPU/disk
usage, Evolution becomes unresponsive (regardless of what I am doing at
that time -- reading e-mail, composing, configuring etc.).  I've traced
the bug by attaching (strace -p) to a running evolution-data-
server-1.12.  I can provide more data if necessary, but I think this
will suffice for now.  Please ask for additional logs as you deem
appropriate.

** Affects: evolution-data-server (Ubuntu)
 Importance: Undecided
 Status: New

-- 
evolution-data-server keeps replicating my contacts in addressbook.db when 
syncing with Pidgin
https://bugs.launchpad.net/bugs/157207
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 191671] Re: Main menu navigation glitch when gtk_key_theme=Emacs

2008-02-17 Thread Зоран Рилак
Hello Sebastian,

thanks for responding.  This is Ubuntu 7.10.  I expect menu's behavior
to be consistent across key schemas.  When the main menu entries are
selected (immediately after pressing Ctrl-F1 by default), Emacs key
combinations behave in a manner orthogonal to their intent: Ctrl-P and
Ctrl-N move horizontally, while Ctrl-F and Ctrl-B will open a submenu.
With the arrow keys, there is no discrepancy: left and right arrows will
change the currently selected main menu entry, and up/down arrows will
open a submenu.

Zoran

On Sun, 2008-02-17 at 13:41 +, Sebastien Bacher wrote:
> Thank you for your bug. What version of ubuntu are you using? Why do you
> expect those actions to react this way?
> 
> ** Changed in: gnome-panel (Ubuntu)
>Importance: Undecided => Low
>  Assignee: (unassigned) => Ubuntu Desktop Bugs (desktop-bugs)
>Status: New => Incomplete
>

-- 
Main menu navigation glitch when gtk_key_theme=Emacs
https://bugs.launchpad.net/bugs/191671
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155101] Re: nautilus windows position changes each time the window is opened

2008-01-21 Thread Зоран Рилак
  The bug is either with compiz or gtk-window-decorator, and it does not
affect only Nautilus windows but many others as well.  For example, GIMP
and Pidgin will both open exactly the height of the title bar lower than
where they were at the time of closing.  But they do not keep descending
after that.

  The reason why I am mentioning gtk-window-decorator is because this
issue does not manifest itself when the decorations are off, i.e. all
the windows reopen on the positions as were saved with the session
manager.

-- 
nautilus windows position changes each time the window is opened
https://bugs.launchpad.net/bugs/155101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 155101] Re: nautilus windows position changes each time the window is opened

2008-01-21 Thread Зоран Рилак
  In response to my own input above: Pidgin, GIMP and other windows *do*
keep descending, just like Victor and Chris had originally reported for
Nautilus.  Plus, the windows seem to move to the right by the width of
the decoration border, too; this should be a good clue to the
developers.

  Also: while turning off decorations apparently keeps the windows in
place (quite obvious, though), different window placing strategies
(smart, cascade, random -- as configured in the Place plugin) all
exhibit this behavior.  Likely to have something to do with reporting
the window geometry to the session manager when it's being closed.

-- 
nautilus windows position changes each time the window is opened
https://bugs.launchpad.net/bugs/155101
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 191671] [NEW] Main menu navigation glitch when gtk_key_theme=Emacs

2008-02-13 Thread Зоран Рилак
Public bug reported:

Binary package hint: gnome-panel

When GConf key /desktop/gnome/interface/gtk_key_theme is set to Emacs,
main menu exhibits odd behavior.  When invoked via Alt-F1, whereas
pressing down arrow on the keyboard intuitively moves the selection from
the main menu item itself onto the first entry below, that is not the
case with Ctrl-N: it advances the selection from "Applications" to
"Places", which is horizontal movement (for horizontally oriented menu,
at least).  Both Ctrl-N and Ctrl-P will move the selection horizontally,
between "Applications", "Places" and "System", until either Ctrl-B or
Ctrl-F is pressed: at that point the selection moves into the currently
open submenu and things get restored to their normal, non-axis-swapped
state.

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Main menu navigation glitch when gtk_key_theme=Emacs
https://bugs.launchpad.net/bugs/191671
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 132320] Re: Tracker consumes more then 90% of CPU even when indexing is disabled

2007-11-30 Thread Зоран Рилак
Running trackerd 0.6.3 with indexing and watching enabled at throttle
level 20, it gets stuck and uses ~90% of one core perhaps a minute or
two after launching.  strace shows the following output:

poll([{fd=11, events=POLLIN}, {fd=16, events=POLLIN}, {fd=13, events=POLLIN}], 
3, 1998) = 0
gettimeofday({1196449076, 947962}, NULL) = 0
open("/proc/acpi/ac_adapter/ACAD/state", O_RDONLY|O_LARGEFILE) = 33
fstat64(33, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
fcntl64(33, F_GETFL)= 0x8000 (flags O_RDONLY|O_LARGEFILE)
fstat64(33, {st_mode=S_IFREG|0444, st_size=0, ...}) = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 
0xb63de000
_llseek(33, 0, [0], SEEK_CUR)   = 0
read(33, "state:   on-line"..., 4096) = 33
read(33, "", 3072)  = 0
close(33)   = 0
munmap(0xb63de000, 4096)= 0
gettimeofday({1196449076, 949136}, NULL) = 0

repeated about every 2 seconds.

-- 
Tracker consumes more then 90% of CPU even when indexing is disabled
https://bugs.launchpad.net/bugs/132320
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69399] cpufreq fails to lower CPU speed on Turion ML-34

2006-10-30 Thread Зоран Рилак
Public bug reported:

Binary package hint: linux-image-2.6.17-10-generic

I have an Acer TravelMate 4404WLMi fitted with an AMD Turion 64 ML-34
CPU.  I've encountered random shutdowns after installing Edgy; a little
research and playing with my Dapper installation led me to believe that
the fault is with cpufreq kernel subsystem.  While Dapper by default
uses userspace governor and powernowd to control CPU speed, I've had no
trouble running it under massive stress with ondemand governor.  When
the heat rises above 85C, Dapper's kernel will cut the speed until it
drops significantly, then restore it to full.  With Edgy, however, this
is not the case; the temperature keeps rising above 95C even with the
fans on full blast.  I use a stock kernel (I did try reconfiguring it,
but that was a dead end anyway).

Here's some info that might be of help:
http://www.ubuntuforums.org/showthread.php?t=287955

** Affects: linux-source-2.6.17 (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
cpufreq fails to lower CPU speed on Turion ML-34
https://launchpad.net/bugs/69399

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69635] OOo-Writer blocks on importing *this* file

2006-11-01 Thread Зоран Рилак
Public bug reported:

http://www.acpi.info/DOWNLOADS/ACPIspec30a.zip

The file is a zipped Word document.

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
OOo-Writer blocks on importing *this* file
https://launchpad.net/bugs/69635

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69635] Re: OOo-Writer blocks on importing *this* file

2006-11-01 Thread Зоран Рилак
Of course, it doesn't block on importing the ZIP file, but rather the
zipped Word document.

-- 
OOo-Writer blocks on importing *this* file
https://launchpad.net/bugs/69635

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 69635] Re: OOo-Writer blocks on importing *this* file

2006-11-01 Thread Зоран Рилак
** Bug watch added: OpenOffice.org Issue Tracker #71098
   http://www.openoffice.org/issues/show_bug.cgi?id=71098

** Also affects: openoffice (upstream) via
   http://www.openoffice.org/issues/show_bug.cgi?id=71098
   Importance: Unknown
   Status: Unknown

-- 
OOo-Writer blocks on importing *this* file
https://launchpad.net/bugs/69635

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 86841] Re: compiz/beryl does not refresh content of windows

2007-03-14 Thread Зоран Рилак
*** This bug is a duplicate of bug 87687 ***

I have the same issue here.  AIGLX and Compiz, ati driver, graphics card
is ATI Mobility Radeon X700.  Feisty Herd 4 out-of-the-box, with all the
updates as of this writing.

-- 
compiz/beryl does not refresh content of windows
https://launchpad.net/bugs/86841

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84861] [dependencies] xscreensaver-data-extra depends on netpbm but not listed

2007-02-13 Thread Зоран Рилак
Public bug reported:

Binary package hint: xscreensaver-data-extra

xscreensaver-data-extra 4.24.-4.ubuntu2 (Edgy package) ships with
/usr/lib/xscreensaver/webcollage hack which depends on ppmmake, a
utility shipped with netpbm package.  This dependency isn't listed for
xscreensaver-data-extra.  The outcome is that webcollage doesn't work in
neither xscreensaver nor gnome-screensaver.

** Affects: xscreensaver (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[dependencies] xscreensaver-data-extra depends on netpbm but not listed
https://launchpad.net/bugs/84861

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 84861] Re: [dependencies] xscreensaver-data-extra depends on netpbm but not listed

2007-02-13 Thread Зоран Рилак
Steps to illustrate the problem:

  # chmod a-x /usr/bin/ppmake &> /dev/null# just in case you have it already
  # apt-get install xscreensaver-data-extra
  # /usr/lib/xscreensaver/webcollage -root
webcollage: 04:47:40: init: ppmmake not found on $PATH.
  # chmod a+x /usr/bin/ppmake &> /dev/null

-- 
[dependencies] xscreensaver-data-extra depends on netpbm but not listed
https://launchpad.net/bugs/84861

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 22336] Re: laptop overheats when performing CPU intensive tasks.

2006-11-16 Thread Зоран Рилак
I've had the same issue with my TravelMate 4404WLMi with a Turion ML-34
processor.  Dapper worked fine, both x86 and amd64, while I had to run
Edgy amd64 with scaling_max_frequency bolted to 80 to prevent
overheating.  Turned out that polling was disabled.  After setting the
TZS0/polling_frequency to 1 second, things started working, ondemand
scheduler now knows about CPU temperature and I have no need for
powernowd.

I wonder why polling wasn't enabled in the first place.

-- 
laptop overheats when performing CPU intensive tasks.
https://launchpad.net/bugs/22336

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519553] Re: Right click menu could confuse users, leading to accidental removal of panel applet

2010-03-24 Thread Зоран Рилак
Just throwing in my 2¢: this is a glaring usability issue.  My
girlfriend has removed the entire notification area because she thought
she had two "speaker" icons (she was a fresh Ubuntu user at the time,
and nm-applet with wireless looked like another volume control) so she
innocently right-clicked, "Remove from panel" one of them.

I'm sure there are other (mis)use cases.

-- 
Right click menu could confuse users, leading to accidental removal of panel 
applet
https://bugs.launchpad.net/bugs/519553
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 432673] Re: Crash when editing account name

2009-10-13 Thread Зоран Рилак
The same thing happens to me when I try to rename an active Google Talk
account.  If the account is disabled, Empathy doesn't crash.

-- 
Crash when editing account name
https://bugs.launchpad.net/bugs/432673
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451103] Re: lacking functionality to open logins in nested windows

2009-10-14 Thread Зоран Рилак

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/33647169/Dependencies.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/33647170/XsessionErrors.txt

-- 
lacking functionality to open logins in nested windows
https://bugs.launchpad.net/bugs/451103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451103] [NEW] lacking functionality to open logins in nested windows

2009-10-14 Thread Зоран Рилак
Public bug reported:

Binary package hint: indicator-applet

Ubuntu 9.04's session applet had the option to start a new session in a
nested window, which would spawn a Xephyr server.  This is lacking in
indicator-applet-session.  I found it very useful when debugging/testing
applications, especially GNOME and GTK+ stuff.

ProblemType: Bug
Architecture: amd64
Date: Wed Oct 14 04:56:05 2009
DistroRelease: Ubuntu 9.10
NonfreeKernelModules: nvidia
Package: indicator-applet-session 0.2.0-0ubuntu1
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-13.44-generic
SourcePackage: indicator-applet
Uname: Linux 2.6.31-13-generic x86_64

** Affects: indicator-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
lacking functionality to open logins in nested windows
https://bugs.launchpad.net/bugs/451103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 451103] Re: lacking functionality to open logins in nested windows

2009-10-14 Thread Зоран Рилак
That's actually fine -- I did want to put this here only as a wishlist
item.  Guess I should mosey down to gdm tracker and do the same.

-- 
lacking functionality to open logins in nested windows
https://bugs.launchpad.net/bugs/451103
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 433651] Re: no text wrap in IRC chat

2009-10-14 Thread Зоран Рилак
Empathy 2.28.0.1, exactly the same behavior as reported by Brews.  This
combined with bug #389046 makes it very difficult to converse with MSN
contacts.

-- 
no text wrap in IRC chat
https://bugs.launchpad.net/bugs/433651
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 187540] Re: Gnome-panel freeze when 8 windows are open when the panel is vertical

2009-10-15 Thread Зоран Рилак
This bug does not affect vertical panels only.  I've been using a
horizontal, non-expanded panel for a number of years now and it keeps
freezing about once a day.  (Talk about being lazy to fix things).

Here's how to reproduce it, consistently to the best of my knowledge:

1. Open a horizontal panel.
2. Add a launcher to it.
3. Drag the launcher using the left mouse button (NOT middle) until the cursor 
changes to D'n'D.
4. Drop the launcher back in its place (or anywhere else).  Panel freezes.
5. Grab one of the panel's handles and move it onscreen.  Panel unfreezes.

-- 
Gnome-panel freeze when 8 windows are open when the panel is vertical
https://bugs.launchpad.net/bugs/187540
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 207065] Re: Bad Compiz Bindings Bug

2009-10-18 Thread Зоран Рилак
The two bindings ("Initiate window resize" in Resize and "Window menu"
in General) follow each other in Karmic too.

-- 
Bad Compiz Bindings Bug
https://bugs.launchpad.net/bugs/207065
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 646110] Re: Continuously re-wraps lines

2010-12-18 Thread Зоран Рилак
Hi Felipe,
thanks for taking the time to look into this.  Klavaro rocks well enough as it 
is. :)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/646110

Title:
  Continuously re-wraps lines

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 869671] [NEW] Leftover .goutputstream-* files can cause Nautilus to segfault

2011-10-06 Thread Зоран Рилак
Public bug reported:

Nautilus sometimes segfaults when attempting to open a directory
containing a .goutputstream-ABCXYZ file.  This behavior persists until
the offending .goutputstream* file is removed.

Oneiric 64bit, Nautilus 3.2.0-0ubuntu5.

** Affects: nautilus (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Nautilus sometimes segfaults when attempting to open a directory
  containing a .goutputstream-ABCXYZ file.  This behavior persists until
  the offending .goutputstream* file is removed.
  
- Using Oneiric Alpha, Nautilus 3.2.0-0ubuntu5.
+ Oneiric, Nautilus 3.2.0-0ubuntu5.

** Description changed:

  Nautilus sometimes segfaults when attempting to open a directory
  containing a .goutputstream-ABCXYZ file.  This behavior persists until
  the offending .goutputstream* file is removed.
  
- Oneiric, Nautilus 3.2.0-0ubuntu5.
+ Oneiric 64bit, Nautilus 3.2.0-0ubuntu5.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869671

Title:
  Leftover .goutputstream-* files can cause Nautilus to segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/869671/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 869671] Re: Leftover .goutputstream-* files can cause Nautilus to segfault

2011-10-06 Thread Зоран Рилак
Actually this has nothing whatsoever to do with .goutputstream files;
it's between Ubuntu One and Nautilus via D-Bus.

** Changed in: nautilus (Ubuntu)
   Status: New => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/869671

Title:
  Leftover .goutputstream-* files can cause Nautilus to segfault

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/869671/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 812258] Re: calibre don't launch and eat all ressource

2011-08-31 Thread Зоран Рилак
Oneiric, Calibre 0.8.8 from the official Ubuntu repo, same behavior.

I poked around a little and it seems that Calibre sets an impossible
size requirement on the WM.  xprop returns the following:

[ snip ]
program specified minimum size: 16383 by 16383
program specified size: 16777215 by 16777215

While this is most certainly a *glaring* omission on the part of
Metacity and gnome-shell which both crash and/or consume inordinate
amounts of memory trying to allocate billions of pixels, Calibre should
play nice as well.  (Unity was the only WM which actually let Calibre
run, giving it an invisible window; that's how I got to xprop it in the
first place.)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/812258

Title:
  calibre don't launch and eat all ressource

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/calibre/+bug/812258/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 740104] Re: Windows appear in the window list on adjacent workspaces

2011-05-09 Thread Зоран Рилак
It appears that the entire workspace mechanism is broken:
  - Trying to "Put" (relevant Compiz plugin) a window to, say, workspace 1 
results in that window being moved to a seemingly random workspace.  Moving a 
different window to a different workspace sends it to the same workspace as the 
first window.
  - "Move next" and "Move prev" mouse bindings (from "Desktop Wall") do walk 
through the list of workspaces, but only until I end up on an edge workspace.  
E.g. I have two rows and four columns of workspaces; "Move next" and "Move 
prev" only work when I am viewing one of the center four workspaces.
  - Perhaps most telling is the fact that "Workspace Switcher"'s tooltip says 
'Current workspace: "Workspace 1"' no matter which workspace I am at.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/740104

Title:
  Windows appear in the window list on adjacent workspaces

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 646110] [NEW] Continuously re-wraps lines

2010-09-23 Thread Зоран Рилак
Public bug reported:

Binary package hint: klavaro

This bug affects Klavaro 1.5.0-1 in Ubuntu Maverick.

In "Adaptability", about once every 15 exercises the following behavior
occurs: when the cursor is at the last character of the last word in a
line, that word gets wrapped.  After 400 milliseconds the word is
brought up into the original line, the text below is rewrapped, and this
persists for 800ms.  Then the text gets wrapped again.  (Timings seem
relevant here so I actually measured them.)

I'm attaching an animated GIF showing the two states of the text window
with the frames timed accordingly.

** Affects: klavaro (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Continuously re-wraps lines
https://bugs.launchpad.net/bugs/646110
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 646110] Re: Continuously re-wraps lines

2010-09-23 Thread Зоран Рилак

** Attachment added: "word wrap 1.gif"
   
https://bugs.launchpad.net/bugs/646110/+attachment/1627250/+files/word%20wrap%201.gif

-- 
Continuously re-wraps lines
https://bugs.launchpad.net/bugs/646110
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs