[Bug 1518568] Re: Embedded subtitles are not detected

2017-05-01 Thread Maga Laan
Same problem here. Handbrake works fine in 14.04, but in 16.04, it does
not see the subtitles in the video files. Same problem in both Ubunty
Unity 16.04 and KDE Neon also based on 16.04. Very annoying as one loses
the subtitles.

Does anyone have a work-around. It must be some kind of library, seems
so work fine in the Windows versions of Handbrake.

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

Title:
  Embedded subtitles are not detected

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

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


[Bug 1448134] Re: boot hangs on vmblock fuse mount

2015-04-25 Thread Maga Laan
I decided to check the information in /etc/fstab. The UUID of swap was
incorrect. Gparted did not see the swap partition, so it had no UUID. I
corrected that and entered the correct UUID in fstab and now it boots
fine. Maybe it is caused because I share the swap partition with other
Linux installations.

~$ systemd-analyze critical-chain
The time after the unit is active or started is printed after the "@" character.
The time the unit takes to start is printed after the "+" character.

graphical.target @9.993s
└─multi-user.target @9.993s
└─kerneloops.service @9.900s +17ms
└─network-online.target @9.899s
└─network.target @3.198s
└─NetworkManager.service @2.147s +1.050s
└─basic.target @2.144s
└─sockets.target @2.144s
└─uuidd.socket @2.144s
└─sysinit.target @2.142s
└─networking.service @1.520s +621ms
└─apparmor.service @1.390s +128ms
└─local-fs.target @1.389s
└─run-vmblock\x2dfuse.mount @9.984s
└─local-fs-pre.target @1.346s
└─systemd-remount-fs.service @1.338s +7ms
└─systemd-fsck-root.service @1.278s +58ms
└─systemd-fsckd.socket @202ms
└─-.slice @195ms

** Changed in: systemd (Ubuntu)
   Status: Incomplete => Invalid

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

Title:
  boot hangs on vmblock fuse mount

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

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

[Bug 1448134] Re: boot hangs on vmblock fuse mount

2015-04-24 Thread Maga Laan
When I do a recovery boot, followed by a resume normal startup: 
I see this on the screen for one and half minute:

...
mounted /media/user/DOCS
mounted /media/user/TADA
mounted /media/user/DATA
A start job is running for dev-disk ... b2c.device (1 min  27s /1min 30s)

For some reason it will not mount /media/user/WORK like the rest. But
after bootup the partition WORK is mounted

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

Title:
  boot hangs on vmblock fuse mount

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

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


[Bug 1448134] Re: boot hangs on vmblock fuse mount

2015-04-24 Thread Maga Laan
@Jef Spaleta
I suspect it has to do with mounting a data partition. Mounting three NTSF data 
partitions on my harddisk (DOCS, DATA, TADA) never gave any problems, but when 
I added a EXT4 partition on my boot SDD (WORK), it gave me warnings during boot 
up, though it booted up fine. Seems like systemd is timing out on it. 

Where do I put the commands you suggested?

This is the content of /etc/fstab


UUID=6043010a-9ef2-4bfc-be63-edf244c46362 /   ext4
errors=remount-ro 0   1
# swap was on /dev/sda2 during installation
UUID=ec53629f-3dea-4baf-b0b3-9065267acb2c noneswapsw
  0   0
LABEL=DATA /media/user/DATA auto 
nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=DATA,x-gvfs-icon=DATA,x-gvfs-symbolic-icon=DATA
 0 0
LABEL=DOCS /media/user/DOCS auto 
nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=DOCS,x-gvfs-icon=DOCS,x-gvfs-symbolic-icon=DOCS
 0 0
LABEL=TADA /media/user/TADA auto 
nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=TADA,x-gvfs-icon=TADA,x-gvfs-symbolic-icon=TADA
 0 0
LABEL=WORK /media/user/WORK auto 
nosuid,nodev,nofail,x-gvfs-show,x-gvfs-name=WORK,x-gvfs-icon=WORK,x-gvfs-symbolic-icon=WORK
 0 0

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

Title:
  boot hangs on vmblock fuse mount

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

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


[Bug 1448134] Re: boot hangs on vmblock fuse mount

2015-04-24 Thread Maga Laan
~$ sudo systemctl status -l "run-vmblock\x2dfuse.mount"

