[Bug 1096354] Re: hybrid-detect only checks for amd64, not i386 (unreachable code)

2013-03-05 Thread Dennis Baurichter
Hello Brian, I'm using 64bit Ubuntu so I can't easily test this, but I think the code should work now (assuming it already worked on amd64 before). I just saw the copy-paste-error while looking for information on what this program does. On a 32bit Ubuntu system (not mine, no hybrid graphics):

[Bug 1096363] [NEW] Add '--help' to hybrid-detect

2013-01-05 Thread Dennis Baurichter
Public bug reported: When looking at /etc/init/hybrid-gfx.conf or hybrid-detect one could maybe guess its use, but there is no description in the upstart job, no manpage, no 'hybrid-detect --help' or similar. I propose adding an '--help' option to hybrid-detect with an output like this: printf("

[Bug 1096354] [NEW] hybrid-detect only checks for amd64, not i386 (unreachable code)

2013-01-05 Thread Dennis Baurichter
Public bug reported: There seems to be a copy-paste-error in /share/hybrid/hybrid-detect.c, line 187 ff.: > char *arch = NULL; > arch = get_output("dpkg --print-architecture"); > if (strcmp(arch, "amd64") == 0) { > arch_path = "x

[Bug 984785] Re: .goutputstream files polluting $HOME

2012-08-28 Thread Dennis Baurichter
pidybi: > I have the some and can't make > > rm .goutputstream-* -v > > every day :( Just put this command into autorun (in system menu top left on screen): sh -c "rm ~/.goutputstream-*" -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 811166] Re: update manager no longer asking for password in 11.10

2012-08-01 Thread Dennis Baurichter
*** This bug is a duplicate of bug 814331 *** https://bugs.launchpad.net/bugs/814331 This is expected behavior for admin users. See comment 9 in duplicate bug #814331 ** Changed in: update-manager (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you

[Bug 1021474] Re: update-apt-xapian-index crashes with Unpickling Error in init() invalid load key

2012-07-08 Thread Dennis Baurichter
Happy to hear it works again. > sudo update-apt-xapian-index --verbose --force --batch-mode &> uaxi.output > > leaves a blank console... The command directs all output to the file "uaxi.output". So you can find the output in that file. (Slightly different from usual output because of "--batch-m

[Bug 1021474] Re: update-apt-xapian-index crashes with Unpickling Error in init() invalid load key

2012-07-07 Thread Dennis Baurichter
OK, the only error is this one (printed three times): opera.desktop: parsing X-AppInstall-Popcon: invalid literal for int() with base 10: '' But I think that's unrelated to your issue. Seems like it worked. Just run the command again to see if it crashes again because of the new /var/lib/apt-xap

[Bug 1021474] Re: update-apt-xapian-index crashes with Unpickling Error in init() invalid load key

2012-07-07 Thread Dennis Baurichter
The file contains non-printable / corrupted characters in the entry for 'libcommons-javaflow-java-doc': $ grep -vEC 1 '^[[:print:]]*$' SickofSociety_cataloged_times.p p20573 �1336418�58.2340701 sS'l�bcommon�-javafl�w-java-doc' p20574 $ grep -C 1 'common.*-java.*java-doc' /var/lib/apt-xapian-inde

[Bug 989978] Re: Firefox spell check does not work

2012-06-22 Thread Dennis Baurichter
Problem solved, but not actually a bug. ** Changed in: firefox (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/989978 Title: Firefox spell check does not work

[Bug 989978] Re: Firefox spell check does not work

2012-06-21 Thread Dennis Baurichter
I'm not sure, if you understood me / I understood you. I meant this: Right click in a text input box -> "Languages" -> make sure an entry is chosen (should have a dot in front of it). You can choose a language by simply clicking on it in this submenu. "Extras -> Add-ons -> Languages" was only for

[Bug 989978] Re: Firefox spell check does not work

2012-06-21 Thread Dennis Baurichter
Did you also choose a language (below "Check Spelling")? Afaik this setting is not remembered with some modified privacy settings. Also check "Extras -> Add-ons -> Languages". -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 878872] Re: powertop doesn't display frequency statistics

2012-06-14 Thread Dennis Baurichter
Confirmed for 12.04. Also note, that not all frequencies are displayed. For me, "turbo mode" and "2.21 GHz" to "1300 MHz" are displayed, but the cpu is running at 800 MHz, which is the lowest one available. Thus, the percentages which _are_ displayed are probably correct. See also #911387 -- Yo

[Bug 974141] Re: [apparmor profile] allow /proc/$$/net/wireless

2012-06-06 Thread Dennis Baurichter
I got the firefox update (version 12 -> 13) today. It _allows_ reading the files @{PROC}/[0-9]*/net/dev and wireless, but the changelog says: > adjust apparmor profile to deny reads to @{PROC}/[0-9]*/net/dev. (same for wireless) This is just a kind of typo in the changelog, isn't it? -- You rec

[Bug 984785] Re: .goutputstream files polluting $HOME

2012-05-24 Thread Dennis Baurichter
> what is your lightdm version? mine 1.2.1 Mine too, but that's no surprise. All users of (X|K|L)Ubuntu 12.04 should have LightDM 1.2.1 (unless manually changed). See http://packages.ubuntu.com/search?keywords=lightdm > ps -ef | grep lightdm Mine is similar: root 980 1 0 13:33 ?

[Bug 984785] Re: .goutputstream files polluting $HOME

2012-05-23 Thread Dennis Baurichter
> oh yes! checked the code and then again lost my memory :). No problem. Happens :) In short: I'm pretty sure now, that lightdm is creating these files. In long: I modified my ps-log.sh a bit, ran it several times and saw, that lightdm sometimes appeared in the log right before the file was crea

[Bug 781931] Re: New windows are moved to front but don't take focus

2012-05-22 Thread Dennis Baurichter
Doug McMahon (mc3man): > I'll say that andyrock's fix works just fine here on 12.04 to fix the issue Sorry, I overlooked that branch. Thank you, andyrock! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/

[Bug 984785] Re: .goutputstream files polluting $HOME

2012-05-22 Thread Dennis Baurichter
> Notice, how lightdm was not present on Dennis machine when file created, then > it comes up and dissapears. Maybe lightdm was actually running. This would be possible: - ps logs running processes (started by my script) - lightdm starts and creates .goutputstream* - next run of ps But it could

[Bug 781931] Re: New windows are moved to front but don't take focus

2012-05-21 Thread Dennis Baurichter
This bug affects (and annoys) me too. Also if I open Nautilus and then try to focus it with Alt+Tab, its at the end of the list, so I have to press Tab about 3 times. When I read https://bugs.launchpad.net/unity/+bug/864233/comments/4 I tried changing that property: CompizConfig Settings Manager

[Bug 945812] Re: nautilus windows often open without focus if a terminal window is open, focus remains on terminal

2012-05-21 Thread Dennis Baurichter
*** This bug is a duplicate of bug 781931 *** https://bugs.launchpad.net/bugs/781931 ** This bug has been marked a duplicate of bug 781931 New windows are moved to front but don't take focus -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 970829] Re: Nautilus isnt active when pops up- only shows taskbar its active

2012-05-21 Thread Dennis Baurichter
*** This bug is a duplicate of bug 781931 *** https://bugs.launchpad.net/bugs/781931 ** This bug is no longer a duplicate of bug 945812 nautilus windows often open without focus if a terminal window is open, focus remains on terminal ** This bug has been marked a duplicate of bug 781931

[Bug 984785] Re: .goutputstream files polluting $HOME

2012-05-21 Thread Dennis Baurichter
Thank you Karolis! I downloaded your file and merged the duplicate blocks (search + replace). It's 330 lines now, instead of 3900. Here are the diffs: $ diff PART1 PART2 2c2 < sh --- > lightdm # LightDM start $ diff PART2 PART3 # "FILE CREATED!!!" is between these two (empty diff) $ diff PART3 PAR

[Bug 386953] Re: Focus is moved from desktop to window

2012-05-21 Thread Dennis Baurichter
> This issue seems to be gone in Karmic. Can anyone confirm? I found this bug while searching for another one. It's not a problem for me, but in Ubuntu 12.04 (Unity) I experience almost the same behaviour as specified in the description. The only difference is, that a file / folder is focused in N

[Bug 984785] Re: .goutputstream files polluting $HOME

2012-05-21 Thread Dennis Baurichter
> is that specific to one of the lightdm greeters? I don't know if it's specific to unity-greeter. Maybe an Xfce / LXDE user can try the script I attached. There are also some Xubuntu users which commented on this bug. For those who want to try my script: You should start it only just before requ

[Bug 984785] Re: .goutputstream files polluting $HOME

2012-05-21 Thread Dennis Baurichter
** Attachment added: "ps-log.out.shortened" https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/984785/+attachment/3155848/+files/ps-log.out.shortened ** Also affects: lightdm Importance: Undecided Status: New -- You received this bug notification because you are a member of Ub

[Bug 984785] Re: .goutputstream files polluting $HOME

2012-05-21 Thread Dennis Baurichter
Summary of previous comments: - blank files (#25, #31) or partial copies of .Xauthority (#11, #15, #26 / #28, mine too) - in Ubuntu and Xubuntu (files shown by Nautilus, Thunar and ls; no file manager problem) - created on direct shutdown (but not logout -> shutdown) Workaround: put 'sh -c "rm ~