[Bug 1827859] Re: Cura 3.3.1 not working correctly

2021-02-08 Thread Gregor Riepl
For reference: Upstream fix: https://github.com/Ultimaker/Cura/pull/7139 Debian bugs: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=951033 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=956811 Debian patch:

[Bug 1827859] Re: Cura 3.3.1 not working correctly

2021-02-08 Thread Gregor Riepl
This has been a long-time issue with the way Cura renders the UI. We've finally gotten a (hopefully permanent) fix from upstream into Debian, which was already auto-promoted to the Ubuntu repos: https://launchpad.net/ubuntu/+source/cura/4.8-3 The fix will also be in the next upstream Cura

[Bug 913444]

2019-01-21 Thread Gregor Riepl
Probably because the patch hasn't been shaped up, approved and sponsored by someone with commit rights... I still stand by my comment about modifying the permission mask: Applications should _not_ preclude any umask set by the user or the system. A directory should be created with 0777

[Bug 913444]

2017-04-04 Thread Gregor Riepl
Thanks for the patch! A few comments on the code: strcpy(szMyStuffTarget, szPersonalTarget); if (_SHAppendToUnixPath(szMyStuffTarget, MAKEINTRESOURCEW(aidsMyStuff[i]))) -mkdir(szMyStuffTarget, 0777); +

[Bug 297707] Re: DHCP feature for network-manager-openvpn with TAP required

2016-06-18 Thread Gregor Riepl
oldium, can you link or post that TODO part here? Perhaps someone with enough know.how and time can pick up in it. Not saying I'll do it, but the issue is bothering me too, and I might find some time to implement the feature. -- You received this bug notification because you are a member of

[Bug 1416320] Re: REGRESSION: Packaging of kwallet-kf5 does not contain dbus files

2015-09-11 Thread Gregor Riepl
In Debian stretch/sid, kwalletd is contained in kde-runtime. If (K)Ubuntu uses the same packaging, I would guess that org.kde.kwalletd5.service needs to go there, not kwallet-kf5... That's just the manager and configuration tool. -- You received this bug notification because you are a member

[Bug 1226035] Re: wxmaxima crashes at startup (relocation error)

2013-10-25 Thread Gregor Riepl
You don't even have to uninstall the broken wxmaxima package first. Just build from source: apt-get source wxmaxima cd wxmaxima-13.04.2 dpkg-buildpackage cd .. sudo dpkg -i wxmaxima_13.04.2-1_*.deb dpkg-buildpackage might complain about some missing -dev packages, install those and run

[Bug 704123] Re: NM asks non-administrative user for the PIN even though it's in the system-connections file

2013-05-13 Thread Gregor Riepl
I can confirm that the same applies for Ubuntu 13.04. While browsing the source code, I learned that the dialog will not be presented if the environment variable INDICATOR_GREETER_MODE is set (the value seems to be irrelevant). However, I haven't found a good way to pass this variable to

[Bug 1179602] [NEW] nm-applet SIM PIN dialog does not hide all unused widgets

2013-05-13 Thread Gregor Riepl
Public bug reported: OS: Ubuntu 13.04 Architecture: amd64 Package: network-manager-gnome Version: 0.9.8.0-1ubuntu2 As can be seen in the attached screenshot, the SIM PIN dialog of nm- applet shows a label and text entry widget that are not used for simple PIN entry dialogs. The cause of the bug

[Bug 1179602] Re: nm-applet SIM PIN dialog does not hide all unused widgets

2013-05-13 Thread Gregor Riepl
Trivial patch to fix UI issue. ** Patch added: nm-applet-code3-label.patch https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1179602/+attachment/3675485/+files/nm-applet-code3-label.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1085533] Re: pcb2gcode throws exception and fails on launch

2013-04-23 Thread Gregor Riepl
The version mentioned by janitor is the same as in the bug report, and the exception is still thrown. What gives? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1085533 Title: pcb2gcode throws