● run-vmblock\x2dfuse.mount - /run/vmblock-fuse
   Loaded: loaded (/proc/self/mountinfo)
   Active: active (mounted) since za 2015-04-25 00:42:55 CEST; 1h 56min left
Where: /run/vmblock-fuse
 What: vmware-vmblock



** Attachment added: "fstab"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1448134/+attachment/4383388/+files/fstab

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

Title:
  boot hangs on vmblock fuse mount

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

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

[Bug 1448134] Re: boot hangs on vmblock fuse mount

2015-04-24 Thread Maga Laan
** Attachment added: "journal.txt"
   
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1448134/+attachment/4383391/+files/journal.txt

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

Title:
  boot hangs on vmblock fuse mount

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

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


[Bug 1448134] [NEW] Ubuntu 15.04 boot delay

2015-04-24 Thread Maga Laan
Public bug reported:

After upgrading to Ubuntu 15.04 I experience a mayor boot delay of one
and half minutes. It does not happen when I boot with upstart in
anvanced menu.

"systemd-analyze critical-chain" gives me this:

graphical.target @1min 37.987s
└─multi-user.target @1min 37.987s
  └─kerneloops.service @1min 37.873s +15ms
└─network-online.target @1min 37.873s
  └─network.target @1min 30.654s
└─NetworkManager.service @1min 30.450s +202ms
  └─basic.target @1min 30.443s
└─sockets.target @1min 30.443s
  └─acpid.socket @1min 30.443s
└─sysinit.target @1min 30.441s
  └─networking.service @1.547s +363ms
└─apparmor.service @1.436s +108ms
  └─local-fs.target @1.435s
└─run-vmblock\x2dfuse.mount @1min 37.977s

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

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

Title:
  Ubuntu 15.04 boot delay

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

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

[Bug 733349] Re: Minimize Application's Windows upon clicking its Launcher Icon

2013-11-17 Thread Maga Laan
Correction: i meand minimize-button and pin-button in stead of app.

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

Title:
  Minimize Application's Windows upon clicking its Launcher Icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/733349/+subscriptions

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


[Bug 733349] Re: Minimize Application's Windows upon clicking its Launcher Icon

2013-11-17 Thread Maga Laan
Designers seem to have declared war on minimizing. Elementary OS and
Gnome even removed the minimize-button. Many want to make the PC more
like Android and eliminate the difference between close and minimize.
After close the state is preserved in memory for quick reopen. We see
that music apps keep on playing when closed.

I have nothing against that. But the PC differs form a phone and tablet
because it can show many windows in the same time. What I find annoying
is that when I open a new app, I have to hide the other window manually
not to have a cluttered interface. I find it distracting when pieces of
other windows are sticking out.

I would want to suggest a more profound solution: I call it AUTOMINIMIZE

=
Whenever an app is opened hide all other visible windows automatically! 
Of course this is not always wanted, and that is why I suggest to change the 
minimize app in a pin-app to prevent it from hiding. I would also like this 
behaviour when changing apps with alt-tab or dock. 
=

Only show the apps that is called. To make it perfect you could make
some apps pinned by default. This way we do not need to minimize  any
more and this would also work fine on a mobile devices as well. Witch is
important as Ubuntu is pursuing to , create a unified interface for
mobile devices and desktops.

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

Title:
  Minimize Application's Windows upon clicking its Launcher Icon

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/733349/+subscriptions

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


[Bug 883646] Re: "ERROR no room on ep ring" fills up syslog and hard disk in minutes

2013-10-24 Thread Maga Laan
I see. Thanks for the explanation.
Maybe you should report this as a bug ;-)

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

Title:
  "ERROR no room on ep ring" fills up syslog and hard disk in minutes

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

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


[Bug 883646] Re: "ERROR no room on ep ring" fills up syslog and hard disk in minutes

2013-10-24 Thread Maga Laan
That is a bit negative.

- Sometimes the best way to solve problems is to do nothing. After all it is 
all a matter of priority as resources are scarce. 
- The reporting system helps define the problem and gives insight in how 
widespread the problem is. If a problem is only with very few specific devices 
and users and there is an easy  workaround, it is not a high priority. 
- And it maybe not even be something Ubuntu should solve. But the report system 
may help the Ubuntu guys report the issues upstream to the kernel guys. 
- the reporting systems helps people find workarounds too. In this case there 
was an easy workaround, use an USB2 port instead. 

