[Bug 1946963] Re: libical3-dev does not provide CMake config files

2021-10-14 Thread Kevin Funk
Reported here: 
  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996474

** Bug watch added: Debian Bug tracker #996474
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=996474

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

Title:
  libical3-dev does not provide CMake config files

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


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

[Bug 1946963] [NEW] libical3-dev does not provide CMake config files

2021-10-13 Thread Kevin Funk
Public bug reported:

The libical-dev package on Ubuntu 21.10 (impish) does not provide CMake
config files.

% dpkg -L libical-dev | grep cmake
... returns nothing.

As of today:

# Packages file listings on 20.04, 20.10

The package provides CMake config files in:

```
/usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfig.cmake
/usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfigVersion.cmake
/usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets-none.cmake
/usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets.cmake
```

... which is wrong, but tracked here:
https://bugs.launchpad.net/ubuntu/+source/libical/+bug/1920587


# Packages file listings on 21.04, 21.10:

The package does not provide CMake config files at all, while it should.

See:

https://packages.ubuntu.com/hirsute/amd64/libical-dev/filelist
https://packages.ubuntu.com/impish/amd64/libical-dev/filelist

Seems like there are multiple issues with libcal packaging here.

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

** Description changed:

- The libical-dev package on Ubuntu 20.10 (impish) does not provide CMake
+ The libical-dev package on Ubuntu 21.10 (impish) does not provide CMake
  config files.
  
  % dpkg -L libical-dev | grep cmake
  ... returns nothing.
  
  
  As of today:
- 
  
  # Packages file listings on 20.04, 20.10
  
  The package provides CMake config files in:
  
  ```
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfigVersion.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets-none.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets.cmake
  ```
  
  ... which is wrong, but tracked here:
  https://bugs.launchpad.net/ubuntu/+source/libical/+bug/1920587
  
- 
  # File listings on 21.04, 21.10:
  
  The package does not provide CMake config files at all, while it should.
  
  See:
  
  https://packages.ubuntu.com/hirsute/amd64/libical-dev/filelist
  https://packages.ubuntu.com/impish/amd64/libical-dev/filelist
  
- 
  Seems like there are multiple issues with libcal packaging here.

** Description changed:

  The libical-dev package on Ubuntu 21.10 (impish) does not provide CMake
  config files.
  
  % dpkg -L libical-dev | grep cmake
  ... returns nothing.
- 
  
  As of today:
  
  # Packages file listings on 20.04, 20.10
  
  The package provides CMake config files in:
  
  ```
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfig.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalConfigVersion.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets-none.cmake
  /usr/lib/x86_64-linux-gnu/cmake/cmake/LibIcal/LibIcalTargets.cmake
  ```
  
  ... which is wrong, but tracked here:
  https://bugs.launchpad.net/ubuntu/+source/libical/+bug/1920587
  
- # File listings on 21.04, 21.10:
+ 
+ # Packages file listings on 21.04, 21.10:
  
  The package does not provide CMake config files at all, while it should.
  
  See:
  
  https://packages.ubuntu.com/hirsute/amd64/libical-dev/filelist
  https://packages.ubuntu.com/impish/amd64/libical-dev/filelist
  
  Seems like there are multiple issues with libcal packaging here.

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

Title:
  libical3-dev does not provide CMake config files

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


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

[Bug 1851621] Re: [snap] No KDE file dialogs

2020-04-16 Thread Kevin Funk
Any progress/news in this regard? This is still an issue on Ubuntu
20.04, fwiw.

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

Title:
  [snap] No KDE file dialogs

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1851621/+subscriptions

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

[Bug 1776873] Re: Whitelisted allowedURLschemes breaks some desktop apps

2020-04-15 Thread Kevin Funk
Okay, after having manually copied and dissected a Zoom URL for the Xth
time I finally got annoyed.

I've updated the instructions from comment #27, here's a possible work-
around by rebuilding the snapd sources:


