[Bug 601429] Re: no sound from miro on some files, no playback on others

2015-01-09 Thread Peter Triesz
I have installed ubuntu 14.04 LTS WITHOUT internet connection, then I
connected to the net and installed miro and I did reproduce this
problem: the video started to play OK but there was no sound. (Other
players played the same video OK, with sound.)

Previously I installed the very same distribution on the very same
laptop while I was online and I did NOT have this problem. Same video
played OK, with the sound.

To me this did NOT help:
miro set gstreamer-audiosink alsasink

What I did was:
sudo apt-get purge miro miro-data
sudo apt-get autoremove
sudo apt-get install miro frei0r-plugins libfftw3-bin libfftw3-dev 
libroar-compat2 slv2-jack libtorrent-rasterbar-dbg ttf-dejavu 
gstreamer0.10-plugins-ugly libavahi-compat-libdnssd1 libav-tools ffmpeg2theora 
python-gst0.10-dev python-gst0.10-dbg python-mutagen-doc python-pysqlite2-doc 
python-pysqlite2-dbg

(This was the list of recommended packages when I reinstalled miro.)

now the sound is OK.

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

Title:
  no sound from miro on some files, no playback on others

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

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


[Bug 446943] Re: Tablet stylus right-click not recognized

2009-11-28 Thread Peter Triesz
also reproduced with ubuntu 9.10 on Toshiba portrege M400.
suggested fix resolved the problem, thanks for submitting.

-- 
Tablet stylus right-click not recognized
https://bugs.launchpad.net/bugs/446943
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 344400] Re: libvirtError: internal error unable to start guest

2009-06-05 Thread Peter Triesz
I have just compiled kvm-86 but still get this after 10s. :-(

-- 
libvirtError: internal error unable to start guest
https://bugs.launchpad.net/bugs/344400
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 344400] Re: libvirtError: internal error unable to start guest

2009-06-04 Thread Peter Triesz
also experiencing with the version below. Increasing the VM memory size
over 2G I am hitting this continuously.

ii  libvirt-bin   0.6.1-0ubuntu5
 the programs for the libvirt library
ii  libvirt0  0.6.1-0ubuntu5
 library for interfacing with different virtu
ii  python-libvirt0.6.1-0ubuntu5
 libvirt Python bindings


** Changed in: libvirt (Ubuntu Jaunty)
   Status: Fix Released = New

-- 
libvirtError: internal error unable to start guest
https://bugs.launchpad.net/bugs/344400
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 344400] Re: libvirtError: internal error unable to start guest

2009-06-04 Thread Peter Triesz
pls also note that although I have installed it from the source as well
and made sure the above patch applies, the timeout always happens after
10s, not 30s.

-- 
libvirtError: internal error unable to start guest
https://bugs.launchpad.net/bugs/344400
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 377101] [NEW] small issue with vnc4server default xstartup file

2009-05-15 Thread Peter Triesz
Public bug reported:

Binary package hint: vnc4server

noticed that even though I uncomment the referred 2 lines and restart
vncserver, when I connect to the vnc session the gnome desktop is not
initiated:

tri...@ptrtbl:~/.vnc$ cat xstartup 
#!/bin/sh

# Uncomment the following two lines for normal desktop:
unset SESSION_MANAGER
exec /etc/X11/xinit/xinitrc

[ -x /etc/vnc/xstartup ]  exec /etc/vnc/xstartup
[ -r $HOME/.Xresources ]  xrdb $HOME/.Xresources
xsetroot -solid grey
vncconfig -iconic 
xterm -geometry 80x24+10+10 -ls -title $VNCDESKTOP Desktop 
twm 
tri...@ptrtbl:~/.vnc$

the reason looks 2 b:

tri...@ptrtbl:~/.vnc$ ls -la /etc/X11/xinit/xinitrc 
-rw-r--r-- 1 root root 226 2008-05-29 13:53 /etc/X11/xinit/xinitrc
tri...@ptrtbl:~/.vnc$ exec /etc/X11/xinit/xinitrc
bash: /etc/X11/xinit/xinitrc: Permission denied
bash: exec: /etc/X11/xinit/xinitrc: cannot execute: Success
tri...@ptrtbl:~/.vnc$ 

changing the startup file like this resolves the problem:

tri...@ptrtbl:~/.vnc$ diff xstartup xstartup.orig 
5c5
 . /etc/X11/xinit/xinitrc
---
 exec /etc/X11/xinit/xinitrc
tri...@ptrtbl:~/.vnc$ 

Default ~/.vnc/xstartup file shall be generated accordingly.

SUT:

