Viestit paikassa Launchpad

Can also be triggered by closing the dialog with mouse using the (x) button.

1. helmikuuta 2012 klo 10.31
Sijainti: Vianhallintajärjestelmät: Launchpad
Avainsanat: Apport

Can also be triggered by closing the dialog with mouse using the (x) button.

Vastaa viestiin sen kontekstissa (Launchpad)

Unlocking dialog says ”Linux@Linux” where it should say $login@$hostname

31. tammikuuta 2012 klo 12.13
Sijainti: Vianhallintajärjestelmät: Launchpad
Avainsanat: Gnome

I tested this in a VM I upgraded from 10.04 all the way up to 11.10, and up until Natty the unlocking dialog still used the correct login@hostname under my full name. In Oneiric, and in Precise which I’m running on the host, it says Linux@Linux instead.

I’ll attach screenshots of the unlocking dialog in 11.04 and 11.10 below.

Vastaa viestiin sen kontekstissa (Launchpad)

Such a simple yet elusive solution

29. tammikuuta 2012 klo 18.20
Sijainti: Vianhallintajärjestelmät: Launchpad
Avainsanat: grep

Hi Marcel. You’re absolutely right: it’s the .bashrc alias that caused this. Such a simple yet elusive solution, my compliments for catching it! :)

Vastaa viestiin sen kontekstissa (Launchpad)

Here’s the steps I can currently reproduce this with on my system

29. tammikuuta 2012 klo 17.56
Sijainti: Vianhallintajärjestelmät: Launchpad

Here’s the steps I can currently reproduce this with on my system:

0. Have Gdebi associated with .debs
1. Download http://launchpadlibrarian.net/89242455/linux-generic_3.2.0.8.8_i386.deb in Chromium
2. Click the downloaded file in Chromium’s downloads bar to open it in Gdebi

This results in Gdebi launching and the crash triggering. If I then close Gdebi, it triggers the same crash again (apport points me to this report in both instances).

(I have yet to install the upgrades from this weekend. If any of those change this, I’ll report back.)

Vastaa viestiin sen kontekstissa (Launchpad)

unity-music-daemon crashed with SIGSEGV in g_variant_unref()

26. tammikuuta 2012 klo 23.01
Sijainti: Vianhallintajärjestelmät: Launchpad
Avainsanat: Unity

Happens at least daily. Nothing I do in particular to pinpoint as the trigger. Now that the crash has occurred, the lens doesn’t seem to work (clicking the files it shows does nothing). I’ll try it again on another session prior to the SIGSEGV happening.

This is a terse report, I know, but I’ll provide any additional info anyone might care to ask for if needed.

Vastaa viestiin sen kontekstissa (Launchpad)

As with Davide, for me it was indicator-power that was missing

26. tammikuuta 2012 klo 21.42
Sijainti: Vianhallintajärjestelmät: Launchpad
Avainsanat: Ubuntu, Unity

Jason: As with Davide, it was indicator-power that was missing here. The greeter log didn’t show that though, it claimed libdatetime.so was missing even though indicator-datetime is in fact installed.

Vastaa viestiin sen kontekstissa (Launchpad)

You’ll need to go through some hoops

26. tammikuuta 2012 klo 18.16
Sijainti: Vianhallintajärjestelmät: Launchpad
Avainsanat: Ubuntu, Unity

Emanuele: You’ll need to go through some hoops via the Overview page linked to on top of this report, until you get to https://launchpad.net/ubuntu/precise/+source/unity-greeter/0.2.0-0ubuntu4 where you need to pick the build for your architecture. Use dpkg –install to install the .deb file. Good luck!

Vastaa viestiin sen kontekstissa (Launchpad)

Segfault at 18 ip 00007f5480428f6c sp 00007fffa8aa6760 error 4 in libindicator3.so.7.0.0

26. tammikuuta 2012 klo 10.28
Sijainti: Vianhallintajärjestelmät: Launchpad
Avainsanat: Ubuntu

After yesterday’s upgrades including libindicator7, unity-greeter crashes repeatedly until failsafe kicks in, and even then, after selecting low graphics mode for the session, it crashes. I managed to get X working again by downgrading unity-greeter back to 0.2.0-0ubuntu4 which I’m filing this report with. The crashing update was version 0.2.0-0ubuntu5.

I’m attaching the crash file.

It seems I’m not able to reproduce this on my other computer (also running up-to-date Precise), so I’ll look for differences in the setups.

Vastaa viestiin sen kontekstissa (Launchpad)

Ignores –color=always in GREP_OPTIONS

24. tammikuuta 2012 klo 21.57
Sijainti: Vianhallintajärjestelmät: Launchpad
Avainsanat: grep

(Doing this in reverse order, as I think the steps are best represented by what I actually type in.)

Premise:
I’m a newbie who tries to do the nasty and make grep output always colored using GREP_OPTIONS. I have a file called test, with numbers 1-9 each on its own line.

What I expect to happen:
For all the numbers I grep from my file except 2 to be colored.

What actually happens:
Neither when preceding the grep with GREP_OPTIONS when I grep 4, nor when GREP_OPTIONS is exported prior to grepping 5, is the resulting output colored.

What does work:
Passing –color=always as a genuine grep parameter. Passing (for example) -V in GREP_OPTIONS either on the same line or exported.

Additional notes:
This crippling might be some kind of a safety measure to prevent all the breakage that doing what I’m attempting to do risks inflicting on the system. But I’ve not been able to find any documentation about such a design decision having been made, and in contrast, the man page to my understanding implies that this should, in fact, work.

Steps to reproduce:

jani@saegusa:~$ printenv | grep -i grep
jani@saegusa:~$ grep 1 test # colored
1
jani@saegusa:~$ grep 2 test | cat # not colored
2
jani@saegusa:~$ grep –color=always 3 test | cat # colored
3
jani@saegusa:~$ GREP_OPTIONS=’–color=always’ grep 4 test | cat # NOT colored!
4
jani@saegusa:~$ export GREP_OPTIONS=’–color=always’
jani@saegusa:~$ grep 5 test | cat # NOT colored!
5
jani@saegusa:~$ export GREP_OPTIONS=’-V’
jani@saegusa:~$ grep 6 test | cat # control
grep (GNU grep) 2.10
Copyright © 2011 Free Software Foundation, Inc.
Lisenssi GPLv3+: GNU GPL versio 3 tai myöhäisempi
Tämä on vapaa ohjelma: voit vapaasti muuttaa ja jakaa sitä edelleen.
Ohjelmalla EI OLE TAKUUTA siinä laajuudessa kuin laki sen sallii.

Tekijät: Mike Haertel ja muut, katso .

Vastaa viestiin sen kontekstissa (Launchpad)

eog crashed with SIGSEGV in action_sensitive_cb()

21. tammikuuta 2012 klo 20.19
Sijainti: Vianhallintajärjestelmät: Launchpad
Avainsanat: Gnome

Steps to reproduce:
1. jani@ritoru:~$ LC_ALL=C eog Kuvat/Kuvakaappaus\ 2012-01-21\ 11\:46\:17.png
2. From the Edit menu, choose Toolbar.
3. From the Toolbar Editor, pick Edit, drag and drop it onto the toolbar in the main window.

Vastaa viestiin sen kontekstissa (Launchpad)

« Uudempia - Vanhempia »