[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-08-21 Thread Sebastian Rühl
its really hard to debug... I just looked at the diff from the patch you referenced: Here I can see that "PCI_VENDOR_ID_APPLE" is used which is according to "pci_ids.h" "0x106b". This is also the second hex value what is used in the patch at #17. The "rdev->pdev->device == 0x6741" in the patch y

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-08-21 Thread Sebastian Rühl
Julian Wiedmann, no it isn't fixed with this kernel... Can you reference a commit that should have fixed it? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title: vgaswitcheroo on the Macbo

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-11 Thread Sebastian Rühl
Here an interessting discussion on the ubuntu-forums in case it helps http://ubuntuforums.org/showthread.php?t=2141024 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title: vgaswitcheroo on t

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-11 Thread Sebastian Rühl
I forgot to mention: If I boot the kernel with refind without any parameters I have to type in my luks password blindly and the the system boots up and I can hear the login bell (but don't have any display). -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1171940] Re: vgaswitcheroo on the Macbook Pro 8,2

2013-05-11 Thread Sebastian Rühl
Sorry wrong bug, but maybe it applies here too... this comment above was meant to be on this one Bug #1178747 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1171940 Title: vgaswitcheroo on the Macboo

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-11 Thread Sebastian Rühl
** Bug watch added: Linux Kernel Bug Tracker #56911 http://bugzilla.kernel.org/show_bug.cgi?id=56911 ** Also affects: linux via http://bugzilla.kernel.org/show_bug.cgi?id=56911 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of U

[Bug 1171940] Re: vgaswitcheroo on the Macbook Pro 8,2

2013-05-11 Thread Sebastian Rühl
I forgot to mention: If I boot the kernel with refind without any parameters I have to type in my luks password blindly and the the system boots up and I can hear the login bell (but don't have any display). -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-10 Thread Sebastian Rühl
Ok the 3.9.0 [1] doesn't work also: However I found something out: When I modprobe i915 I get a picture in picture so it seems both graphics a rendered at the same time and the i915 IGD has a too small modeset. With this I can confirm that the patch with my changes at #17 does at least set the c

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-10 Thread Sebastian Rühl
The saucy kernel [0] doesn't bootup at all... I remember that I tried this kernel here: [1] but currently not sure what happend.. I give this one a second try and report back [0] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-saucy/ [1] http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.9-ra

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-10 Thread Sebastian Rühl
btw. the patch is based on the git tag "Ubuntu-3.8.0-20.31" ** Changed in: linux (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title: vgaswitcheroo

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-10 Thread Sebastian Rühl
Modeline from radeon ** Attachment added: "radeon_detected_modeline.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178747/+attachment/3672508/+files/radeon_detected_modeline.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-10 Thread Sebastian Rühl
The modeline for the quirk did I get from this -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title: vgaswitcheroo on the Macbook Pro 8,2 high-res To manage notifications about this bug go t

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-10 Thread Sebastian Rühl
this is the output of grep PCI /var/log/Xorg.0.log when booting with efi-stub ** Attachment added: "intel_efi-stub.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178747/+attachment/3672507/+files/intel_efi-stub.txt -- You received this bug notification because you are a member of

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-10 Thread Sebastian Rühl
This is the dmesg (look for the end) after I modeprobe i915 (I was booting trough efi-stub and refind radeon.modset=1 and blacklisted i915) ** Attachment added: "dmesg_after_insert.txt" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1178747/+attachment/3672501/+files/dmesg_after_insert.t

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-10 Thread Sebastian Rühl
this is the output of grep PCI /var/log/Xorg.0.log when booting with grub-efi Grub commandline: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=1 i915.lvds_use_ssc=0 i915.lvds_channel_mode=2" /boot/grub/custom.cfg: ## Switch gmux to IGD outb 0x728 1 outb 0x710 2 outb 0x740 2 ## Power down

[Bug 1178747] Re: vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-10 Thread Sebastian Rühl
This is the patch what is based on http://cgit.freedesktop.org/~mlankhorst/linux/commit/?id=ae7b687c2a57ec50a9d3dde7b0a80a262fdc8c8 and add a additional quirk for the Macbook pro 8.2 (Early 2011) HighRes ** Patch added: "intel_high_res_patch_mbp8_2_glare.patch" https://bugs.launchpad.net/ubunt

[Bug 1178747] UdevLog.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "UdevLog.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672492/+files/UdevLog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title:

[Bug 1178747] WifiSyslog.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "WifiSyslog.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672495/+files/WifiSyslog.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Ti

[Bug 1178747] UdevDb.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "UdevDb.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672490/+files/UdevDb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title: vg

[Bug 1178747] RfKill.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "RfKill.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672489/+files/RfKill.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title: vg

[Bug 1178747] PulseList.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "PulseList.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672488/+files/PulseList.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Titl

[Bug 1178747] ProcModules.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "ProcModules.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672487/+files/ProcModules.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747

[Bug 1178747] ProcInterrupts.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "ProcInterrupts.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672486/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/117

[Bug 1178747] ProcCpuinfo.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "ProcCpuinfo.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672485/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747

[Bug 1178747] Lsusb.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "Lsusb.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672484/+files/Lsusb.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title: vgas

[Bug 1178747] Lspci.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "Lspci.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672483/+files/Lspci.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title: vgas

[Bug 1178747] IwConfig.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "IwConfig.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672482/+files/IwConfig.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title:

[Bug 1178747] HookError_cloud_archive.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "HookError_cloud_archive.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672481/+files/HookError_cloud_archive.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1178747] CurrentDmesg.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "CurrentDmesg.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672480/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747

[Bug 1178747] CRDA.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "CRDA.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672479/+files/CRDA.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title: vgaswi

[Bug 1178747] BootDmesg.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "BootDmesg.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672478/+files/BootDmesg.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Titl

[Bug 1178747] AlsaInfo.txt

2013-05-10 Thread Sebastian Rühl
apport information ** Attachment added: "AlsaInfo.txt" https://bugs.launchpad.net/bugs/1178747/+attachment/3672477/+files/AlsaInfo.txt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1178747 Title:

[Bug 1178747] [NEW] vgaswitcheroo on the Macbook Pro 8,2 high-res

2013-05-10 Thread Sebastian Rühl
Public bug reported: I have the same issue as in Bug #1171940. The difference is that my machine is slightly different (High-Res display) and the pci id is somewhat different. So I edited the patch supplied there and try to fix the issue. However the screen still stays black. --- ApportVersion

[Bug 823963] Re: Lyx Spell Checking doesn't work.

2011-08-10 Thread Sebastian Rühl
ok seems to be another reason... When I tested the suggested fix I ran it directly from the compiled Director. So it seems that it only doesn't work in the german version (or others). ** Summary changed: - Lyx Spell Checking doesn't work. + Lyx spell checking doesn't work in other languages than

[Bug 823963] [NEW] Lyx Spell Checking doesn't work.

2011-08-10 Thread Sebastian Rühl
Public bug reported: Spell checking in Lyx is deactivated due to a missing libaspell-dev (or other spell correction) library. See: http://comments.gmane.org/gmane.editors.lyx.general/66603 To fix this just add libaspell-dev in the control. ** Affects: lyx (Ubuntu) Importance: Undecided

[Bug 185600] Re: libreoffice repeatedly freezes after resuming laptop from sleep

2011-07-03 Thread Sebastian Rühl
Upgraded a Samsung R510 from 10.10 to 11.04. Now Open Office shows the described behavior (corrupted screen and really bad responsiveness). To note that this Laptop uses a Nvidia 9200M GS. However this Problem is independent of the system state (sleep and resume) and occurs all the time. So as I un

[Bug 797283] Re: When closing thunderbird the thunderbird process stays at 100% the whole time

2011-06-14 Thread Sebastian Rühl
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/797283 Title: When closing thunderbird the thunderbird process stays at 100% the whole time To manage notifications about this bug go to: https://bugs

[Bug 797283] [NEW] When closing thunderbird the thunderbird process stays at 100% the whole time

2011-06-14 Thread Sebastian Rühl
Public bug reported: Binary package hint: thunderbird When closing thunderbird the thunderbird process stays at 100% the whole time ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: thunderbird 3.1.10+build1+nobinonly-0ubuntu0.11.04.2 ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.

[Bug 761571] Re: Blacklist QtOctave

2011-06-07 Thread Sebastian Rühl
Regarding the menu issue: Create a File ~/.local/share/applications/qtoctave.desktop with the content [Desktop Entry] Categories=Development;Math;Science;Education; Comment=Graphical Qt frontend for GNU Octave Exec=env QT_X11_NO_NATIVE_MENUBAR=1 qtoctave Icon=qtoctave Name=QtOctave TryExec=qtoc

[Bug 793135] Re: ginput doesn't work

2011-06-05 Thread Sebastian Rühl
** Attachment added: "unset_multiplot.patch" https://bugs.launchpad.net/bugs/793135/+attachment/2155756/+files/unset_multiplot.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/793135 Title: g

[Bug 793135] [NEW] ginput doesn't work

2011-06-05 Thread Sebastian Rühl
Public bug reported: Binary package hint: octave3.2 Try: imshow(rand(100)) [x,y,k]=ginput(5) ginput always returns 0 the issue is known: http://octave.1599824.n4.nabble.com/Ginput-doesn-t-work-in-3-2-3-td1674164.html The Patch at the End must be converted to apply to the current octave... Ins

[Bug 787412] Re: error: invalid conversion from NaN to logical

2011-05-24 Thread Sebastian Rühl
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/787412 Title: error: invalid conversion from NaN to logical -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/l

[Bug 787412] [NEW] error: invalid conversion from NaN to logical

2011-05-24 Thread Sebastian Rühl
Public bug reported: Binary package hint: octave-vrml octave:8> s1 = vrml_cyl (xx1, "col",k) error: invalid conversion from NaN to logical error: called from: error: /usr/share/octave/packages/3.2/vrml-1.0.11/vrml_material.m at line 45, column 1 error: /usr/share/octave/packages/3.2/vrml-1.0

[Bug 734133] Re: Transparency of Panel doesn't fit to transparency of the Launcher.

2011-05-16 Thread Sebastian Rühl
Maybe I should title this bug as: Launcher doesn't fit the panel transparency... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/734133 Title: Transparency of Panel doesn't fit to transparency of the

[Bug 734133] Re: Transparency of Panel doesn't fit to transparency of the Launcher.

2011-05-15 Thread Sebastian Rühl
Tweaked panel transparency... Sadly can't remember the value I used... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/734133 Title: Transparency of Panel doesn't fit to transparency of the Launcher.

[Bug 780651] Re: OneConf dramatically increase the upstart time from software center

2011-05-10 Thread Sebastian Rühl
ok was too fast. :P After the installation of ubuntuone-file-storage-api new error then: $ software-center 2011-05-10 22:24:52,346 - softwarecenter.plugin - WARNING - Failed to load plugin 'oneconf_plugin' (cannot import name clientdefs) /usr/share/software-center/softwarecenter/app.py:1192: War

[Bug 743775] Re: Indicator menus show up behind everything else

2011-05-10 Thread Sebastian Rühl
@Sineau Reason why I ask is cause it were propagated in diverse blogs to make the old notification icons visible again. I had to revert this then again because I had the issue you describe -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 743775] Re: Indicator menus show up behind everything else

2011-05-10 Thread Sebastian Rühl
Did you set the notification area whitelist to 'all'? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/743775 Title: Indicator menus show up behind everything else -- ubuntu-bugs mailing list ubuntu-

[Bug 758517] Re: indicators do not work in expo mode

2011-05-10 Thread Sebastian Rühl
For me none of the indicators work in expo mode. Its really great that I can work with unity, switch applications etc. but I can't lock out when Im in expo for example... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.lau

[Bug 780651] Re: OneConf dramatically increase the upstart time from software center

2011-05-10 Thread Sebastian Rühl
installing ubuntuone-file-storage-api seems to solve this Problem... At least now I don't get this error anymore. Maybe missing dependency? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/780651 Title:

[Bug 780651] Re: OneConf dramatically increase the upstart time from software center

2011-05-10 Thread Sebastian Rühl
$ software-center 2011-05-10 21:55:35,209 - softwarecenter.fixme - WARNING - logs to the root logger: '('/usr/lib/pymodules/python2.7/dbus/proxies.py', 400, '_introspect_error_handler')' 2011-05-10 21:55:35,208 - dbus.proxies - ERROR - Introspect error on :1.863:/com/ubuntu/Softwarecenter: dbus

Re: [Bug 780651] Re: OneConf dramatically increase the upstart time from software center

2011-05-10 Thread Sebastian Rühl
$ software-center 2011-05-10 21:55:35,209 - softwarecenter.fixme - WARNING - logs to the root logger: '('/usr/lib/pymodules/python2.7/dbus/proxies.py', 400, '_introspect_error_handler')' 2011-05-10 21:55:35,208 - dbus.proxies - ERROR - Introspect error on :1.863:/com/ubuntu/Softwarecenter: dbus.

[Bug 780651] Re: OneConf dramatically increase the upstart time from software center

2011-05-10 Thread Sebastian Rühl
apport information ** Tags added: apport-collected natty running-unity ** Description changed: OneConf dramatically increase the upstart time from software-center. Now the software center mostly takes 30 seconds to start. + --- + Architecture: amd64 + CheckboxSubmission: 2892cad67f71a4db

[Bug 759839] Re: Writing with QtOctave in a Ubuntu One synced folder produces high CPU load

2011-04-23 Thread Sebastian Rühl
Quick Note: seems to be fixed in Natty... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/759839 Title: Writing with QtOctave in a Ubuntu One synced folder produces high CPU load -- ubuntu-bugs ma

[Bug 768939] Re: thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be removed. Hotkey reporting is always enabled

2011-04-22 Thread Sebastian Rühl
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/768939 Title: thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be removed. Hotkey reporting is always enabled -- ubuntu-b

[Bug 768939] [NEW] thinkpad_acpi: WARNING: sysfs attribute hotkey_enable is deprecated and will be removed. Hotkey reporting is always enabled

2011-04-22 Thread Sebastian Rühl
Public bug reported: didn't do nothing... ProblemType: KernelOops DistroRelease: Ubuntu 11.04 Package: linux-image-2.6.38-8-generic 2.6.38-8.42 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux 2.6.38-8-generic x86_64 AlsaVersion: Advanced Linux Sound Architecture Driver Vers

[Bug 761571] Re: Blacklist QtOctave

2011-04-15 Thread Sebastian Rühl
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/761571 Title: Blacklist QtOctave -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 761571] [NEW] Blacklist QtOctave

2011-04-15 Thread Sebastian Rühl
Public bug reported: Binary package hint: appmenu-qt Blacklist QtOctave because the inner windows will overlap the main window menu ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: appmenu-qt 0.1.2-0ubuntu1 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Uname: Linux 2.6.38-8-gene

[Bug 761536] [NEW] kernel BUG at /build/buildd/linux-2.6.38/drivers/gpu/drm/i915/i915_gem.c:3252!

2011-04-15 Thread Sebastian Rühl
Public bug reported: After Startup this crash happens... No visible issues, just this crash report... ProblemType: KernelOops DistroRelease: Ubuntu 11.04 Package: linux-image-2.6.38-8-generic 2.6.38-8.42 Regression: Yes Reproducible: No ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2 Un

[Bug 761536] Re: kernel BUG at /build/buildd/linux-2.6.38/drivers/gpu/drm/i915/i915_gem.c:3252!

2011-04-15 Thread Sebastian Rühl
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/761536 Title: kernel BUG at /build/buildd/linux-2.6.38/drivers/gpu/drm/i915/i915_gem.c:3252! -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 759505] Re: Selection of primary display in dual-head setup is broken

2011-04-15 Thread Sebastian Rühl
May be a duplicate of http://pad.lv/742544 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/759505 Title: Selection of primary display in dual-head setup is broken -- ubuntu-bugs mailing list ubuntu-

[Bug 742544] Re: Launcher is shown on the wrong screen in some multi-monitor setups

2011-04-14 Thread Sebastian Rühl
There should be a small panel in the gnome-settings like in MacOSX which can be dragged onto the primary monitor (See link http://osxdaily.com/2010/04/27/set-the-primary-display-mac/). Currently this bug is a real pain as I get hurt in my neck. ;) -- You received this bug notification because you

[Bug 759839] Re: Writing with Octave in a Ubuntu One synced folder produces high CPU load

2011-04-13 Thread Sebastian Rühl
** Summary changed: - Writing with Octave in a Ubuntu One synced folder produces high CPU load + Writing with QtOctave in a Ubuntu One synced folder produces high CPU load -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.l

[Bug 759839] [NEW] Writing with QtOctave in a Ubuntu One synced folder produces high CPU load

2011-04-13 Thread Sebastian Rühl
Public bug reported: Binary package hint: ubuntuone-client 1. Sync a Folder with Ubuntu One 2. open QtOctave 3. save a File within that directory from QtOctave 4. watch high cpu load ProblemType: Bug DistroRelease: Ubuntu 10.10 Package: ubuntuone-client 1.4.6-0ubuntu2 ProcVersionSignature: Ubunt

[Bug 729693] Re: Setting up panel opacity should enable opacity also for panel menu (see the screenshot)

2011-04-09 Thread Sebastian Rühl
If you set the transparency to 50% you will notice that the menus won't adapt the style adequate. It's ok when the menus highlight a bit more but the should respect the transparency settings of the panel in any case. Otherwise this looks like the view is damaged (See screenshot). Also the border of

[Bug 722516] Re: virtualbox-ose package should be renamed

2011-04-02 Thread Sebastian Rühl
don't forget to do the change before the release :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/722516 Title: virtualbox-ose package should be renamed -- ubuntu-bugs mailing list ubuntu-bugs@lis

[Bug 733312] Re: Natty: missing notification area

2011-03-15 Thread Sebastian Rühl
A compability indicator would make a whitelist obsolete. See https://bugs.launchpad.net/ubuntu/+source/indicator- application/+bug/704833/comments/9 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/733312

[Bug 704833] Re: Dropbox isn't shown in indicator-applet - uses notfication tray instead

2011-03-15 Thread Sebastian Rühl
What is about a compability indicator which has the old systray as drop down list... So then we have it solved for all applications that use systray (no whitelisting necessary). So we would have a soft transition. -- You received this bug notification because you are a member of Ubuntu Bugs, whic

[Bug 733233] Re: Increase shadow area to 45 pixels (but not grip area)

2011-03-13 Thread Sebastian Rühl
@David I also had this concerns. But there is still the shadow which can be used to separate them. I attached a screenshot and in my opinion this seems distinguishable enough. So as I understand Mark this should be only a issue for Unity-2D which will then have the 1px border in opposite to the 0px

[Bug 734133] Re: Transparency of Panel doesn't fit to transparency of the Launcher.

2011-03-12 Thread Sebastian Rühl
** Attachment added: "screenshot1.png" https://bugs.launchpad.net/bugs/734133/+attachment/1904829/+files/screenshot1.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/734133 Title: Transparency

[Bug 734133] [NEW] Transparency of Panel doesn't fit to transparency of the Launcher.

2011-03-12 Thread Sebastian Rühl
Public bug reported: Binary package hint: unity The transparency of the panel (when activated) doesn't fit to the transparency to the launcher. The Launcher is too dark... See Screenshot. ** Affects: unity (Ubuntu) Importance: Undecided Status: New -- You received this bug notifi

[Bug 733233] Re: Increase shadow area to 45 pixels (but not grip area)

2011-03-12 Thread Sebastian Rühl
0px looks awesome... there was extra work done before to achieve this... the 1px border should be optional. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/733233 Title: Increase shadow area to 45 pix

[Bug 732001] Re: No Unicode support for input.

2011-03-11 Thread Sebastian Rühl
Sure thats how I used it the whole time... Unfortunately the %delta can't be applied to variable definitons (The right left of :). But when its a dependency problem, why there is no dependency listed to gcl? Maxima: Depends on: libc6 (>= 2.11), libgmp3c2, libreadline6 (>= 6.0), libx11-6, zlib1g

[Bug 355112] Re: Ask.com keeps being re-added to Firefox search bar after updates

2011-03-11 Thread Sebastian Rühl
This is spyware behaviour and I was really in rage since I thought my system was infected. This reminds me on ICQ on windows or all the other crapware that changes the default search URL and engines as well as adding useless toolbars. Sorry for this hard words but this is very unprofessional. --

[Bug 732001] Re: No Unicode support for input.

2011-03-11 Thread Sebastian Rühl
So is it a dependency problem, or because maxima was compiled with the wrong compiler? When I look into the the dependencies from maxima there are no listed to GCL. However is there are a way to fix it? At least a workaround would be superb. -- You received this bug notification because you are a

[Bug 732001] Re: No Unicode support for input.

2011-03-09 Thread Sebastian Rühl
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/732001 Title: No Unicode support for input. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-b

[Bug 732001] [NEW] No Unicode support for input.

2011-03-09 Thread Sebastian Rühl
Public bug reported: Binary package hint: wxmaxima When I try to work with Unicode chars. for example when I input ESC + delta + ESC the delta will be replaced with δ. However when I just try to work with this, wxMaxima gets stuck. It seems that wxMaxima is unicode capable, but the underlying

[Bug 704966] Re: Resizing desktop, unity doesn't resize

2011-03-09 Thread Sebastian Rühl
This Bug should get a higher Priority due screen resizes are quite usual especially with an laptop and external monitor. Since the interface become unusable its a real show stopper. This can simply be reproduced with Vritual Box. -- You received this bug notification because you are a member of

[Bug 554576] Re: FTP Symlink problem

2011-02-16 Thread Sebastian Rühl
Maybe this is a regression in result of: https://bugzilla.gnome.org/show_bug.cgi?id=153679 ** Bug watch added: GNOME Bug Tracker #153679 https://bugzilla.gnome.org/show_bug.cgi?id=153679 ** Also affects: gnome-vfs Importance: Undecided Status: New ** Changed in: gnome-vfs Importa

[Bug 554576] Re: FTP Symlink problem

2011-02-16 Thread Sebastian Rühl
So here is the point: take a Thecus N2100 NAS. There is a ftp share with a symlink in it. Log into the machine via comandline ftp and do ls, do a cd into the symlink, do a ls and you will see everything will work fine. In contrast to that in nautilus tries to resolve the symlink locally. -- Y