[Bug 1066208] Re: power indicator shows a mouse battery as a laptop battery

2012-12-15 Thread Gregor Riepl
Thanks for the fix. Will this fix be backported to quantal? I'm affected by the bug, and I also get the wrong battery indicator when the interfering HID device is not connected - albeit only when the computer is charging. During discharge, the indicator correctly displays laptop battery status.

[Bug 1086231] Re: python-renpy crashes in rw_close_th when the scene changes

2012-12-03 Thread Gregor Riepl
** Patch added: Patch that increases the reference count on the python method references https://bugs.launchpad.net/ubuntu/+source/renpy/+bug/1086231/+attachment/3451126/+files/05_refcount.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1086231] [NEW] python-renpy crashes in rw_close_th when the scene changes

2012-12-03 Thread Gregor Riepl
Public bug reported: I tried running the Ren'Py game Analogue - A Hate Story (the Steam version in my case) with the renpy build from Ubuntu 12.10 (6.13.12-1build1). After the intro, the game does not switch over to the main menu, but crashes in rw_close_th. I couldn't find debug symbols for

[Bug 902381] Re: Logitech Rumble Gamepad F510 does not work

2012-08-29 Thread Gregor Riepl
Has this been fixed upstream? The joypad works fine on 3.2.0-30 (precise), and I can calibrate all its axes using jscal. Note that the Xbox360 joypads have a weird sense of direction. You might need to flip the axes to make them work as expected. -- You received this bug notification because

[Bug 704123] Re: NM asks non-administrative user for the PIN even though it's in the system-connections file

2012-07-26 Thread Gregor Riepl
Thomas, I can't say if the bug is completely reproduceable in Precise. I tend to restrict stored PINs to the current user for security reasons. In this case, the PIN dialog appears whenever I log in. It's an annoyance, albeit a minor one. My take on the issue is that nm should not ask for a PIN

[Bug 969860] Re: fglrx uses 100% CPU when screen turns off (spinning in glXWaitVideoSyncSGI or glXSwapBuffers)

2012-07-25 Thread Gregor Riepl
Followed the advice of #21 and disabled vsync in ccsm. It's already off in ccc. This helped against the spin, and I experience no noticable tearing. The other workarounds didn't help. Running on AMD E-450, Ubuntu 12.04, Unity, fglrx-updates 8.860 (12.4) -- You received this bug notification

[Bug 968258] Re: drum sound at login screen can't be disabled

2012-05-23 Thread Gregor Riepl
*** This bug is a duplicate of bug 949782 *** https://bugs.launchpad.net/bugs/949782 The easy (but probably non-permanent) solution is to just remove the sound file, as outlined in http://askubuntu.com/questions/66786/how-to- disable-login-sound/66788#66788 Punch this into your shell: sudo

[Bug 693352] Re: Doesn't remember PIN-code of 3G-modem

2012-05-02 Thread Gregor Riepl
*** This bug is a duplicate of bug 704123 *** https://bugs.launchpad.net/bugs/704123 ** This bug is no longer a duplicate of bug 642734 network-manager won't use stored pin code for activate 3G modem ** This bug has been marked a duplicate of bug 704123 PIN is asked despite it's

[Bug 675039] Re: NetworkManager asks pin code numerous times on 3G cards while the code is in the nm config

2012-05-02 Thread Gregor Riepl
*** This bug is a duplicate of bug 704123 *** https://bugs.launchpad.net/bugs/704123 ** This bug has been marked a duplicate of bug 704123 PIN is asked despite it's configured into the system connection -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 642734] Re: network-manager won't use stored pin code for activate 3G modem

2012-05-02 Thread Gregor Riepl
*** This bug is a duplicate of bug 704123 *** https://bugs.launchpad.net/bugs/704123 ** This bug has been marked a duplicate of bug 704123 PIN is asked despite it's configured into the system connection -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 607334] Re: NetworkManager doesn't remember 3G modem PIN code

