Re: [Desktop-packages] [Bug 1889091] Re: When saving a copy save dialog cannot create directory on nfs share

2020-07-28 Thread 1448412
Hello Sebastian,

as soo as I issue

$ sudo apparmor_parser -R /etc/apparmor.d/usr.bin.evince

evince can create directories again! I did not even have to restart
evince...

Best regards,

Ulrich

Am Mo., 27. Juli 2020 um 18:25 Uhr schrieb Sebastien Bacher <
1889...@bugs.launchpad.net>:

> you could also try to disabling the apparmor profile with
>
> $ sudo apparmor_parser -R /etc/apparmor.d/usr.bin.evince
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1889091
>
> Title:
>   When saving a copy save dialog cannot create directory on nfs share
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1889091/+subscriptions
>

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

Title:
  When saving a copy save dialog cannot create directory on nfs share

Status in evince package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  i stumbled upon a weird oddity with evince...

  # Steps creating the problem

  1. I downloaded a pdf document from the internet using firefox.
  2. Firefox offered to open the pdf in a document reader
  3. Evince opened and displayed the pdf (correctly)
  4. I used the hamburger menu and choose "Speichern unter" ("save as")
  5. Filedialog opened. I navigated to an nfs mounted directory.
  6. I ordered "Ordner anlegen" ("create folder") via the + symbol
  7. I am prompted for the name of the new folder
  8. It sais: "Der Ordner kann nicht angelegt werden -- Fehler beim ERstellen 
des Ordners <...> Keine Berechtigung" ("The folder cannot be created - Error 
creating the folder -- Not Authorized"
  9. If I go to the terminal and mkdir the folder is created all right. (I 
expected that the directory would be created -- if chmod is set correctly and 
the shell can do it evince should also be able to do it...)

  # More info

  My `/etc/fstab` reads as follows:

  ```
  # /etc/fstab: static file system information.
  #
  # 

  192.168.178.52:/home /nfs nfs noauto,user,exec 0 0
  <...>
  ```

  192.168.178.52 (nathan) uses the kernel-nfs-server and the following 
`/etc/exports`-file:
  ```
  # /etc/exports: the access control list for filesystems which may be exported
  # to NFS clients.  See exports(5).
  #
  # Example for NFSv2 and NFSv3:
  # /srv/homes   hostname1(rw,sync,no_subtree_check) 
hostname2(ro,sync,no_subtree_check)
  #
  # Example for NFSv4:
  # /srv/nfs4gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
  # /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
  #
  # /etc/exports: the access control list for filesystems which may be exported
  # to NFS clients.  See exports(5).
  #
  /home/ *(rw,sync,insecure,no_root_squash)
  <...>
  ```

  Which is surely not too strict but rather to permissive... :o/

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: evince 3.36.5-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: Budgie:GNOME
  Date: Mon Jul 27 16:12:17 2020
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=de_DE.UTF-8
   SHELL=/bin/zsh
  SourcePackage: evince
  UpgradeStatus: No upgrade log present (probably fresh install)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Desktop-packages] [Bug 1889091] Re: When saving a copy save dialog cannot create directory on nfs share

2020-07-28 Thread 1448412
Hi Sebastian,

thanks for your help!

Yeah, you're right to the spot! It seems to be an apparmor issue...

sudo journalctl -f sais:

---8<
-- Logs begin at Sun 2020-07-05 15:29:58 CEST. --
Jul 28 10:17:43 Edgar audit[51782]: AVC apparmor="DENIED" operation="open"
profile="/usr/bin/evince" name="/nfs/ulrich/Desktop/.DS_Store" pid=51782
comm="pool-evince" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Jul 28 10:17:43 Edgar audit[51782]: AVC apparmor="DENIED" operation="open"
profile="/usr/bin/evince" name="/nfs/ulrich/Desktop/._.DS_Store" pid=51782
comm="pool-evince" requested_mask="r" denied_mask="r" fsuid=1000 ouid=1000
Jul 28 10:17:46 Edgar audit[51782]: AVC apparmor="DENIED" operation="mkdir"
profile="/usr/bin/evince" name="/nfs/ulrich/Desktop/test/" pid=51782
comm="evince" requested_mask="c" denied_mask="c" fsuid=1000 ouid=1000
Jul 28 10:18:06 Edgar systemd[1]: systemd-hostnamed.service: Succeeded.
Jul 28 10:19:23 Edgar budgie-panel[2798]: relevancy-backend-zg.vala:113:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.zeitgeist.Engine was not provided by any .service files
Jul 28 10:19:23 Edgar budgie-panel[2798]: relevancy-backend-zg.vala:197:
GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name
org.gnome.zeitgeist.Engine was not provided by any .service files
Jul 28 10:19:27 Edgar sudo[51967]: pam_unix(sudo:auth): Couldn't open
/etc/securetty: Datei oder Verzeichnis nicht gefunden
Jul 28 10:19:30 Edgar sudo[51967]: pam_unix(sudo:auth): Couldn't open
/etc/securetty: Datei oder Verzeichnis nicht gefunden
Jul 28 10:19:30 Edgar sudo[51967]:kevin : TTY=pts/1 ;
PWD=/home/kevin/mnt ; USER=root ; COMMAND=/usr/bin/journalctl -f
Jul 28 10:19:30 Edgar sudo[51967]: pam_unix(sudo:session): session opened
for user root by (uid=0)