```
apt-get build-dep snapd
TMPDIR=$(mktemp -d)
cd $TMPDIR
apt-get -y source snapd
sed -i 's/"http", "https", "mailto", "snap", "help"/"http", "https", "mailto", 
"snap", "help", "apt", "zoommtg", "slack"/' 
snapd-*/usersession/userd/launcher.go
cd snapd-* && dch -l$(hostname) fix_missing_app_types
cd ..
cd snapd-* && DEB_BUILD_OPTIONS=nocheck debuild -b -uc -us
cd ..
sudo dpkg -i snapd_*.deb
sudo service snapd restart
killall snap
```

Restart the client app. After that opening Zoom URLs in Chromium just
works for me. What a relief.

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

Title:
  Whitelisted allowedURLschemes breaks some desktop apps

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1776873/+subscriptions

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

[Bug 1832882] Re: libcurl-gnutls segfaults spotify client

2019-06-30 Thread Kevin Funk
Pardon my ignorance about the Launchpad bug metadata states, but: is
there going to be an update for Ubuntu Disco fixing this issue?

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

Title:
  libcurl-gnutls segfaults spotify client

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

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

[Bug 1826319] [NEW] Please upgrade cgdb to newest version (0.7.0)

2019-04-24 Thread Kevin Funk
Public bug reported:

There's been an impressive list of changes between 0.6.7 and 0.7.0:
  https://github.com/cgdb/cgdb/compare/v0.6.7...v0.7.0

I'm particular interested in the new 256-color mode support.

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


** Tags: upgrade-software-version

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

Title:
  Please upgrade cgdb to newest version (0.7.0)

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

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

[Bug 1800467] Re: qtquickcontrols2-5-private-dev package missing

2018-10-29 Thread Kevin Funk
Okay, granted, in this case these private headers are needed for working
on a commercial application (can't disclose this one).

I don't think KDE currently needs this.

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

Title:
  qtquickcontrols2-5-private-dev package missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtquickcontrols2-opensource-src/+bug/1800467/+subscriptions

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

[Bug 1800467] [NEW] qtquickcontrols2-5-private-dev package missing

2018-10-29 Thread Kevin Funk
Public bug reported:

Looks like there's no qtquickcontrols2-5-private-dev package in Ubuntu
repositories.

This package should install the private headers for the qtquickcontrols2
module.

Private headers expected:

qquickanimatednode_p.h
qquickclippedtext_p.h
qquickiconimage_p.h
qquickiconlabel_p_p.h
qquickpaddedrectangle_p.h
qquickstyle_p.h
qquickstyleselector_p_p.h
qtquickcontrols2-config_p.h
qquickattachedobject_p.h
qquickcolorimage_p.h
qquickiconimage_p_p.h
qquickitemgroup_p.h
qquickplaceholdertext_p.h
qquickstyleplugin_p.h
qquicktheme_p.h
qtquickcontrols2global_p.h
qquickchecklabel_p.h
qquickcolor_p.h
qquickiconlabel_p.h
qquickmnemoniclabel_p.h
qquickproxytheme_p.h
qquickstyleselector_p.h
qquicktumblerview_p.h

** Affects: qtquickcontrols2-opensource-src (Ubuntu)
 Importance: Undecided
 Status: New

** Package changed: qtquickcontrols-opensource-src (Ubuntu) =>
qtquickcontrols2-opensource-src (Ubuntu)

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

Title:
  qtquickcontrols2-5-private-dev package missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qtquickcontrols2-opensource-src/+bug/1800467/+subscriptions

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

[Bug 1770789] Re: package kdevelop-data 4:5.2.1-1ubuntu4 failed to install/upgrade: trying to overwrite '/usr/share/kdevappwizard/templates/cmake_qt5guiapp.tar.bz2', which is also in package kapptempl

2018-05-14 Thread Kevin Funk
An upgrade to kapptemplate v16.04.0 would solve this. Is this feasible?

Or patch kapptemplate with
https://cgit.kde.org/kapptemplate.git/commit/?id=7e254781978eac082eb1d566a1c083920b8ea668

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

Title:
  package kdevelop-data 4:5.2.1-1ubuntu4 failed to install/upgrade:
  trying to overwrite
  '/usr/share/kdevappwizard/templates/cmake_qt5guiapp.tar.bz2', which is
  also in package kapptemplate 4:15.12.3-0ubuntu1

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

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

[Bug 1769461] Re: Crash on heaptrack analysis

2018-05-07 Thread Kevin Funk
Do you have a backtrace of the crash? I can't reproduce your issue.

Check out
https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
for help.

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

Title:
  Crash on heaptrack analysis

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

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

[Bug 1757644] Re: Please port your package away from Qt 4

2018-03-21 Thread Kevin Funk
The gammaray package in recent Ubuntu versions already depends on
Qt5-only. Not sure what needs to be done here?

There's a related package to it,
https://bugs.launchpad.net/ubuntu/bionic/+package/gammaray-probe-qt4,
which indeed needs Qt4, but it can be dropped as soon as the Qt4 library
is removed from repos.

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

Title:
  Please port your package away from Qt 4

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

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

[Bug 1456956] Re: Attach to proccess is missing from Run menu

2017-03-22 Thread Kevin Funk
For anyone seeking for a quick work-around:

We now provide a Linux AppImage which is super easy to run:
https://www.kdevelop.org/download (this one should have the 'attach'
feature).

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