I think it works well. Nowadays Linux has far less issues than some
years ago because they are systematically tackled. I think we should not
discourage people to report bugs. The overall approach does work.

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

Title:
  "ERROR no room on ep ring" fills up syslog and hard disk in minutes

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

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


[Bug 883646] Re: "ERROR no room on ep ring" fills up syslog and hard disk in minutes

2013-10-23 Thread Maga Laan
Problem does no longer occcur in Ubuntu 13.10. 
Seems Fixed :-)

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

Title:
  "ERROR no room on ep ring" fills up syslog and hard disk in minutes

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

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


[Bug 718559] Re: mousetweak5 not implemented / LockedDrags supprt

2013-01-27 Thread Maga Laan
I miss this too, it should be part of the general mouse settings

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

Title:
  mousetweak5 not implemented / LockedDrags supprt

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

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


[Bug 1024859] Re: can't edit or delete bookmarks in a folder in a folder in the brookmark bar

2012-12-22 Thread Maga Laan
Yes it is fixed! thanks!

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

Title:
  can't edit or delete bookmarks in a folder in a folder in the
  brookmark bar

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

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


[Bug 1065746] [NEW] "ERROR no room on ep ring" fills up syslog and hard disk in minutes

2012-10-11 Thread Maga Laan
Public bug reported:

As requested here is my bugreport

When I stick my wireless USB2 adapter (MSi Wlan11n US300EX Lite) in a USB3 
port.  
And press ctr+alt+F1 I see: "ERROR no room on ep ring" about 10 times per second
The device still works fine, it is only filling up the syslog.
I don't get it when I use the USB2 ports for  wireless USB2 adapter 

Connecting my other USB2 devices (usb memory sticks, harddisks, printer,
scanner) to the USB port do not give this problem.

reported this earlier with Bug #883646

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-31-generic 3.2.0-31.50
ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
Uname: Linux 3.2.0-31-generic x86_64
NonfreeKernelModules: nvidia
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu13
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  user   1971 F pulseaudio
 /dev/snd/controlC0:  user   1971 F pulseaudio
 /dev/snd/pcmC0D0p:   user   1971 F...m pulseaudio
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xfa30 irq 57'
   Mixer name   : 'Realtek ALC887-VD'
   Components   : 'HDA:10ec0887,10438444,00100302'
   Controls  : 44
   Simple ctrls  : 21
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfa08 irq 17'
   Mixer name   : 'Nvidia GPU 12 HDMI/DP'
   Components   : 'HDA:10de0012,10de0101,00100100'
   Controls  : 24
   Simple ctrls  : 4
Date: Thu Oct 11 23:55:54 2012
MachineType: System manufacturer System Product Name
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-31-generic 
root=UUID=01CD56F2767F21D0 loop=/hostname/disks/root.disk ro quiet splash 
vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-3.2.0-31-generic N/A
 linux-backports-modules-3.2.0-31-generic  N/A
 linux-firmware1.79.1
RfKill:
 1: phy1: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: linux
StagingDrivers: mei
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0803
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0803:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug precise running-unity staging

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

Title:
  "ERROR no room on ep ring" fills up syslog and hard disk in minutes

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

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


[Bug 883646] Re: "ERROR no room on ep ring" fills up syslog and hard disk in minutes

2012-07-26 Thread Maga Laan
I forgot, I am using Ubuntu 12.04

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

Title:
  "ERROR no room on ep ring" fills up syslog and hard disk in minutes

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

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


[Bug 883646] Re: "ERROR no room on ep ring" fills up syslog and hard disk in minutes

2012-07-26 Thread Maga Laan
Correction: When I connect the wireless USB directly to the USB3 port I
do get the same error. (though it functions fine) So it is not in the
extension cord.

Attaching a USB2-harddrive to the USB3 port directly or through an
extension cord did not give any errors and it functions fine. I tried
all my USB-sticks and other devices, but no errors.

So it seems to be something device specific.  The Device that gives the
errors in my case is:  MSi Wlan11n US300EX Lite.

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