tri...@ptrtbl:~$ uname -a
Linux ptrtbl 2.6.27-14-generic #1 SMP Wed Apr 15 18:59:16 UTC 2009 i686 
GNU/Linux
tri...@ptrtbl:~$ cat /etc/debian_version 
lenny/sid
tri...@ptrtbl:~$ 
tri...@ptrtbl:~$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10
tri...@ptrtbl:~$ 

tri...@ptrtbl:~$ apt-cache policy vnc4server
vnc4server:
  Installed: 4.1.1+xorg1.0.2-0ubuntu7
  Candidate: 4.1.1+xorg1.0.2-0ubuntu7
  Version table:
 *** 4.1.1+xorg1.0.2-0ubuntu7 0
500 http://ie.archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status
tri...@ptrtbl:~$

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

-- 
small issue with vnc4server default xstartup file
https://bugs.launchpad.net/bugs/377101
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 316121] Re: Printing 2009 December in monthly view is not possible

2009-01-12 Thread Peter Triesz
** Description changed:

  Binary package hint: evolution
  
  Print preview shows November month instead.
  Till November or from 2010 Jan it works OK, prob experienced with December 
month only.
  
  Reprod:
  
- 1) Choose calendar
- 2) choose monthly view
- 3) go to 2009 December
- 4) select File / Print Preview  - it will show November month instead of 
December. (Could not find a way to print December month.)
+ 1) Start Evolution
+ 2) choose calendar
+ 3) choose monthly view
+ 4) choose File / Page Setup / Landscape
+ 5) go to 2009 December by clicking the  button 11 times next to January 
2009
+ 6) select all the days in the small calendar (left hand side column, above 
the Mail button)
+ 7) select File / Print Preview  - it will show November month instead of 
December.
  
  used version: Evolution 2.22.3.1
  
  tri...@ptrtbl:~$ apt-cache policy evolution
  evolution:
Installed: 2.22.3.1-0ubuntu1
Candidate: 2.22.3.1-0ubuntu1
Version table:
   *** 2.22.3.1-0ubuntu1 0
  500 http://archive.ubuntu.com hardy-updates/main Packages
  100 /var/lib/dpkg/status
   2.22.2-0ubuntu1.2 0
  500 http://archive.ubuntu.com hardy-security/main Packages
   2.22.1-0ubuntu3 0
  500 http://archive.ubuntu.com hardy/main Packages
  tri...@ptrtbl:~$ 
  
  tri...@ptrtbl:~$ lsb_release -rd
  Description:  Ubuntu 8.04.1
  Release:  8.04
  tri...@ptrtbl:~$
  
  ProblemType: Bug
  Architecture: i386
  Date: Sun Jan 11 17:42:59 2009
  DistroRelease: Ubuntu 8.04
  ExecutablePath: /usr/bin/evolution
  Package: evolution 2.22.3.1-0ubuntu1
  PackageArchitecture: i386
  ProcEnviron:
   
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
   LANG=en_IE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  Uname: Linux 2.6.24-23-generic i686

-- 
Printing 2009 December in monthly view is not possible
https://bugs.launchpad.net/bugs/316121
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 316121] Re: Printing 2009 December in monthly view is not possible

2009-01-12 Thread Peter Triesz
Hi Lupine,
Thx for looking at it. This morning I finally managed to print December as well 
but also reproduced the problem several times. Probably it also relates to the 
landscape page settings, I used.
Anyhow, I have extended the steps. Following exactly these (from Today / Work 
week state) I have reproduced it 3 times consistently.
Regards,
Peter

-- 
Printing 2009 December in monthly view is not possible
https://bugs.launchpad.net/bugs/316121
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 316121] [NEW] Printing 2009 December in monthly view is not possible

2009-01-11 Thread Peter Triesz
Public bug reported:

Binary package hint: evolution

Print preview shows November month instead.
Till November or from 2010 Jan it works OK, prob experienced with December 
month only.

Reprod:

1) Choose calendar
2) choose monthly view
3) go to 2009 December
4) select File / Print Preview  - it will show November month instead of 
December. (Could not find a way to print December month.)

used version: Evolution 2.22.3.1

tri...@ptrtbl:~$ apt-cache policy evolution
evolution:
  Installed: 2.22.3.1-0ubuntu1
  Candidate: 2.22.3.1-0ubuntu1
  Version table:
 *** 2.22.3.1-0ubuntu1 0
500 http://archive.ubuntu.com hardy-updates/main Packages
100 /var/lib/dpkg/status
 2.22.2-0ubuntu1.2 0
500 http://archive.ubuntu.com hardy-security/main Packages
 2.22.1-0ubuntu3 0
500 http://archive.ubuntu.com hardy/main Packages
tri...@ptrtbl:~$ 

tri...@ptrtbl:~$ lsb_release -rd
Description:Ubuntu 8.04.1
Release:8.04
tri...@ptrtbl:~$

