[Bug 2055012] Re: When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

2024-04-22 Thread Lukas Märdian
** Also affects: systemd (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  When I upgraded from 22.04 to 24.04, DNS resolution went wrong.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/2055012/+subscriptions


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

[Bug 2031406] Re: [MIR] libei

2023-08-22 Thread Lukas Märdian
untu does carry a delta (going ahead of Debian)
- Debian/Ubuntu update history is sporadic
  - Only a single upload in Ubuntu, not included in Debian
- s390x dh_auto_test disabled in debian/rules
  https://gitlab.freedesktop.org/libinput/libei/-/issues/41

[Upstream red flags]
OK:
- no Errors during the build
- no incautious use of malloc/sprintf (as far as we can check it)
- no use of sudo, gksu, pkexec, or LD_LIBRARY_PATH (usage is OK inside tests)
- no use of user nobody
- no use of setuid / setgid
- no important open bugs (crashers, etc) in Debian or Ubuntu
- no dependency on webkit, qtwebkit, seed or libgoa-*
- not part of the UI for extra checks
- no translation present, but none needed for this case (user visible)?

Problems:
- warnings during the build (ignoring a few in the munit subproject):
  + src/util-sources.c:311:9: warning: ignoring return value of ‘read’ declared 
with attribute ‘warn_unused_result’ [-Wunused-result]
  + tools/ei-demo-client.c:102:9: warning: ignoring return value of ‘read’ 
declared with attribute ‘warn_unused_result’ [-Wunused-result]

** Bug watch added: gitlab.freedesktop.org/libinput/libei/-/issues #41
   https://gitlab.freedesktop.org/libinput/libei/-/issues/41

** Changed in: libei (Ubuntu)
 Assignee: Lukas Märdian (slyon) => Ubuntu Security Team (ubuntu-security)

** Also affects: mutter (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: mutter (Ubuntu)
 Assignee: (unassigned) => Ubuntu Desktop (ubuntu-desktop)

** Tags added: update-excuse

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

Title:
  [MIR] libei

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


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

[Bug 2026826] Re: glib2.0 (2.77.0 ) breaks Netplan build

2023-07-13 Thread Lukas Märdian
Thank you! The Netplan build seems to be fixed now. Removing the tag.

** Tags removed: block-proposed

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

Title:
  glib2.0 (2.77.0 ) breaks Netplan build

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


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

[Bug 2026826] Re: glib2.0 (2.77.0 ) breaks Netplan build

2023-07-13 Thread Lukas Märdian
** Bug watch added: gitlab.gnome.org/GNOME/glib/-/issues #3047
   https://gitlab.gnome.org/GNOME/glib/-/issues/3047

** Also affects: glib via
   https://gitlab.gnome.org/GNOME/glib/-/issues/3047
   Importance: Unknown
   Status: Unknown

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

Title:
  glib2.0 (2.77.0 ) breaks Netplan build

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


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

[Bug 2026826] Re: glib2.0 (2.77.0 ) breaks Netplan build

2023-07-11 Thread Lukas Märdian
** Description changed:

  Netplan FTBFS as of the latest release of glib2.0 (2.77.0-0ubuntu1) in
  mantic-proposed.
  
  See: https://launchpad.net/ubuntu/+source/netplan.io/0.106.1-3
  
  When I downgrade glib in my sbuild environment, everything works as
  expected:
  
  $ apt install libglib2.0-0=2.76.3-1ubuntu1
  libglib2.0-bin=2.76.3-1ubuntu1 libglib2.0-dev=2.76.3-1ubuntu1
  libglib2.0-dev-bin=2.76.3-1ubuntu1 libglib2.0-data=2.76.3-1ubuntu1
  
  The build also works fine in Debian unstable, which is using glib2.0
  2.74.6-2.
  
  Netplan is using plenty of GLib's keyfile functions
  (https://docs.gtk.org/glib/struct.KeyFile.html), which seem to producing
  a different output with this newer release (some strange line breaks
  injected in the middle of a keyfile).
+ 
+ 
+ Example keyfile from the test_wifis.test_wifi_wowlan test, that should be 
generated by Netplan and the way it fails:
+ 
+ Expected output:
+ ```
+ [connection]
+ id=netplan-wl0-homenet
+ type=wifi
+ interface-name=wl0
+ 
+ [wifi]
+ wake-on-wlan=330
+ ssid=homenet
+ mode=infrastructure
+ 
+ [ipv4]
+ method=link-local
+ 
+ [ipv6]
+ method=ignore
+ ```
+ 
+ Failure:
+ ```
+ E   AssertionError: '[con[88 
chars]330\n\nssid=homenet\nmode=infrastructure\n[ipv[44 chars]re\n' != '[con[88 
chars]330\nssid=homenet\nmode=infrastructure\n\n[ipv[44 chars]re\n'
+ E [connection]
+ E id=netplan-wl0-homenet
+ E type=wifi
+ E interface-name=wl0
+ E 
+ E [wifi]
+ E wake-on-wlan=330
+ E   - 
+ E ssid=homenet
+ E mode=infrastructure
+ E   + 
+ E [ipv4]
+ E method=link-local
+ E 
+ E [ipv6]
+ E method=ignore
+ ```

** Tags added: rls-mm-incoming

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

Title:
  glib2.0 (2.77.0 ) breaks Netplan build

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


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

[Bug 2026826] Re: glib2.0 (2.77.0 ) breaks Netplan build

2023-07-11 Thread Lukas Märdian
I'm tagging this block-proposed to avoid this broken GLib to move into
mantic-release.

** Tags added: block-proposed

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

Title:
  glib2.0 (2.77.0 ) breaks Netplan build

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


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

[Bug 2026826] [NEW] glib2.0 (2.77.0 ) breaks Netplan build

2023-07-11 Thread Lukas Märdian
Public bug reported:

Netplan FTBFS as of the latest release of glib2.0 (2.77.0-0ubuntu1) in
mantic-proposed.

See: https://launchpad.net/ubuntu/+source/netplan.io/0.106.1-3

When I downgrade glib in my sbuild environment, everything works as
expected:

$ apt install libglib2.0-0=2.76.3-1ubuntu1
libglib2.0-bin=2.76.3-1ubuntu1 libglib2.0-dev=2.76.3-1ubuntu1
libglib2.0-dev-bin=2.76.3-1ubuntu1 libglib2.0-data=2.76.3-1ubuntu1

The build also works fine in Debian unstable, which is using glib2.0
2.74.6-2.

Netplan is using plenty of GLib's keyfile functions
(https://docs.gtk.org/glib/struct.KeyFile.html), which seem to producing
a different output with this newer release (some strange line breaks
injected in the middle of a keyfile).

** Affects: glib2.0 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: block-proposed

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

Title:
  glib2.0 (2.77.0 ) breaks Netplan build

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


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

[Bug 2006483] [NEW] Fails autopkgtests when tested against fuse3 >= 3.13

2023-02-07 Thread Lukas Märdian
Public bug reported:

The autopkgtest in `tests/test-rofiles-fuse.sh` (executed via `gnome-
desktop-testing-runner libostree/test-rofiles-fuse.sh.test`) fails to
execute `setfattr -n user.foo -v bar mnt/anewfile-for-fuse` with the
error message "setfattr: mnt/anewfile-for-fuse: Numerical result out of
range".

It's unclear if this is related to glibc, FUSE_USE_VERSION, kernel fuse
protocol or another component.

On Debian this specific test is skipped, due to missing the "capsh" binary 
(libcap2-bin) in the test env:
```
/usr/libexec/installed-tests/libostree/libtest.sh: line 688: capsh: command not 
found
1..0 # SKIP No cap_sys_admin in bounding set, can't use FUSE
```

The relevant log (inside an Ubuntu autopkgtest qemu runner) is provided
here:

```
$ ../tests/test-rofiles-fuse.sh
Copying gpghome to /tmp/autopkgtest.Eaudsf/build.b3k/src/tmp4
checking for xattrs.../usr/bin/setfattr
/tmp/autopkgtest.Eaudsf/build.b3k/src/tmp4 
/tmp/autopkgtest.Eaudsf/build.b3k/src/tmp4
# testlabel.txt: security.selinux: No such attribute
Unable to retrieve SELinux label, assuming disabled
/tmp/autopkgtest.Eaudsf/build.b3k/src/tmp4
done
checking for overlayfs whiteouts...done
/usr/bin/setfattr
d9793c4639f817fb95e3f1ae7a3f0571826db12a28baffaa3b3510f2ef0434a4
812152c68bb9c0b2a3bfcafeb5c4a4aa53827d8df5eeb755fe307f6a68f0febf
fsck objects (20/20) [=] 100%
object fsck of 2 commits completed successfully - no errors found.
1..12
a122802794e487785d14b58fe8969ab8716fd5c4c0ceed7de5c76061cd93f896
ok mount
ok failed inplace mutation (open O_TRUNCATE)
ok failed mutation chmod + chown
setfattr: mnt/firstfile-link: Read-only file system
ok new content
setfattr: mnt/anewfile-for-fuse: Numerical result out of range
Unexpected nonzero exit status 1 while running: setfattr -n user.foo -v bar 
mnt/anewfile-for-fuse
gpg-connect-agent: no running gpg-agent - starting '/usr/bin/gpg-agent'
gpg-connect-agent: waiting for the agent to come up ... (5s)
gpg-connect-agent: connection to agent established
OK closing connection
```

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

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


** Tags: update-excuse

** Also affects: fuse3 (Ubuntu)
   Importance: Undecided
   Status: New

** Description changed:

  The autopkgtest in `tests/test-rofiles-fuse.sh` (executed via `gnome-
  desktop-testing-runner libostree/test-rofiles-fuse.sh.test`) fails to
  execute `setfattr -n user.foo -v bar mnt/anewfile-for-fuse` with the
  error message "setfattr: mnt/anewfile-for-fuse: Numerical result out of
  range".
  
  It's unclear if this is related to glibc, FUSE_USE_VERSION, kernel fuse
  protocol or another component.
  
- The relevant log is provided here:
+ On Debian this specific test is skipped, due to missing the "capsh" binary 
(libcap2-bin) in the test env:
+ ```
+ /usr/libexec/installed-tests/libostree/libtest.sh: line 688: capsh: command 
not found
+ 1..0 # SKIP No cap_sys_admin in bounding set, can't use FUSE
+ ```
+ 
+ The relevant log (inside an Ubuntu autopkgtest qemu runner) is provided
+ here:
  
  ```
- $ ../tests/test-rofiles-fuse.sh 
+ $ ../tests/test-rofiles-fuse.sh
  Copying gpghome to /tmp/autopkgtest.Eaudsf/build.b3k/src/tmp4
  checking for xattrs.../usr/bin/setfattr
  /tmp/autopkgtest.Eaudsf/build.b3k/src/tmp4 
/tmp/autopkgtest.Eaudsf/build.b3k/src/tmp4
  # testlabel.txt: security.selinux: No such attribute
  Unable to retrieve SELinux label, assuming disabled
  /tmp/autopkgtest.Eaudsf/build.b3k/src/tmp4
  done
  checking for overlayfs whiteouts...done
  /usr/bin/setfattr
  d9793c4639f817fb95e3f1ae7a3f0571826db12a28baffaa3b3510f2ef0434a4
  812152c68bb9c0b2a3bfcafeb5c4a4aa53827d8df5eeb755fe307f6a68f0febf
  fsck objects (20/20) [=] 100%
  object fsck of 2 commits completed successfully - no errors found.
  1..12
  a122802794e487785d14b58fe8969ab8716fd5c4c0ceed7de5c76061cd93f896
  ok mount
  ok failed inplace mutation (open O_TRUNCATE)
  ok failed mutation chmod + chown
  setfattr: mnt/firstfile-link: Read-only file system
  ok new content
  setfattr: mnt/anewfile-for-fuse: Numerical result out of range
  Unexpected nonzero exit status 1 while running: setfattr -n user.foo -v bar 
mnt/anewfile-for-fuse
  gpg-connect-agent: no running gpg-agent - starting '/usr/bin/gpg-agent'
  gpg-connect-agent: waiting for the agent to come up ... (5s)
  gpg-connect-agent: connection to agent established
  OK closing connection
  ```

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

Title:
  Fails autopkgtests when tested against fuse3 >= 3.13

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


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

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2022-04-20 Thread Lukas Märdian
Quoting upstream systemd developers 
(https://github.com/systemd/systemd/issues/22737#issuecomment-1077682307):
"We essentially traded one problem (lockup when starting services) for another 
(the failure described in this commit).
I actually think that the lockup is worse. Here there is a simple solution: 
switch from dbus-daemon to dbus-broker. [...]

A proper fix will most likely be to make all dbus calls asynchronous in
systemd, but that is a lot of work and it's unclear when/if it'll
happen. The regression is unfortunate, but I don't think we can fix it
in reasonable time."

So I wonder what's the best path forward in Ubuntu... if we revert,
we'll re-introduce the lockup/timeout problem with dbus-daemon. If we
keep the current version, fwupd-refresh.service is broken.


The comment at 
https://github.com/fwupd/fwupd/issues/3037#issuecomment-1100816992 suggests 
that disabling the DynamicUser= setting makes the service work again. Maybe 
that's worth a try, in order to get both problems solved? (i.e. shipping an 
override config for fwupd)


$cat /etc/systemd/system/fwupd-refresh.service.d/override.conf
[Service]
DynamicUser=no

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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


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

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2022-03-08 Thread Lukas Märdian
** Changed in: systemd (Ubuntu Jammy)
   Status: New => In Progress

** Changed in: systemd (Ubuntu Jammy)
 Assignee: (unassigned) => Lukas Märdian (slyon)

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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


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

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2022-02-25 Thread Lukas Märdian
** Description changed:

+ [Impact]
+ 
+  * There's currently a deadlock between PID 1 and dbus-daemon: in some
+ cases dbus-daemon will do NSS lookups (which are blocking) at the same
+ time PID 1 synchronously blocks on some call to dbus-daemon (e.g. 
`GetConnectionUnixUser` DBus call). Let's break
+ that by setting SYSTEMD_NSS_DYNAMIC_BYPASS=1 env var for dbus-daemon,
+ which will disable synchronously blocking varlink calls from nss-systemd
+ to PID 1.
+ 
+  * This can lead to delayed boot times
+ 
+  * It can also lead to dbus-daemon being killed/re-started, taking down
+ other services with it, like GDM, killing user sessions on the way (e.g.
+ on installing updates)
+ 
+ [Test Plan]
+ 
+  * This bug is really hard to reproduce, as can be seen from the multi-
+ year long discussion at https://github.com/systemd/systemd/issues/15316
+ 
+  * Canonical's CPC team has the ability to reproduce  this issue (with a
+ relatively high probability) in their Azure test environment, due to the
+ specific setup they are using
+ 
+  * So our test plan is to ask CPC (@gjolly) for confirmation if the
+ issue is fixed.
+ 
+ [Where problems could occur]
+ 
+  * This fix touches the communication between systemd and dbus daemon,
+ especially the NSS lookup, so if something is broken the (user-)name
+ resolution could be broken.
+ 
+  * As a workaround dbus-daemon could be replaced by dbus-broker, which
+ never showed this issue or the behaviour could be changed back by using
+ the `SYSTEMD_NSS_DYNAMIC_BYPASS` env variable, like this:
+ 
+ #/etc/systemd/system/dbus.service.d/override.conf
+ [Service]
+ Environment=SYSTEMD_NSS_DYNAMIC_BYPASS=0
+ 
+ [Other Info]
+  
+  * Fixed upstream (v251) in https://github.com/systemd/systemd/pull/22552
+ 
+ 
+ === Original Description ===
+ 
+ 
+ 
  This morning I found my computer on the login screen.
  But not the one of the screen log, no a new one - so something must have 
crashed.
  
  Logging in again confirmed that all apps were gone and the gnome shell
  was brought down what seems like triggered by a background update o
  accountsservice.
  
  As always things are not perfectly clear :-/
  The following goes *back* in time through my logs one by one.
  
  Multiple apps crashed at 06:09, but we will find later that this is a follow 
on issue of the underlying gnome/X/... recycling.
  -rw-r-  1 paelzer  whoopsie 52962868 Apr  8 06:09 
_usr_bin_konversation.1000.crash
  -rw-r-  1 paelzer  whoopsie   986433 Apr  8 06:09 
_usr_lib_x86_64-linux-gnu_libexec_drkonqi.1000.crash
- 
  
  rdkit was failing fast and giving up (that will be a different bug, it just 
seems broken on my system):
  Apr 08 06:10:13 Keschdeichel systemd[1]: Started RealtimeKit Scheduling 
Policy Service.
  Apr 08 06:10:13 Keschdeichel rtkit-daemon[1729333]: Successfully called 
chroot.
  Apr 08 06:10:13 Keschdeichel rtkit-daemon[1729333]: Successfully dropped 
privileges.
  Apr 08 06:10:13 Keschdeichel rtkit-daemon[1729333]: Successfully limited 
resources.
  Apr 08 06:10:13 Keschdeichel rtkit-daemon[1729333]: pthread_create failed: 
Resource temporarily unavailable
  Apr 08 06:10:13 Keschdeichel rtkit-daemon[1729333]: Canary thread running.
  Apr 08 06:10:13 Keschdeichel rtkit-daemon[1729333]: Exiting canary thread.
  Apr 08 06:10:13 Keschdeichel rtkit-daemon[1729333]: Demoting known real-time 
threads.
  Apr 08 06:10:13 Keschdeichel rtkit-daemon[1729333]: Demoted 0 threads.
  Apr 08 06:10:13 Keschdeichel systemd[1]: rtkit-daemon.service: Main process 
exited, code=exited, status=1/FAILURE
  Apr 08 06:10:13 Keschdeichel systemd[1]: rtkit-daemon.service: Failed with 
result 'exit-code'.
  Apr 08 06:10:13 Keschdeichel dbus-daemon[1208]: [system] Activating via 
systemd: service name='org.freedesktop.RealtimeKit1' 
unit='rtkit-daemon.service' requested by ':1.1176' (uid=121 pid=>
  Apr 08 06:10:13 Keschdeichel systemd[1]: rtkit-daemon.service: Start request 
repeated too quickly.
  Apr 08 06:10:13 Keschdeichel systemd[1]: rtkit-daemon.service: Failed with 
result 'exit-code'.
  Apr 08 06:10:13 Keschdeichel systemd[1]: Failed to start RealtimeKit 
Scheduling Policy Service.
  Apr 08 06:10:13 Keschdeichel bluetoothd[1729331]: Bluetooth daemon 5.53
  
- 
- But that already was only triggered by a gnome restart that kicked of earlier:
+ But that already was only triggered by a gnome restart that kicked of
+ earlier:
  
  Apr 08 06:09:27 Keschdeichel systemd[1726656]: Started GNOME Shell on Wayland.
  Apr 08 06:09:27 Keschdeichel systemd[1726656]: Reached target GNOME Shell on 
Wayland.
  Apr 08 06:09:27 Keschdeichel systemd[1726656]: Reached target GNOME Session 
is initialized.
  Apr 08 06:09:27 Keschdeichel systemd[1726656]: Reached target GNOME Wayland 
Session.
  Apr 08 06:09:27 Keschdeichel systemd[1726656]: Reached target GNOME Session 
(session: gnome-login).
  
- 
  X was recycleing before:
  Apr 08 06:09:19 Keschdeichel systemd[10683]: Stopping GNOME Shell on X11...
  ...
  Apr 08 06:09:22 

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2022-02-25 Thread Lukas Märdian
** Also affects: systemd (Ubuntu)
   Importance: Undecided
   Status: New

** No longer affects: systemd (Ubuntu Groovy)

** No longer affects: systemd (Ubuntu Hirsute)

** Also affects: dbus (Ubuntu Jammy)
   Importance: High
   Status: Incomplete

** Also affects: gnome-shell (Ubuntu Jammy)
   Importance: Undecided
   Status: Invalid

** Also affects: systemd (Ubuntu Jammy)
   Importance: Undecided
   Status: New

** Also affects: accountsservice (Ubuntu Jammy)
   Importance: Undecided
   Status: Invalid

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

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

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

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

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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


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

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2022-01-05 Thread Lukas Märdian
There is some news about this issue at systemd:
https://github.com/systemd/systemd/issues/15316#issuecomment-1000842001

Could people try to place this systemd override config for dbus and
observe if it avoids the issue?

```
$ cat /etc/systemd/system/dbus.service.d/override.conf
[Service]
Environment=SYSTEMD_NSS_DYNAMIC_BYPASS=1
```

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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


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

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2021-11-18 Thread Lukas Märdian
I'm still suspecting dbus to be at fault here. We might need to bisect
dbus in order to find out more about this, but that is hard without a
reliable reproducer.

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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


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

[Bug 1947467] [NEW] gome 40 wayland-session exiting fullscreen doesn't restore original size & position

2021-10-16 Thread Lukas Wiest
Public bug reported:

Switching applications between normal and fullscreen got slower and also it 
won't remember position and size of the window on exiting fullscreen compared 
to gnome 3.x.
I can also confirm this on a 20.04 installation with gnome 40 installed, that 
this is a degradation for gnome-shell 40 on wayland sessions. Xorg session is 
working fine.

I've tested this with
- firefox (F11 to enter/exit fullscreen)
- YouTube videos
- eog

On going to fullscreen it often looses focus, and on exit the window
just gets resized to the full monitor resolution.


Rolling back my 20.04 machine to gnome 3.36 will make this work again under 
wayland.
Considered that gnome 40 is the default for 21.10 and also wayland is the 
default, I hope this get's investigated and a fix is found before 20.04 is EOL.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: gnome-shell 40.5-1ubuntu2
ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
Uname: Linux 5.13.0-19-generic x86_64
ApportVersion: 2.20.11-0ubuntu70
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat Oct 16 21:23:23 2021
DisplayManager: gdm3
InstallationDate: Installed on 2021-10-16 (0 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
RelatedPackageVersions: mutter-common 40.5-1ubuntu2
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-shell (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug gnome-shell impish wayland-session

** Summary changed:

- gome 40 wayland-session exiting fullscrr
+ gome 40 wayland-session exiting fullscreen doesn't restore original size & 
position

** Description changed:

- switching applications between normal and fullscreen got slower and also
- it won't remember position and size of the window on exiting fullscreen
- compared to gnome 3.x. Can also confirm this on a 20.04 installation
- with gnome 40 installed and rolled back, that this is a degradation for
- gnome-shell 40 on wayland sessions. Xorg session is working fine.
+ Switching applications between normal and fullscreen got slower and also it 
won't remember position and size of the window on exiting fullscreen compared 
to gnome 3.x.
+ I can also confirm this on a 20.04 installation with gnome 40 installed, that 
this is a degradation for gnome-shell 40 on wayland sessions. Xorg session is 
working fine.
+ 
+ Rolling back my 20.04 machine to gnome 3.36 will make this work again under 
wayland.
+ Considered that gnome 40 is the default for 21.10 and also wayland is the 
default, I hope this get's investigated and a fix is found before 20.04 is EOL.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: gnome-shell 40.5-1ubuntu2
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct 16 21:23:23 2021
  DisplayManager: gdm3
  InstallationDate: Installed on 2021-10-16 (0 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
  ProcEnviron:
-  TERM=xterm-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=de_DE.UTF-8
-  SHELL=/bin/bash
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=de_DE.UTF-8
+  SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 40.5-1ubuntu2
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

** Description changed:

  Switching applications between normal and fullscreen got slower and also it 
won't remember position and size of the window on exiting fullscreen compared 
to gnome 3.x.
  I can also confirm this on a 20.04 installation with gnome 40 installed, that 
this is a degradation for gnome-shell 40 on wayland sessions. Xorg session is 
working fine.
+ 
+ I've tested this with
+ - firefox (F11 to enter/exit fullscreen)
+ - YouTube videos
+ - eog
+ 
+ On going to fullscreen it often looses focus, and on exit the window
+ just gets resized to the full monitor resolution.
+ 
  
  Rolling back my 20.04 machine to gnome 3.36 will make this work again under 
wayland.
  Considered that gnome 40 is the default for 21.10 and also wayland is the 
default, I hope this get's investigated and a fix is found before 20.04 is EOL.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: gnome-shell 40.5-1ubuntu2
  ProcVersionSignature: Ubuntu 5.13.0-19.19-generic 5.13.14
  Uname: Linux 5.13.0-19-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct 16 21:23:23 2021
  DisplayManager: gdm3
  InstallationDate: Installed on 2021-10-16 (0 days ago)
  InstallationMedia: Ubuntu 21.10 "Impish 

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2021-09-16 Thread Lukas Märdian
Addressed in FR-1460

** Tags removed: rls-ii-incoming

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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


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

[Bug 1931088] Re: boot-and-services tests fails in impish on armhf (248.3)

2021-07-01 Thread Lukas Märdian
** Changed in: lxd (Ubuntu Impish)
   Status: Fix Committed => Fix Released

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

Title:
  boot-and-services tests fails in impish on armhf (248.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1931088/+subscriptions

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

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2021-07-01 Thread Lukas Märdian
An interesting observation I made is that all journal logs (in this LP
bug and the upstream systemd bug) show the "polkit.service: Unexpected
error response from GetNameOwner(): Connection terminated" message, in
addition to a bunch of other "Connection terminated" errors from
changing services across the different installations
(NetworkManager.service, accounts-daemon.service, systemd-
logind.service, ...). I've also seen logs (from Gauthier) where only
polkit.service is failing.

The polkit.service "Unexpected error response from GetNameOwner()"
message is a log from systemd effectively telling us that systemd cannot
reach org.freedesktop.PolicyKit1 on DBus. But the root cause for that
must be that polkitd is not running (or dbus is somehow stuck in a
deadlock, not responding anymore). This gives a new twist to this issue,
as we might be searching for a phantom in (lib-)systemd... PolicyKit is
using glib's gdbus implementation.

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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

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

[Bug 1931088] Re: boot-and-services tests fails in impish on armhf (248.3)

2021-06-25 Thread Lukas Märdian
** Changed in: systemd (Ubuntu Impish)
   Status: Confirmed => Invalid

** Changed in: lxd (Ubuntu Impish)
   Status: New => Fix Committed

** Changed in: lxd (Ubuntu Impish)
 Assignee: (unassigned) => Lukas Märdian (slyon)

** Changed in: auto-package-testing
   Status: Incomplete => Invalid

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

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

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

** Changed in: isc-dhcp (Ubuntu Impish)
   Status: Incomplete => Invalid

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

Title:
  boot-and-services tests fails in impish on armhf (248.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1931088/+subscriptions

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

[Bug 1931088] Re: boot-and-services tests fails in impish on armhf (248.3)

2021-06-25 Thread Lukas Märdian
This should fix the problem:
https://github.com/lxc/distrobuilder/pull/476

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

Title:
  boot-and-services tests fails in impish on armhf (248.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1931088/+subscriptions

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

[Bug 1931088] Re: boot-and-services tests fails in impish on armhf (248.3)

2021-06-25 Thread Lukas Märdian
** Also affects: lxd (Ubuntu)
   Importance: Undecided
   Status: New

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

Title:
  boot-and-services tests fails in impish on armhf (248.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1931088/+subscriptions

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

[Bug 1931088] Re: boot-and-services tests fails in impish on armhf (248.3)

2021-06-25 Thread Lukas Märdian
So I can reproduce the problem even locally, using a simple:
`autopkgtest systemd --test-name=boot-and-services -- lxd 
autopkgtest/ubuntu/impish/amd64`

When logging into the (stalled) system, while it is waiting for its
timeout I can see that eth0 gets configured, but then put in DOWN state.
Therefore, systemd-networkd-wait-online.service (and thus network-wait-
online.target) never get ready and the test times out waiting on
"network-wait-online.target".

A simple "networkctl up eth0" (inside the LXD container) during that 60s
"timeout-wait" makes the test runner connect an finish the test
successfully.

The culprit for bringing down the interface seems to be
"/run/systemd/system/network-device-down.service", but I have no idea
where this files comes from or what it is used for. It's not part of any
package.

That service has a "Before=NetworkManager.service" dependency, that's
why it only breaks tests making use of network-manager (boot-and-
services & boot-smoke).


The LXD/LXC stack seems to be somehow involved in creating that file: 
https://github.com/lxc/lxc-ci/pull/266

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

Title:
  boot-and-services tests fails in impish on armhf (248.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1931088/+subscriptions

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

[Bug 1931088] Re: boot-and-services tests fails in impish on armhf (248.3)

2021-06-23 Thread Lukas Märdian
Looks like I can at least reproduce the issue on an arm64 Canonistack
machine, utilizing an armhf container:

ubuntu@focal-arm64:~$ time autopkgtest systemd --test-name=boot-and-services -U 
-- lxd autopkgtest/ubuntu/impish/armhf
[...]
autopkgtest [15:59:21]: test boot-and-services: [---
lxc
Created symlink /etc/systemd/system/default.target → 
/lib/systemd/system/graphical.target.
bash: line 1:  3532 Killed  
/tmp/autopkgtest.OAYOpR/build.yrL/src/debian/tests/boot-and-services 2> >(tee 
-a /tmp/autopkgtest.OAYOpR/boot-and-services-stderr >&2) > >(tee -a 
/tmp/autopkgtest.OAYOpR/boot-and-services-stdout)
autopkgtest [15:59:24]: test process requested reboot with marker boot1
Unexpected error:
Traceback (most recent call last):
  File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 738, in mainloop
command()
  File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 667, in command
r = f(c, ce)
  File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 363, in cmd_reboot
caller.hook_wait_reboot()
  File "/usr/bin/autopkgtest-virt-lxd", line 231, in hook_wait_reboot
wait_booted()
  File "/usr/bin/autopkgtest-virt-lxd", line 104, in wait_booted
VirtSubproc.check_exec(['lxc', 'exec', container_name, '--', 'sh', '-ec', 
'[ ! -d /run/systemd/system ] || systemctl start network-online.target'], 
timeout=60)
  File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 182, in check_exec
(status, out, err) = execute_timeout(None, timeout, real_argv,
  File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 144, in execute_timeout
(out, err) = sp.communicate(instr)
  File "/usr/lib/python3.8/subprocess.py", line 1014, in communicate
stderr = self.stderr.read()
  File "/usr/share/autopkgtest/lib/VirtSubproc.py", line 64, in alarm_handler
raise Timeout()
VirtSubproc.Timeout
autopkgtest [16:01:18]: ERROR: testbed failure: unexpected eof from the testbed

real8m29.354s
user0m8.866s
sys 0m8.141s


Let's see what we can do about it. It looks like a dnsmasq (security-)update 
was pushed to Bionic++ on 2021-06-02 – about the same time that this test 
started failing on Bionic++ ... I wonder if this might somehow be related? ... 
need to further investigate.

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

Title:
  boot-and-services tests fails in impish on armhf (248.3)

To manage notifications about this bug go to:
https://bugs.launchpad.net/auto-package-testing/+bug/1931088/+subscriptions

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

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2021-06-16 Thread Lukas Märdian
** Also affects: dbus (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: gnome-shell (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Also affects: accountsservice (Ubuntu Hirsute)
   Importance: Undecided
   Status: New

** Tags added: rls-ff-incoming rls-hh-incoming

** Also affects: dbus (Ubuntu Impish)
   Importance: High
   Status: Incomplete

** Also affects: gnome-shell (Ubuntu Impish)
   Importance: Undecided
   Status: Invalid

** Also affects: accountsservice (Ubuntu Impish)
   Importance: Undecided
   Status: Invalid

** Also affects: dbus (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: gnome-shell (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Also affects: accountsservice (Ubuntu Groovy)
   Importance: Undecided
   Status: New

** Tags added: rls-ii-incoming

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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

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

[Bug 1925518] [NEW] Evince is using 100% cpu

2021-04-22 Thread Lukas
Public bug reported:

Evince is using 100% cpu
most likely related to 
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/384062

removing pdf files from currently active "Files" window resolves issue


ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: evince 3.28.4-0ubuntu1.2
ProcVersionSignature: Ubuntu 5.4.0-70.78~18.04.1-generic 5.4.94
Uname: Linux 5.4.0-70-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.23
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Thu Apr 22 16:31:25 2021
InstallationDate: Installed on 2021-03-16 (36 days ago)
InstallationMedia: Ubuntu 18.04.5 2020.11.30 LTS am "Custom Bionic Beaver" 
(20201130)
KernLog: [685319.390960] SGI XFS with ACLs, security attributes, realtime, no 
debug enabled
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

** Description changed:

  Evince is using 100% cpu
  most likely related to 
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/384062
+ 
+ removing pdf files from currently active "Files" window resolves issue
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: evince 3.28.4-0ubuntu1.2
  ProcVersionSignature: Ubuntu 5.4.0-70.78~18.04.1-generic 5.4.94
  Uname: Linux 5.4.0-70-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.23
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Thu Apr 22 16:31:25 2021
  InstallationDate: Installed on 2021-03-16 (36 days ago)
  InstallationMedia: Ubuntu 18.04.5 2020.11.30 LTS am "Custom Bionic Beaver" 
(20201130)
  KernLog: [685319.390960] SGI XFS with ACLs, security attributes, realtime, no 
debug enabled
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Evince is using 100% cpu

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

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

[Bug 1905370] Re: The tray icon cannot be displayed when the Ubuntu 20.10 is turned on

2020-12-16 Thread Lukas Svoboda
Workaround for Ubuntu 20.04(.1): downgrade package from

gnome-shell-extension-appindicator/focal-updates,focal-updates
33.1-0ubuntu0.20.04.1 all [upgradable from: 33-1]

to

gnome-shell-extension-appindicator/focal,focal,now 33-1 all
[installed,upgradable to: 33.1-0ubuntu0.20.04.1]

using command

sudo apt install gnome-shell-extension-appindicator=33-1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-appindicator
in Ubuntu.
https://bugs.launchpad.net/bugs/1905370

Title:
  The tray icon cannot be displayed when the Ubuntu 20.10 is turned on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/1905370/+subscriptions

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

[Bug 1844815] Re: appindicators for startup applications missing from top bar upon login

2020-12-16 Thread Lukas Svoboda
Also affects 20.04 since some update in last few days.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-appindicator
in Ubuntu.
https://bugs.launchpad.net/bugs/1844815

Title:
  appindicators for startup applications missing from top bar upon login

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/1844815/+subscriptions

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

[Bug 1905370] Re: The tray icon cannot be displayed when the Ubuntu 20.10 is turned on

2020-12-16 Thread Lukas Svoboda
Since certain update this same behavior occurs on Ubuntu 20.04. Gnome
shell appindicator icons are not shown for applications set to start
automatically with user log in. Tested with copyq and owncloud-client.
Tray icons appear when the the respective app is started manually after
user logs in.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell-extension-appindicator
in Ubuntu.
https://bugs.launchpad.net/bugs/1905370

Title:
  The tray icon cannot be displayed when the Ubuntu 20.10 is turned on

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-appindicator/+bug/1905370/+subscriptions

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

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2020-09-28 Thread Lukas Märdian
Oh.. I wasn't really aware of that (-1 = all) and it looked so similar.

Right, so we still somehow need to find a proper reproducer...

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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

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

[Bug 1871538] Re: dbus timeout-ed during an upgrade, taking services down including gdm

2020-09-25 Thread Lukas Märdian
By chance (while developing some netplan code), I seem to have found a
reproducer for this bug... I don't know what is going on, but calling
the 'Trigger' method from the attached 'dbus.c' file will kill the GDM
session in a reproducible way.

The invalid `kill(-1, SIGINT);` of line 21, seems to somehow crash the
whole DBus/GDM and other services. So there must be some problem inside
DBus's error handling, which is somehow triggered during the updates.

 * WARNING: calling the Trigger method via busctl will kill your GDM session
 *
 * compile: gcc -o out dbus.c `pkg-config --cflags --libs libsystemd glib-2.0`
 * execute: sudo ./out
 * trigger: sudo busctl call io.netplan.Netplan /io/netplan/Netplan 
io.netplan.Netplan Trigger

** Attachment added: "dbus.c"
   
https://bugs.launchpad.net/ubuntu/+source/accountsservice/+bug/1871538/+attachment/5414222/+files/dbus.c

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

Title:
  dbus timeout-ed during an upgrade, taking services down including gdm

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

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

[Bug 1882532] [NEW] [Invalid] Testing apport snap handling...

2020-06-08 Thread Lukas Märdian
Public bug reported:

This can be ignored... just for testing as staging.launchpad.net is
broken.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: i3
Date: Mon Jun  8 14:42:41 2020
InstallationDate: Installed on 2018-04-28 (772 days ago)
InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
Snap: gnome-calculator 3.36.0+git9.96b95fd2 (stable)
SnapSource: ubuntu/+source/gnome-calculator
UpgradeStatus: Upgraded to focal on 2020-05-12 (26 days ago)

** Affects: gnome-calculator (Ubuntu)
 Importance: Undecided
 Assignee: Lukas Märdian (slyon)
 Status: Invalid


** Tags: amd64 apport-bug focal snap

** Changed in: gnome-calculator (Ubuntu)
   Status: New => Incomplete

** Changed in: gnome-calculator (Ubuntu)
   Status: Incomplete => Invalid

** Changed in: gnome-calculator (Ubuntu)
 Assignee: (unassigned) => Lukas Märdian (slyon)

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

Title:
  [Invalid] Testing apport snap handling...

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

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

[Bug 1874409] Re: Keyboard layout/language changing not working on login screen

2020-04-23 Thread Lukas
Reproducibility note:
The bug seems to be only reproducible if I set the US QWERTY layout as the 
default (i.e. not the actual layout of the laptop keyboard). If I set the the 
BE AZERTY layout as default, the switching works as it should.

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

Title:
  Keyboard layout/language changing not working on login screen

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

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

[Bug 1874409] [NEW] Keyboard layout/language changing not working on login screen

2020-04-23 Thread Lukas
Public bug reported:

In Ubuntu 18.04 I have two keyboard layouts set, US QWERTY and BE AZERTY
(the latter one being the original layout of the laptop keyboard). On
the login screen I have the option of switching between language from
the selection menu in the top right corner and I can also change it by
using super+space. However, when changing the layout, it shows it is
changed, but it does not actually change. The layout remains the first
one, despite the drop-down menu showing otherwise.

This can be very problematic when one has to type the password to login,
as it was for me, since my password contains a special symbol which is
not present on the QWERTY layout. I managed to still log in using
unicode input, but this may be a severe problem to users with less
experience.

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


** Tags: keyboard language layout login

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

Title:
  Keyboard layout/language changing not working on login screen

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

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

[Bug 1043336] Re: Swiss keyboard layout with Apple keyboard (period instead of comma)

2019-10-22 Thread Lukas von Blarer
For me executing

echo 0 | sudo tee /sys/module/hid_apple/parameters/iso_layout

Fixes the issue temporarily.

Inserting this into /etc/modprobe.d/hid_apple.conf:

options hid_apple iso_layout=0

Doesn't fix the issue after reboot:

cat /sys/module/hid_apple/parameters/iso_layout
1

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1043336

Title:
  Swiss keyboard layout with Apple keyboard (period instead of comma)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1043336/+subscriptions

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

[Bug 1774957] Re: Network icons in status menu disappearing

2018-08-22 Thread Lukas Haubaum
I could hot-fix this problem by changing network configuration via nm-
connection-editor. In my case the "Connection priority for auto-
activation" was set to -999 for one Ethernet configuration. After
changing it to 0 and reconnect, the icons re-appeared. So it is maybe an
issue of malformed/weird configuration.

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

Title:
  Network icons in status menu disappearing

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

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

[Bug 1525170] Re: caja crashed with signal 7

2018-07-24 Thread Lukas
I'm sorry I forgot about this bug. I think it can be closed I switched
to cinnamon since but my college is using Mate now and doesn't seem to
occur anymore.

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

Title:
  caja crashed with signal 7

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

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

[Bug 1763691] Re: Copy/paste to message body does not work on Bionic

2018-06-25 Thread Lukas
** Changed in: evolution (Ubuntu)
   Status: Incomplete => Fix Released

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

Title:
  Copy/paste to message body does not work on Bionic

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

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

Re: [Bug 1763691] Re: Copy/paste to message body does not work on Bionic

2018-06-05 Thread Lukas
Yes, it works now, I copy/pasted this mail.

Am Montag, den 04.06.2018, 19:16 + schrieb Andre Klapper:
> https://mail.gnome.org/archives/evolution-list/2018-April/msg00086.ht
> ml
> implies that this problem has been fixed in a newer Evolution package
> on
> Ubuntu.
> 
> Lukas: Can you confirm?
>

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

Title:
  Copy/paste to message body does not work on Bionic

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

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

[Bug 1755536] Re: gnome-control-center is not open ubuntu 18.04

2018-04-30 Thread Lukas
Same for me. I can open gnome-control-center from terminal, but if I
click on the gnome-control-center icon from the menu/launchpad nothing
is going to happen. Is there a log to check what is going on?

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1755536

Title:
   gnome-control-center is not open ubuntu 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1755536/+subscriptions

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

[Bug 1763691] [NEW] Copy/paste to message body does not work on Bionic

2018-04-13 Thread Lukas
Public bug reported:

Wether using ctrl-v nor context menu or middle mouse button works to
paste text (plain text) into message body on Ubuntu Bionic.

(On Debian Stretch it is working fine)

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


** Tags: bionic

** Tags added: bionic

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

Title:
  Copy/paste to message body does not work on Bionic

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

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

[Bug 820709] Re: "Burn Several Disks' button doesn't work.

2017-03-14 Thread Lukas Severinghaus
This same problem is occurring on Ubuntu 16.04 with Brasero 3.12.1.

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

Title:
  "Burn Several Disks' button doesn't work.

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

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


[Bug 1301784] Re: cannot search text beginning with Alt(-gr) special character

2016-07-04 Thread Lukas Pietsch
Update: It seems this has something to do with the hotkeys used by
Ubuntu/fcitx for switching between keyboard layouts. I had a keyboard-
switching hotkey involving a Shift combination, and as long as that was
active, the error occurred. Now I've changed the hotkey to something
else and the error seems to be gone.

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

Title:
  cannot search text beginning with Alt(-gr) special character

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

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


[Bug 1301784] Re: cannot search text beginning with Alt(-gr) special character

2016-07-03 Thread Lukas Pietsch
I have this problem in the Gedit searchbox too, in Ubuntu 16.04 / Gedit
3.18.3, and not merely with AltGr-combinations but even with Shift
(uppercase) keys. I can also confirm that the same is happening in input
fields in certain websites on Firefox.

Gedit gives an error message on stderr every time this happens: 
** (gedit:29772): WARNING **: 
(gedit/gedit-view-frame.c:121):get_iter_at_start_mark: code should not be 
reached

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

Title:
  cannot search text beginning with Alt(-gr) special character

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

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


[Bug 505085] Re: gnome-settings-daemon extensive disk usage

2016-03-11 Thread Lukas Winter
This is not really fixed, just can be worked around by some obscure
setting now. Voting to re-open.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/505085

Title:
  gnome-settings-daemon extensive disk usage

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/505085/+subscriptions

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


[Bug 1524625] Re: gvfsd-metadata crashed, signal 7, NFS-Home

2016-01-14 Thread Lukas
it was marked as private by apport, i thought "public security" only
meant sth like restricted view for public. I'm new to this.

Sorry for my english

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

Title:
  gvfsd-metadata crashed, signal 7, NFS-Home

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

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


[Bug 1524625] [NEW] gvfsd-metadata crashed, signal 7, NFS-Home

2015-12-09 Thread Lukas
*** This bug is a security vulnerability ***

Public security bug reported:

Hi there,

This application crashes frequently on many of our linux clients which
are using a graphical Filemanager like Nemo, Nautilus, Thunar ...

We are using an NFS-mount as homepath.

This bug occurs on various Ubuntu versions,  with different desktop
environments like Unity, Cinnamon, Mate, LXDE, XFCE

I already straced it but it didn't crash while doing so.

ProblemType: Crash
DistroRelease: Ubuntu 15.10
Package: gvfs-daemons 1.24.2-0ubuntu4
ProcVersionSignature: Ubuntu 4.2.0-19.23-generic 4.2.6
Uname: Linux 4.2.0-19-generic x86_64
ApportVersion: 2.19.1-0ubuntu5
Architecture: amd64
CrashCounter: 1
CurrentDesktop: MATE
Date: Wed Dec  9 08:37:41 2015
ExecutablePath: /usr/lib/gvfs/gvfsd-metadata
ExecutableTimestamp: 1444989433
JournalErrors:
 No journal files were found.
 -- No entries --
ProcCmdline: /usr/lib/gvfs/gvfsd-metadata
ProcCwd: /
ProcEnviron:
 SHELL=/bin/bash
 XDG_RUNTIME_DIR=
 PATH=(custom, no user)
 LANGUAGE=de_DE
 LANG=de_DE.UTF-8
Signal: 7
SourcePackage: gvfs
StacktraceTop:
 ?? ()
 ?? ()
 ?? ()
 ?? ()
 ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
Title: gvfsd-metadata crashed with signal 7
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: employee rzcip-m sudo

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


** Tags: amd64 apport-crash need-amd64-retrace trusty utopic vivid wily

** Tags added: trusty utopic vivid

** Information type changed from Private to Public Security

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

Title:
  gvfsd-metadata crashed, signal 7, NFS-Home

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

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


[Bug 1524625] Re: gvfsd-metadata crashed, signal 7, NFS-Home

2015-12-09 Thread Lukas
** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/ubuntu/+source/gvfs/+bug/1524625/+attachment/4532292/+files/CoreDump.gz

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

Title:
  gvfsd-metadata crashed, signal 7, NFS-Home

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

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


[Bug 1448563] Re: terminal won't launch with a customized locale

2015-11-29 Thread lukas
dont know why or how, and i dont wanna know  xD cause it took me way to
long to fix it but this did the trick

eval $(dbus-launch --sh-syntax)

export DBUS_SESSION_BUS_ADDRESS
export DBUS_SESSION_BUS_PID

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

Title:
  terminal won't launch with a customized locale

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

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


[Bug 1317599] Re: Evince doesn't show fi-ligatures in a pdf file

2014-05-18 Thread Lukas
Uninstalling fonts-texgyre seems to fix it, but I don't know what
other problems that might cause.

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

Title:
  Evince doesn't show fi-ligatures in a pdf file

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

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


[Bug 1313317] [NEW] Evolution crashes when editing account preferences

2014-04-27 Thread Lukas Metzger
Public bug reported:

I added a new imap account to evolution. I then tried to edit the
account and change default imap folders, but when I choose Ok evolution
crashes. This is reproducable on different systems running Ubuntu 14.04
and evolution in Version 3.10.4-0ubuntu1.

I opened evolution from a terminal and reproduced the steps above, this
was the result.

(evolution:4202): GLib-CRITICAL **: Source ID 277 was not found when
attempting to remove it

(evolution:4202): GLib-CRITICAL **: Source ID 302 was not found when
attempting to remove it

(evolution:4202): GLib-CRITICAL **: Source ID 307 was not found when
attempting to remove it

(evolution:4202): GLib-CRITICAL **: Source ID 321 was not found when attempting 
to remove it
*** Error in `evolution': double free or corruption (fasttop): 
0x7fb5dcc9cfa0 ***
Abgebrochen (Speicherabzug geschrieben)

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

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

Title:
  Evolution crashes when editing account preferences

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

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


[Bug 1065176] Re: first message not showing in gnome message bar

2014-02-11 Thread Lukas Nemec
I'm also affected by this bug, also when I open the message window,
there is last message from previous session, but not the new message
that should be there. I can see this message in chat log, but not in the
window.

This issue is not only sometimes, it is always when using XMPP (jabber),
and since I'm using jabber for everything, it is really anoying.

Empathy 3.8.4
linux 3.11.0-15-generic x86_64
Ubuntu 13.10 with latest updates installed

I don't have this problem with pidgin, only empathy, please let me know
what information would help you with solving this, any logs?

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

Title:
   first message not showing in gnome message bar

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

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


[Bug 1153934] Re: Some radio streams which used to play OK don't play after updating to rhythmbox 2.98

2013-04-26 Thread Lukas
Good to hear that it is being fixed.

One more thing, maybe it'll help:
When starting one of the broken streams in Rhythmbox, a workaround is to 
immediately kill the new gvfsd-http process. As soon as that is gone, the 
stream starts to play without any issues and can be stopped from Rhythmbox.

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

Title:
  Some radio streams which used to play OK don't play after updating to
  rhythmbox  2.98

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

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


[Bug 1153934] Re: Some radio streams which used to play OK don't play after updating to rhythmbox 2.98

2013-04-25 Thread Lukas
Worse yet: The streams that do not play seem to continue being
downloaded in the background!

lsof -i showed a large number of gvfsd-http processes, each receiving
one HTTP icecast radio stream, many of them duplicated (since I tried
opening the streams multiple times).

I had to kill all of them manually; closing rhythmbox alone was not
enough.

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

Title:
  Some radio streams which used to play OK don't play after updating to
  rhythmbox  2.98

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

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


[Bug 707346] Re: Window/toolbar overlap in vertically stacked monitor configuration

2013-02-03 Thread Lukas Lupa
I had the same problem and I was really annoyed by it. After reading
this fix I have found even better and simpler solution:

Open up the Compiz settings manager and enable Place Windows plugin
(part of the compiz-plugins-default package), click on it to go to its
preferences and then in Placement Mode select menu chose Centered.

Since now every new window will be centered, and the problem of default
(0,0) coordinated will be no more

I hope it will be helpful to everybody who has this annoying problem

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

Title:
  Window/toolbar overlap in vertically stacked monitor configuration

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

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


[Bug 495880] Re: Extracting a file with german Umlaut in the filename doesn't work

2013-01-28 Thread Lukas Aichhorn
This bug also affects me, running ubuntu 12.10, file roller version
3.6.1, in german language. Right clicking in Nautilus actually works,
although filenames change to Filename (invalid encoding/ungültiger
code).

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

Title:
  Extracting a file with german Umlaut in the filename doesn't work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/file-roller/+bug/495880/+subscriptions

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

[Bug 1022100] [NEW] evince does not store settings

2012-07-07 Thread Lukas Hejtmanek
Public bug reported:

Hi,

I use XFCE environment and evince. On evince start, I get message:

** (evince:14863): WARNING **: Error retrieving accessibility bus
address: org.freedesktop.DBus.Error.ServiceUnknown: The name
org.a11y.Bus was not provided by any .service files

Maybe it is related to the main problem, evince does not preserve any
setting I made (e.g., non continuous viewing). At each new start, I have
to again turn off continuous viewing. Also zoom level nor window size is
not preserved. Either for old pdf files or new ones.

I use ubuntu quantal (but this bug is present also in 12.04). I use
evince-gtk package, version  3.5.3-0ubuntu5 amd64.

-- 
Lukas Hejtmanek

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

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

Title:
  evince does not store settings

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

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


[Bug 950012] Re: package gconf2 3.2.3-3ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 127

2012-03-08 Thread Lukas Isphording
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/950012

Title:
  package gconf2 3.2.3-3ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 127

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

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


[Bug 950012] [NEW] package gconf2 3.2.3-3ubuntu1 failed to install/upgrade: ErrorMessage: subprocess installed post-installation script returned error exit status 127

2012-03-08 Thread Lukas Isphording
Public bug reported:

While upgrading from 11.10 to 12.04 the installer said, that it failed
to install the package gconf2

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: gconf2 3.2.3-3ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-18.28-generic 3.2.9
Uname: Linux 3.2.0-18-generic i686
ApportVersion: 1.94.1-0ubuntu1
Architecture: i386
Date: Thu Mar  8 15:29:46 2012
ErrorMessage: ErrorMessage: subprocess installed post-installation script 
returned error exit status 127
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: gconf
Title: package gconf2 3.2.3-3ubuntu1 failed to install/upgrade: ErrorMessage: 
subprocess installed post-installation script returned error exit status 127
UpgradeStatus: Upgraded to precise on 2012-03-08 (0 days ago)

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


** Tags: apport-package i386 precise

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

Title:
  package gconf2 3.2.3-3ubuntu1 failed to install/upgrade: ErrorMessage:
  subprocess installed post-installation script returned error exit
  status 127

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

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


[Bug 879616] Re: horizontal scrolling behaviour of Unicode blocks list is wrong

2011-10-21 Thread Lukas Pietsch
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gucharmap in Ubuntu.
https://bugs.launchpad.net/bugs/879616

Title:
  horizontal scrolling behaviour of Unicode blocks list is wrong

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

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


[Bug 879616] [NEW] horizontal scrolling behaviour of Unicode blocks list is wrong

2011-10-21 Thread Lukas Pietsch
Public bug reported:

In version 3.2.0 (on Xubuntu), the horizontal alignment/scrolling
behaviour of the listbox of Unicode block names is such that whenever
the box is resized to a width smaller than the longest string in the
box, all strings are pushed out of the box towards the left, rather than
being truncated on the right.

This did not happen in 2.x on Ubuntu/Gnome.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: gucharmap 1:3.2.0-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic-pae 3.0.4
Uname: Linux 3.0.0-12-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: i386
Date: Fri Oct 21 20:48:03 2011
ExecutablePath: /usr/bin/gucharmap
InstallationMedia: Xubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
SourcePackage: gucharmap
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug apport-lpi i386 oneiric

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

Title:
  horizontal scrolling behaviour of Unicode blocks list is wrong

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

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


[Bug 854016] Re: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0ubu

2011-09-19 Thread Dale Lukas Peterson
-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gucharmap in Ubuntu.
https://bugs.launchpad.net/bugs/854016

Title:
  package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is
  also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1

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

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


[Bug 854016] [NEW] package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package libgucharmap-2-90-7 1:3.1.92-0u

2011-09-19 Thread Dale Lukas Peterson
Public bug reported:

Running Xubuntu 11.10 alpha 2.  Error window popped up after login from
complete system restart.

ProblemType: Package
DistroRelease: Ubuntu 11.10
Package: libgucharmap7 1:3.0.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
Uname: Linux 3.0.0-11-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu1
Architecture: amd64
Date: Mon Sep 19 09:03:04 2011
DuplicateSignature:
 Unpacking replacement libgucharmap7 ...
 dpkg: error processing 
/var/cache/apt/archives/libgucharmap7_1%3a3.1.92-0ubuntu1_amd64.deb (--unpack):
  trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in 
package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
ErrorMessage: trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which 
is also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1
InstallationMedia: Kubuntu 11.04 Natty Narwhal - Release amd64 (20110427)
SourcePackage: gucharmap
Title: package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade: trying 
to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is also in package 
libgucharmap-2-90-7 1:3.1.92-0ubuntu1
UpgradeStatus: Upgraded to oneiric on 2011-09-14 (5 days ago)

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


** Tags: amd64 apport-package need-duplicate-check oneiric package-conflict

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

Title:
  package libgucharmap7 1:3.0.1-0ubuntu1 failed to install/upgrade:
  trying to overwrite '/usr/lib/libgucharmap_2_90.so.7.0.0', which is
  also in package libgucharmap-2-90-7 1:3.1.92-0ubuntu1

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

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


[Bug 821518] Re: evolution crashed with SIGSEGV in g_markup_escape_text()

2011-08-05 Thread Lukas M
** Visibility changed to: Public

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

Title:
  evolution crashed with SIGSEGV in g_markup_escape_text()

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

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


[Bug 253167] Re: Rhythmbox sort by Album Artist for guest/compilations

2011-04-17 Thread Lukas W.
** Description changed:

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

Title:
  Rhythmbox sort by Album Artist for guest/compilations

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


[Bug 697862] Re: Document Viewer 2.32.0 doesn't print pdf correctly

2011-02-22 Thread lukas has
the attached PDF is shown correctly in the Viewer but when I print it then only 
the row in grey with text Popis / Ks / ... is printed out.
HTH

** Attachment added: faktura_11000689.pdf
   
https://bugs.launchpad.net/ubuntu/+source/evince/+bug/697862/+attachment/1866768/+files/faktura_11000689.pdf

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

Title:
  Document Viewer 2.32.0 doesn't print pdf correctly

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


[Bug 649809] Re: Meerkat (10.10) does not apply theme properly

2011-02-06 Thread Lukas Z.
I suspect this problem to be connected with the overall performance of
the computer. There is most probably a race condition between gnome
settings and gnome, because as far as all posts go it can be easily
fixed by waiting for two seconds before trying to load gnome settings. I
have many computers with 10.10 running and only the best one (i7 820,
SSD) is having this problem, but not always, it is about 50/50.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.
https://bugs.launchpad.net/bugs/649809

Title:
  Meerkat (10.10) does not apply theme properly

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


[Bug 697862] [NEW] Document Viewer 2.32.0 doesn't print pdf correctly

2011-01-05 Thread lukas has
Public bug reported:

Binary package hint: evince

the overview of the printed page shows no text and the same happens when
I print it to my Canon MP210 from the Document Viewer 2.32.0. I'm using
the default driver for printer provided by ubuntu 10.10

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: evince 2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-23.41-generic 2.6.35.7
Uname: Linux 2.6.35-23-generic i686
Architecture: i386
Date: Wed Jan  5 21:48:35 2011
ExecutablePath: /usr/bin/evince
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
ProcEnviron:
 LANG=cs_CZ.utf8
 SHELL=/bin/bash
SourcePackage: evince

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


** Tags: apport-bug i386 maverick

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

Title:
  Document Viewer 2.32.0 doesn't print pdf correctly

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


[Bug 697862] Re: Document Viewer 2.32.0 doesn't print pdf correctly

2011-01-05 Thread lukas has


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

Title:
  Document Viewer 2.32.0 doesn't print pdf correctly

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


[Bug 687444] [NEW] empathy contact list disappeared and seemed to be overlayed with 100% transparency

2010-12-08 Thread Lukas Jahns
Public bug reported:

Binary package hint: empathy

i just started empathy and hacked in my icq and irc accounts, joined 2 
irc-channels and wrote some lines, clicked links in one channel. in that time i 
closed my contact list.
furthermore i switched all empathy windows to workspace 2 via hotkey.
when i wanted my contact list to show up again, it won't.
it just seems to be open, overlayed with 100% transparency, because when i 
bring my cursor that way i can see user information pop up.
furthermore there are graphical artefacts in the upper right, over power and 
sound incdicator, because i use to have my contact list on the right.
wow, i hope you guys understand this bug.

p.s.: links in the headline of irc-channels won't work either.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: empathy 2.32.2-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.37-7.19-generic 2.6.37-rc3
Uname: Linux 2.6.37-7-generic i686
Architecture: i386
Date: Wed Dec  8 17:31:54 2010
ExecutablePath: /usr/bin/empathy
LiveMediaBuild: Ubuntu 11.04 Natty Narwhal - Alpha i386 (20101206)
ProcEnviron:
 SHELL=/bin/bash
 LANG=en_US.UTF-8
SourcePackage: empathy

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


** Tags: apport-bug empathy i386 natty

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

Title:
  empathy contact list disappeared and seemed to be overlayed with 100% 
transparency

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


[Bug 687444] Re: empathy contact list disappeared and seemed to be overlayed with 100% transparency

2010-12-08 Thread Lukas Jahns


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

Title:
  empathy contact list disappeared and seemed to be overlayed with 100% 
transparency

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


[Bug 687444] Re: empathy contact list disappeared and seemed to be overlayed with 100% transparency

2010-12-08 Thread Lukas Jahns
you can see i am running unity testing ubuntu 11.04 atm.
i can double klick on contacts and the message window pops up etc.

how to disable compiz the easiest way?
i'm quite new to linux, but i tested ubuntu lots of times cause i really like 
it. ;)

** Attachment added: graphical artifarct on the power button disappeared 
already^^
   
https://bugs.launchpad.net/ubuntu/+source/empathy/+bug/687444/+attachment/1759883/+files/empathy_clist_bug.png

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

Title:
  empathy contact list disappeared and seemed to be overlayed with 100% 
transparency

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


[Bug 652929] Re: maverick rc gnome-settings-dameon doesn't start

2010-11-14 Thread Lukas Z.
Hi,
I am experiencing same behavior on newly installed Ubuntu 10.10 AMD 64. First 
time I have noticed this was after installation of NVidia drivers, but actually 
it was the first time I have restarted the computer. Problem was appearing ever 
sync irregularly.
Adding sleep 2 into the /etc/X11/Xsession.d/99x11-common_start script seems to 
fix the problem so I suspect it to be some nasty race condition (thanks 
Cuihtlauac).

Best 
Lukas Zaruba


I am attaching beginnings of .xsession-error logs...

This is the log from the session which run correctly:
/etc/gdm/Xsession: Beginning session setup...
Setting IM through im-switch for locale=cs_CZ.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to 
/etc/X11/xinit/xinput.d/default.
GNOME_KEYRING_CONTROL=/tmp/keyring-lGXhzY
GNOME_KEYRING_CONTROL=/tmp/keyring-lGXhzY
GNOME_KEYRING_CONTROL=/tmp/keyring-lGXhzY
SSH_AUTH_SOCK=/tmp/keyring-lGXhzY/ssh
** Message: adding killswitch idx 0 state KILLSWITCH_STATE_UNBLOCKED
** Message: adding killswitch idx 2 state KILLSWITCH_STATE_UNBLOCKED
** Message: killswitch 0 is KILLSWITCH_STATE_UNBLOCKED
** Message: killswitch 2 is KILLSWITCH_STATE_UNBLOCKED
** Message: killswitches state KILLSWITCH_STATE_UNBLOCKED
** (bluetooth-applet:2028): DEBUG: Unhandled UUID 
111b--1000-8000-00805f9b34fb (0x111b)
** (bluetooth-applet:2028): DEBUG: Unhandled UUID 
5005--1000-8000-0002ee01 (0x5005)
** (bluetooth-applet:2028): DEBUG: Unhandled UUID 
5557--1000-8000-0002ee01 (0x5557)
** (bluetooth-applet:2028): DEBUG: Unhandled UUID 
5601--1000-8000-0002ee01 (0x5601)
** Message: killswitch 0 is KILLSWITCH_STATE_UNBLOCKED
** Message: killswitch 2 is KILLSWITCH_STATE_UNBLOCKED
** Message: killswitches state KILLSWITCH_STATE_UNBLOCKED

(polkit-gnome-authentication-agent-1:2036): GLib-GObject-WARNING **:
cannot register existing type `_PolkitError'

And this from the session which had the problem
/etc/gdm/Xsession: Beginning session setup...
Setting IM through im-switch for locale=cs_CZ.
Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to 
/etc/X11/xinit/xinput.d/default.
GNOME_KEYRING_CONTROL=/tmp/keyring-OsXurr
GNOME_KEYRING_CONTROL=/tmp/keyring-OsXurr
GNOME_KEYRING_CONTROL=/tmp/keyring-OsXurr
SSH_AUTH_SOCK=/tmp/keyring-OsXurr/ssh

** (gnome-settings-daemon:1960): WARNING **: You can only run one
xsettings manager at a time; exiting

** (gnome-settings-daemon:1960): WARNING **: Unable to start xsettings manager: 
Could not initialize xsettings manager.
** Message: adding killswitch idx 0 state KILLSWITCH_STATE_UNBLOCKED
** Message: adding killswitch idx 1 state KILLSWITCH_STATE_UNBLOCKED
** Message: killswitch 0 is KILLSWITCH_STATE_UNBLOCKED
** Message: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
** Message: killswitches state KILLSWITCH_STATE_UNBLOCKED
** (bluetooth-applet:2006): DEBUG: Unhandled UUID 
111b--1000-8000-00805f9b34fb (0x111b)
** (bluetooth-applet:2006): DEBUG: Unhandled UUID 
5005--1000-8000-0002ee01 (0x5005)
** (bluetooth-applet:2006): DEBUG: Unhandled UUID 
5557--1000-8000-0002ee01 (0x5557)
** (bluetooth-applet:2006): DEBUG: Unhandled UUID 
5601--1000-8000-0002ee01 (0x5601)
** Message: killswitch 0 is KILLSWITCH_STATE_UNBLOCKED
** Message: killswitch 1 is KILLSWITCH_STATE_UNBLOCKED
** Message: killswitches state KILLSWITCH_STATE_UNBLOCKED

(polkit-gnome-authentication-agent-1:2014): GLib-GObject-WARNING **:
cannot register existing type `_PolkitError'

-- 
maverick rc gnome-settings-dameon doesn't start
https://bugs.launchpad.net/bugs/652929
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-settings-daemon in ubuntu.

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


[Bug 417103] Re: nautilus crash when opening trash, network or computer

2010-07-01 Thread Lukas Janssen
Yep, this sucks. I have no idea why it's happening.

** Changed in: nautilus (Ubuntu)
   Status: Invalid = Confirmed

** Summary changed:

- nautilus crash when opening trash, network or computer
+ nautilus crashes when opening trash, network or computer

-- 
nautilus crashes when opening trash, network or computer
https://bugs.launchpad.net/bugs/417103
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 586012] Re: [Maverick] XFCE system tray became unusable after libgtk upgrade

2010-06-13 Thread Lukas Hejtmanek
Looks like gtk 2.21.0 has also problem with screen corruption. It seems
that some Expose events are missed, gtk applications do not redraw their
windows correctly after virtual desktop switch.

-- 
[Maverick] XFCE system tray became unusable after libgtk upgrade
https://bugs.launchpad.net/bugs/586012
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gtk+2.0 in ubuntu.

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


[Bug 458660] Re: rhythmbox crashed with SIGSEGV in PyObject_ClearWeakRefs()

2010-05-03 Thread Lukas Bischof
Sorry for not reposting.

THanks for the fix, it works for me. Rhythmbox never crashed again.

-- 
rhythmbox crashed with SIGSEGV in PyObject_ClearWeakRefs()
https://bugs.launchpad.net/bugs/458660
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to rhythmbox in ubuntu.

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


[Bug 197762] Re: file transfers on USB flash key (pendrive) are slowing down with time

2010-03-21 Thread Ulrich Lukas
Pi, this is consistent with my observations.

-- 
file transfers on USB flash key (pendrive) are slowing down with time
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 537238] [NEW] gthumb crashes if dbus has been restarted

2010-03-11 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gthumb

gthumb3:2.11.1-2ubuntu1 (ubuntu lucid)

gthumb crashes if dbus has been restarted. I looked over the source
codes. This small patch fixes the problem.

below is patch that fixes use of uninitialized variable leading to crash when
dbus is restarted (and ck session is lost).

Signed-off-by: Lukas Hejtmanek xhejt...@ics.muni.cz


diff -rNu a/gthumb/gth-icon-cache.c b/gthumb/gth-icon-cache.c
--- a/gthumb/gth-icon-cache.c   2010-03-11 10:54:10.673089507 +0100
+++ b/gthumb/gth-icon-cache.c   2010-03-11 10:51:53.0 +0100
@@ -118,7 +118,7 @@
 gth_icon_cache_get_pixbuf (GthIconCache *icon_cache,
   GIcon*icon)
 {
-   const char *key;
+   const char *key=0;
GdkPixbuf  *pixbuf;

if (icon != NULL)

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

-- 
gthumb crashes if dbus has been restarted
https://bugs.launchpad.net/bugs/537238
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gthumb in ubuntu.

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


[Bug 408761] Re: notification area icons do not work correctly

2010-01-14 Thread Lukas Hejtmanek
No, there is no problem anymore. The root cause of this is the intel
graphics driver. It is not the notification area problem.

-- 
notification area icons do not work correctly
https://bugs.launchpad.net/bugs/408761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


Re: [Bug 197762] Re: file transfers on USB disk are very slow

2009-11-18 Thread Ulrich Lukas
Dear Shawn,


dstat does essentially that.

Default is one line of output every second, which means the output
equals the MiB/sec throughput of your device.


Try dstat -D sda,sdb. You can also adjust the delay; see the manual page.

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 197762] Re: file transfers on USB disk are very slow

2009-10-29 Thread Ulrich Lukas
Martin and Murz,

maybe you can get help if you open up an individual, detailed bug
report.

Given that this 184-message bug report is over one and a half year old,
I'm afraid adding comments here does not help.

This bugfix works, I've just tested it:

http://www.microsoft.com/windows/windows-7/default.aspx

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 422110] Re: stickynotes_applet crashed with SIGSEGV

2009-09-21 Thread Lukas Hejtmanek
I'm still getting the crash with 2.28.0-0ubuntu1.

-- 
stickynotes_applet crashed with SIGSEGV
https://bugs.launchpad.net/bugs/422110
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 431258] [NEW] stickynotes applet crashes

2009-09-17 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gnome-applets

stickynotes crashes if added to panel with existing note. It also
crashes when adding a new note.

It crashes because gtk_builder_get_obect returns NULL instead of
note-w_window.

StickyNote *
stickynote_new_aux (GdkScreen *screen, gint x, gint y, gint w, gint h)
{
StickyNote *note;
GtkBuilder *builder;
GtkIconSize size;

note = g_new (StickyNote, 1);

builder = gtk_builder_new ();
gtk_builder_add_from_file (builder, BUILDER_PATH, NULL);

note-w_window = GTK_WIDGET (gtk_builder_get_object (builder,
stickynote_window));


the version is karmic (todays update). gnome-applets  2.27.92-0ubuntu1

** Affects: gnome-applets (Ubuntu)
 Importance: Undecided
 Status: New

-- 
stickynotes applet crashes
https://bugs.launchpad.net/bugs/431258
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-applets in ubuntu.

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


[Bug 408761] [NEW] notification area icons do not work correctly

2009-08-04 Thread Lukas Hejtmanek
Public bug reported:

If g-p-m is set to display icon only when charging/discharging, none
icon is displayed at all (mainly when charging/discharging). If I set
always display the icons, I got the icon.

Ubuntu/karmic, g-p-m version: 2.27.5-0ubuntu1

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New

-- 
notification area icons do not work correctly
https://bugs.launchpad.net/bugs/408761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 408761] Re: notification area icons do not work correctly

2009-08-04 Thread Lukas Hejtmanek
it appears to be because the g-p-m reports battery fully charged even if
running from battery.

lshal | grep battery

udi = '/org/freedesktop/Hal/devices/computer_power_supply_battery_BAT0'
  battery.charge_level.current = 48500  (0xbd74)  (int)
  battery.charge_level.design = 84240  (0x14910)  (int)
  battery.charge_level.last_full = 66560  (0x10400)  (int)
  battery.charge_level.percentage = 72  (0x48)  (int)
  battery.charge_level.rate = 15714  (0x3d62)  (int)
  battery.is_rechargeable = true  (bool)
  battery.model = '42T4511'  (string)
  battery.present = true  (bool)
  battery.rechargeable.is_charging = false  (bool)
  battery.rechargeable.is_discharging = true  (bool)
  battery.remaining_time = 1  (0x2b67)  (int)
  battery.reporting.current = 48500  (0xbd74)  (int)
  battery.reporting.design = 84240  (0x14910)  (int)
  battery.reporting.last_full = 66560  (0x10400)  (int)
  battery.reporting.rate = 15714  (0x3d62)  (int)
  battery.reporting.technology = 'Li-ion'  (string)
  battery.reporting.unit = 'mWh'  (string)
  battery.serial = '30492'  (string)
  battery.technology = 'lithium-ion'  (string)
  battery.type = 'primary'  (string)
  battery.vendor = 'SANYO'  (string)
  battery.voltage.current = 11851  (0x2e4b)  (int)
  battery.voltage.design = 10800  (0x2a30)  (int)
  battery.voltage.unit = 'mV'  (string)
  info.capabilities = {'battery'} (string list)
  info.category = 'battery'  (string)
  info.udi = '/org/freedesktop/Hal/devices/computer_power_supply_battery_BAT0'  
(string)

-- 
notification area icons do not work correctly
https://bugs.launchpad.net/bugs/408761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 408761] Re: notification area icons do not work correctly

2009-08-04 Thread Lukas Hejtmanek
Alex, it is not. Moreover, g-p-m power history tells: There is no data
to display.

-- 
notification area icons do not work correctly
https://bugs.launchpad.net/bugs/408761
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 405542] [NEW] gnome-panel broken patch

2009-07-27 Thread Lukas Hejtmanek
Public bug reported:

Binary package hint: gnome-panel

gnome-panel 2.27.4-0ubuntu3 contains patch
16_compiz_workspace_switcher.patch which is stupid.

It produces code:
static void
pager_update (PagerData *pager)
{
wnck_pager_set_orientation (WNCK_PAGER (pager-pager),
pager-orientation);
wnck_pager_set_n_rows (WNCK_PAGER (pager-pager),
   pager-n_rows);

if (pager-wm == PAGER_WM_METACITY) {
wnck_pager_set_show_all (WNCK_PAGER (pager-pager),
 pager-display_all);
wnck_pager_set_display_mode (WNCK_PAGER (pager-pager),
 pager-display_mode);
} else {
wnck_pager_set_show_all (WNCK_PAGER (pager-pager),
 FALSE);
wnck_pager_set_display_mode (WNCK_PAGER (pager-pager),
 WNCK_PAGER_DISPLAY_CONTENT);
}
}

Every other WM than METACITY is forced to show only the current
workspace, e.g. Openbox WM. This is definitely not what users want. It
should be fixed or completely removed.

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gnome-panel broken patch
https://bugs.launchpad.net/bugs/405542
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-panel in ubuntu.

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


Re: [Bug 197762] Re: file transfers on USB disk are very slow

2009-06-24 Thread Ulrich Lukas
Who wants my Hardware?


Since I can't use my USB drive (I cancelled the last attempt to copy
6GiB after more than one hour and less than 10%):


Whoever wants to do further testing or bugfixing:

You get my 16-GiB USB pen drive for for free! I can send it to you
worldwide in a cushioned envelope.

Just write me an e-mail with your name and adress. The subject line must
contain the word bug (because of my spam filter).

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-05-19 Thread Ulrich Lukas
System running Ubuntu Jaunty AMD64, vanilla 2.6.29.1. KDE4.2, two
terminal windows, no other graphical applications.

I created two test files of identical size with random data and copied to the 
USB pendrive, once on a freshly rebooted system, and once after I first 
experienced a slowdown while copying some other files to the pendrive and 
deleting them again; doing a sync after each copy.
A second terminal window ran dstat -D sda,sdb both times.

( Preparation:
dd if=/dev/urandom of=/var/tmp/850-MiB-testfile.A bs=1M count=850
dd if=/dev/urandom of=/var/tmp/850-MiB-testfile.B bs=1M count=850
reboot )

First run after reboot:
(/dev/sdb1 mounted on /media/pendrive)
cp /var/tmp/850-MiB-testfile.A /media/pendrive

Second run after the first slowdowns were observed during copying of other 
files and deleting them again:
cp /var/tmp/850-MiB-testfile.B /media/pendrive

The output results of dstat -D sda,sdb are attached.

First run,  approx. 16 MiB/sec constant:  dstat-D.OK.850-MiB-random-
data.txt

Second run with slowdown:  dstat-D.slow.850-MiB-random-data.txt


I'm sorry, I couldn't figure out what causes the slowdown after a while.

I'm doing some more tests tomorrow, with other kernel versions
and with a borrowed USB harddisk.

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-05-19 Thread Ulrich Lukas

** Attachment added: Output of dstat -D sda,sdb, showing expected performance
   http://launchpadlibrarian.net/26929198/dstat-D.OK.850-MiB-random-data.txt

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-05-19 Thread Ulrich Lukas

** Attachment added: Output of dstat -D sda,sdb, showing slowdown
   http://launchpadlibrarian.net/26929209/dstat-D.slow.850-MiB-random-data.txt

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 197762] Re: file transfers on USB disk are very slow

2009-05-07 Thread Ulrich Lukas
Hi Kurt,


albeit the AHCI-mode enables the use of Native Command Queueing (NCQ)
for some mainboards, I somehow doubt that this has to do with the USB
issue. Especially because of the swapping you reported which IMO has
nothing to do with the USB speed issues reported before.

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-04-08 Thread Ulrich Lukas
Has this issue been reported upstream (i.e. LKML)?
I couldn't find a thread on gmane, but maybe I'm just too blind.

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-03-11 Thread Ulrich Lukas

** Attachment added: Outputof dmesg
   http://launchpadlibrarian.net/23765255/dmesg.log

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-03-11 Thread Ulrich Lukas

** Attachment added: Output of sudo lspci -vvnn
   http://launchpadlibrarian.net/23765274/lspci-vvnn.log

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-03-11 Thread Ulrich Lukas
This is an additional time invoking dmesg a few minutes later; the
difference (one line at the bottom) does not always appear and I'm not
sure if this is correlated to the speed problem.

** Attachment added: Second, later version: output of dmesg
   http://launchpadlibrarian.net/23765342/dmesg.a.bit.later.log

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-03-11 Thread Ulrich Lukas
I did a bunch of tests. First of all, I'm attaching the output of:

cat /proc/version_signature
dmesg
sudo lspci -vvnn
sudo lsusb -vv

I used Ubuntu Jaunty kernel 2.6.28-9-generic, except for the log of
lsusb, which was acquired when the system was running under
2.6.29-rc7, vanilla, from kernel.org.


The system is the latest Kubuntu Jaunty alpha with updates as of 10 March 2009; 
architecture: AMD64.
I did the tests running KDE 4.2.1-0ubuntu5 and used the automatic pop-up 
feature to mount a 16-GiB USB pendrive specified for a minimum throughput of 
approx. 14 MiB/sec.


These are my observations:

Copying large files (i.e. approx. 8 GiB) from high-performance harddisk to the 
USB drive using 
_Microsoft Windows XP SP2_, the above-all average transfer speed is 13...14 
MiB/sec. This is always reproducible.

Using my Ubuntu system: 
When _copying large files using KDE_, after the first 3GiB or so, the transfer 
rate drops from the initial 14 MiB/sec to an average of about 5.5 MiB/sec. The 
indicated speed on the progress window fluctuates between a few kiB/sec and 
full speed.

Using the _command line_ and timing the following commands using a
shellscript yields /slightly higher/ average transfer speeds, approx. 7
MiB/sec.

Ubuntu kernel 2.6.28-9-generic and a custom 2.6.29-rc7: No difference.


Conclusion: Using Ubuntu, the transfer speed is always less than half the speed 
than under MS Windows XP.

I did at least 20 tests with different file sizes, file systems on the
pendrive (VFAT, EXT2, fuse NTFS3G NTFS)

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-03-11 Thread Ulrich Lukas

** Attachment added: Output of cat /proc/version_signature
   http://launchpadlibrarian.net/23765249/version.log

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-03-11 Thread Ulrich Lukas

** Attachment added: USB: Output of lsusb -vv
   http://launchpadlibrarian.net/23765352/lsusb-vv.log

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 197762] Re: file transfers on USB disk are very slow

2009-03-11 Thread Ulrich Lukas
This method I used for obtaining average transfer speeds on the command
line.

The USB pendrive was still mounted via KDE4's pop-up mounting feature:

On the command line:
$ dd if=/dev/urandom of=/tmp/7-GiB-testfile bs=7M count=1024
$ sync
$ time ./test.sh

The shell script test.sh used:
$ #!/bin/sh
$ cp /tmp/7-GiB-testfile /media/disk/
$ sync

-- 
file transfers on USB disk are very slow
https://bugs.launchpad.net/bugs/197762
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 261084] Re: Suspends again right after resume

2009-02-17 Thread Lukas Hejtmanek
I still see this bug in Jaunty. Is there any fix pending?

-- 
Suspends again right after resume
https://bugs.launchpad.net/bugs/261084
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


  1   2   3   4   >