Title:
  "ERROR no room on ep ring" fills up syslog and hard disk in minutes

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

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


[Bug 883646] Re: "ERROR no room on ep ring" fills up syslog and hard disk in minutes

2012-07-24 Thread Maga Laan
By the way you can check the problem by pressing ctrl+alt+F1...F6.  
(ctrl+alt+F7 to go back) 
you will see a continuous stream of errors.

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

Title:
  "ERROR no room on ep ring" fills up syslog and hard disk in minutes

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

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


[Bug 883646] Re: "ERROR no room on ep ring" fills up syslog and hard disk in minutes

2012-07-24 Thread Maga Laan
I had the same problem.  xhci_hcd :09:00.0: ERROR no room on ep ring
filling up syslog and kern.log

But mine was not related to USB-disks.

The problem seems to occur when you attach a USB-2.0 cable to an USB3
port.

In my case the problem started when I connected a wireless USB adapter
through a USB2 extension cable to a USB3 port. The wireless adapter
works, OK but I get this error stream. I solved the problem by simply
connecting the cable to a USB2 port. When I connect the USB-adapter
directly to the USB3 port I get no errors either.

I hope this is of any help

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

Title:
  "ERROR no room on ep ring" fills up syslog and hard disk in minutes

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

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


[Bug 1024859] Re: can't edit or delete bookmarks in a folder in a folder in the brookmark bar

2012-07-14 Thread Maga Laan
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024859

Title:
  can't edit or delete bookmarks in a folder in a folder in the
  brookmark bar

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

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


[Bug 1024859] [NEW] can't edit or delete bookmarks in a folder in a folder in the brookmark bar

2012-07-14 Thread Maga Laan
Public bug reported:

I have some folders on the bookmark bar. I can edit and delete the
bookmarks in the folders with right click. But when I try to do the same
with bookmarks that are one level deeper (folder in a folder), it simply
aborts.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: firefox 13.0.1+build1-0ubuntu0.12.04.1
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic 3.2.19
Uname: Linux 3.2.0-26-generic x86_64
NonfreeKernelModules: nvidia
AddonCompatCheckDisabled: False
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC1:  user   1881 F pulseaudio
 /dev/snd/controlC0:  user   1881 F pulseaudio
BuildID: 20120615112143
Card0.Amixer.info:
 Card hw:0 'PCH'/'HDA Intel PCH at 0xfa30 irq 57'
   Mixer name   : 'Realtek ALC887-VD'
   Components   : 'HDA:10ec0887,10438444,00100302'
   Controls  : 44
   Simple ctrls  : 21
Card1.Amixer.info:
 Card hw:1 'NVidia'/'HDA NVidia at 0xfa08 irq 17'
   Mixer name   : 'Nvidia GPU 12 HDMI/DP'
   Components   : 'HDA:10de0012,10de0101,00100100'
   Controls  : 24
   Simple ctrls  : 4
Channel: release
Date: Sun Jul 15 06:49:15 2012
ForcedLayersAccel: False
IfupdownConfig:
 # interfaces(5) file used by ifup(8) and ifdown(8)
 auto lo
 iface lo inet loopback
IpRoute:
 default via 192.168.0.1 dev wlan0  proto static 
 169.254.0.0/16 dev wlan0  scope link  metric 1000 
 192.168.0.0/24 dev wlan0  proto kernel  scope link  src 192.168.0.12  metric 2
PrefErrors: Unexpected character before close parenthesis @ 
[Profile]/extensions/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}/defaults/preferences/greasemonkey.js:4
Profiles: Profile0 (Default) - LastVersion=13.0.1/20120615112143 (In use)
RelatedPackageVersions:
 rhythmbox-mozilla 2.96-0ubuntu4.1
 gnome-shell   3.4.1-0ubuntu2
 totem-mozilla 3.0.1-0ubuntu21
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
RunningIncompatibleAddons: False
SourcePackage: firefox
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 02/11/2011
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0803
dmi.board.asset.tag: To be filled by O.E.M.
dmi.board.name: P8H67
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0803:bd02/11/2011:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP8H67:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer

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


** Tags: amd64 apport-bug precise release-channel

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

Title:
  can't edit or delete bookmarks in a folder in a folder in the
  brookmark bar

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

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