Title:
  Attach to proccess is missing from Run menu

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

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


[Bug 1420190] Re: [needs-packaging] kdev-qmljs

2017-02-14 Thread Kevin Funk
Note: kdev-qmljs is part of KDevelop 5.0 (i.e. there's no need for a
separate package anymore...).

I'm not sure I should just close this bug report. Does someone still
need kdev-qmljs for KDevelop 4?

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

Title:
  [needs-packaging] kdev-qmljs

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

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


[Bug 1638573] Re: Editor configuration: Remove trailing spaces

2016-11-02 Thread Kevin Funk
Which KDevelop version?

This is the relevant KDE bug report I think:
https://bugs.kde.org/show_bug.cgi?id=310712

** Bug watch added: KDE Bug Tracking System #310712
   https://bugs.kde.org/show_bug.cgi?id=310712

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

Title:
  Editor configuration: Remove trailing spaces

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

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


[Bug 1255858] Re: KDevelop 4.5 subversion support missing

2016-08-26 Thread Kevin Funk
Fixed in trusty+, see
https://bugs.launchpad.net/ubuntu/+source/kdevplatform/+bug/1415451.

Can we close this one?

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

Title:
  KDevelop 4.5 subversion support missing

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

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


[Bug 185411] Re: kdevelop doesn't execute programs

2016-08-26 Thread Kevin Funk
Update? Still a problem?

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

Title:
  kdevelop doesn't execute programs

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

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


[Bug 1538090] Re: Please update kdevelop to 5.0beta3