ProblemType: Bug
Architecture: i386
Date: Sun Jan 11 17:42:59 2009
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evolution
Package: evolution 2.22.3.1-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_IE.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.24-23-generic i686

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


** Tags: apport-bug

-- 
Printing 2009 December in monthly view is not possible
https://bugs.launchpad.net/bugs/316121
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 316121] Re: Printing 2009 December in monthly view is not possible

2009-01-11 Thread Peter Triesz

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/21106386/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/21106387/ProcStatus.txt

-- 
Printing 2009 December in monthly view is not possible
https://bugs.launchpad.net/bugs/316121
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 181957] Gnome Time Tracker Project Hierarchy Modification Trouble

2008-01-11 Thread Peter Triesz
Public bug reported:

Binary package hint: gnotime

Building an example hierarchy like this:

- RD
- XY testing
- XY development
- MKT
- Research
 - seek similars
 - try similars
- Advertising
- SM

Trying to move subprojects among branches it reorganizes the whole
hierarchy in an unwanted way. Eg moving the very last entity to a sub-
branch, instead of the picked one...

Eg I tried to swap the order of XY testing and XY dev in the above
hierarchy and instead I got this:

- RD
- SM
- XY testing
- XY development
- MKT
- Research
 - seek similars
 - try similars
- Advertising

environment:

[EMAIL PROTECTED]:~$ dpkg -l gnotime
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-f/Unpacked/Failed-cfg/Half-inst/t-aWait/T-pend
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  gnotime2.2.2-11   utility for tracking and invoicing time spen
[EMAIL PROTECTED]:~$ uname -a
Linux ubuntu 2.6.22-14-386 #1 Tue Dec 18 07:34:24 UTC 2007 i686 GNU/Linux
[EMAIL PROTECTED]:~$ cat /etc/deb
debconf.confdebian_version  
[EMAIL PROTECTED]:~$ cat /etc/debian_version 
lenny/sid
[EMAIL PROTECTED]:~$

ProblemType: Bug
Architecture: i386
Date: Fri Jan 11 08:50:23 2008
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/bin/yelp
Package: yelp 2.20.0-0ubuntu3
PackageArchitecture: i386
ProcCmdline: gnome-help ghelp:///usr/share/gnome/help/gnotime/C/gnotime.xml
ProcCwd: /home/triesz
ProcEnviron:
 
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
 LANG=en_IE.UTF-8
 SHELL=/bin/bash
SourcePackage: yelp
Uname: Linux ubuntu 2.6.22-14-386 #1 Tue Dec 18 07:34:24 UTC 2007 i686 GNU/Linux

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


** Tags: apport-bug

-- 
Gnome Time Tracker Project Hierarchy Modification Trouble
https://bugs.launchpad.net/bugs/181957
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 181957] Re: Gnome Time Tracker Project Hierarchy Modification Trouble

2008-01-11 Thread Peter Triesz

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

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/11280462/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/11280463/ProcStatus.txt

-- 
Gnome Time Tracker Project Hierarchy Modification Trouble
https://bugs.launchpad.net/bugs/181957
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 181957] Re: Gnome Time Tracker Project Hierarchy Modification Trouble

2008-01-11 Thread Peter Triesz
Seems to be a GUI refreshing issue.

Modifying the hierarchy the GUI does not follow the change sometimes. In
such case closing and relaunching the application helps (the previous
change gets applied.)

The above reported hierarchy entity ID confusion problem seems to come
always after modifications on a non-refreshed (GUI) hierarchy.

-- 
Gnome Time Tracker Project Hierarchy Modification Trouble
https://bugs.launchpad.net/bugs/181957
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 181957] Re: Gnome Time Tracker Project Hierarchy Modification Trouble

2008-01-11 Thread Peter Triesz
Hi,

Great, I look forward to try the 2.3 version.

I have a second box with a debian and the same gnotime version and I could
reproduce the prob with that one. Unfortunately I can't try 2.2.3-2 but the
bug is indeed most likely in the component you refer, I believe.

Regards,
Peter

On Jan 11, 2008 4:38 PM, Goedson Teixeira Paixão [EMAIL PROTECTED]
wrote:

 This is a bug in Gtk+'s ctree component. Version 2.2.3-2 of the
 package (available in Hardy) has a workaround for this. Can you
 confirm if it works for you?

 Anyway, I'm working in a rewrite of the projects tree component
 based on the GtkTreeView component, sice ctree is deprecated.
 This should be released in a 2.3.0 upstream version very soon.

 --
 Gnome Time Tracker Project Hierarchy Modification Trouble
 https://bugs.launchpad.net/bugs/181957
 You received this bug notification because you are a direct subscriber
 of the bug.


-- 
Gnome Time Tracker Project Hierarchy Modification Trouble
https://bugs.launchpad.net/bugs/181957
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