[Bug 1689660] [NEW] systemd-fsckd busy spawning fsck

2017-05-09 Thread Olaf Dietsche
Public bug reported:

I rebooted my laptop after a crash.

Fsck couldn't repair the /var partition, so I was greeted with "Welcome
to Emergency!" and the request to look at `journalctl -xb`.

After logging in, and journalctl telling me about the broken /var
partition, I tried

fsck /dev/mapper/vg0-var

which immediately returned with a message stating that /dev/mapper/vg0-var is 
busy.
Looking at the processes with `ps aux | grep fsck` gave

- systemd-fsckd
- /sbin/fsck /dev/mapper/vg0-var
- fsck.ext2 /dev/mapper/vg0-var

Trying to kill `fsck.ext2` or `fsck` was futile, because `fsck` was
dying and restarting faster, than I could look at the process list.
Killing `systemd-fsckd` finally ended the busy loop.

But still, I couldn't check my /var partition, because now systemd has
mounted my /var partition, even though it told me before, it was in need
of repair.

After unmounting /var, I could finally do the much needed `fsck
/dev/mapper/vg0-var`.

---

I would expect

1. systemd-fsck stop restarting fsck, when it was aware, that it must be 
checked manually
2. systemd *not* mount an unchecked file system, especially when systemd-fsckd 
stopped with an error or was killed

---

Description:Ubuntu 16.04 LTS
Release:16.04

---

systemd:
  Installed: 229-4ubuntu10
  Candidate: 229-4ubuntu16
  Version table:
 229-4ubuntu16 500
500 http://de.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
 *** 229-4ubuntu10 500
500 http://security.ubuntu.com/ubuntu xenial-security/main amd64 
Packages
100 /var/lib/dpkg/status
 229-4ubuntu4 500
500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages

---

** 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 systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1689660

Title:
  systemd-fsckd busy spawning fsck

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

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


[Bug 1574029] Re: Upgrade failed

2016-11-17 Thread Olaf Rottler
Have the same problem, close of error message fails "ERROR: Cannot create 
report: [Errno 17] File exists: '/var/crash/shared-mime-info.0.crash'
upgrade hang afterwards; last line: Unpacking libcairo2:i386

** Attachment added: "/var/crash/shared-mime-info.0.crash"
   
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/1574029/+attachment/4779012/+files/crash

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

Title:
  Upgrade failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/shared-mime-info/+bug/1574029/+subscriptions

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


[Bug 1594849] [NEW] systemd-nspawn: option --overlay not working

2016-06-21 Thread Olaf Dietsche
Public bug reported:

I have a directory with a minimal Xenial installation, which I want to
share among several containers. I also have a directory with just Apache
and its dependencies installed.

systemd-nspawn has an option --overlay to "Combine multiple directory
trees into one overlay file system and mount it into the container."

Neither `systemd-nspawn --overlay=/path/to/xenial:/path/to/apache -D
/path/to/container` nor `systemd-nspawn
--overlay=/path/to/xenial:/path/to/apache:/path/to/container -D
/path/to/container` works as expected.

Both report an error "Directory /path/to/container doesn't look like it
has an OS tree. Refusing.". Of course, it doesn't have an OS tree, this
is what the base overlays are for.

Looking at the source code, creating a subdirectory
/path/to/container/usr works around this. But now it complains about
"Failed to create directory /path/to/container/sys/fs/selinux: Read-only
file system" twice, then about a missing timezone, and finally aborts
with

Creating mount point for overlay /path/to/container/path/to/apache
failed: No such file or directory

Doing this manually instead, works fine:

mount -t overlay -o 
lowerdir=/path/to/apache:/path/to/xenial,upperdir=/path/to/container,workdir=/path/to/workdir
 none /path/to/container
systemd-nspawn -D /path/to/container

1)
Description:Ubuntu 16.04 LTS
Release:16.04

2)
systemd-container:
  Installed: 229-4ubuntu6
  Candidate: 229-4ubuntu6
  Version table:
 *** 229-4ubuntu6 500
500 http://de.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
100 /var/lib/dpkg/status
 229-4ubuntu4 500
500 http://de.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

3)
I expect systemd-nspawn to mount an overlayfs with the provided directories and 
then start the container with all the directories combined.

4)
systemd-nspawn complains

- Directory /path/to/container doesn't look like it has an OS tree.
Refusing.

and after working around this (among other irrelevant error messages)

- Creating mount point for overlay /path/to/container/path/to/apache
failed: No such file or directory

** 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 systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1594849

Title:
  systemd-nspawn: option --overlay not working

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

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


[Bug 1594738] [NEW] systemctl not working inside chroot

2016-06-21 Thread Olaf Dietsche
Public bug reported:

AFAIU, Ubuntu switched to systemd as its service management system.
Therefore I expect it to start services even in a chroot environment.

Using "service apache2 start" instead works without any problems.

1)
Description:Ubuntu 16.04 LTS
Release:16.04

2)
systemd:
  Installed: 229-4ubuntu4
  Candidate: 229-4ubuntu6
  Version table:
 229-4ubuntu6 500
500 http://de.archive.ubuntu.com/ubuntu xenial-updates/main amd64 
Packages
 *** 229-4ubuntu4 500
500 http://de.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

3)
"systemctl start apache2" should start Apache webserver.

4)
"systemctl start apache2" does not start Apache webserver.
Instead it says

>Running in chroot, ignoring request.

** 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 systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1594738

Title:
  systemctl not working inside chroot

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

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


[Bug 1317810] [NEW] After booting keyboard language isnt correct.

2014-05-09 Thread Olaf Schneuer
Public bug reported:

