[Bug 1562875] Re: Totem can't play H264 on fresh 16.04 beta install

2016-06-15 Thread Andreas Kern
I was affected too, here the code i used inside a terminal to remove the
folder

```
rm -r ~/.cache/gstreamer-1.0
```

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

Title:
  Totem can't play H264 on fresh 16.04 beta install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gstreamer1.0/+bug/1562875/+subscriptions

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


[Bug 918493] Re: pdf documents created by pdfjam --nup 2x1 are not printed properly by evince

2016-03-13 Thread Andreas Kern
I can't reproduce this Bug:

Steps:

# create a 2 page PDF 'document.pdf'  with the words "FirstPage" and
"SecondPage"

1. echo -e "FirstPage\nSecondPage" | enscript --lines-per-page=1 -p - |  ps2pdf 
- "document.pdf"
2. pdfnup --nup 2x1 document.pdf
3.  evince document-nup.pdf
4. print using the print dialog #(page orientation is automatically set to 
Portrait, but the Document is clearly shown as being Landscape) 

The (2x1) page is "correctly" printed in Landscape mode (although the
print dialog says it's portrait)

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

Title:
  pdf documents created by pdfjam --nup 2x1 are not printed properly by
  evince

To manage notifications about this bug go to:
https://bugs.launchpad.net/evince/+bug/918493/+subscriptions

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


[Bug 1308641] [NEW] echo statement in init script breaks startup

2014-04-16 Thread Andreas Kern
Public bug reported:


I use the vagrant cloud image and redis-server does not start with the
echo statement on line 37

that's my Vagrantfile
$ cat Vagrantfile 
Vagrant.require_version = 1.3.5

Vagrant.configure(2) do |config|
  config.vm.box = trusty64
  config.vm.box_url = 
http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box;
  config.vm.network :private_network, ip: 192.168.33.31
  config.vm.network forwarded_port, guest: 80, host: 8080
end


I can also redirect the echo statement into a file and it works

I don't see any error reported too

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: redis-server 2:2.8.4-2
ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
Uname: Linux 3.13.0-11-generic x86_64
ApportVersion: 2.13.2-0ubuntu5
Architecture: amd64
Date: Wed Apr 16 16:21:08 2014
SourcePackage: redis
UpgradeStatus: No upgrade log present (probably fresh install)
mtime.conffile..etc.init.d.redis.server: 2014-04-16T16:06:08.851431

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


** Tags: amd64 apport-bug trusty uec-images

** Description changed:

+ 
  I use the vagrant cloud image and redis-server does not start with the
  echo statement on line 37
+ 
+ that's my Vagrantfile
+ $ cat Vagrantfile 
+ Vagrant.require_version = 1.3.5
+ 
+ Vagrant.configure(2) do |config|
+   config.vm.box = trusty64
+   config.vm.box_url = 
http://cloud-images.ubuntu.com/vagrant/trusty/current/trusty-server-cloudimg-amd64-vagrant-disk1.box;
+   config.vm.network :private_network, ip: 192.168.33.31
+   config.vm.network forwarded_port, guest: 80, host: 8080
+ end
+ 
  
  I can also redirect the echo statement into a file and it works
  
  I don't see any error reported too
  
  ProblemType: Bug
  DistroRelease: Ubuntu 14.04
  Package: redis-server 2:2.8.4-2
  ProcVersionSignature: Ubuntu 3.13.0-11.31-generic 3.13.3
  Uname: Linux 3.13.0-11-generic x86_64
  ApportVersion: 2.13.2-0ubuntu5
  Architecture: amd64
  Date: Wed Apr 16 16:21:08 2014
  SourcePackage: redis
  UpgradeStatus: No upgrade log present (probably fresh install)
  mtime.conffile..etc.init.d.redis.server: 2014-04-16T16:06:08.851431

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

Title:
  echo statement in init script breaks startup

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

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


[Bug 1011257] Re: x-gvfs-show option doesn't work

2014-04-13 Thread Andreas Kern
unchecking the Show in user interface box removes the x-gvfs-show option.
can the box be unchecked per default?

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

Title:
  x-gvfs-show option doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1011257/+subscriptions

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


[Bug 964681] Re: system-config-samba.py crashed with RuntimeError in readSmbPasswords(): You do not have permission to execute /usr/bin/pdbedit.

2014-04-13 Thread Andreas Kern
The message You do not have permission to execute /usr/bin/pdbedit. is wrong
I can execute that /usr/bin/pdbedit, actually everybody can.
-rwxr-xr-x 1 root root 2.0M Mar 17 15:44 /usr/bin/pdbedit

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

Title:
  system-config-samba.py crashed with RuntimeError in
  readSmbPasswords(): You do not have permission to execute
  /usr/bin/pdbedit.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/system-config-samba/+bug/964681/+subscriptions

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


[Bug 144175] Re: tilda stays like a gray window

2013-06-24 Thread Andreas Kern
12.04.2 LTS
I just ran into this bug
as in #80 disabling animated pulldown fixed it

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

Title:
  tilda stays like a gray window

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

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


[Bug 881787] Re: no application launcher (.desktop)

2013-06-04 Thread Andreas Kern
** Patch removed: this should be placed in /usr/share/applications/
   
https://bugs.launchpad.net/ubuntu/+source/haskell-leksah/+bug/881787/+attachment/3694178/+files/leksah.desktop

** Patch added: leksah-launcher.patch
   
https://bugs.launchpad.net/ubuntu/+source/haskell-leksah/+bug/881787/+attachment/3694199/+files/leksah-launcher.patch

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

Title:
  no application launcher (.desktop)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haskell-leksah/+bug/881787/+subscriptions

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


[Bug 881787] Re: no application launcher (.desktop)

2013-06-04 Thread Andreas Kern
*** This bug is a duplicate of bug 865372 ***
https://bugs.launchpad.net/bugs/865372

** This bug has been marked a duplicate of bug 865372
   compiler not working if started from launcher

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

Title:
  no application launcher (.desktop)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haskell-leksah/+bug/881787/+subscriptions

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


[Bug 865372] Re: compiler not working if started from launcher

2013-06-04 Thread Andreas Kern
this seems to be a packaging problem
i just found the *.desktop file at
https://github.com/leksah/leksah/blob/master/linux/applications/leksah.desktop

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

Title:
  compiler not working if started from launcher

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/haskell-leksah/+bug/865372/+subscriptions

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