2012-05-02 Thread Gregor Riepl
*** This bug is a duplicate of bug 704123 *** https://bugs.launchpad.net/bugs/704123 ** This bug is no longer a duplicate of bug 642734 network-manager won't use stored pin code for activate 3G modem ** This bug has been marked a duplicate of bug 704123 PIN is asked despite it's

[Bug 704123] Re: PIN is asked despite it's configured into the system connection

2012-05-02 Thread Gregor Riepl
The network-manager package is bumped to version 0.9.4.0-0ubuntu3 in precise, but the bug still occurs. Is it necessary to purge certain old files before it will disappear? Did the fix that was committed previously actually address the problem? -- You received this bug notification because you

[Bug 913444] Re: Every wine update re-enables desktop integration links

2012-04-11 Thread Gregor Riepl
** Bug watch added: Wine Bugzilla #22974 http://bugs.winehq.org/show_bug.cgi?id=22974 ** Also affects: wine via http://bugs.winehq.org/show_bug.cgi?id=22974 Importance: Unknown Status: Unknown -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 964024] [NEW] kdenlive refuses to start due incorrect parsing of output from melt -query

2012-03-24 Thread Gregor Riepl
Public bug reported: Upstream discussion: http://www.kdenlive.org/forum/mlts-sdl-module-not- found-0 kdenlive refuses to start when freshly installed, because it doesn't parse the output from melt -query correctly. The somewhat cryptic error message is MLT's SDL module not found.. This happens

[Bug 964024] Re: kdenlive refuses to start due incorrect parsing of output from melt -query

2012-03-24 Thread Gregor Riepl
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/964024 Title: kdenlive refuses to start due incorrect parsing of output from melt -query To manage notifications about this bug go to:

[Bug 593172] Re: eclipse crashes on loading on serial terminal

2012-02-27 Thread Gregor Riepl
I create a bug report on eclipse.org to make the developers aware of the problem and suggest checking for both Eclipse and system RXTX libraries instead: https://bugs.eclipse.org/bugs/show_bug.cgi?id=372655 ** Bug watch added: Eclipse bugs #372655

[Bug 593172] Re: eclipse crashes on loading on serial terminal

2012-02-27 Thread Gregor Riepl
The plugin works as expected, according to Martin and my own tests. It will automatically pick up a system RXTX if Eclipse finds one. Unfortunately, Eclipse seems to be hitting a little problem with OpenJDK's extension path: It contains /usr/java/packages/lib/ext - hardcoded into

[Bug 942306] [NEW] Wrong extension path compiled into libjvm.so

2012-02-27 Thread Gregor Riepl
Public bug reported: In an attempt to make Eclipse load the library RXTXcomm.jar from the Ubuntu package librxtx-java, I discovered that /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server/libjvm.so (part of openJDK 6) only includes the hardcoded extension path /usr/java/packages/lib/ext. Yet, Java

[Bug 942306] Re: Wrong extension path compiled into libjvm.so

2012-02-27 Thread Gregor Riepl
** Description changed: In an attempt to make Eclipse load the library RXTXcomm.jar from the Ubuntu package librxtx-java, I discovered that /usr/lib/jvm/java-6-openjdk/jre/lib/amd64/server/libjvm.so (part of openJDK 6) only includes the hardcoded extension path

[Bug 593172] Re: eclipse crashes on loading on serial terminal

2012-02-17 Thread Gregor Riepl
Reopening, as the problem is affecting me too. Same behavior, same crash location. I've attached my crash log to complete the report. ** Attachment added: Eclipse crash log https://bugs.launchpad.net/ubuntu/+source/openjdk-6/+bug/593172/+attachment/2751145/+files/hs_err_pid3420.log -- You

[Bug 593172] Re: eclipse crashes on loading on serial terminal