Jul 28 10:20:21 Edgar wpa_supplicant[1209]: wlp58s0: WPA: Group rekeying
completed with e8:df:70:31:e9:67 [GTK=CCMP]
>8-

Thanks and best regards,

Ulrich.


Am Mo., 27. Juli 2020 um 18:25 Uhr schrieb Sebastien Bacher <
1889...@bugs.launchpad.net>:

> Thank you for your bug report. The fileselector is from GTK, it should
> have the same issue in other applications unless it's the apparmor
> profile blocking the access ... could you do
>
> $ journalctl -f
>
> try to create the directory and copy any warning or error printed in the
> log?
>
> ** Changed in: evince (Ubuntu)
>Importance: Undecided => Low
>
> ** Changed in: evince (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1889091
>
> Title:
>   When saving a copy save dialog cannot create directory on nfs share
>
> To manage notifications about this bug go to:
>
> https://bugs.launchpad.net/ubuntu/+source/evince/+bug/1889091/+subscriptions
>

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

Title:
  When saving a copy save dialog cannot create directory on nfs share

Status in evince package in Ubuntu:
  Incomplete

Bug description:
  Hi,

  i stumbled upon a weird oddity with evince...

  # Steps creating the problem

  1. I downloaded a pdf document from the internet using firefox.
  2. Firefox offered to open the pdf in a document reader
  3. Evince opened and displayed the pdf (correctly)
  4. I used the hamburger menu and choose "Speichern unter" ("save as")
  5. Filedialog opened. I navigated to an nfs mounted directory.
  6. I ordered "Ordner anlegen" ("create folder") via the + symbol
  7. I am prompted for the name of the new folder
  8. It sais: "Der Ordner kann nicht angelegt werden -- Fehler beim ERstellen 
des Ordners <...> Keine Berechtigung" ("The folder cannot be created - Error 
creating the folder -- Not Authorized"
  9. If I go to the terminal and mkdir the folder is created all right. (I 
expected that the directory would be created -- if chmod is set correctly and 
the shell can do it evince should also be able to do it...)

  # More info

  My `/etc/fstab` reads as follows:

  ```
  # /etc/fstab: static file system information.
  #
  # 

  192.168.178.52:/home /nfs nfs noauto,user,exec 0 0
  <...>
  ```

  192.168.178.52 (nathan) uses the kernel-nfs-server and the following 
`/etc/exports`-file:
  ```
  # /etc/exports: the access control list for filesystems which may be exported
  # to NFS clients.  See exports(5).
  #
  # Example for NFSv2 and NFSv3:
  # /srv/homes   hostname1(rw,sync,no_subtree_check) 
hostname2(ro,sync,no_subtree_check)
  #
  # Example for NFSv4:
  # /srv/nfs4gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
  # /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
  #
  # /etc/exports: the access control list for filesystems which may be exported
  # to NFS clients.  See exports(5).
  #
  /home/ *(rw,sync,insecure,no_root_squash)
  <...>
  ``

[Desktop-packages] [Bug 1889091] [NEW] When saving a copy save dialog cannot create directory on nfs share

2020-07-27 Thread 1448412
Public bug reported:

Hi,

i stumbled upon a weird oddity with evince...

# Steps creating the problem

1. I downloaded a pdf document from the internet using firefox.
2. Firefox offered to open the pdf in a document reader
3. Evince opened and displayed the pdf (correctly)
4. I used the hamburger menu and choose "Speichern unter" ("save as")
5. Filedialog opened. I navigated to an nfs mounted directory.
6. I ordered "Ordner anlegen" ("create folder") via the + symbol
7. I am prompted for the name of the new folder
8. It sais: "Der Ordner kann nicht angelegt werden -- Fehler beim ERstellen des 
Ordners <...> Keine Berechtigung" ("The folder cannot be created - Error 
creating the folder -- Not Authorized"
9. If I go to the terminal and mkdir the folder is created all right. (I 
expected that the directory would be created -- if chmod is set correctly and 
the shell can do it evince should also be able to do it...)

# More info

My `/etc/fstab` reads as follows:

```
# /etc/fstab: static file system information.
#
#   

192.168.178.52:/home /nfs nfs noauto,user,exec 0 0
<...>
```

192.168.178.52 (nathan) uses the kernel-nfs-server and the following 
`/etc/exports`-file:
```
# /etc/exports: the access control list for filesystems which may be exported
#   to NFS clients.  See exports(5).
#
# Example for NFSv2 and NFSv3:
# /srv/homes   hostname1(rw,sync,no_subtree_check) 
hostname2(ro,sync,no_subtree_check)
#
# Example for NFSv4:
# /srv/nfs4gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
# /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
#
# /etc/exports: the access control list for filesystems which may be exported
#   to NFS clients.  See exports(5).
#
/home/ *(rw,sync,insecure,no_root_squash)
<...>
```

Which is surely not too strict but rather to permissive... :o/

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: evince 3.36.5-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
Uname: Linux 5.4.0-42-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: Budgie:GNOME
Date: Mon Jul 27 16:12:17 2020
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_DE.UTF-8
 SHELL=/bin/zsh
SourcePackage: evince
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apparmor apport-bug focal

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

Title:
  When saving a copy save dialog cannot create directory on nfs share

Status in evince package in Ubuntu:
  New

Bug description:
  Hi,

  i stumbled upon a weird oddity with evince...

  # Steps creating the problem

  1. I downloaded a pdf document from the internet using firefox.
  2. Firefox offered to open the pdf in a document reader
  3. Evince opened and displayed the pdf (correctly)
  4. I used the hamburger menu and choose "Speichern unter" ("save as")
  5. Filedialog opened. I navigated to an nfs mounted directory.
  6. I ordered "Ordner anlegen" ("create folder") via the + symbol
  7. I am prompted for the name of the new folder
  8. It sais: "Der Ordner kann nicht angelegt werden -- Fehler beim ERstellen 
des Ordners <...> Keine Berechtigung" ("The folder cannot be created - Error 
creating the folder -- Not Authorized"
  9. If I go to the terminal and mkdir the folder is created all right. (I 
expected that the directory would be created -- if chmod is set correctly and 
the shell can do it evince should also be able to do it...)

  # More info

  My `/etc/fstab` reads as follows:

  ```
  # /etc/fstab: static file system information.
  #
  # 

  192.168.178.52:/home /nfs nfs noauto,user,exec 0 0
  <...>
  ```

  192.168.178.52 (nathan) uses the kernel-nfs-server and the following 
`/etc/exports`-file:
  ```
  # /etc/exports: the access control list for filesystems which may be exported
  # to NFS clients.  See exports(5).
  #
  # Example for NFSv2 and NFSv3:
  # /srv/homes   hostname1(rw,sync,no_subtree_check) 
hostname2(ro,sync,no_subtree_check)
  #
  # Example for NFSv4:
  # /srv/nfs4gss/krb5i(rw,sync,fsid=0,crossmnt,no_subtree_check)
  # /srv/nfs4/homes  gss/krb5i(rw,sync,no_subtree_check)
  #
  # /etc/exports: the access control list for filesystems which may be exported
  # to NFS clients.  See exports(5).
  #
  /home/ *(rw,sync,insecure,no_root_squash)
  <...>
  ```

  Which is surely not too strict but rather to permissive... :o/

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: evince 3.36.5-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-42.46-generic 5.4.44
  Uname: Linux 5.4.0-42-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: Budgie:GNOME
 

[Desktop-packages] [Bug 1264067] Re: Frozen Screen when switching to fullscreenmode

2013-12-25 Thread 1448412
** Attachment added: "dmesg"
   
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1264067/+attachment/3935420/+files/dmesg

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-319 in Ubuntu.
https://bugs.launchpad.net/bugs/1264067

Title:
  Frozen Screen when switching to fullscreenmode

Status in “nvidia-graphics-drivers-319” package in Ubuntu:
  New

Bug description:
  Hello,

  there seems to be a yet another problem with the nvidia drivers:

  * When switching to fullscreen mode, there is a frozen image. 
  * While the screen is frozen the system "blindly" runs all right: There is 
sound, the System reacts to keypresses; So only the display is frozen, not the 
displaying application nor the windowing system or the kernel.
  * When you manage to quit fullscreen mode (for example by pressing a 
shortcut-key like "f" or CTRL+"f") The display un-freezes.
  * When you press CTRL+ALT+F1 while there is a frozen fullscreen image and 
then CTRL+ALT+F7 the fullscreen mode un-freezes.

  What I did in detail / Perhaps this helps to reproduce the problem:

  System setup:
  - I freshly installed kubuntu 13.10
  - I changed the append-line via /etc/defaults/grub:
   11 #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
   12 GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
  - I installed the nvidia-drivers via jockey-kde

  Triggering the problem:
  - start frozen-bubbles
  - press f
  - screen freezes
  - press CTRL+ALT+F1
  - TTY appears
  - press CTRL+ALT+F7
  - frozen bubbles unfreezes an can be played fullscreen mode

  Other applications that have the same problems with fullscreen-mode:
  - rocksndiamonds
  - dosbox

  Applications that do work in fullscreen-mode:
  - vlc
  - xine
  - mplayer

  Details about my system:

  > lsb_release -rd
  Description:Ubuntu 13.10
  Release:13.10

  >apt-cache policy nvidia-319
  nvidia-319:
Installiert:   319.32-0ubuntu7
Installationskandidat: 319.32-0ubuntu7
Versionstabelle:
   *** 319.32-0ubuntu7 0
  500 http://de.archive.ubuntu.com/ubuntu/ saucy/restricted amd64 
Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nvidia-319 319.32-0ubuntu7
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Wed Dec 25 10:47:38 2013
  InstallationDate: Installed on 2013-12-22 (2 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 
(20131016.1)
  MarkForUpload: True
  SourcePackage: nvidia-graphics-drivers-319
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-319/+bug/1264067/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1264067] [NEW] Frozen Screen when switching to fullscreenmode

2013-12-25 Thread 1448412
Public bug reported:

Hello,

there seems to be a yet another problem with the nvidia drivers:

* When switching to fullscreen mode, there is a frozen image. 
* While the screen is frozen the system "blindly" runs all right: There is 
sound, the System reacts to keypresses; So only the display is frozen, not the 
displaying application nor the windowing system or the kernel.
* When you manage to quit fullscreen mode (for example by pressing a 
shortcut-key like "f" or CTRL+"f") The display un-freezes.
* When you press CTRL+ALT+F1 while there is a frozen fullscreen image and then 
CTRL+ALT+F7 the fullscreen mode un-freezes.

What I did in detail / Perhaps this helps to reproduce the problem:

System setup:
- I freshly installed kubuntu 13.10
- I changed the append-line via /etc/defaults/grub:
 11 #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
 12 GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
- I installed the nvidia-drivers via jockey-kde

Triggering the problem:
- start frozen-bubbles
- press f
- screen freezes
- press CTRL+ALT+F1
- TTY appears
- press CTRL+ALT+F7
- frozen bubbles unfreezes an can be played fullscreen mode

Other applications that have the same problems with fullscreen-mode:
- rocksndiamonds
- dosbox

Applications that do work in fullscreen-mode:
- vlc
- xine
- mplayer

Details about my system:

> lsb_release -rd
Description:Ubuntu 13.10
Release:13.10

>apt-cache policy nvidia-319
nvidia-319:
  Installiert:   319.32-0ubuntu7
  Installationskandidat: 319.32-0ubuntu7
  Versionstabelle:
 *** 319.32-0ubuntu7 0
500 http://de.archive.ubuntu.com/ubuntu/ saucy/restricted amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 13.10
Package: nvidia-319 319.32-0ubuntu7
ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
Uname: Linux 3.11.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 2.12.5-0ubuntu2.2
Architecture: amd64
Date: Wed Dec 25 10:47:38 2013
InstallationDate: Installed on 2013-12-22 (2 days ago)
InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd64 (20131016.1)
MarkForUpload: True
SourcePackage: nvidia-graphics-drivers-319
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: nvidia-graphics-drivers-319 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug display freeze fullscreen nvidia saucy

** Attachment added: "Xorg logfile"
   https://bugs.launchpad.net/bugs/1264067/+attachment/3935415/+files/Xorg.0.log

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nvidia-graphics-drivers-319 in Ubuntu.
https://bugs.launchpad.net/bugs/1264067

Title:
  Frozen Screen when switching to fullscreenmode

Status in “nvidia-graphics-drivers-319” package in Ubuntu:
  New

Bug description:
  Hello,

  there seems to be a yet another problem with the nvidia drivers:

  * When switching to fullscreen mode, there is a frozen image. 
  * While the screen is frozen the system "blindly" runs all right: There is 
sound, the System reacts to keypresses; So only the display is frozen, not the 
displaying application nor the windowing system or the kernel.
  * When you manage to quit fullscreen mode (for example by pressing a 
shortcut-key like "f" or CTRL+"f") The display un-freezes.
  * When you press CTRL+ALT+F1 while there is a frozen fullscreen image and 
then CTRL+ALT+F7 the fullscreen mode un-freezes.

  What I did in detail / Perhaps this helps to reproduce the problem:

  System setup:
  - I freshly installed kubuntu 13.10
  - I changed the append-line via /etc/defaults/grub:
   11 #GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
   12 GRUB_CMDLINE_LINUX_DEFAULT="nomodeset"
  - I installed the nvidia-drivers via jockey-kde

  Triggering the problem:
  - start frozen-bubbles
  - press f
  - screen freezes
  - press CTRL+ALT+F1
  - TTY appears
  - press CTRL+ALT+F7
  - frozen bubbles unfreezes an can be played fullscreen mode

  Other applications that have the same problems with fullscreen-mode:
  - rocksndiamonds
  - dosbox

  Applications that do work in fullscreen-mode:
  - vlc
  - xine
  - mplayer

  Details about my system:

  > lsb_release -rd
  Description:Ubuntu 13.10
  Release:13.10

  >apt-cache policy nvidia-319
  nvidia-319:
Installiert:   319.32-0ubuntu7
Installationskandidat: 319.32-0ubuntu7
Versionstabelle:
   *** 319.32-0ubuntu7 0
  500 http://de.archive.ubuntu.com/ubuntu/ saucy/restricted amd64 
Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 13.10
  Package: nvidia-319 319.32-0ubuntu7
  ProcVersionSignature: Ubuntu 3.11.0-14.21-generic 3.11.7
  Uname: Linux 3.11.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 2.12.5-0ubuntu2.2
  Architecture: amd64
  Date: Wed Dec 25 10:47:38 2013
  InstallationDate: Installed on 2013-12-22 (2 days ago)
  InstallationMedia: Kubuntu 13.10 "Saucy Salamander" - Release amd

[Desktop-packages] [Bug 909792] Re: Evolution looses emails when moving mails

2012-01-08 Thread 1448412
Evolution has also problems copying mails.
*) When I copy mails I often get the "file or directory not found" message and 
the mails are not copied. CTRL+E  on source and destination folder and after 
that copying again usually is successful.
*) When I copy folders containing mails and subfolders in one local account 
from one location to another very often the folder-structure gets copied to the 
destination but in many subfolders (not all) the mails were not copied. It 
seems that for a subfolder eigher all mails are copied or none at all. There is 
no error reported. When I open all the folders in the source structure and copy 
after that, it seems that copying is more likely to succeed.

Could it be a caching-problem?

I suspect also that poor error handling might be part of the problem.

Could you please make sure that evolution under no circumstances
silently ignores errors? If evolution can't find out what actually is
causing the problem, it's still better to get a cryptic error message
than not to notice at all that something has gone wrong...

Surely moving means copying and deleting afterwards. If this is true,
could you please also make sure that no deleting can takes place when
copying has somehow failed?

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

Title:
  Evolution looses emails when moving mails

Status in “evolution” package in Ubuntu:
  Confirmed

Bug description:
  I was moving mails in a rather large structure on a gmail account,
  accesses using imap+. I was moving a subfolder.

  I got a warning that the source could not be read. After that, the
  source-folder disappeared and never showed up in the destination
  folder. I tried with 4 other folders that all got lost.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Thu Dec 29 17:42:43 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-19 (71 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 909792] Re: Evolution looses emails when moving mails

2012-01-05 Thread 1448412
I also noted problems when moving mails to local folders. When moving a folder 
from the gmail account to a local folder I get the message: "Fehler bei 
»Nachrichten werden in den Ordner technik/archiv/2010 verschoben«.
Nachricht kann nicht in den Zielordner übertragen werden: Datei oder 
Verzeichnis nicht gefunden"
(Error occurred at: "Messages are moved to the folder <>"
Message cannot be moved to destination folder: File or directory not found.)

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

Title:
  Evolution looses emails when moving mails

Status in “evolution” package in Ubuntu:
  New

Bug description:
  I was moving mails in a rather large structure on a gmail account,
  accesses using imap+. I was moving a subfolder.

  I got a warning that the source could not be read. After that, the
  source-folder disappeared and never showed up in the destination
  folder. I tried with 4 other folders that all got lost.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Thu Dec 29 17:42:43 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-19 (71 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 909792] Re: Evolution looses emails when moving mails

2012-01-05 Thread 1448412
I also noted problems when moving sub-folders where source and
destination both were in the same local mail directory. I recorded the
failure with recordmydesktop and could provide the screencast if that is
of any use to you.

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

Title:
  Evolution looses emails when moving mails

Status in “evolution” package in Ubuntu:
  New

Bug description:
  I was moving mails in a rather large structure on a gmail account,
  accesses using imap+. I was moving a subfolder.

  I got a warning that the source could not be read. After that, the
  source-folder disappeared and never showed up in the destination
  folder. I tried with 4 other folders that all got lost.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Thu Dec 29 17:42:43 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-19 (71 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 909792] Re: Evolution looses emails when moving mails

2011-12-29 Thread 1448412
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/909792

Title:
  Evolution looses emails when moving mails

Status in “evolution” package in Ubuntu:
  New

Bug description:
  I was moving mails in a rather large structure on a gmail account,
  accesses using imap+. I was moving a subfolder.

  I got a warning that the source could not be read. After that, the
  source-folder disappeared and never showed up in the destination
  folder. I tried with 4 other folders that all got lost.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Thu Dec 29 17:42:43 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-19 (71 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 909792] [NEW] Evolution looses emails when moving mails

2011-12-29 Thread 1448412
Public bug reported:

I was moving mails in a rather large structure on a gmail account,
accesses using imap+. I was moving a subfolder.

I got a warning that the source could not be read. After that, the
source-folder disappeared and never showed up in the destination folder.
I tried with 4 other folders that all got lost.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: evolution 3.2.1-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
Uname: Linux 3.0.0-14-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu4
Architecture: amd64
Date: Thu Dec 29 17:42:43 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
UpgradeStatus: Upgraded to oneiric on 2011-10-19 (71 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Evolution looses emails when moving mails

Status in “evolution” package in Ubuntu:
  New

Bug description:
  I was moving mails in a rather large structure on a gmail account,
  accesses using imap+. I was moving a subfolder.

  I got a warning that the source could not be read. After that, the
  source-folder disappeared and never showed up in the destination
  folder. I tried with 4 other folders that all got lost.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.1-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-14.23-generic 3.0.9
  Uname: Linux 3.0.0-14-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: amd64
  Date: Thu Dec 29 17:42:43 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-19 (71 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 879456] Re: Typeahead functionality for nautilus is broken

2011-11-08 Thread 1448412
Hello,

I tried lots of scenarios but I am not able to reproduce the problem
again with the patched version. As Jo reports that the patch is not
present in a clean system, I'm quite sure that I lost track of which
version actually was on the system when I noticed the problems. So
please consider my last report as invalid.

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

Title:
  Typeahead functionality for nautilus is broken

Status in Nautilus:
  Unknown
Status in “nautilus” package in Ubuntu:
  Triaged

Bug description:
  This bug is similar to: #857710 File selection by typing is buggy
  sometimes

  Description:  Ubuntu 11.10
  Release:  11.10

  nautilus:
    Installed: 1:3.2.1-0ubuntu1
    Candidate: 1:3.2.1-0ubuntu1

  However the person that was assigned to that bug told me to file a new one 
because supposedly it is a different bug.
  I installed the nautilus 1:3.2.1-0ubuntu1 package from ubuntu proposed and 
all packages related and I still experience the following  behavior:

  Expected behavior:

  - Open nautilus in ANY folder.
  - Start typing name of folder/file.
  - Nautilus selects folders/file matching as you type (one file at a time 
matching what is in the search/typeahead box).
  - Type backspace
  - Deletes the last character typed in search/typeahead box

  Actual Behavior

  - Open nautilus in ANY folder.
  - Start typing the name of a folder/file.
  - Sometimes the search box opens and sometimes it does not. (BUG)
  - If it does open, after a letter or two the search box disappears. (BUG)
  - If you change folders sometimes the box reappears as you start typing other 
times it disappears. (BUG)
  - If the box re-appears typing in Back-space does not delete the text present 
in the box, instead it navigates backwards (Unexpected behavior)
  - If it disappears It does not re-appear until you close and re-open 
nautilus. (BUG)

  This happens in ALL views (Icon, List, Compact) with or without status
  bar enabled (Some suggested that the status bar fixes this, it does
  not).

  The newly released packages (nautilus* 3.2.1) DO NOT fix this bug.

  I am on Ubuntu 11.10 64Bit Using Gnome 3.2 and Gnome Shell.
  Upgraded to this ubuntu since 10.04

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 879456] Re: Typeahead functionality for nautilus is broken

2011-11-07 Thread 1448412
Hi,

alas i have bad news! It seems to be somehow possible to recreate the
bug effect even with the patched version. I had several nautilus windows
opened while vlc was playing and twice nautilus showed the original
behaviour, while in between working all right. I suspect that the focus
goes off the searchbox when multiple windows are involved, but at the
moment I cannot reproduce the situation by will. I'll keep on trying to
find a procedure that triggers the problem reliably. Could you give
nautilus some more tries, especially with multiple windows?

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

Title:
  Typeahead functionality for nautilus is broken

Status in Nautilus:
  Unknown
Status in “nautilus” package in Ubuntu:
  Fix Released

Bug description:
  This bug is similar to: #857710 File selection by typing is buggy
  sometimes

  Description:  Ubuntu 11.10
  Release:  11.10

  nautilus:
Installed: 1:3.2.1-0ubuntu1
Candidate: 1:3.2.1-0ubuntu1

  However the person that was assigned to that bug told me to file a new one 
because supposedly it is a different bug.
  I installed the nautilus 1:3.2.1-0ubuntu1 package from ubuntu proposed and 
all packages related and I still experience the following  behavior:

  Expected behavior:

  - Open nautilus in ANY folder.
  - Start typing name of folder/file.
  - Nautilus selects folders/file matching as you type (one file at a time 
matching what is in the search/typeahead box).
  - Type backspace
  - Deletes the last character typed in search/typeahead box

  Actual Behavior

  - Open nautilus in ANY folder.
  - Start typing the name of a folder/file.
  - Sometimes the search box opens and sometimes it does not. (BUG)
  - If it does open, after a letter or two the search box disappears. (BUG)
  - If you change folders sometimes the box reappears as you start typing other 
times it disappears. (BUG)
  - If the box re-appears typing in Back-space does not delete the text present 
in the box, instead it navigates backwards (Unexpected behavior)
  - If it disappears It does not re-appear until you close and re-open 
nautilus. (BUG)

  This happens in ALL views (Icon, List, Compact) with or without status
  bar enabled (Some suggested that the status bar fixes this, it does
  not).

  The newly released packages (nautilus* 3.2.1) DO NOT fix this bug.

  I am on Ubuntu 11.10 64Bit Using Gnome 3.2 and Gnome Shell.
  Upgraded to this ubuntu since 10.04

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 879456] Re: Typeahead functionality for nautilus is broken

2011-11-06 Thread 1448412
Hi,

I updated to 1:3.2.1-0ubuntu2 and even though I can't spot the fix in
the changelog nautilus still works all right, so it seems to be
contained.

Again, thanks to Chow Loong Jin for the fix and to all of you for your
help on this!

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

Title:
  Typeahead functionality for nautilus is broken

Status in Nautilus:
  Unknown
Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  This bug is similar to: #857710 File selection by typing is buggy
  sometimes

  Description:  Ubuntu 11.10
  Release:  11.10

  nautilus:
Installed: 1:3.2.1-0ubuntu1
Candidate: 1:3.2.1-0ubuntu1

  However the person that was assigned to that bug told me to file a new one 
because supposedly it is a different bug.
  I installed the nautilus 1:3.2.1-0ubuntu1 package from ubuntu proposed and 
all packages related and I still experience the following  behavior:

  Expected behavior:

  - Open nautilus in ANY folder.
  - Start typing name of folder/file.
  - Nautilus selects folders/file matching as you type (one file at a time 
matching what is in the search/typeahead box).
  - Type backspace
  - Deletes the last character typed in search/typeahead box

  Actual Behavior

  - Open nautilus in ANY folder.
  - Start typing the name of a folder/file.
  - Sometimes the search box opens and sometimes it does not. (BUG)
  - If it does open, after a letter or two the search box disappears. (BUG)
  - If you change folders sometimes the box reappears as you start typing other 
times it disappears. (BUG)
  - If the box re-appears typing in Back-space does not delete the text present 
in the box, instead it navigates backwards (Unexpected behavior)
  - If it disappears It does not re-appear until you close and re-open 
nautilus. (BUG)

  This happens in ALL views (Icon, List, Compact) with or without status
  bar enabled (Some suggested that the status bar fixes this, it does
  not).

  The newly released packages (nautilus* 3.2.1) DO NOT fix this bug.

  I am on Ubuntu 11.10 64Bit Using Gnome 3.2 and Gnome Shell.
  Upgraded to this ubuntu since 10.04

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 879456] Re: Typeahead functionality for nautilus is broken

2011-11-04 Thread 1448412
Hello,

I downloaded the nautilus_3.2.1-0ubuntu2~ppa1_amd64.deb package from
https://launchpad.net/~bsantos/+archive/ppa/+build/2899624 and simply
installed by "dpkg -i". After that I killed nautilus ("nautilus -q") and
restarted it ("nautilus &").

I can confirm that the update(...downgrade, if you see things the way dpkg 
does) fixes the following aspects of the problem:
- Typing some characters followed by backspace leads to characters being erased 
and no unwanted directory change taking place. This worked perfectly in every 
directory I tried.
- changing directories by typing directory name followed by  causes the 
search-box to disappear and it's contents being erased. So navigating the 
directory tree now works almost as fast as the cern-neutrinos again :)

As far as I can see this is a perfect fix for the problem!

Many thanks for your work, this was quite an annoying problem!

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

Title:
  Typeahead functionality for nautilus is broken

Status in Nautilus:
  Unknown
Status in “nautilus” package in Ubuntu:
  Confirmed

Bug description:
  This bug is similar to: #857710 File selection by typing is buggy
  sometimes

  Description:  Ubuntu 11.10
  Release:  11.10

  nautilus:
Installed: 1:3.2.1-0ubuntu1
Candidate: 1:3.2.1-0ubuntu1

  However the person that was assigned to that bug told me to file a new one 
because supposedly it is a different bug.
  I installed the nautilus 1:3.2.1-0ubuntu1 package from ubuntu proposed and 
all packages related and I still experience the following  behavior:

  Expected behavior:

  - Open nautilus in ANY folder.
  - Start typing name of folder/file.
  - Nautilus selects folders/file matching as you type (one file at a time 
matching what is in the search/typeahead box).
  - Type backspace
  - Deletes the last character typed in search/typeahead box

  Actual Behavior

  - Open nautilus in ANY folder.
  - Start typing the name of a folder/file.
  - Sometimes the search box opens and sometimes it does not. (BUG)
  - If it does open, after a letter or two the search box disappears. (BUG)
  - If you change folders sometimes the box reappears as you start typing other 
times it disappears. (BUG)
  - If the box re-appears typing in Back-space does not delete the text present 
in the box, instead it navigates backwards (Unexpected behavior)
  - If it disappears It does not re-appear until you close and re-open 
nautilus. (BUG)

  This happens in ALL views (Icon, List, Compact) with or without status
  bar enabled (Some suggested that the status bar fixes this, it does
  not).

  The newly released packages (nautilus* 3.2.1) DO NOT fix this bug.

  I am on Ubuntu 11.10 64Bit Using Gnome 3.2 and Gnome Shell.
  Upgraded to this ubuntu since 10.04

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 878460] Re: evolution can't create directories on imap accounts

2011-10-24 Thread 1448412
Bonjour Mathieu,

Thanks for your response. You are perfectly right! Changing the settings
to imap+/imapx the problem disappears; It is indeed a valid workaround.
(And you made my day :-)

Can you confirm the problem when using the "imap" method?

Many thanks and greetings!

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

Title:
  evolution can't create directories on imap accounts

Status in “evolution” package in Ubuntu:
  Incomplete

Bug description:
  I tried to create a directory on an gmail imap account. Using the
  context menu Evolution offered a window asking where to create the new
  folder in. But this window only contains local directories. Another
  machine running ubuntu 10.04 is able to create directories on the very
  same account using thunderbird.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Wed Oct 19 21:35:24 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-19 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 857710] Re: File selection by typing is buggy sometimes

2011-10-19 Thread 1448412
I did:

- sudo apt-get install -t oneiric-proposed nautilus
- logout/login

I tried starting in ~ and navigated to ~/Desktop/data/projects

I can now do so by typing "De...Pause ca.3-4 seconds...da
Pause ca.3-4 secondspro" which was not possible before the fix.

But the need to pause is very annoying. Before the bug appeared, I could
execute the full procedure in far less than 1 second.

During the pause the search-box is still visible with the old content.
It does not close and it does not clear after the directory change.
After the pause the searchbox will vanish, and after a keystroke it will
reappear containing only the key from the keystroke.

I do not experience that enabling/disabling the statusbar influences
things.

I'm using a x64 machine that has been upgraded from 10.04, btw.

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

Title:
  File selection by typing is buggy sometimes

Status in Nautilus:
  Fix Released
Status in “nautilus” package in Ubuntu:
  Fix Committed
Status in “nautilus” source package in Oneiric:
  Fix Committed

Bug description:
  Test case:
  1. install the new nautilus from -proposed and logout/login
  2. ensure that the testcase below doesn't trigger the bug anymore

  When I type in Nautilus to select files by name, often the wrong file
  is selected, as if my typing had been cut short or re-evaluated
  partway through. A screencast is attached.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.1.92-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-11.18-generic 3.0.4
  Uname: Linux 3.0.0-11-generic x86_64
  ApportVersion: 1.23-0ubuntu1
  Architecture: amd64
  Date: Fri Sep 23 12:50:09 2011
  ExecutablePath: /usr/bin/nautilus
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Beta amd64 (20110413)
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2011-09-23 (0 days ago)

  (from duplicate bug #872090)---
  To reproduce:
  On a previous version of ubuntu (Natty, Maverick) open nautilus.
  Click in the file and folder area.
  Press backspace until you are in the root of the file system.
  Type 'e'. 'etc' should be selected. Press enter to open /etc/
  Notice the search box disappears and /etc opens.
  Type 'uf' 'ufw' should be selected. Notice you did not have to clear out the 
'e' you typed into the search last time. Press backspace to clear the character 
'f' from the current search, 'uf'. Notice the character 'f' is deleted and that 
you are still in /etc/.
  Type 'd' and press enter to open /etc/udev.

  Now, try the same test on Oneiric:
  On a Oneiric, open nautilus.
  Click in the file and folder area.
  Press backspace until you are in the root of the file system.
  Type 'et'. Notice that the search box disappears after typing the second 
letter (Not expected, a bug).
  Press enter to open the currently selected /etc.
  Type 'ud' and notice that no search comes up (this is a bug).
  Close nautilus and reopen.
  Type 'docu' to select documents, press backspace to delete 'u' and press 
enter. Notice the search works as expected.
  Press backspace to navigate up (this is working normal)
  Type 'Public'. Notice search still works as expected. Press enter.
  Press backspace until you are in the root of the filesystem.

  Apparently, search works properly in the home folder, but not in other 
folders!
  On my machine, I'm using btrfs with (the installer set up) subvolumes for / 
and /home. However, this bug is still the same for root's home folder, which is 
only on the / subvolume!
  -

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 878460] Re: evolution can't create directories on imap accounts

2011-10-19 Thread 1448412
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evolution in Ubuntu.
https://bugs.launchpad.net/bugs/878460

Title:
  evolution can't create directories on imap accounts

Status in “evolution” package in Ubuntu:
  New

Bug description:
  I tried to create a directory on an gmail imap account. Using the
  context menu Evolution offered a window asking where to create the new
  folder in. But this window only contains local directories. Another
  machine running ubuntu 10.04 is able to create directories on the very
  same account using thunderbird.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Wed Oct 19 21:35:24 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-19 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 878460] [NEW] evolution can't create directories on imap accounts

2011-10-19 Thread 1448412
Public bug reported:

I tried to create a directory on an gmail imap account. Using the
context menu Evolution offered a window asking where to create the new
folder in. But this window only contains local directories. Another
machine running ubuntu 10.04 is able to create directories on the very
same account using thunderbird.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: evolution 3.2.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Wed Oct 19 21:35:24 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
UpgradeStatus: Upgraded to oneiric on 2011-10-19 (0 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  evolution can't create directories on imap accounts

Status in “evolution” package in Ubuntu:
  New

Bug description:
  I tried to create a directory on an gmail imap account. Using the
  context menu Evolution offered a window asking where to create the new
  folder in. But this window only contains local directories. Another
  machine running ubuntu 10.04 is able to create directories on the very
  same account using thunderbird.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: evolution 3.2.0-0ubuntu2
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Wed Oct 19 21:35:24 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: evolution
  UpgradeStatus: Upgraded to oneiric on 2011-10-19 (0 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875832] Re: Navigating through folders using keyboard not longer possible due to missing reset of searchfield

2011-10-16 Thread 1448412
-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to nautilus in Ubuntu.
https://bugs.launchpad.net/bugs/875832

Title:
  Navigating through folders using keyboard not longer possible due to
  missing reset of searchfield

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  As soon as you start typing the name of a directory or file, nautilus
  will display your input in the lower right corner of it's window and
  select the first file matching the pattern. If return is pressed on a
  directory, nautilus changes to that directory and you should be able
  to repeat the process, the box in the lower right corner normally
  starts anew from empty.

  While this was true before the update to oneiric, this no longer works
  in oneiric: If I go to my home directory and type "Deda"
  nautilus does change to the Desktop folder but therein it does not
  select the "data" directory on my Desktop. The lower right windows
  reads "Deda". So it seems the Input "De" does not get reset as in the
  preceding versions.

  This bug makes using the keyboard very inefficient, if not impossible.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.0-0ubuntu5
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 18:41:20 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 875832] [NEW] Navigating through folders using keyboard not longer possible due to missing reset of searchfield

2011-10-16 Thread 1448412
Public bug reported:

As soon as you start typing the name of a directory or file, nautilus
will display your input in the lower right corner of it's window and
select the first file matching the pattern. If return is pressed on a
directory, nautilus changes to that directory and you should be able to
repeat the process, the box in the lower right corner normally starts
anew from empty.

While this was true before the update to oneiric, this no longer works
in oneiric: If I go to my home directory and type "Deda"
nautilus does change to the Desktop folder but therein it does not
select the "data" directory on my Desktop. The lower right windows reads
"Deda". So it seems the Input "De" does not get reset as in the
preceding versions.

This bug makes using the keyboard very inefficient, if not impossible.

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: nautilus 1:3.2.0-0ubuntu5
ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: nvidia
ApportVersion: 1.23-0ubuntu3
Architecture: amd64
Date: Sun Oct 16 18:41:20 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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


** Tags: amd64 apport-bug oneiric running-unity

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

Title:
  Navigating through folders using keyboard not longer possible due to
  missing reset of searchfield

Status in “nautilus” package in Ubuntu:
  New

Bug description:
  As soon as you start typing the name of a directory or file, nautilus
  will display your input in the lower right corner of it's window and
  select the first file matching the pattern. If return is pressed on a
  directory, nautilus changes to that directory and you should be able
  to repeat the process, the box in the lower right corner normally
  starts anew from empty.

  While this was true before the update to oneiric, this no longer works
  in oneiric: If I go to my home directory and type "Deda"
  nautilus does change to the Desktop folder but therein it does not
  select the "data" directory on my Desktop. The lower right windows
  reads "Deda". So it seems the Input "De" does not get reset as in the
  preceding versions.

  This bug makes using the keyboard very inefficient, if not impossible.

  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: nautilus 1:3.2.0-0ubuntu5
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic x86_64
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu3
  Architecture: amd64
  Date: Sun Oct 16 18:41:20 2011
  InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: nautilus
  UpgradeStatus: Upgraded to oneiric on 2011-10-14 (2 days ago)

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp