[Bug 1732357] Re: g_strsplit: assertion 'string != NULL' failed

2019-06-26 Thread Lutz Lüdemann
this happened to me today too, gnome-software version 3.30.6

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

Title:
  g_strsplit: assertion 'string != NULL' failed

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

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

[Bug 1392637] [NEW] Cannot boot with newly installed systemd if /tmp/ is filled with files

2014-11-14 Thread Arthur Lutz
Public bug reported:

On a new lubuntu 14.10 install, after installing a bunch of new
packages, I rebooted the machine and it stalls on startup. It stays on
the four dots of plymouth (not the graphical version).

After trying various options in rescue mode, I end up understanding that
the boot system has switched to systemd by looking at /var/log/dpkg.log
(attached).

I then tried init=/lib/systemd/systemd in grub without quiet and splash
and found that it was blocking on a start job is running for Create
Volatile files and directories. A search on the internet later, I found
that the problem was solved by this approach :
http://forums.debian.net/viewtopic.php?f=10t=118008

So, in rescue mode, I did a mv /tmp/ to /fulltmp/ (an ls wouldn't return
so I'm guessing the /tmp/ is really full and the disk is not rocket
fast). I recreated /tmp and did a chmod 1777 /tmp, reboot and it works!

While describing this, am not entirelly sure upstart is exempt from this
bug (how do I check which init was used after I've booted ?)

This is a very frustrating bug since it doesn't appear on startup even
when removing quiet or splash.

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

** Attachment added: dpkg.log
   https://bugs.launchpad.net/bugs/1392637/+attachment/4260400/+files/dpkg.log

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

Title:
  Cannot boot with newly installed systemd if /tmp/ is filled with files

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

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


[Bug 1392637] Re: Cannot boot with newly installed systemd if /tmp/ is filled with files

2014-11-14 Thread Arthur Lutz
** Also affects: upstart (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/1392637

Title:
  Cannot boot with newly installed systemd if /tmp/ is filled with files

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

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


[Bug 666921] Re: (Kubuntu) GTK app freeze when some GUI feature is used

2014-10-01 Thread Arthur Lutz (Logilab)
Am getting something similar to this but don't known where to start
debugging it. Removing libcanberra-gtk-module doesn't fix the problem.

Doing a

   $ lsof  | grep libcanberra

gets me a bunche of matches on files from libcanberra0. Trying to remove
that offers to install a bunch of new packages, but removes a number of
other things I use. Am using trusty.

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

Title:
  (Kubuntu) GTK app freeze when some GUI feature is used

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+2.0/+bug/666921/+subscriptions

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


[Bug 1084468] [NEW] Rhythmbox can't read files from daap (forked-daapd) after pause

2012-11-29 Thread Arthur Lutz
Public bug reported:

Using daap works fine until I take a break and don't use it for a few
minutes. Restarting from there will skip tracks without reading them and
end up crashing Rhythmbox.

At startup / clicking on the daap share I get a few :

soup_uri_new_with_base: runtime check failed: (SOUP_URI_IS_VALID (base))

Then when loading the database I get a bunch of :

** (rhythmbox:17312): WARNING **:
GDBus.Error:org.freedesktop.DBus.Error.InvalidArgs: invalid key:
/org/gnome/rhythmbox/playlist//org/gnome/rhythmbox/plugins/daap/source
/show-browser

(rhythmbox:17312): GLib-GIO-CRITICAL **: is_key: assertion `key[i] !=
'/' || key[i + 1] != '/'' failed

(rhythmbox:17312): GLib-GIO-CRITICAL **: g_settings_backend_changed:
assertion `is_key (key)' failed

(rhythmbox:17312): GLib-GIO-CRITICAL **: is_key: assertion `key[i] !=
'/' || key[i + 1] != '/'' failed

(rhythmbox:17312): GLib-GIO-CRITICAL **: g_settings_backend_changed:
assertion `is_key (key)' failed

Another (maybe unrelated error) :

(rhythmbox:17312): GLib-GObject-CRITICAL **: g_value_get_uint: assertion 
`G_VALUE_HOLDS_UINT (value)' failed
Traceback (most recent call last):
  File /usr/lib/rhythmbox/plugins/rb/Loader.py, line 47, in _contents_cb
(ok, contents, etag) = file.load_contents_finish(result)
  File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
return info.invoke(*args, **kwargs)
gi._glib.GError: Bad Request

On the  server side when I skip a track I get something like :

[2012-11-29 10:20:00]httpd: Connection failed; stopping streaming of
file ID 10639

When it fails I get more of the above. And when I finally pause it to
stop skipping tracks (with red flag next to them) I get a popup with :
Python (v2.7) requires to install plugins to play media files of the
following type: text/html decoder

Right click on track with red flag says (at the bottom of property
window) Forbidden

Any ideas ? Should I debug on the forked-daapd side ?

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

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

Title:
  Rhythmbox can't read files from daap (forked-daapd) after pause

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

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


[Bug 1084468] Re: Rhythmbox can't read files from daap (forked-daapd) after pause

2012-11-29 Thread Arthur Lutz
Click back on the local music library, then on the daap share, then
trying to play a track I get something new on the terminal :

(rhythmbox:17312): RhythmDB-CRITICAL **: rhythmdb_entry_ref: assertion `entry 
!= NULL' failed
Rhythmbox-Message: Missing plugin: gstreamer|0.10|rhythmbox|text/html 
decoder|decoder-text/html
/usr/lib/python2.7/dist-packages/gobject/constants.py:24: Warning: 
g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
  import gobject._gobject
CRITICAL:Could not find any packages to operate on
Rhythmbox-Message: No installation candidate for missing plugins found.

(rhythmbox:17312): RhythmDB-CRITICAL **: rhythmdb_entry_unref: assertion `entry 
!= NULL' failed
Traceback (most recent call last):
  File /usr/lib/rhythmbox/plugins/rb/Loader.py, line 47, in _contents_cb
(ok, contents, etag) = file.load_contents_finish(result)
  File /usr/lib/python2.7/dist-packages/gi/types.py, line 43, in function
return info.invoke(*args, **kwargs)
gi._glib.GError: Automount failed: DBus error 
org.freedesktop.DBus.Error.InvalidArgs: Mountpoint Already registered

(rhythmbox:17312): Rhythmbox-CRITICAL **: playing_stream_cb: assertion
`entry != NULL' failed

(rhythmbox:17312): RhythmDB-CRITICAL **: rhythmdb_entry_ref: assertion `entry 
!= NULL' failed
Rhythmbox-Message: Missing plugin: gstreamer|0.10|rhythmbox|text/html 
decoder|decoder-text/html (ignoring)
Rhythmbox-Message: All missing plugins are blacklisted, doing nothing

(rhythmbox:17312): RhythmDB-CRITICAL **: rhythmdb_entry_unref: assertion
`entry != NULL' failed

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

Title:
  Rhythmbox can't read files from daap (forked-daapd) after pause

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

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


[Bug 1084468] Re: Rhythmbox can't read files from daap (forked-daapd) after pause

2012-11-29 Thread Arthur Lutz
Trying the 'disconnect' action on the daap share, I get a Segmentation
fault (core dumped)

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

Title:
  Rhythmbox can't read files from daap (forked-daapd) after pause

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

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


[Bug 794533] [NEW] Browse actions in Playlists (eg. Recently added)

2011-06-08 Thread Arthur Lutz
Public bug reported:

Binary package hint: rhythmbox

It would be usefull to have the Browse Artist/Album/etc on right click
when looking at the dynamic playlists such as Recently added

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

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

Title:
  Browse actions in Playlists (eg. Recently added)

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


[Bug 749776] Re: Nautilus won't start up and the desktop icons are frozen (can't be clicked)

2011-04-15 Thread Markus Lutz
This bug also is very annoying for me to.
It's a problem even in beta !

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

Title:
  Nautilus won't start up and the desktop icons are frozen (can't be
  clicked)

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


[Bug 147045] Re: gnome-appearance-properties hogs processor even after close

2007-11-08 Thread Lutz
I have the same problem:

When using gnome-appearance-properties it kicks my CPU to 100%. 
Even after closing the window, the process stays and uses 100% untill I kill it 
manually.

dpkg -l gtk*engine* | grep ^ii | awk '{print $2}' says:

gtk2-engines
gtk2-engines-pixbuf
gtk2-engines-ubuntulooks

-- 
gnome-appearance-properties hogs processor even after close
https://bugs.launchpad.net/bugs/147045
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 109429] Re: evince does not let me save a copy of file

2007-05-16 Thread Lutz
For me it makes not any sense to prevent copying because I could simply
find the file in /tmp directory and copy it directly from there.

-- 
evince does not let me save a copy of file
https://bugs.launchpad.net/bugs/109429
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 7560] Re: Wastebasket fails with read only directories

2007-05-15 Thread Lutz
Why is it not a bug as I described on 2007-05-07? That an ordinary user
can create files but not delete them should not be conform with the
motto it just works. Instead it reminds me of a kind of DRM...

-- 
Wastebasket fails with read only directories
https://bugs.launchpad.net/bugs/7560
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 114497] suspending while typing-monitor is blocking the screen

2007-05-13 Thread Lutz
Public bug reported:

If I suspend my computer while typing-monitor is blocking the screen and
I continue the computer later on the screen is still locked but typing-
monitor is not displayed The mouse clicks are not working while the
cursor works. Keyboard shortcuts work not but with alt+f4 I could manage
to unlock the screen. Alternatively I could change to a terminal by
ctrl+alt+f1, login, and kill a process (I don't remember exactly which
one) to get access to the gnome desktop again.

My system is Feisty.

** Affects: control-center (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
suspending while typing-monitor is blocking the screen
https://bugs.launchpad.net/bugs/114497
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for control-center in ubuntu.

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


[Bug 110165] Re: Typing monitor does not recognize sleep mode

2007-05-10 Thread Lutz
If I suspend my computer while typing-monitor is blocking the screen and
I continue the computer later on, the screen is still blocked but
typing-monitor is not displayed. So I need to change to a terminal by
ctrl+alt+f1, login, and kill the specific process to get access to the
gnome desktop again.

-- 
Typing monitor does not recognize sleep mode
https://bugs.launchpad.net/bugs/110165
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for control-center in ubuntu.

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


[Bug 113308] In Nautilus XLS and MP3 file types are recognized as comic book archive

2007-05-08 Thread Lutz
Public bug reported:

Binary package hint: nautilus

I have some usual MP3 and XLS files which are displayed in nautilus as
comic book archive. It appears in the type section of a file list in
Nautilus. Double click on the files does it not open but Nautilus shows
me instead a warning message that the file extension (XLS resp. MP3) and
file content (comic book archive) differ which might be a security
threat. The files are ok and open properly directly from applications.
What is comic book archive?!

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

-- 
In Nautilus XLS and MP3 file types are recognized as comic book archive
https://bugs.launchpad.net/bugs/113308
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for nautilus in ubuntu.

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


[Bug 113308] Re: In Nautilus XLS and MP3 file types are recognized as comic book archive

2007-05-08 Thread Lutz
Sorry, I am using Feisty. Right now I experienced that the two files I
had this problem with are not anymore recognized as described before.
Also file seems to think the same:

file Ac.xls: Microsoft Installer
file The Changeling.mp3: Audio file with ID3 version 23.0 tag, MP3 encoding

So I don't know how to reproduce the strange behavior.

-- 
In Nautilus XLS and MP3 file types are recognized as comic book archive
https://bugs.launchpad.net/bugs/113308
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for nautilus in ubuntu.

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


[Bug 7560] Re: Wastebasket fails with read only directories

2007-05-07 Thread Lutz
Probably my problem is the same as yours, lets see: I copied  files from
a SMB server to my local desktop. The original files have read-only
permissions and so have the copies on my desktop. The result is that I
can not modify or delete the files on my desktop anymore. Very silly
bug!

-- 
Wastebasket fails with read only directories
https://bugs.launchpad.net/bugs/7560
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a direct subscriber.

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


[Bug 111897] evince can not display embedded image: 100% CPU

2007-05-02 Thread Lutz
Public bug reported:

Binary package hint: evince

Using Feisty. Please check page 476 on the following document to reproduce the 
error:
http://www.bmi.bund.de/Internet/Content/Common/Anlagen/Broschueren/2003/Migrationsleitfaden__Leitfaden__fuer__die__Id__24554__de,templateId=raw,property=publicationFile.pdf/Migrationsleitfaden_Leitfaden_fuer_die_Id_24554_de.pdf

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

-- 
evince can not display embedded image: 100% CPU
https://bugs.launchpad.net/bugs/111897
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 111243] screensaver lock: keyboard layout (language) not displayed properly

2007-04-30 Thread Lutz
Public bug reported:

Binary package hint: gnome-screensaver

When unlocking the screensaver by entering my password the password
prompt window indicates the keyboard layout. (Deutsch) Unfortunately
the text seems to be cut off because it is displayed Deut.

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

-- 
screensaver lock: keyboard layout (language) not displayed properly
https://bugs.launchpad.net/bugs/111243
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-screensaver in ubuntu.

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


[Bug 109429] Re: evince does not let me save a copy of file

2007-04-30 Thread Lutz
Another file also not possible to save a copy from (4MB): 
http://www.bmi.bund.de/Internet/Content/Common/Anlagen/Broschueren/2003/Migrationsleitfaden__Leitfaden__fuer__die__Id__24554__de,templateId=raw,property=publicationFile.pdf/Migrationsleitfaden_Leitfaden_fuer_die_Id_24554_de.pdf

-- 
evince does not let me save a copy of file
https://bugs.launchpad.net/bugs/109429
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 70428] Re: Certain PDFs caused huge memory usage

2007-04-30 Thread Lutz
For me the bug does not happen anymore with Feisty but also with one of
the latest Edgy updates.

** Changed in: poppler (Ubuntu)
   Status: Confirmed = Fix Released

-- 
Certain PDFs caused huge memory usage
https://bugs.launchpad.net/bugs/70428
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 110165] Typing monitor does not recognize sleep mode

2007-04-25 Thread Lutz
Public bug reported:

Setting the computer to sleep mode a few minutes before typing-monitor
is going to tell me Take a break!. When the computer is suspended a
few hours later typing monitor starts blocking the screen after a few
minutes. It should recognize the break I already did. Worked fine in
Edgy but not in Feisty any more.

** Affects: control-center (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Typing monitor does not recognize sleep mode
https://bugs.launchpad.net/bugs/110165
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for control-center in ubuntu.

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


[Bug 104954] Re: [Feisty] Non-embedded fonts displayed incorrectly by evince (PDF)

2007-04-23 Thread Lutz
** Summary changed:

- [fiesty] Non-embedded fonts displayed incorrectly by evince (PDF)
+ [Feisty] Non-embedded fonts displayed incorrectly by evince (PDF)

-- 
[Feisty] Non-embedded fonts displayed incorrectly by evince (PDF)
https://bugs.launchpad.net/bugs/104954
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 99866] [Feisty] LUKS encrypted partition not shown in Nautilus

2007-04-20 Thread Lutz
You have been subscribed to a public bug:

I use a LUKS encrypted USB drive which works fine; in Nautilus I can
mount it by clicking the right mouse button on the icon of the drive and
select mount which asks me for my passphrase. But another LUKS encrypted
partition on my primary hard disk (it contains not the system, just some
data) is not listet in Nautilus so that I can not mount it easily.
executing sudo cryptsetup luksOpen /dev/hda3 protectedpartition works
fine; it asks for the passphrase and mount it afterwards automatically.
How to get my encrypted partition listed in Nautilus?

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

-- 
[Feisty] LUKS encrypted partition not shown in Nautilus
https://bugs.launchpad.net/bugs/99866

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


[Bug 106736] file-roller in Feisty: extraction of files with special characters only when in directory

2007-04-15 Thread Lutz
Public bug reported:

Binary package hint: file-roller

The attached tar.gz archive contains a directory with some files.
Opening the archive with file-roller and extracting directly works fine.
But entering the torrents directory in file-roller to extract the
containing files directly, without the directory fails with an error
message complaining about special characters.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
file-roller in Feisty: extraction of files with special characters only when in 
directory
https://bugs.launchpad.net/bugs/106736
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for file-roller in ubuntu.

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 106736] Re: file-roller in Feisty: extraction of files with special characters only when in directory

2007-04-15 Thread Lutz

** Attachment added: torrents.tar.gz
   http://librarian.launchpad.net/7333537/torrents.tar.gz

-- 
file-roller in Feisty: extraction of files with special characters only when in 
directory
https://bugs.launchpad.net/bugs/106736
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for file-roller in ubuntu.

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 105819] GIMP: selection tool and default allocation of shift key

2007-04-12 Thread Lutz
Public bug reported:

Binary package hint: gimp

When using the selection tool in GIMP to add a selection to an existing
one I have to possibilities: (1) Either to select the appropriate modus
in the selection tool window or (2) to keep the shift key pressed while
using the tool with the mouse. Unfortunately the later option release
also an additional behavior: The selection box is drawn in a square
and not a freely chosen rectangle. This is other than expected. The
problem is even more problematic when starting an additional selection
from the area of an existing selection. This means the user points the
cursor in a already selected area, presses the mouse button and pulls
the cursor to another area which should become additionally selected as
well. In this case option 1 does not work because it would move the
existing selection area instead of adding a new one. Therefore only
option 2 is possible but than the user has to draw a square selection
which she might not intended to. A solution would be to allocate the
shift key not with selecting a square. Hope I described it
understandable but please feel free to come back to me for questions.

** Affects: gimp (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
GIMP: selection tool and default allocation of shift key
https://bugs.launchpad.net/bugs/105819
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gimp in ubuntu.

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 102465] Re: file-roller: no files extracted but no message

2007-04-12 Thread Lutz
Not able to reproduce.

** Changed in: file-roller (Ubuntu)
   Status: Needs Info = Rejected

-- 
file-roller: no files extracted but no message
https://bugs.launchpad.net/bugs/102465
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 102465] Re: file-roller: no files extracted but no message

2007-04-12 Thread Lutz
I use Feisty but I can not manage to reproduce the problem anymore.
Probably it is fixed with one of the last updates. My feeling was that
it might have to do with the password protection of RAR or with umlauts;
but anyway, it seems to be fixed now. No, it did not happen with any
RAR. Had not tried unrar but rar worked well with the same archive.

-- 
file-roller: no files extracted but no message
https://bugs.launchpad.net/bugs/102465
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

-- 
desktop-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 104043] Dia: automatic file name extension for export

2007-04-07 Thread Lutz
Public bug reported:

Binary package hint: dia

Using Dia in Edgy. Exporting a diagram as PNG for example proposea me
every time I export the name filename.dia. It should be filename or
filename.png. Therefore it is possible to overwrite the original .dia
file easily by accident.

** Affects: dia (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
Dia: automatic file name extension for export
https://bugs.launchpad.net/bugs/104043
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for dia in ubuntu.

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


[Bug 102452] Evince displays characters with different height (PDF file)

2007-04-03 Thread Lutz
Public bug reported:

Binary package hint: evince

Evince does display characters of the same font size with a different
hight. See http://www.wien.gv.at/ma14/pdf/oss-studie-englisch-
kurzfassung.pdf for instance but I can recognize it with many PDF files.

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

-- 
Evince displays characters with different height (PDF file)
https://bugs.launchpad.net/bugs/102452
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 102452] Re: Evince displays characters with different height (PDF file)

2007-04-03 Thread Lutz

** Attachment added: Screenshot: check the headline
   http://librarian.launchpad.net/7129653/pdf.png

-- 
Evince displays characters with different height (PDF file)
https://bugs.launchpad.net/bugs/102452
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for evince in ubuntu.

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


[Bug 102465] file-roller: no files extracted but no message

2007-04-03 Thread Lutz
Public bug reported:

Binary package hint: file-roller

Using file-roller in Feisty to extract a RAR archive. Starting the
extraction keeps file-roller busy for some minutes until it finished
without any message. But the content does not appear in the appropriate
location as it should; file-roller did extract nothing. Also changing
the destination location does not help.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
file-roller: no files extracted but no message
https://bugs.launchpad.net/bugs/102465
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for file-roller in ubuntu.

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


[Bug 102060] [apport] gnome-volume-control crashed with SIGSEGV in g_closure_invoke()

2007-04-02 Thread Arthur Lutz
Public bug reported:

Binary package hint: gnome-media

dunno what happened

ProblemType: Crash
Architecture: amd64
Date: Mon Apr  2 22:12:41 2007
DistroRelease: Ubuntu 7.04
ExecutablePath: /usr/bin/gnome-volume-control
Package: gnome-media 2.17.91-0ubuntu1
ProcCmdline: gnome-volume-control
ProcCwd: /home/arthur
ProcEnviron:
 LANG=fr_FR.UTF-8
 PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 SHELL=/bin/bash
Signal: 11
SourcePackage: gnome-media
StacktraceTop:
 ?? () from /usr/lib/libgobject-2.0.so.0
 g_closure_invoke ()
 ?? () from /usr/lib/libgobject-2.0.so.0
 g_signal_emit_valist ()
 g_signal_emit () from /usr/lib/libgobject-2.0.so.0
Uname: Linux Tom 2.6.20-12-lowlatency #2 SMP PREEMPT Wed Mar 21 19:37:15 UTC 
2007 x86_64 GNU/Linux
UserGroups: adm admin audio cdrom dialout dip fax floppy fuse plugdev scanner 
tape

** Affects: gnome-media (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
[apport] gnome-volume-control crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/102060
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-media in ubuntu.

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


[Bug 102060] Re: [apport] gnome-volume-control crashed with SIGSEGV in g_closure_invoke()

2007-04-02 Thread Arthur Lutz

** Attachment added: CoreDump.gz
   http://librarian.launchpad.net/7121819/CoreDump.gz

** Attachment added: Dependencies.txt
   http://librarian.launchpad.net/7121820/Dependencies.txt

** Attachment added: Disassembly.txt
   http://librarian.launchpad.net/7121821/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://librarian.launchpad.net/7121822/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://librarian.launchpad.net/7121823/ProcStatus.txt

** Attachment added: Registers.txt
   http://librarian.launchpad.net/7121824/Registers.txt

** Attachment added: Stacktrace.txt
   http://librarian.launchpad.net/7121825/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://librarian.launchpad.net/7121826/ThreadStacktrace.txt

-- 
[apport] gnome-volume-control crashed with SIGSEGV in g_closure_invoke()
https://bugs.launchpad.net/bugs/102060
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gnome-media in ubuntu.

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


[Bug 98563] Nautilus: unexecutable subfolders are displayed with file icons

2007-03-29 Thread Lutz
Public bug reported:

Binary package hint: nautilus

Having a folder X which is not executable (drwxr--r--) and some
subfolders Y and Z. If a user opens X in Nautilus the subfolders X and Y
are shown with a file icon, not a folder icon. This is very confusing
and nearly caused me to delete the folders by accident.

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

-- 
Nautilus: unexecutable subfolders are displayed with file icons
https://launchpad.net/bugs/98563

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


[Bug 93381] Re: [Feisty] Name column width in nautilus

2007-03-27 Thread Lutz
I have the same problem and it is very annoying to me. So I am not sure
if a low importance is appropriate.

-- 
[Feisty] Name column width in nautilus
https://launchpad.net/bugs/93381

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


[Bug 89626] Re: file-roller in Feisty: Enter key does not work

2007-03-27 Thread Lutz
My system is Feisty (generic) up to date. What else you would like to
know?

-- 
file-roller in Feisty: Enter key does not work
https://launchpad.net/bugs/89626

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


[Bug 89626] Re: file-roller in Feisty: Enter key does not work

2007-03-27 Thread Lutz
As I tried today after some time I could not reproduce it anymore.
Either the bug is fixed in the meanwhile by some Ubuntu updates or it
depends on the particular archive file. I will reply if the problem
happens again.

-- 
file-roller in Feisty: Enter key does not work
https://launchpad.net/bugs/89626

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


[Bug 89626] file-roller in Feisty: Enter key does not work

2007-03-04 Thread Lutz
Public bug reported:

Binary package hint: file-roller

Opening a rar archive with file-roller, pressing the extract button
and extract window opens, entering a password for the archive, pressing
the enter key but nothing happens. I expected to start the extract
process by pressing enter but I have to press the extract button with
the mouse.

** Affects: file-roller (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
file-roller in Feisty: Enter key does not work
https://launchpad.net/bugs/89626

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


[Bug 77541] Re: After hibernation ekiga says registration failed.

2007-02-26 Thread Lutz
I can confirm this bug.

-- 
After hibernation ekiga says registration failed.
https://launchpad.net/bugs/77541

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


[Bug 85354] Nautilus crashes when images are saved on usb stick.

2007-02-15 Thread Lutz
Public bug reported:

Binary package hint: nautilus

I display the content of a usb stick with nautilus and open an image
stored on this disk with GIMP. The image in PNG format has a size of a
few MBs. When I save the changed image in GIMP (which takes several
seconds) Nautilus uses 100% and does not respond anymore. Happens every
time for me. My system is Ubuntu Edgy 6.10.

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

-- 
Nautilus crashes when images are saved on usb stick.
https://launchpad.net/bugs/85354

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


[Bug 49221] Re: Unable to start applications after suspend/hibernation

2006-12-06 Thread Lutz
With an upgrade to Edgy the bug seems not to happen any more on my
system.

-- 
Unable to start applications after suspend/hibernation
https://launchpad.net/bugs/49221

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


[Bug 70428] Certain PDFs caused huge memory usage

2006-11-05 Thread Lutz
Public bug reported:

Opening certain PDFs with evince causes evince to allocate very much
memory such that my system becomes nearly non-responding because it
allocates the whole swap partition. System: Ubuntu Edgy. Please mail me
if you want to get the problematic PDF. Probably similar to bug #51538
but evince is not crashing for me.

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

-- 
Certain PDFs caused huge memory usage
https://launchpad.net/bugs/70428

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


[Bug 63522] Re: gdm instead of password prompt

2006-10-07 Thread Lutz
After some discussion I wrote a specification:
https://wiki.ubuntu.com/ConsistentLoginScreen

-- 
gdm instead of password prompt
https://launchpad.net/bugs/63522

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


[Bug 14630] Re: Gdm theme Human with face list

2006-10-06 Thread Lutz
I think to make a login theme with user browser the default would
enhance the usability of Ubuntu a lot, especially for people who have
used Windows XP before. (Cp. the specification
https://wiki.ubuntu.com/ConsistentLoginScreen) What are the plans for
the default theme?

-- 
Gdm theme Human with face list
https://launchpad.net/bugs/14630

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


[Bug 63522] gdm instead of password prompt

2006-10-02 Thread Lutz
Public bug reported:

Binary package hint: gnome-screensaver

I strongly suggest the Windows like approach of unlocking a screen
(presenting the available users through the familiar login screen and
allowing to choose one of them) instead of the GNOME way (showing
password prompt, allow to select another user by pressing an additional
button, than showing an unfamiliar user select window and finaly jumping
to the familiar login screen) because it is much more easier and user
friendly.

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

-- 
gdm instead of password prompt
https://launchpad.net/bugs/63522

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


[Bug 49221] Re: Unable to start applications after hibernation

2006-06-28 Thread Lutz
I can confirm this bug on my Notebook MSI S260. It happens regularly,
about once in a day. The applications start suddenly after about 10
minutes. I don't have any problem with the network and ping localhost
works.

-- 
Unable to start applications after hibernation
https://launchpad.net/bugs/49221

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


[Bug 39467] unknown keyboard language when unlocking screen

2006-04-13 Thread Lutz
Public bug reported:

Affects: gnome-screensaver (Ubuntu)
   Severity: Wishlist
   Priority: (none set)
 Status: Unconfirmed


Description:
I use Ubuntu on a computer with a QWERTY keyboard. Sometime I change the 
keyboard setting to QWERTZ to write in a non-english language. Unfortunately my 
password contains a Y. Thus I run into trouble when I try to unlock my screen 
after a coffee break because I don't know if it is configured to QWERTZ or 
QWERTY. Thus a notification about the selected keyboard layout in the window 
where I have to enter my password would be usefull.
It seems not usefull to show these notification to people who don't change 
their default keyboard layout. Thus it should show up only if the keyboard is 
configured to a non default layout or if the user has several keyboard layouts 
available.
Public bug reported:

Affects: gnome-screensaver (Ubuntu)
   Severity: Wishlist
   Priority: (none set)
 Status: Unconfirmed


Description:
I use Ubuntu on a computer with a QWERTY keyboard. Sometime I change the 
keyboard setting to QWERTZ to write in a non-english language. Unfortunately my 
password contains a Y. Thus I run into trouble when I try to unlock my screen 
after a coffee break because I don't know if it is configured to QWERTZ or 
QWERTY. Thus a notification about the selected keyboard layout in the window 
where I have to enter my password would be usefull.
It seems not usefull to show these notification to people who don't change 
their default keyboard layout. Thus it should show up only if the keyboard is 
configured to a non default layout or if the user has several keyboard layouts 
available.
-- 
unknown keyboard language when unlocking screen
https://launchpad.net/malone/bugs/39467

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