[Bug 1866813] Re: chromium moved profile without warning on deb->snap transition

2020-03-15 Thread sobczyk
So this is a bug in the snap package?
or might be a bug in snap itself?
(as it's not using the standard chromium settings directory)

Where do I file the bug report?

I'm not concerned,
it already copied data from secure partition to unsecured location.
It should be protected against this.

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

Title:
  chromium moved profile without warning on deb->snap transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1866813/+subscriptions

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

[Bug 1866813] [NEW] chromium moved profile without warning on deb->snap transition

2020-03-10 Thread sobczyk
Public bug reported:

>From what I've read on the snap package it copied the profile.

My profile was kept on encrypted drive and bind mounted to
.config/chromium

Freely copying user data, most often delicate (passwords, browser history)
without any warning is a bad thing.

At least I'd expect apt warn me that the profile will move.

** Affects: chromium-browser (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/1866813

Title:
  chromium moved profile without warning on deb->snap transition

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1866813/+subscriptions

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

[Bug 1788018] Re: udevd keeps binding and unbinding some usb device und uses all cpu

2018-08-27 Thread sobczyk
*** This bug is a duplicate of bug 1759836 ***
https://bugs.launchpad.net/bugs/1759836

** This bug has been marked a duplicate of bug 1759836
   systemd-udevd consumes 100% of CPU

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

Title:
  udevd keeps binding and unbinding some usb device und uses all cpu

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

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

[Bug 1788018] Re: udevd keeps binding and unbinding some usb device und uses all cpu

2018-08-27 Thread sobczyk
*** This bug is a duplicate of bug 1759836 ***
https://bugs.launchpad.net/bugs/1759836

the bug started at upstream kernel commit
1455cf8dbfd06aa7651dcfccbadb7a093944ca65


** Bug watch added: Linux Kernel Bug Tracker #199035
   https://bugzilla.kernel.org/show_bug.cgi?id=199035

** Also affects: linux via
   https://bugzilla.kernel.org/show_bug.cgi?id=199035
   Importance: Unknown
   Status: Unknown

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

Title:
  udevd keeps binding and unbinding some usb device und uses all cpu

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

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

[Bug 1643538] Re: gcc 5 copy list initialization creates undefined reference

2016-11-21 Thread sobczyk
** Attachment added: "test code"
   
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1643538/+attachment/4780984/+files/test.cpp

** Description changed:

- 
  g++ > 5.1
  introduced a regression
  
- Following code compiled with g++ -std=c++11
+ Attached code compiled with g++ -std=c++11 test.cpp
  
- #include 
- 
- struct HelperArgs
- {
-   std::shared_ptr dummy;
- };
- 
- static void freefunc(HelperArgs aa = {}) { }; // doesn't work
- //static void freefunc(HelperArgs aa = HelperArgs{}) { }; // works
- 
- int main()
- {
-   freefunc();
-   return 0;
- }
  
  creates:
- g++ -std=c++11 test.cpp
  /tmp/ccDj6FO4.o: In function `main':
  test.cpp:(.text+0xc7): undefined reference to 
`std::shared_ptr::shared_ptr()'
  collect2: error: ld returned 1 exit status
  
- all clang++ compile this code fine
+ all clang++ compilers compile this code fine

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

Title:
  gcc 5 copy list initialization creates undefined reference

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1643538/+subscriptions

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


[Bug 1643538] [NEW] gcc 5 copy list initialization creates undefined reference

2016-11-21 Thread sobczyk
Public bug reported:


g++ > 5.1
introduced a regression

Following code compiled with g++ -std=c++11

#include 

struct HelperArgs
{
std::shared_ptr dummy;
};

static void freefunc(HelperArgs aa = {}) { };   // doesn't work
//static void freefunc(HelperArgs aa = HelperArgs{}) { };   // works

int main()
{
freefunc();
return 0;
}

creates:
g++ -std=c++11 test.cpp
/tmp/ccDj6FO4.o: In function `main':
test.cpp:(.text+0xc7): undefined reference to 
`std::shared_ptr::shared_ptr()'
collect2: error: ld returned 1 exit status

all clang++ compile this code fine

** Affects: gcc-5 (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/1643538

Title:
  gcc 5 copy list initialization creates undefined reference

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-5/+bug/1643538/+subscriptions

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


[Bug 254268] Re: closing search bar deletes highlighted text

2010-10-11 Thread sobczyk
Hello,
Im here to report I have this bug using maverick and ibus

kate --version
Qt: 4.7.0
KDE: 4.5.1 (KDE 4.5.1)
Kate: 3.5.1

ibus 1.3.7-1ubuntu3
ibus-anthy 1.2.1-1
ibus-gtk 1.3.7-1ubuntu3
ibus-hangul 1.3.0.20100329-1
ibus-qt4 1.3.0-1

While writing this bug report I noticed that the bug affects Chromium
too

chromium-browser 8.0.551.0~svn20101010r62128-0ubuntu1~ucd1

Maybe the bug is caused by KDE not by Kate itself ot the input methods?

-- 
closing search bar deletes highlighted text
https://bugs.launchpad.net/bugs/254268
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 617267] Re: ibus input method text not visible

2010-08-20 Thread sobczyk
kate 4.4.5
partially works

commit displays proper characters, but during writing one can't see suggested 
letters
(white box, after filling proper character pops up)

I'll still have to test 4.5

-- 
ibus input method text not visible
https://bugs.launchpad.net/bugs/617267
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdesdk in ubuntu.

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


[Bug 617267] Re: ibus input method text not visible

2010-08-17 Thread sobczyk
** Changed in: kdesdk (Ubuntu)
   Status: Incomplete => Opinion

** Changed in: kdesdk (Ubuntu)
   Status: Opinion => Incomplete

-- 
ibus input method text not visible
https://bugs.launchpad.net/bugs/617267
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 617267] Re: ibus input method text not visible

2010-08-13 Thread sobczyk
should I upgrade?
I'm a normal user of Kubuntu and have 4.4.2

-- 
ibus input method text not visible
https://bugs.launchpad.net/bugs/617267
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdesdk in ubuntu.

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


[Bug 617267] [NEW] ibus input method text not visible

2010-08-13 Thread sobczyk
Public bug reported:

Binary package hint: kate

Ubuntu 10.04.1 LTS
kate 4:4.4.2-0ubuntu3

Expected:
when ibus is turned on the input method works, inputting characters ie korean 
or japanese

What happened:
Typed letters not visible, IM not working (nothing inputted after commit)

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

-- 
ibus input method text not visible
https://bugs.launchpad.net/bugs/617267
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdesdk in ubuntu.

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


[Bug 617253] Re: switching desktops on monitor plug off

2010-08-13 Thread sobczyk

** Attachment added: "screen2.png"
   
https://bugs.launchpad.net/ubuntu/+source/kdebase-workspace/+bug/617253/+attachment/1487703/+files/screen2.png

-- 
switching desktops on monitor plug off
https://bugs.launchpad.net/bugs/617253
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 617253] Re: switching desktops on monitor plug off