2016-08-26 Thread Kevin Funk
This is superseded by the KDevelop 5.0.0 release now
(https://www.kdevelop.org/news/kdevelop-500-released) -- close this
issue?

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

Title:
  Please update kdevelop to 5.0beta3

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

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


[Bug 1577676] [NEW] Update uncrustify to 0.62

2016-05-03 Thread Kevin Funk
Public bug reported:

0.59 (distro version) is  5 years old (cf.
https://sourceforge.net/projects/uncrustify/files/uncrustify/)

Please update the package to at least 0.62. Tons of features got added
in the meanwhile.

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


** Tags: upgrade-software-version

** Tags added: upgrade-software-version

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

Title:
  Update uncrustify to 0.62

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

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


[Bug 1540243] Re: SRU virtualbox-ext-pack, virtualbox-guest-additions-iso to match virtualbox versions

2016-03-08 Thread Kevin Funk
This is still (or again?) broken in Ubuntu Xenial:

# dpkg -l | grep virtualbox
ii  virtualbox  5.0.14-dfsg-2build1 
   amd64x86 virtualization solution - base binaries
ii  virtualbox-dkms 5.0.14-dfsg-2build1 
   all  x86 virtualization solution - kernel module sources 
for dkms
ii  virtualbox-ext-pack 5.0.16-1
   all  extra capabilities for VirtualBox, downloader.
ii  virtualbox-guest-additions-iso  5.0.16-1
   all  guest additions iso image for VirtualBox
ii  virtualbox-qt   5.0.14-dfsg-2build1 
   amd64x86 virtualization solution - Qt based user 
interface

=> virtualbox at 5.0.14, extpack at 5.0.16.

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

Title:
  SRU virtualbox-ext-pack, virtualbox-guest-additions-iso to match
  virtualbox versions

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1540243/+subscriptions

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


[Bug 1540243] Re: Packaged version must match version of virtualbox package

2016-02-02 Thread Kevin Funk
I didn't know there's a GUI option.

I agree it's a bug which needs to be handled; that's why I said "work-
around", not "fix".

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

Title:
  Packaged version must match version of virtualbox package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1540243/+subscriptions

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


[Bug 1540243] Re: Packaged version must match version of virtualbox package

2016-02-02 Thread Kevin Funk
Work-around for extpack:

$ wget 
http://download.virtualbox.org/virtualbox/5.0.14/Oracle_VM_VirtualBox_Extension_Pack-5.0.14-105127.vbox-extpack
$ sudo VBoxManage extpack uninstall "Oracle VM VirtualBox Extension Pack"
$ sudo VBoxManage extpack install 
Oracle_VM_VirtualBox_Extension_Pack-5.0.14-105127.vbox-extpack

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

Title:
  Packaged version must match version of virtualbox package

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/virtualbox-ext-pack/+bug/1540243/+subscriptions

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


[Bug 1247026] Re: valgrind does not work on amd64 (strlen missing)

2015-11-04 Thread Kevin Funk
FWIW: Still an issue in 15.10, shipping valgrind-3.11.0. Still no proper
fix for this...?

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

Title:
  valgrind does not work on amd64 (strlen missing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/valgrind/+bug/1247026/+subscriptions

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


[Bug 1456956] Re: Attach to proccess is missing from Run menu

2015-05-20 Thread Kevin Funk
This happens when KDevelop is compiled without support for the KDE 4 Workspace 
libraries (package: kde-workspace-dev
). This is required for enabling the "Attach to process"  dialog right now.

This would need fixing at the packaging level; we'd need to mark kde-
workspace-dev as a dependency for kdevelop.

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

Title:
  Attach to proccess is missing from Run menu

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

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


[Bug 1429766] Re: Alt+Left/RightArrow switches from graphic into text virtual console (Vivid)

2015-03-12 Thread Kevin Funk
Sorry, but this isn't low. This affects a major shortcut prominent in
every browser: history back/forth.

It's highly annoying if this suddenly switches the VT.

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

Title:
  Alt+Left/RightArrow switches from graphic into text virtual console
  (Vivid)

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

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


[Bug 1417659] Re: Please update kdevelop to 4.7.1

2015-03-07 Thread Kevin Funk
That would be appreciated. 4.7.0 has quite a few annoying bugs, which
4.7.1 addresses.

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

Title:
  Please update kdevelop to 4.7.1

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

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


[Bug 1417659] Re: Please update kdevelop to 4.7.1

2015-03-06 Thread Kevin Funk
Bump. What's up with this? I still don't see 4.7.1 in utopic(?)

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

Title:
  Please update kdevelop to 4.7.1

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

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


[Bug 1415451] Re: Subversion plugin still not being shipped

2015-01-29 Thread Kevin Funk
Works for me. Tested with vivid-proposed.

% dpkg -L kdevplatform8-libs | grep kdevsubversion.so
/usr/lib/kde4/kdevsubversion.so

** Tags removed: verification-needed
** Tags added: verification-done

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

Title:
  Subversion plugin still not being shipped

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

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


[Bug 1415451] [NEW] Subversion plugin still not being shipped

2015-01-28 Thread Kevin Funk
Public bug reported:

kdevplatform-libs still doesn't ship the Subversion plugin, the package
doesn't contain a "kdevsubversion.so".

Initially this was caused by licensing issues (see
https://bugs.kde.org/show_bug.cgi?id=35), but these have been
resolved long time ago. Debian also ships the library:
https://packages.debian.org/search?searchon=contents&keywords=kdevsubversion.so&mode=exactfilename&suite=testing&arch=any

So, I'm hereby asking to drop the patch that disables
compilation/installation of the Subversion plugin.

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


** Tags: kubuntu

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

Title:
  Subversion plugin still not being shipped

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

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


[Bug 1385185] Re: Please update qwt to 6.1

2014-10-24 Thread Kevin Funk
Note: This one is Qt5-based.

>From the Qwt page: "Qwt 6.1.1 is a collection of all bug fixes, that
could be added without breaking ... Qwt 6.0 is not intended to be
compatible with Qt 5 - this is what Qwt 6.1 will offer, ..."

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

Title:
  Please update qwt to 6.1

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

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


[Bug 626273] Re: Kdevelop crash on exit

2013-12-16 Thread Kevin Funk
Upstream bug: https://bugs.kde.org/show_bug.cgi?id=236037 (already
resolved)

Fixed in: KDevPlatform version 1.1.0

** Bug watch added: KDE Bug Tracking System #236037
   https://bugs.kde.org/show_bug.cgi?id=236037

** Changed in: kdevelop (Ubuntu)
   Status: New => Fix Released

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

Title:
  Kdevelop crash on exit

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

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


[Bug 1125957] Re: "daemon can't determine native environment" error

2013-12-02 Thread Kevin Funk
Note: This is fixed with my upgrade to icecc >=1.0.0. Installed the
icecc package from https://launchpad.net/~yofel/+archive/ppa.

This bug here also demands an upgrade of the package:
https://bugs.launchpad.net/ubuntu/+source/icecc/+bug/1182491

So, could the maintainer(s) please bump the icecc-package version? This
bug affects 13.04 and 13.10, afaik.

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

Title:
  "daemon can't determine native environment" error

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

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


[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2013-11-05 Thread Kevin Funk
The simple work-around is to patch 
'/usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py':
Replace
dir_ = os.path.join (os.path.dirname (objfile), dotdots, pythondir)
by
dir_ = os.path.join (os.path.dirname (objfile), dotdots, dotdots, pythondir)

However, that still won't really work on 13.10, because the pretty
printers are actually broken because they do not support Python 3.x
yet... But that's a different issue.

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

Title:
  gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-
  gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

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

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


[Bug 952999] Re: gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

2013-11-04 Thread Kevin Funk
This is still valid even on 13.10. Can someone please fix the package
and make it import from the correct directory?

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

Title:
  gdb crashed with ImportError in /usr/lib/debug/usr/lib/i386-linux-
  gnu/libstdc++.so.6.0.16-gdb.py: No module named libstdcxx.v6.printers

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

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


[Bug 1239665] Re: clang can not compile stl using code

2013-10-22 Thread Kevin Funk
*** This bug is a duplicate of bug 1242300 ***
https://bugs.launchpad.net/bugs/1242300

Marked as duplicate of bug #1242300, the other bug entry has some more
extra information.

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

Title:
  clang can not compile stl using code

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

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


[Bug 1242300] Re: Clang cannot locate standard header files

2013-10-22 Thread Kevin Funk
Bump. Upgrading to clang-3.4 seems to fix this. Why are you guys still
have clang-3.2 as default anyway? That's almost an year-old release.

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

Title:
  Clang cannot locate standard header files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/llvm-defaults/+bug/1242300/+subscriptions

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


[Bug 1125957] Re: "daemon can't determine native environment" error

2013-10-07 Thread Kevin Funk
Bump. This is still valid.

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

Title:
  "daemon can't determine native environment" error

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

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


[Bug 1165913] Re: missing required dependency python-samba

2013-08-21 Thread Kevin Funk
I just tried out evolution-mapi and got the same errors. Installing
python-samba fixed it. So even if it doesn't use Python or whatsoever,
this alone did the trick and made it work. Just FYI -- It's still an
issue. Running 13.04 here.

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

Title:
  missing required dependency python-samba

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/evolution-mapi/+bug/1165913/+subscriptions

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


[Bug 1125227] Re: Init script broken in 0.9.8 -- /var/run/icecc (no such file)

2013-03-12 Thread Kevin Funk
Bump. This (plus
https://bugs.launchpad.net/ubuntu/+source/icecc/+bug/1125957) renders
the icecc package completely non-functional on 13.04.

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

Title:
  Init script broken in 0.9.8 -- /var/run/icecc (no such file)

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

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


[Bug 1125957] [NEW] "daemon can't determine native environment" error

2013-02-15 Thread Kevin Funk
Public bug reported:

When attempting to start a build with icecc in path I'm getting the
following:

ICECC_DEBUG=debug make
ICECC[7011] 08:43:43: connected to /var/run/icecc/iceccd.socket
ICECC[7011] 08:43:43: 
ICECC[7011] 08:43:43: invoking: /usr/bin/c++
ICECC[7011] 08:43:44: 
ICECC[7028] 08:43:44: connected to /var/run/icecc/iceccd.socket
ICECC[7028] 08:43:44: daemon can't determine native environment. Set 
$ICECC_VERSION to an icecc environment.
ICECC[7028] 08:43:44: 
ICECC[7028] 08:43:44: 
ICECC[7028] 08:43:44: invoking: /usr/bin/c++
(...)

icecc package version: 0.9.8~git2012121601-0ubuntu1

This worked fine with 0.9.7. I didn't have to set ICECC_VERSION in this
version.

Work-around:
$ icecc --build-native
(...)
creating FOOBAR.tar.gz
$ export ICECC_VERSION=FOOBAR.tar.gz

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

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

Title:
  "daemon can't determine native environment" error

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

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


[Bug 1125227] [NEW] Init script broken in 0.9.8 -- /var/run/icecc (no such file)

2013-02-14 Thread Kevin Funk
Public bug reported:

On a freshly installed icecc package:

$ service icecc start
start-stop-daemon: unable to open pidfile '/var/run/icecc/iceccd.pid' for 
writing (No such file or directory)

0.9.7 has a init script which doesn't mention the pidfile at all, and
that works.

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

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

Title:
  Init script broken in 0.9.8 -- /var/run/icecc (no such file)

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

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


[Bug 605567] Re: Extremely slow painting of launchpad.net bug details page with nvidia driver

2013-02-06 Thread Kevin Funk
Confirmed on Firefox 19.0 and NVidia 310.14. Is this ever going to be
fixed? :/

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

Title:
  Extremely slow painting of launchpad.net bug details page with nvidia
  driver

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/605567/+subscriptions

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


[Bug 1003740] Re: callgrind_control doesn't detect running valgrind (with patch)

2012-10-05 Thread Kevin Funk
*** This bug is a duplicate of bug 1036283 ***
https://bugs.launchpad.net/bugs/1036283

** This bug has been marked a duplicate of bug 1036283
   callgrind_control cannot connect because of different executable name

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

Title:
  callgrind_control doesn't detect running valgrind (with patch)

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

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


[Bug 1036283] Re: callgrind_control cannot connect because of different executable name

2012-10-05 Thread Kevin Funk
Can someone please push that patch?

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

Title:
  callgrind_control cannot connect because of different executable name

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

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


[Bug 968412] Re: Internal error in the solver

2012-06-27 Thread Kevin Funk
Bump. Is this being discussed?

I cannot make use of ppa-purge (which apparently uses aptitude
internally) right now as it tries to uninstall the whole system.

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

Title:
  Internal error in the solver

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

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


[Bug 906014] [NEW] Qt built with -Bsymbolic-functions, not using -reduce-relocations from configure

2011-12-18 Thread Kevin Funk
Public bug reported:

Qt is - at least in 11.04 and 12.04 - built with the -Bsymbolic-
functions linker flag enabled which binds references to global function
symbols to the definition within the shared library [1]. This is okay
for most use-cases out there but breaks certain scenarios where
preloading is involved.

Qt specifies certain dynamic-list files (see [2]) to enable dynamic
binding for certain symbols. An example file is
"QT_SOURCE/src/corelib/QtCore.dynlist". However, currently these files
are not used since Qt's configure is not instructed with -reduce-
relocations which would enable passing the --dynamic-list linker flag on
compilation. Note that this is only relevant if built with -Bsymbolic-
functions. In fact, -reduce-relocations both enable -Bsymbolic-functions
and --dynamic-list parameters to be passed.

Qt in 11.10 seems to be compiled without -Bsymbolic-function (checked
build logs on Launchpad).

[1] http://www.technovelty.org/code/c/bsymbolic-update.html
[2] http://linux.die.net/man/1/ld

** Affects: qt4-x11 (Ubuntu)
 Importance: Undecided
 Status: New

** Description changed:

  Qt is - at least in 11.04 and 12.04 - built with the -Bsymbolic-
  functions linker flag enabled which binds references to global function
  symbols to the definition within the shared library [1]. This is okay
  for most use-cases out there but breaks certain scenarios where
  preloading is involved.
  
  Qt specifies certain dynamic-list files (see [2]) to enable dynamic
  binding for certain symbols. An example file is
  "QT_SOURCE/src/corelib/QtCore.dynlist". However, currently these files
  are not used since Qt's configure is not instructed with -reduce-
  relocations which would enable passing the --dynamic-list linker flag on
- compilation. Not that this is only relevant if built with -Bsymbolic-
+ compilation. Note that this is only relevant if built with -Bsymbolic-
  functions. In fact, -reduce-relocations both enable -Bsymbolic-functions
  and --dynamic-list parameters to be passed.
  
  Qt in 11.10 seems to be compiled without -Bsymbolic-function (checked
  build logs on Launchpad).
  
  [1] http://www.technovelty.org/code/c/bsymbolic-update.html
  [2] http://linux.die.net/man/1/ld

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

Title:
  Qt built with -Bsymbolic-functions, not using -reduce-relocations from
  configure

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt4-x11/+bug/906014/+subscriptions

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


[Bug 786192] Re: Wrong rendering of some elements of interface

2011-06-06 Thread Kevin Funk
Yep, can confirm the package works correctly. The theme SVG is now
identical with the repository version.

After updating to natty-proposed amarok package:
[17:56:39]  [krf@kerberos amarok 804K]% diff -u 
/usr/share/kde4/apps/amarok/images/default-theme-clean.svg 
src/images/default-theme-clean.svg
[17:56:39]  [krf@kerberos amarok 804K]%

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

Title:
  Wrong rendering of some elements of interface

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


[Bug 607982] Re: [maverick alpha] hdparm -B has no effect on hd power management

2010-09-15 Thread Kevin Funk
Did you report that bug?

-- 
[maverick alpha] hdparm -B has no effect on hd power management
https://bugs.launchpad.net/bugs/607982
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 554514] Re: cant find resource agents

2010-05-19 Thread Kevin Funk
Then I'd consider this bug's importance as pretty high, Kontact and
components are not usable at all. That's _really_ inconvenient for new
users.

-- 
cant find resource agents
https://bugs.launchpad.net/bugs/554514
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to akonadi in ubuntu.

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


[Bug 554514] Re: cant find resource agents

2010-05-19 Thread Kevin Funk
Just curious, does this bug affect new installs (when installing from Kubuntu 
10.04 release)?
I'm also affected by this bug caused by some update while running alpha version.

-- 
cant find resource agents
https://bugs.launchpad.net/bugs/554514
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to akonadi in ubuntu.

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


[Bug 513706] Re: hdparm sets power management value to 128 in AC mode

2010-03-09 Thread Kevin Funk
Same for me. Here it the -B parameter is even set to 1. This happens after some 
recent updates (since one week I guess).
Very annoying as -B 1 spins down the disk after a short period. I have to reset 
the parameter to a higher value each startup to avoid disk damage.
Modifying /etc/hdparm.conf doesn't work aswell.

-- 
hdparm sets power management value to 128 in AC mode
https://bugs.launchpad.net/bugs/513706
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 43238] Re: Firefox open / save dialog is a pain for kde users

2010-01-07 Thread Kevin Funk
*** This bug is a duplicate of bug 494067 ***
https://bugs.launchpad.net/bugs/494067

#27 works great. Any chance for this getting into main repository?

-- 
Firefox open / save dialog is a pain for kde users
https://bugs.launchpad.net/bugs/43238
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-default-settings in ubuntu.

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


[Bug 351628] Re: [jaunty] NetworkManager widget doesn't save connection data

2009-04-23 Thread Kevin Funk
Upstream report: https://bugs.kde.org/show_bug.cgi?id=190443

** Bug watch added: KDE Bug Tracking System #190443
   http://bugs.kde.org/show_bug.cgi?id=190443

-- 
[jaunty] NetworkManager widget doesn't save connection data
https://bugs.launchpad.net/bugs/351628
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-network-manager in ubuntu.

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


[Bug 190664] Re: [XPS M1530] Wireless don't work (need to use 'noapic' kernel boot param)

2009-04-08 Thread Kevin Funk
Installed linux-backports-modules-jaunty of course, forgot to add this.

-- 
[XPS M1530] Wireless don't work (need to use 'noapic' kernel boot param)
https://bugs.launchpad.net/bugs/190664
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 190664] Re: [XPS M1530] Wireless don't work (need to use 'noapic' kernel boot param)

2009-04-08 Thread Kevin Funk
Still doesnt work for me. Restarted about a dozen times
(hibernating/restarting doesnt matter) and WLAN only got enabled some
times. No difference.

-- 
[XPS M1530] Wireless don't work (need to use 'noapic' kernel boot param)
https://bugs.launchpad.net/bugs/190664
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 220986] Re: friendly-recovery drops to a root shell even when a root password is set

2008-06-24 Thread Kevin Funk
Is it possible to ask for a password even when no root password is set? Maybe 
ask the password of uid=1000? I think this should be fixed for all users as its 
a security hole.
> I share the opinion of the reporters: it is a blatant security hole because 
> nobody expects this from a linux system.
Exactly.

-- 
 friendly-recovery drops to a root shell even when a root password is set
https://bugs.launchpad.net/bugs/220986
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 216974] Re: console gave me root without password

