[Bug 1172027] [NEW] orage goes wild when alarms go off

2013-04-23 Thread zoltan_54356
Public bug reported:

Problem: in Orange, if a full day event is created, with alarm, then
alarm windows will keep popping in an infinite loop. After some time
there will be too many windows, and X11 will become unresponsive.

Steps to reproduce:
1. create a new event in Orage
2. set the event date for the current day
3. mark the event to be full day
4. create an alarm for the event
5. wait until Orage notifications will pop up.

Expected result:
One  notification should appear for the event.

Actual result:
Instead of one notifications, there will be more and more notifications, 
approximately 1 extra notification in each second.


Please see the related Debian bug report:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666420

Upstream bug report:

https://bugzilla.xfce.org/show_bug.cgi?id=8525


Theoretically the current Orage Debian package fixes this problem.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: orage 4.8.3-1
ProcVersionSignature: Ubuntu 3.2.0-40.64-generic 3.2.40
Uname: Linux 3.2.0-40-generic i686
ApportVersion: 2.0.1-0ubuntu17.2
Architecture: i386
Date: Wed Apr 24 00:02:46 2013
MarkForUpload: True
ProcEnviron:
 TERM=xterm
 PATH=(custom, no user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: orage
UpgradeStatus: Upgraded to precise on 2012-09-25 (210 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  orage goes wild when alarms go off

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

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


[Bug 1172027] Re: orage goes wild when alarms go off

2013-04-23 Thread zoltan_54356
Tested with the .deb package from Debian (4.8.3-2), but this issues
still happens.

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

Title:
  orage goes wild when alarms go off

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

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


[Bug 1018824] Re: Network VPN Menu Entries Not Visible

2012-12-20 Thread zoltan_54356
*** This bug is a duplicate of bug 965895 ***
https://bugs.launchpad.net/bugs/965895

A workaround of this bug is to restart the network-manager applet,
without logging out from the system.

For example from a terminal:
killall nm-applet
nm-applet 
disown %1

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

Title:
  Network  VPN Menu Entries Not Visible

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-2d/+bug/1018824/+subscriptions

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


[Bug 601595] Re: git-gui cannot ask for password when started outside a terminal

2010-07-06 Thread zoltan_54356
Thank you for the attention; the workaround fixes this issue.

-- 
git-gui cannot ask for password when started outside a terminal
https://bugs.launchpad.net/bugs/601595
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 601595] [NEW] git-gui cannot ask for password when started outside a terminal

2010-07-04 Thread zoltan_54356
Public bug reported:

Binary package hint: git-gui

When trying to pull/push from/to a repository, in the case when git-gui
is not started from a terminal, it cannot ask for password. It shows a
window with the following messages:

ssh_askpass: exec(/usr/lib/git-core/git-gui--askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/lib/git-core/git-gui--askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/lib/git-core/git-gui--askpass): No such file or directory
Permission denied (publickey,password).
fatal: The remote end hung up unexpectedly

As it can be seen, the git-gui--askpass file is missing from the system,
and couldn't find it in any Ubuntu package.

As expectation, git gui should ask for the needed password, and complete
the pull or push operation.

If git gui is started from a terminal, it asks for password in that
terminal.

Steps to reproduce:
1. press alt+f2, type in git gui, hit enter
2. create a new repository
3. select a directory for the new repository
4. in the menu, remote - add
5. fill in the data for a remote git repository; it should be a one that is 
accessed through SSH and asks a password. for example, sourceforge services can 
be used like this
6. at the bottom of the dialog, select the download now option
7. click ok
8. you will get the above described error message

expected:
at 8. get, a dialog asking for password should appear, and the remote 
repository should be downloaded

Note that copying the git-gui--askpass file from the source distribution
in the /usr/lib/git-core directory, git gui will ask for the password,
but the password window will become non-responsive after entering the
password.

git-core version 1:1.7.0.4-1
git-gui version 1:1.7.0.4-1

$ lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04

See also this:
http://kerneltrap.org/mailarchive/git/2008/11/4/3916164/thread

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: git-gui 1:1.7.0.4-1
ProcVersionSignature: Ubuntu 2.6.32-22.36-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-22-generic i686
Architecture: i386
Date: Sun Jul  4 14:36:34 2010
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=hu_HU.UTF-8
 SHELL=/bin/bash
SourcePackage: git-core

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


** Tags: apport-bug i386 lucid

-- 
git-gui cannot ask for password when started outside a terminal
https://bugs.launchpad.net/bugs/601595
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 601595] Re: git-gui cannot ask for password when started outside a terminal

2010-07-04 Thread zoltan_54356

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/5137/Dependencies.txt

-- 
git-gui cannot ask for password when started outside a terminal
https://bugs.launchpad.net/bugs/601595
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 588612] Re: evince can't open some pdf files, floating point exception

2010-07-03 Thread zoltan_54356
Attaching the stacktrace for the file 03.pdf, given at comment #3. Followed the 
instrcutions from here:
https://wiki.ubuntu.com/Backtrace .
Only libpixman-1-0-dbg has been installed, as arithmetic exception happens in 
that library.
After starting evince with the test file, a scroll down is needed, in order to 
trigger this bug.

Note that some pdf files generated by older openoffice can also trigger
this bug.


** Attachment added: GDB output for evince, on 03.pdf file
   http://launchpadlibrarian.net/51339809/gdb-evince.txt

-- 
evince can't open some pdf files, floating point exception
https://bugs.launchpad.net/bugs/588612
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 162972] Re: When using zoom, mouse position doesn't correspond to click position

2008-05-07 Thread zoltan_54356
Then at least the sync mouse checkbox should be disabled -- the user
wouldn't know that this feature is not working.

-- 
When using zoom, mouse position doesn't correspond to click position
https://bugs.launchpad.net/bugs/162972
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 162972] Re: When using zoom, mouse position doesn't correspond to click position

2007-12-30 Thread zoltan_54356
It seems that this bug appeares only when scale the mouse poniter
option is turned off.

The cursor also appears incorrectly, see the attachement: it changes its
shape not in the edit box, but near it.


** Attachment added: the changed cursor, at an incorrect position
   http://launchpadlibrarian.net/11098107/zoom-bug.png

-- 
When using zoom, mouse position doesn't correspond to click position
https://bugs.launchpad.net/bugs/162972
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 162972] When using zoom, mouse position doesn't correspond to click position

2007-11-15 Thread zoltan_54356
Public bug reported:

To reproduce:
1. enable desktop effects
2. enable enhanced desktop zoom
3. select the enhanced desktop zoom
4. on the mouse behaviour tab :
5. uncheck 'sync mouse'
6. check mouse panning
7. use zoom in ( super + mouse scroll, be default)
8. Try to click something. The click won't be where the cursor is seen.

Used packages: default gutsy packages (upgrade from feisty)

** Affects: compiz-plugins (Ubuntu)
 Importance: Undecided
 Status: New

-- 
When using zoom, mouse position doesn't correspond to click position
https://bugs.launchpad.net/bugs/162972
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