2010-08-13 Thread sobczyk

** Attachment added: "external plugged (left laptop)"
   
https://bugs.launchpad.net/ubuntu/+source/kdebase-workspace/+bug/617253/+attachment/1487702/+files/screen1.png

-- 
switching desktops on monitor plug off
https://bugs.launchpad.net/bugs/617253
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 617253] [NEW] switching desktops on monitor plug off

2010-08-13 Thread sobczyk
Public bug reported:

Binary package hint: kdebase-workspace

Ubuntu 10.04.1 LTS
kdebase-workspace 4:4.4.2-0ubuntu14

Using laptop with external monitor (on fglrx driver)

Expected behaviour: plugging off external screen does not switch
desktops, everything stays in place. (the plaspa apps may be moved
optionally to working screen)

What happens:
plugging off the external monitor causes the external monitor desktop switch 
with my laptop dekstop
thus no main panel and different wallpaper.

If this is wrong package please move to a different one.

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New

-- 
switching desktops on monitor plug off
https://bugs.launchpad.net/bugs/617253
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 151505] Re: crash on changing the items in tools -> options

2007-11-28 Thread sobczyk
The crash may be caused by faulty gtk-2 theme
I used Neutronium-Low found at gnome-look.org
After change there are no more crashes

-- 
crash on changing the items in tools -> options
https://bugs.launchpad.net/bugs/151505
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 151505] Re: crash on changing the items in tools -> options

2007-10-23 Thread sobczyk
I get exactly the same bug since several 2.3 versions (now I have 
2.3.0-1ubuntu5.1)
Identical backtrace is thrown at the console.

-- 
crash on changing the items in tools -> options
https://bugs.launchpad.net/bugs/151505
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