2012-02-17 Thread Gregor Riepl
Reopening with complete crash log ** Changed in: openjdk-6 (Ubuntu) Status: Expired = New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/593172 Title: eclipse crashes on loading on serial

[Bug 593172] Re: eclipse crashes on loading on serial terminal

2012-02-17 Thread Gregor Riepl
The crash is coming from a broken rxtx library installed from http://rxtx.qbang.org/eclipse/. If I remove ~/.eclipse/org.eclipse.platform_3.7.0_155965261/plugins/gnu.io.rxtx.linux.x86_64_2.1.7.3_v20071015/os/linux/x86_64/*.so and symlink the packaged libraries from /usr/lib/jni/librxtx*.so

[Bug 868850] Re: the background panel doesn't let you add xml wallpapers

2012-01-19 Thread Gregor Riepl
The corresponding gsettings comand line would be: gsettings set org.gnome.desktop.background picture-uri 'file:///home/user/Pictures/wallpaper.xml' But you should be very careful what you put in that XML file. Relative paths aren't supported, for example. If one of the images can't be found,

[Bug 913444] [NEW] Every wine update re-enables desktop integration links

2012-01-08 Thread Gregor Riepl
Public bug reported: Whenever the wine1.3 package is updated, wine reconfigures certain things when it is launched the next time. This reconfiguration step relinks the My Pictures, My Music and My Videos to the respective folders in the user's home directory, even if they were disabled before.

[Bug 913444] Re: Every wine update re-enables desktop integration links

2012-01-08 Thread Gregor Riepl
** Attachment added: Screenshot of winecfg with the links circled in red https://bugs.launchpad.net/bugs/913444/+attachment/2662835/+files/winecfg.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 901589] Re: [Vostro V131, Conexant CX20590, Speaker, Internal] Left Speaker Working, right completely off

2011-12-22 Thread Gregor Riepl
I can confirm the same behavior on a Lenovo ThinkPad X121e, which uses the same codec. The left speaker works, the right one doesn't. Or maybe it does, but it's almost silent. If you pan the mixer to the right, sound is audible, but very, very quiet. Headphones work like a charm. -- You

[Bug 642734] Re: network-manager won't use stored pin code for activate 3G modem

2011-11-24 Thread Gregor Riepl
This bug still occurs in 11.10. Looks to me like the dialog after login is unrelated to the per-connection setting in the keychain. nm doesn't know the PIN will be sent when a connection is set up, so it displays the dialog like it does for any USB WWAN modem. Someone has to convince

[Bug 881908] Re: Broadcom Bluetooth [03f0:231d] broken in Oneiric

2011-11-19 Thread Gregor Riepl
I'm not sure if I'm affected by the same bug, but I'm experiencing the same problems and also have a Broadcom adapter, so I assume a yes. Scanning and pairing works fine, I can also use Bluetooth keyboards and mice perfectly well, but OBEX fails miserably. Browse files... from the menubar applet

[Bug 889041] Re: SRU: update fglrx-updates to 8.902 (11.10)

2011-11-14 Thread Gregor Riepl
Testing it now with manually installed .debs from http://archive.ubuntu.com/ubuntu/pool/restricted/f/fglrx-installer-updates/: dpkg -i fglrx-updates_8.902-0ubuntu1_amd64.deb fglrx-updates-dev_8.902-0ubuntu1_amd64.deb fglrx-amdcccle-updates_8.902-0ubuntu1_amd64.deb Hardware: AMD E-450 with

[Bug 889041] Re: SRU: update fglrx-updates to 8.902 (11.10)

2011-11-14 Thread Gregor Riepl
More goodness: Suspend finally works! It's not usable yet, the Unity desktop isn't restored (I only see the wallpaper and the mouse cursor) and I get I/O errors when I try to log in from the console, but at least the display turns back on. This was not the case with any AMD GPU and Catalyst

[Bug 877445] [NEW] XCB errors in OpenGL applications caused by fglrx 11.8