2008-06-24 Thread Kevin Funk
I dont get the reasoning here. I still lock up my door at home although anyone 
with "physical access" could break in. 
Why dont you just prompt for a password after recovery? Of course anyone with 
physical access can just do anything with your computer, but why do we have 
passwords at all? You could also remove the user passwords when argumenting 
like that.
Please add a prompt here, someone just needs to restart your system and he can 
hose your files, that's not acceptable.

** Changed in: friendly-recovery (Ubuntu)
   Status: Invalid => New

-- 
console gave me root without password
https://bugs.launchpad.net/bugs/216974
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 197394] Re: No audio in Hardy w/Intel ICH8, STAC9228

2008-03-29 Thread Kevin Funk
Lates hal updates (I think) solved the problem again for me. I also got
a Dell XPS M1530 and sound output works like a charm without any
modifications to modules.

-- 
No audio in Hardy w/Intel ICH8, STAC9228
https://bugs.launchpad.net/bugs/197394
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 205996] [NEW] ServerTokens Full in apache2.conf (security risk?)

2008-03-24 Thread Kevin Funk
Public bug reported:

Binary package hint: apache2.2-common

I found "ServerTokens Full" in Hardy's apache2.conf, isnt that a security risk?
"ServerTokens Minimal" would be more secure.

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