Problem exists since 13.10 so i know this "bug".
I dated Ubuntu up to 14.04 and sometimes the keyborad settings are working and 
sometimes not.
But the Problem exists only after booting the system.
I have chose German language but if i want type after booting the special 
symbols and the correct signs are not able to use.
If i look after the keyboard options on the right corner from the desktop so i 
can see the "De"-sign... so i guess it should work.
But it dont. If i go on this keyborad options and chose the "De" option again 
(i chose the chosen) so it works without any futher problems until the next 
boot.

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: indicator-keyboard 0.0.0+14.04.20140410.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.13.0-24.47-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: Unity
Date: Fri May  9 11:17:13 2014
EcryptfsInUse: Yes
ExecutablePath: /usr/lib/x86_64-linux-gnu/indicator-keyboard-service
InstallationDate: Installed on 2014-02-01 (96 days ago)
InstallationMedia: Ubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
ProcEnviron:
 XDG_RUNTIME_DIR=
 SHELL=/bin/bash
 LANGUAGE=de_DE
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
SourcePackage: indicator-keyboard
UpgradeStatus: Upgraded to trusty on 2014-04-18 (20 days ago)

** Affects: indicator-keyboard (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  After booting keyboard language isnt correct.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-keyboard/+bug/1317810/+subscriptions

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


[Bug 1021375] Re: Nautilus says the USB stick is read only when it is not

2014-03-19 Thread olaf wapenhans
I reboot system on recovery mode, and did some of the support programs.
Now it works

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

Title:
  Nautilus says the USB stick is read only when it is not

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

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


[Bug 1072518] Re: Restarting network crashes (apparently) the desktop manager

2013-10-21 Thread Olaf Krische
Came to the same result, when i tried to set up kvm networking.
https://help.ubuntu.com/community/KVM/Networking recommends to stop
networking, i did, and swooosh, everything is gone. :-) Yay!

-- 
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/1072518

Title:
  Restarting network crashes (apparently) the desktop manager

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

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


[Bug 1067876] Re: [quantal] Missing "Safely Remove Drive" and "Eject" options from Quicklists. Only have "Unmount".

2012-12-21 Thread Olaf
So - we had this feature. And then it got removed to avoid rare problems and 
replace them with common problems?
(sigh)

-- 
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/1067876

Title:
  [quantal] Missing "Safely Remove Drive" and "Eject" options from
  Quicklists. Only have "Unmount".

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

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


[Bug 710582] Re: webkit crashes on amd64 architecture with SIGSEGV in WTF::OSAllocator::reserveAndCommit() was: webkit does not implement "assert" sanely

2011-02-18 Thread Olaf
Above mentioned (Kate Stewart - #9) workaround:
>> From the release notes: To work around this, open a Terminal window with 
>> Ctrl+Alt+T and do sudo apt-get purge ubiquity-slideshow-ubuntu before 
>> starting the installer. This will cause the installation progress window to 
>> become very small, but avoid the crash.<<
worked.

-- 
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/710582

Title:
  webkit crashes on amd64 architecture with SIGSEGV in
  WTF::OSAllocator::reserveAndCommit() was: webkit does not implement
  "assert" sanely

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


[Bug 613826] Re: cursor disappear after screen saver locks screen

2010-08-16 Thread Olaf Gladis
the importance of this bug could be set to low. I just recognized, that
it is not required to restart the application, you just need to switch
the workspace and go back to bring the cursor back and the possibility
to write again. This is still unpleasing but not to much effort to gain
writing possibilities again.

-- 
cursor disappear after screen saver locks screen
https://bugs.launchpad.net/bugs/613826
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 618139] [NEW] rythom box is blocking when samba share isn't available anymore

2010-08-15 Thread Olaf Gladis
Public bug reported:

Binary package hint: rhythmbox

$ lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

$ apt-cache policy rhythmbox
rhythmbox:
  Installed: 0.12.8-0ubuntu7
  Candidate: 0.12.8-0ubuntu7
  Version table:
 *** 0.12.8-0ubuntu7 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 0.12.8-0ubuntu3 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages

Hi, some of my music isn't on my laptop but accessible via a samba share
through the network. But when I am going with my laptop to a different
location, e.g. work, parents home, e.t.c. I just take my laptop with me.
When the new location will give me an IP address that would be in the
same subnet like the server with my music, and the server is not present
I will get asked for the password of the share, again and again. I
cannot control rhythmbox anymore via the mouse, only with gnome-do
and/or multimedia keys.

Hope this was helpful

best regards

Olaf Gladis

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

-- 
rythom box is blocking when samba share isn't available anymore
https://bugs.launchpad.net/bugs/618139
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 613826] Re: cursor disappear after screen saver locks screen

2010-08-05 Thread Olaf Gladis
** Description changed:

  Binary package hint: gnome-screensaver
  
  1) my Ubuntu release
  
  $ lsb_release -rd
  Description:  Ubuntu 10.04.1 LTS
  Release:  10.04
  
  2) my version of gnome-screensaver / Eclipse / texmaker
  
- $ apt-cache policy gnome-screensaver 
+ $ apt-cache policy gnome-screensaver
  gnome-screensaver:
-   Installed: 2.30.0-0ubuntu2
-   Candidate: 2.30.0-0ubuntu2
-   Version table:
-  *** 2.30.0-0ubuntu2 0
- 500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
- 100 /var/lib/dpkg/status
-  2.30.0-0ubuntu1 0
- 500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
+   Installed: 2.30.0-0ubuntu2
+   Candidate: 2.30.0-0ubuntu2
+   Version table:
+  *** 2.30.0-0ubuntu2 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
+ 100 /var/lib/dpkg/status
+  2.30.0-0ubuntu1 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
  $ apt-cache policy eclipse
  eclipse:
-   Installed: 3.5.2-2ubuntu4.2
-   Candidate: 3.5.2-2ubuntu4.2
-   Version table:
-  *** 3.5.2-2ubuntu4.2 0
- 500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe 
Packages
- 100 /var/lib/dpkg/status
-  3.5.2-2ubuntu4 0
- 500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
+   Installed: 3.5.2-2ubuntu4.2
+   Candidate: 3.5.2-2ubuntu4.2
+   Version table:
+  *** 3.5.2-2ubuntu4.2 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe 
Packages
+ 100 /var/lib/dpkg/status
+  3.5.2-2ubuntu4 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
  $ apt-cache policy texmaker
  texmaker:
-   Installed: 1.9.9-2
-   Candidate: 1.9.9-2
-   Version table:
-  *** 1.9.9-2 0
- 500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
- 100 /var/lib/dpkg/status
+   Installed: 1.9.9-2
+   Candidate: 1.9.9-2
+   Version table:
+  *** 1.9.9-2 0
+ 500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
+ 100 /var/lib/dpkg/status
  
  3) howto reproduce the bug
  
  1. I left my computer for a few minutes with a running Eclipse (or
  Texmaker) with focus. I was just writing so the cursor was blinking
  inside the text area. It is important, that the application has a focus.
  If the focus is on the web browser or the pdf viewer both applications
  (Eclipse and Texmaker) are working fine after the screen saver.
  
  2. I came back, and the screen saver was running. I entered my password
  to free the screen. This bug appears only when the screen get locked
  naturally, not with CTRL + ALT + L.
  
  3. The application was still running, but the cursor disappeared. I could 
save my last changes, I could mark text but I couldn't insert new one. (This is 
valid for Eclipse and Texmaker)
- Even other tabs behave the same (at least Texmaker, I don't remeber if 
Eclipse behaves the same)
+ Even other tabs behave the same, (at least Texmaker, I don't remeber if 
Eclipse behaves the same)
+ [Edit]
+ You can't copy the text with CTRL + C anymore, but with the right mouse click
+ [/EDIT]
  
  4. To regain write ability, you need to restart the application
  
  4) expected behaviour
  
  That I can write in Eclipse / Texmaker after the screensaver appears
  
  PS:
  I discovered this bug with two different programms, Eclipse and Texmaker, 
that is the reason why I believe that this bug is not specific for on these 
packages. Maybe the screensaver or a lib for displaying the textarea.
  
  I hope this will help you to find the bug. If you need more Information
  feel free to ask.

-- 
cursor disappear after screen saver locks screen
https://bugs.launchpad.net/bugs/613826
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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

[Bug 613826] [NEW] cursor disappear after screen saver locks screen

2010-08-05 Thread Olaf Gladis
Public bug reported:

Binary package hint: gnome-screensaver

1) my Ubuntu release

$ lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

2) my version of gnome-screensaver / Eclipse / texmaker

$ apt-cache policy gnome-screensaver 
gnome-screensaver:
  Installed: 2.30.0-0ubuntu2
  Candidate: 2.30.0-0ubuntu2
  Version table:
 *** 2.30.0-0ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 2.30.0-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
$ apt-cache policy eclipse
eclipse:
  Installed: 3.5.2-2ubuntu4.2
  Candidate: 3.5.2-2ubuntu4.2
  Version table:
 *** 3.5.2-2ubuntu4.2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid-updates/universe Packages
100 /var/lib/dpkg/status
 3.5.2-2ubuntu4 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
$ apt-cache policy texmaker
texmaker:
  Installed: 1.9.9-2
  Candidate: 1.9.9-2
  Version table:
 *** 1.9.9-2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

3) howto reproduce the bug

1. I left my computer for a few minutes with a running Eclipse (or
Texmaker) with focus. I was just writing so the cursor was blinking
inside the text area. It is important, that the application has a focus.
If the focus is on the web browser or the pdf viewer both applications
(Eclipse and Texmaker) are working fine after the screen saver.

2. I came back, and the screen saver was running. I entered my password
to free the screen. This bug appears only when the screen get locked
naturally, not with CTRL + ALT + L.

3. The application was still running, but the cursor disappeared. I could save 
my last changes, I could mark text but I couldn't insert new one. (This is 
valid for Eclipse and Texmaker)
Even other tabs behave the same (at least Texmaker, I don't remeber if Eclipse 
behaves the same)

4. To regain write ability, you need to restart the application

4) expected behaviour

That I can write in Eclipse / Texmaker after the screensaver appears

PS:
I discovered this bug with two different programms, Eclipse and Texmaker, that 
is the reason why I believe that this bug is not specific for on these 
packages. Maybe the screensaver or a lib for displaying the textarea.

I hope this will help you to find the bug. If you need more Information
feel free to ask.

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

-- 
cursor disappear after screen saver locks screen
https://bugs.launchpad.net/bugs/613826
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-screensaver in ubuntu.

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


[Bug 493750] Re: gstreamer unable to init xvideo output (xvimagesink)

2010-04-11 Thread Olaf Leidinger
Do you have a multi screen setup?

I've the same problem on lucid using intel drivers and xv.

XV doesn't work using gstreamer or vlc.
 When disabling the 2nd monitor xv works fine in vlc, but gstreamer seems to 
activate the 2nd monitor uppon playback.

-- 
gstreamer unable to init xvideo output (xvimagesink)
https://bugs.launchpad.net/bugs/493750
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 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-22 Thread Olaf Geibig
So it worked for me. I added these two parameters to my kopt line in
/boot/grub/menu.lst as described in post #233

elevator=noop pci=routeirq

It's still not a speed king but it doesn't take ages now.

-- 
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