2011-10-18 Thread Gregor Riepl
Public bug reported: This applies to both fglrx and fglrx-updates, as they are currently both installing Catalyst 11.8. When running certain OpenGL based applications in Ubuntu 11.10, they will crash with the following error: [xcb] Extra reply data still left in queue [xcb] This is most likely

[Bug 877445] Re: XCB errors in OpenGL applications caused by fglrx 11.8

2011-10-18 Thread Gregor Riepl
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/877445 Title: XCB errors in OpenGL applications caused by fglrx 11.8 To manage notifications about this bug go to:

[Bug 877445] Re: XCB errors in OpenGL applications caused by fglrx 11.8

2011-10-18 Thread Gregor Riepl
I experimented a bit more. After removing libGL junk from /usr/lib32 and reinstalling ia32-libs, it seems wine is now picking up a libGL.so.1 that actually works. Most likely, it's the one from mesa (libgl1-mesa-glx). That one doesn't have this nasty XCB bug. Is there a way to determine which

[Bug 876605] Re: URL not shown in status bar in Thunderbird 7

2011-10-17 Thread Gregor Riepl
** Attachment added: Thunderbird Screenshot.jpg https://bugs.launchpad.net/bugs/876605/+attachment/2554205/+files/Thunderbird%20Screenshot.jpg -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/876605

[Bug 876605] [NEW] URL not shown in status bar in Thunderbird 7

2011-10-17 Thread Gregor Riepl
Public bug reported: Version: 7.0.1+build1+nobinonly-0ubuntu1 Distribution: Ubuntu 11.10 When I upgraded to Ubuntu 11.10 this weekend, I noticed that the new Thunderbird is lacking a feature I consider crucial for an email client: When hovering the mouse cursor over a link inside a RSS feed or

[Bug 876605] Re: URL not shown in status bar in Thunderbird 7

2011-10-17 Thread Gregor Riepl
I didn't report with Apport in this case because it exposes a lot of unnecessary private information (system logs etc.), but you are right, I should have included info about addons and other stuff. So, to confirm, the URL is supposed to be shown at the left of the status bar? Can you make a

[Bug 876605] Re: URL not shown in status bar in Thunderbird 7

2011-10-17 Thread Gregor Riepl
Please disregard that, I managed to track it down. The user interface mess is caused by the SyncKolab addon I have installed. When disabling it, everything looks normal. Thanks for pointing me in the right direction! -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 858616] Re: Tomboy shouldn't require ubuntuone-client and libsyncdaemon

2011-10-02 Thread Gregor Riepl
I'm still running natty, and this dependency affects me as well. It makes perfect sense that tomboy can synchronize with UOne, but this doesn't justify making the UOne client a dependency of it. Having only the sync library as a dependency or loading it dynamically would be a much better

[Bug 775034] Re: Natty freezes due to Acer Aspire One 522 wireless

2011-05-27 Thread Gregor Riepl
The atl1c driver is still quite unstable. Blacklisting it solves all the problems it may cause. Loading it when wired networking is required works mostly. I recommend unloading the module before disconnecting the ethernet cable as that usually causes a freeze on my system. I upgraded my kernel to

[Bug 775788] Re: Acer 522 / Ubuntu 11.04 / No mic - Sound problems

2011-05-27 Thread Gregor Riepl
*** This bug is a duplicate of bug 741825 *** https://bugs.launchpad.net/bugs/741825 I started a bug on the ALSA bug tracker a while ago for this: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5324 A mini-patch is provided that makes the 522 be detected as ideapad, apparently a

[Bug 699802] Re: error:: no video mode activated

2011-05-13 Thread Gregor Riepl
When you run vbeinfo, grub reports a preferred resolution at the end. Could it be that grub is trying to switch to this resolution, failing if it is not one of the supported VESA modes? 16:9 and 16:10 modes are usually not among those, yet a great deal of (if not almost all) modern computers