-- 
ServerTokens Full in apache2.conf (security risk?)
https://bugs.launchpad.net/bugs/205996
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


[Bug 109051] Re: Amarok UI bogged down when playing mms internet radio stream

2007-10-31 Thread Kevin Funk
Updating to a more recent version of xine seems to fix it, now using
xine-lib-1.1.8.

** Changed in: amarok (Ubuntu)
   Status: New => In Progress

** Changed in: amarok (Ubuntu)
   Status: In Progress => Fix Committed

-- 
Amarok UI bogged down when playing mms internet radio stream
https://bugs.launchpad.net/bugs/109051
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 110047] Re: KMail: Cannot place cursor on first line using the reply templates

2007-10-20 Thread Kevin Funk
See http://bugs.kde.org/show_bug.cgi?id=140917

** Changed in: kdepim (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
KMail: Cannot place cursor on first line using the reply templates
https://bugs.launchpad.net/bugs/110047
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for kdepim in ubuntu.

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


[Bug 109051] Re: Amarok UI bogged down when playing mms internet radio stream

2007-09-14 Thread Kevin Funk
Can confirm this, using amarok-1.4.7, xine-lib-1.1.4 on Gentoo Linux.

-- 
Amarok UI bogged down when playing mms internet radio stream
https://bugs.launchpad.net/bugs/109051
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for amarok in ubuntu.

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