Re: [Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2009-11-20 Thread Olaf
The hyperbole this issue creates is fascinating.

First, I agree that the clipboard being so forgetful after an app closes is
an issue.
But some people here make it sound like it's comparable to critical security
issues, or major features missing.

It's not of the highest priority because there really are much higher
priorities. I really believe most people prefer speed and hardware support
and reducing reggressions as high priority issues.

And anybody switching to Mac or back to Windows and expecting 0 issues is up
for a rude awakening. All platforms have their silly issues. I get annoyed
every time my mousescroll doesn't scroll an underlying control - which
happens a lot on Windows - and never on Gnome, where the window doesn't even
have to have focus for the scroll to work.
And I recently did some tech support for a Mac user where not only where
some speed and file sharing issues - but it was easy - googling - to find
many other Mac users having the same problem. And don't get me started on
Apple clinging to the fantasy that 1 mouse button is enough.

But if having to paste first and close the first app later is too much
effort and this really is a fatal issue in anybodies opinion - then - yes -
pick a platform where the issues are a better fit for your preferences. None
of them is perfect. Pick whatever hurts you least.

-- 
MASTER Copy-Paste doesn't work if the source is closed before the paste
https://bugs.launchpad.net/bugs/11334
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a subscriber of a duplicate bug.

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


Re: [Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2009-08-31 Thread Olaf
Apologies. The message above was not meant to go to the bug.

-- 
MASTER Copy-Paste doesn't work if the source is closed before the paste
https://bugs.launchpad.net/bugs/11334
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a subscriber of a duplicate bug.

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


Re: [Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2009-08-31 Thread Olaf
Howdy,

"I also find this bug annoying - but it is not of the "highest priority"
> IMHO - especially as a workaround has been available for years:
> glipper/klipper."
>
> I've said this many times: Glipper is not a solution and not even a good
> workaround. Glipper is unstable, 1 in 10 times when starting the system,
> Glipper doesn't start and Glipper only supports text. Copy an in image
> in Firefox (for example the Launchpad logo), close Firefox, start The
> GIMP, try to paste the image... impossible, even when using Glipper.
>

We're in total agreement about the solution and that glipper is not it. The
solution - of course - is to integrate proper clipboard management into the
DEs (Gnome, KDE, etc...).

I never had that instability though - glipper starts fine here  - never
noticed that it didn't.

I admit that graphics are a problem. I rarely copy graphics that way (and if
>I do the source app stays opern for other reasons anyway) - so I didn't
suffer from that. But I get that it sucks if you do that a lot.


>
> Olaf  wrote 6 hours ago:
> "I would very much like to see this bug fixed, but installing k/glipper or
> keeping the source app open while you copy/paste is not terribly difficult.
> Some day a GSoC project or somebody from IBM/et al will fix it."
>
> As I said, Glipper isn't a solution nor a good workaround. True, keeping
> the source opened is the best workaround and I do this, but everytime I
> have to remember to not close the source before pasting. This is just so
> 1980's. It's completely ridiculous we have to keep the source opened in
>

Again - we're not in disagreement about the goal. Only a very few very crazy
people would argue otherwise.
Yes - it would be way better if the clipboard would work as you and I and
practically everybody else and his sisters grandpa expects it to.


> the year 2009!!! You can't expect new users to know they've to keep the
> source open to be able to paste. New users will everytime loose their
> work, because they don't understand what's going on under the hood
>

Most users hardly ever use the clipboard that way. Heck - many users hardly
know how to use the clipboard.
It's already a challenge to train people not to use spaces as layout in word
processing apps.


> Ubuntu never says: "You've copied something, so you've got the keep the
> source open to be able to paste it somewhere else. Closing this window
> will loose the contents of the clipboard." How does a new user know he
> has to keep the source open. He always closed the source and then pasted
>

I agree that he doesn't. But there's a high chance s/he didn't close the
first app anyway.


> the contents of the clipboard somewhere else when he was using Windows.
> This is the way a clipboard should work! Keeping the source open is
> completely ridiculous! We're living in the year 2009, not in the 1980's.
>

You don't have to convince me - I'm pre-convinced. ;-)
We're in total 100% agreement about the solution.


>
> People are used to the way copy/paste works on Windows (which is the
> only good way to implement copy/paste) and when using Linux they have no
> clue what's going on. They keep on loosing their work and they haven't
> got a single clue they have to keep the source open. When I started
> using Linux, I've lost my work so many times and people are still losing
> their work, every day. Therfore this bug has to be marked as a bug of
> the HIGHEST PRIORITY, not as wishlist. Please, someone, change this to
> HIGHEST PRIORITY!
>

And that's the part where we disagree. I'm sorry you lost work. That's
annnoying. Though - come on - it shouldn't take too many losses to remember
this behaviour. Yes - it's sub-optimal. I'm not saying it's good the way it
is - but it's not the worst problem ever.

And there's plenty of things with higher prority. On my personal list -
remembering size and position of closed apps - so they open in the same
position with the same size next time I open them - instead of "smart"
placement that gnome devs prefered - would be a way higher priority in my
book. And I could list several other things I'd like fixed before somebody
tackles the clipboard.

And neither of us knows how difficult this is to fix. It's safe to assume
it's easier said than done - otherwise somebody *would* have done it
already.

Google is collecting ideas every year for GSoC projects. Write a proposal
and submit it. Fair chance a student will be paid by google fixing this.

cheers

Olaf

-- 
MASTER Copy-Paste doesn't work if the source is closed before the paste
https://bugs.launchpad.net/bugs/11334
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a subscriber of a duplicate bug.

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


Re: [Bug 11334] Re: Copy-Paste doesn't work if the source is closed before the paste

2009-08-31 Thread Olaf
Patrick,

while I also would like to see this big fixed I have to point out that your
rant is wrong on all counts.

Software in general has bugs that sometimes goes back years without getting
fixed. Proprietary software has the very same problem. To sell updates it
needs new features. So updates get rushed out with old bugs and plenty new
features. If you look around you'll easily find many examples of this.

Many open source programmers *are* paid - by IBM, Novell, Red Hat,
Canonical, Intel and many other corporations with an interest in Linux.

I also find this bug annoying - but it is not of the "highest priority" IMHO
- especially as a workaround has been available for years: glipper/klipper.

And lastly I can't agree that this is the reason why not more people use
desktop Linux. The primary reasons are that people can't pick a game in a
shop and be reasonably certain that their shiny new shrink wrap game works
right away. Similar for legacy apps in corporations. And most people still
don't even know that it exists. I put Ubuntu UNR on my sisters Netbook. Just
yesterrday a neighbour of hers easily browsed around on it with Firefox (by
now everybody knows Firefox :-) ). He later asked me if that was Vista
because he never saw this version of windows before. I told him it's Ubuntu
Linux - he said he never heard of it. And that's what most people (outside
of our geek circles) would say. There's no big TV ad campaigns for Linux -
nor is it prominently displayed in shops with retailers pushing it. And
regular folks out there don't read computer magazines, Wired or slashdot.
Linux grows slowly because it's expanding through a) geeks installing it on
their families/friends computers after those were overrun by windows malware
and a Mac was too expensive or b) by goverrnments trying to get more safety,
less costs or often just avoiding closed software from big american
copmanies they don't trust.

I would very much like to see this bug fixed, but installing k/glipper or
keeping the source app open while you copy/paste is not terribly difficult.
Some day a GSoC project or somebody from IBM/et al will fix it.

-- 
Copy-Paste doesn't work if the source is closed before the paste
https://bugs.launchpad.net/bugs/11334
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a subscriber of a duplicate bug.

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


[Bug 282345] Re: all calendar entries gone after update to 2.22.3.1

2009-02-14 Thread Olaf
Pedro, thanks for your message.

This is currently not an issue for me because I have switched to
Thunderbird+Lightning in the meantime. I have therefore stopped to look
for a solution to this issue and cannot give you any news.

I tried to remove and re-install evolution but still was not able to get
the Evolution calendar working again. Someone suggested that this might
be an authorisation issue, which I tried to fix by changeing everything
in the .evolution folder to 644 - but still had no success. I did not
want to re-install Ubuntu or upgrade to 8.10, and therefore found it
easiest to use Thunderbird/Lightning instead.

I would love to use Evolution again and will give it a try once I have
installed Ubuntu 8.10/9.04, mainly because I like the timezone features
and Gnome integration. What made me worry a bit about Evolution was the
difficulty to backup data (spread in different folders which need to be
in sync) and its apparent instability, which may very well have been
caused by myself fiddling with backups or authorisations. Thanks for
your effort to make Evolution even better!

-- 
all calendar entries gone after update to 2.22.3.1
https://bugs.launchpad.net/bugs/282345
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 282345] Re: all calendar entries gone after update to 2.22.3.1

2009-02-13 Thread Olaf


-- 
all calendar entries gone after update to 2.22.3.1
https://bugs.launchpad.net/bugs/282345
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 282345] Re: all calendar entries gone after update to 2.22.3.1

2008-10-23 Thread Olaf
no solution yet. have re-installed evolution with the same result.

regarding "local builds" and such: I did have some dependency issues a couple 
of months ago after changing package sources for synaptics, some libraries were 
apparently in the wrong version, but I had hoped this was fixed and I had no 
further issues.
another change I had made recently was to change the authorisations to my home 
directory to "hide" it from other users, something like chmod to 750. My 
assumption is that now evolution cannot access its calendar any more. I tried 
to change this back to what it was before but obviously failed.
any hints appreciated. otherwise I am afraid I will just have to reinstall 
ubuntu - will see what happens after upgrade to 8.10 first.

-- 
all calendar entries gone after update to 2.22.3.1
https://bugs.launchpad.net/bugs/282345
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 282345] Re: all calendar entries gone after update to 2.22.3.1

2008-10-13 Thread Olaf
Hi

when launching from the console I get the following message
(evolution:11448): libecal-CRITICAL **: e_cal_get_static_capability: assertion 
`ecal != NULL' failed

(but I am not sure if this is related to my calendar issue.)

when launching evo for an other user, I get the same issue. I started a
session in another user, configured evolution, opened its calendar and
tried to add a calendar entry to the default calendar. it says there is
no calendar available to add any tasks to.

-- 
all calendar entries gone after update to 2.22.3.1
https://bugs.launchpad.net/bugs/282345
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 282345] Re: all calendar entries gone after update to 2.22.3.1

2008-10-13 Thread Olaf
Hi Sebastien,

I did a regular update with Ubuntu. The update history says:

Commit Log for Sun Oct 12 18:05:04 2008

Die folgenden Pakete wurden aktualisiert:
(...)
evolution (2.22.2-0ubuntu1.2) to 2.22.3.1-0ubuntu1
evolution-common (2.22.2-0ubuntu1.2) to 2.22.3.1-0ubuntu1
evolution-data-server (2.22.1-0ubuntu2) to 2.22.3-0ubuntu2
evolution-data-server-common (2.22.1-0ubuntu2) to 2.22.3-0ubuntu2
evolution-exchange (2.22.1-0ubuntu1) to 2.22.3-0ubuntu2
evolution-plugins (2.22.2-0ubuntu1.2) to 2.22.3.1-0ubuntu1

I had no issues before the update. I did a restart (in fact a reboot) after 
that.
When I try to make a new entry and select one of the calendars, I get a error 
messages saying it could not open the calendar.
My first thought was that this may be caused by insufficient rights on the 
.evolution folder. I tried changing that to 750 in nautilus and to change the 
contained files to 640 or 640, but that did not change it.
Would be great if you had a hint for me. I would hate to have to reinstall & 
reconfigure everything. My temporary solution is to get a copy of the .ics 
files and open them in thunderbird lightning, which works, but I would like to 
continue using evolution.

Regards
Olaf

-- 
all calendar entries gone after update to 2.22.3.1
https://bugs.launchpad.net/bugs/282345
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 282345] Re: all calendar entries gone after update to 2.22.3.1

2008-10-13 Thread Olaf

** Attachment added: "commit_log_update.txt"
   http://launchpadlibrarian.net/18495518/commit_log_update.txt

-- 
all calendar entries gone after update to 2.22.3.1
https://bugs.launchpad.net/bugs/282345
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 282345] Re: all calendar entries gone after update to 2.22.3.1

2008-10-13 Thread Olaf


-- 
all calendar entries gone after update to 2.22.3.1
https://bugs.launchpad.net/bugs/282345
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 282345] Re: all calendar entries gone after update to 2.22.3.1

2008-10-12 Thread Olaf

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/18468353/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/18468354/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/18468355/ProcStatus.txt

-- 
all calendar entries gone after update to 2.22.3.1
https://bugs.launchpad.net/bugs/282345
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 282345] [NEW] all calendar entries gone after update to 2.22.3.1

2008-10-12 Thread Olaf
Public bug reported:

Binary package hint: evolution

I just updated to evolution 2.22.3.1. using the ubuntu update mechanism.
I had three local calendars containing many calendar entries.
After the update the three calendars still show up on the ui, but do not 
contain any entries. However when I look into .evolution/calendar/local then 
there are still three folders which contain a calendar.ics file each. these 
files have a update timestamp from before the evo update, so it appears they 
are not used any more.

ProblemType: Bug
Architecture: i386
Date: Sun Oct 12 21:35:59 2008
DistroRelease: Ubuntu 8.04
ExecutablePath: /usr/bin/evolution
NonfreeKernelModules: nvidia
Package: evolution 2.22.3.1-0ubuntu1
PackageArchitecture: i386
ProcEnviron:
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.24-19-generic i686

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


** Tags: apport-bug

-- 
all calendar entries gone after update to 2.22.3.1
https://bugs.launchpad.net/bugs/282345
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to evolution in ubuntu.

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


[Bug 260492] Re: opening a directory using an application change associations incorrectly

2008-10-09 Thread Olaf Leidinger
The default application for folders in gnome should be nautilus-folder-
handler, as it contains:

MimeType=x-directory/gnome-default-
handler;x-directory/normal;inode/directory;application/x-gnome-saved-
search;

Experimenting with ~/.local/share/applications/mimeapps.list I get the
following result:

[Added Associations]
inode/directory=nautilus-folder-handler.desktop;

==> I can't open the home folder from gnome-panel

[Added Associations]
inode/directory=nautilus.desktop;

Everything works as expected. So I suspect something is wrong with
nautilus-folder-handler.desktop on my intrepid system.

Using strace I found out that there was a local nautilus-folder-
handler.conf in  ~/.local/share/applications/

(Name and Comment grep-ed away)
--- local   2008-10-09 22:54:31.0 +0200
+++ system-wide 2008-10-09 22:49:19.0 +0200
@@ -1,9 +1,10 @@
 [Desktop Entry]
 Encoding=UTF-8
 Exec=nautilus --no-desktop %U
-Hidden=true
+Icon=folder-open
 
MimeType=x-directory/gnome-default-handler;x-directory/normal;inode/directory;application/x-gnome-saved-search;
 NoDisplay=true
+OnlyShowIn=GNOME;
 StartupNotify=true
 Terminal=false
 TryExec=nautilus
@@ -11,4 +12,5 @@
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Component=general
 X-GNOME-Bugzilla-Product=nautilus
-X-GNOME-Bugzilla-Version=2.20.0
+X-GNOME-Bugzilla-Version=2.24.0
+X-Ubuntu-Gettext-Domain=nautilus

Deleting it solved the problem, as the system wide file seems to work.
But this arises two questions:

1. How did this file come to my $HOME?
2. Why didn't it work?

It seems as if this file is from gnome-2.20. Restoring the local version and 
setting Hidden=false everything works, too - but not using Hidden=true.
Was this attribute ignored before?

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
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 260492] Re: opening a directory using an application change associations incorrectly

2008-10-09 Thread Olaf Leidinger
similar problem: (as reported in bug #280729).

But in my case no application is linked with a folder, which is correct
according to [1], but clicking the "Places/Home Folder" or another
directory  in gnome-panel doesn't open it.

I don't know what gnome-panel does to execute the launcher, but the
default should be to open a folder in nautilus, if nothing else is set
-- I guess.

[1] http://bugzilla.gnome.org/show_bug.cgi?id=553237

-- 
opening a directory using an application change associations incorrectly
https://bugs.launchpad.net/bugs/260492
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 280729] Re: Can't open location in "Places"

2008-10-09 Thread Olaf Leidinger
*** This bug is a duplicate of bug 260492 ***
https://bugs.launchpad.net/bugs/260492

> Under the title of the bug, is link to bug #260492

Now, as this bug exists. But I searched for dupes before creating this
bug and I couldn't find one, as I had the impression there was a bug in
gnome-panel and searched for it's error message.

When searching for the error message again this bug isn't found, as it
is reported as a duplicate  (which is okay), but people experiencing
this bug will create another report, as bug  #260492 is hard to find
when looking for a problem with gnome-panel (even if gnome-panel isn't
the problem).

This is all I wanted to say *g*

-- 
Can't open location in "Places"
https://bugs.launchpad.net/bugs/280729
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


[Bug 280729] Re: Can't open location in "Places"

2008-10-09 Thread Olaf Leidinger
*** This bug is a duplicate of bug 260492 ***
https://bugs.launchpad.net/bugs/260492

Well, in those cases file:// was handled by another application, im my
case it is no app.

The links from places in natulus sidebar work fine in nautilus and in
the gtk filechooser.

As described, I could make it work again by right-clicking any folder in
nautilus and use "open with other app"  and select nautilus.

Shouldn't be nautilus the fall-back application in gnome-panel if no app
is registered?

Btw.: #260492 is hard to find when looking for a problem with gnome-
panel.

-- 
Can't open location in "Places"
https://bugs.launchpad.net/bugs/280729
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


[Bug 280729] [NEW] Can't open location in "Places"

2008-10-09 Thread Olaf Leidinger
*** This bug is a duplicate of bug 260492 ***
https://bugs.launchpad.net/bugs/260492

Public bug reported:

Binary package hint: gnome-panel

Clicking e.g. "Places/Home Folder" in gnome-panel doesn't open $HOME in
nautilus, but creates a dialog telling me:

Could not open location 'file:///home/oleid'

No application is registered as handling this file

Creating a new user with an empty home directory it works fine. Removing
$HOME/.gnome* doesn't fix the problem.

Note: I use this home direcory a long time now with different
distributions and using it in arch linux works fine, right now.

What could I do to diagnose the problem further? In what config file (in
my home directory) is stored, what app is called to handle
file:///somedir?

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

-- 
Can't open location in "Places"
https://bugs.launchpad.net/bugs/280729
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


[Bug 183514] Re: [hardy] seahorse agent no longer asks for the passphrase

2008-09-10 Thread Olaf Lenz
I'm using kubuntu intrepid alpha 5. Unfortunately, I seem not to be able to 
start KDE anymore, due to some bug in this alpha version.
Therefore I'm currently unable to check whether seahorse works.

KDE doesn't bring a corresponding daemon, but uses gpg-agent and ssh-agent 
instead. Unfortunately, ssh-agent does not automatically ask for the passphrase 
to unlock the keyring when ssh is used, but ask for the passphrase for this 
single session instead. That's why I prefer seahorse. 
Maybe I'm doing something wrong?

-- 
[hardy] seahorse agent no longer asks for the passphrase
https://bugs.launchpad.net/bugs/183514
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to seahorse in ubuntu.

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


[Bug 183514] Re: [hardy] seahorse agent no longer asks for the passphrase

2008-09-08 Thread Olaf Lenz
In hardy, the problem persists. As for intrepid, I can't say so far,
although I have installed alpha 5 yesterday. Will seahorse work together
with KDE4?

-- 
[hardy] seahorse agent no longer asks for the passphrase
https://bugs.launchpad.net/bugs/183514
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to seahorse in ubuntu.

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


[Bug 183514] Re: [hardy] seahorse agent no longer asks for the passphrase

2008-06-26 Thread Olaf Lenz
The gpg issue seems to be solved by now, the solution being to delete

  /etc/X11/Xsession.d/90gpg-agent

which should not be there when seahorse-agent is used.

Still, the problem with the ssh keys seems to persist: in hardy, I have to use 
ssh-add again, as seahorse does not seem to work together with the ssh-agent.
Does anyone have a solution to this problem?

-- 
[hardy] seahorse agent no longer asks for the passphrase
https://bugs.launchpad.net/bugs/183514
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to seahorse in ubuntu.

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


[Bug 211273] Re: Junk vfolder does not appear, making filtered messages inaccessible

2008-05-09 Thread Olaf Frauenberger
I have the same experience, messages are filtered, hence they are flagged as 
spam and therefore not shown. Accessing the exchange server via Outlook shows 
all the messages including spam as read. 
One way around, but not always working is to move the Inbox, hence its content 
to the local email folder, what makes spam mail visible in the local "Junk" 
folder. But even so, not all messages are visible.
And worse for some reason the spam filter had marked evrything as spam, so also 
the ham got lost.
Unsetting the filtering under "Mail account" -> "Receiving Options" ->  "Check 
new messages for Junk contents" didn't have any effect. Also "Apply filters to 
new messages in Inbox on this server" has to be unset.
And unfortunately, I can not switch of Mail notification, what gives me a sound 
for each incoming spam.
Olaf

-- 
Junk vfolder does not appear, making filtered messages inaccessible
https://bugs.launchpad.net/bugs/211273
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 104465] Re: gaim (aim connection) says "waiting for network connection"

2007-04-09 Thread Olaf Leidinger
d not be reached
network: NetworkManager not active or reports no connection (retval = 2)
account: Network not connected; skipping reconnect
Session Management: Received first save_yourself
Session Management: Received save_complete
docklet: embedded
network: Entering nm_callback_func!
util: Writing file accounts.xml to directory /home/oleid/.gaim
util: Writing file blist.xml to directory /home/oleid/.gaim
util: Writing file prefs.xml to directory /home/oleid/.gaim


When running nm-applet and configuring network gaim starts up and connects 
properly.

Hope that helps,

Ciao,

Olaf


** Changed in: gaim (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
gaim (aim connection) says "waiting for network connection"
https://bugs.launchpad.net/bugs/104465
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gaim in ubuntu.

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

[Bug 74271] Re: hald uses all of the cpu

2006-12-20 Thread Olaf Lüke
here is my dmesg output: http://pastebin.ca/286366

it seems like he attempts to load some pcmcia modules (there is no
pcmcia in my desktop pc) incredible often.

-- 
hald uses all of the cpu
https://launchpad.net/bugs/74271

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


[Bug 74271] Re: hald uses all of the cpu

2006-12-20 Thread Olaf Lüke
setting "PCMCIA=no" and uncommenting the "PCIC=*" line in
/etc/default/pcmcia and /etc/default/pcmciautils solves the problem for
me.

-- 
hald uses all of the cpu
https://launchpad.net/bugs/74271

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


[Bug 74271] Re: hald uses all of the cpu

2006-12-19 Thread Olaf Lüke
i can confirm the bug, same problem here on my desktop pc:

[EMAIL PROTECTED]:~$ lsmod 
Module  Size  Used by
binfmt_misc11272  1 
rfcomm 37788  0 
hidp   16000  2 
l2cap  22404  10 rfcomm,hidp
bluetooth  50788  5 rfcomm,hidp,l2cap
nfsd  214256  17 
exportfs5632  1 nfsd
nbd20256  0 
capifs  5896  1 
speedstep_lib   4868  0 
cpufreq_userspace   4116  0 
cpufreq_stats   5508  0 
cpufreq_powersave   1920  0 
cpufreq_ondemand7676  0 
freq_table  4740  2 cpufreq_stats,cpufreq_ondemand
cpufreq_conservative 6688  0 
video  15364  0 
sbs14752  0 
i2c_ec  4992  1 sbs
button  6672  0 
battery 9988  0 
container   4480  0 
ac  5124  0 
nfs   233068  1 
lockd  63112  3 nfsd,nfs
sunrpc155196  12 nfsd,nfs,lockd
af_packet  20872  2 
dm_mod 56908  6 
fuse   44564  0 
ndiswrapper   178608  0 
sbp2   22660  0 
lp 11460  0 
rsrc_nonstatic 13184  0 
pcmcia_core39568  1 rsrc_nonstatic
snd_emu10k1_synth   7168  0 
snd_emux_synth 33664  1 snd_emu10k1_synth
snd_seq_virmidi 6784  1 snd_emux_synth
snd_seq_midi_emul   6912  1 snd_emux_synth
snd_emu10k1   117920  2 snd_emu10k1_synth
tsdev   7872  0 
snd_ac97_codec 93856  1 snd_emu10k1
snd_mpu401  8360  0 
snd_mpu401_uart 8064  1 snd_mpu401
ac97_bus2304  1 snd_ac97_codec
snd_pcm_oss42880  0 
snd_mixer_oss  16512  1 snd_pcm_oss
snd_pcm75400  3 snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_page_alloc 10120  2 snd_emu10k1,snd_pcm
snd_util_mem4864  2 snd_emux_synth,snd_emu10k1
usbhid 24544  0 
hid20740  1 usbhid
psmouse37512  0 
snd_hwdep   9092  2 snd_emux_synth,snd_emu10k1
snd_seq_dummy   3844  0 
snd_seq_oss31232  0 
snd_seq_midi8704  0 
snd_rawmidi23680  4 
snd_seq_virmidi,snd_emu10k1,snd_mpu401_uart,snd_seq_midi
snd_seq_midi_event  7296  3 snd_seq_virmidi,snd_seq_oss,snd_seq_midi
snd_seq47728  9 
snd_emux_synth,snd_seq_virmidi,snd_seq_midi_emul,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer  21508  3 snd_emu10k1,snd_pcm,snd_seq
snd_seq_device  8204  8 
snd_emu10k1_synth,snd_emux_synth,snd_emu10k1,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
serio_raw   6916  0 
parport_pc 34852  1 
parport35144  2 lp,parport_pc
analog 11552  0 
irtty_sir   8576  0 
sir_dev15748  1 irtty_sir
floppy 56804  0 
snd51716  17 
snd_emux_synth,snd_seq_virmidi,snd_emu10k1,snd_ac97_codec,snd_mpu401,snd_mpu401_uart,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
i2c_viapro  8980  0 
ipv6  246496  22 
irda  190268  2 irtty_sir,sir_dev
crc_ccitt   2304  1 irda
i2c_core   21520  2 i2c_ec,i2c_viapro
rtc12080  0 
pcspkr  2816  0 
soundcore   7520  1 snd
shpchp 37404  0 
pci_hotplug31288  1 shpchp
via_agp 9984  1 
agpgart32048  1 via_agp
fcpci 595496  0 
kernelcapi 45984  1 fcpci
emu10k1_gp  3968  0 
gameport   14856  3 analog,emu10k1_gp
evdev  10112  1 
ext3  129800  2 
jbd53160  1 ext3
mbcache 8324  1 ext3
sg 34460  0 
sr_mod 16036  0 
cdrom  36640  1 sr_mod
sd_mod 21136  4 
pata_via   11652  8 
ata_generic 7940  0 
via_rhine  23432  0 
mii 5760  1 via_rhine
ehci_hcd   31756  0 
uhci_hcd   22664  0 
usbcore   130072  5 ndiswrapper,usbhid,ehci_hcd,uhci_hcd
generic 5508  0 [permanent]
sata_via   10372  0 
libata107028  3 pata_via,ata_generic,sata_via
scsi_mod  139532  5 sbp2,sg,sr_mod,sd_mod,libata
ohci1394   34736  0 
ieee1394  295992  2 sbp2,ohci1394
raid10 23808  0 
raid456   119824  0 
xor15496  1 raid456
raid1  22912  0 
raid0   8704  0 
multipath   8704  0 
linear  6400  0 
md_mod 75156  7 raid10,raid456,r

[Bug 42720] Re: Copying files to webdav broken (first completely copied to RAM and then transfered)

2006-05-03 Thread Olaf Lüke
same problem here.

** Changed in: gnome-vfs2 (Ubuntu)
   Status: Unconfirmed => Confirmed

-- 
Copying files to webdav broken (first completely copied to RAM and then 
transfered)
https://launchpad.net/bugs/42720

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


[Bug 32805] gnome-session-properties freezes

2006-02-25 Thread Olaf Maurer
Public bug report changed:
https://launchpad.net/malone/bugs/32805

*** This bug has been marked a duplicate of bug 31402 ***

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


[Bug 32276] gnome-session-properties hangs when you delete a startup program

2006-02-25 Thread Olaf Maurer
Public bug report changed:
https://launchpad.net/malone/bugs/32276

Task: ubuntu gnome-session
 Status: Unconfirmed => Confirmed

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


[Bug 31402] gnome-session properties hangs, when writing to files it doesn't have permisions to modify

2006-02-25 Thread Olaf Maurer
https://launchpad.net/malone/bugs/31402

*** Bug 32805 has been marked a duplicate of this bug ***

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


[Bug 32805] gnome-session-properties freezes

2006-02-25 Thread Olaf Maurer
Public bug report changed:
https://launchpad.net/malone/bugs/32805

Task: ubuntu gnome-session
 Status: Unconfirmed => Confirmed

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


[Bug 32805] gnome-session-properties freezes

2006-02-25 Thread Olaf Maurer
Public bug report changed:
https://launchpad.net/malone/bugs/32805

Comment:
Yes, I can confirm this bug.

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