[Bug 1317135] [NEW] find_package fails on PostgreSQL in 14.04

2014-05-07 Thread Per Parker
Public bug reported:

It looks like FindPostgreSQL.cmake needs to be updated for postgres 9.3.4, 
since this is the default postgres version for Ubuntu 14.04.
I tried using
set(PostgreSQL_ADDITIONAL_VERSIONS "9.3.4")
as recommended in FindPostgreSQL.cmake, but I get

CMake Error at 
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find PostgreSQL (missing: PostgreSQL_TYPE_INCLUDE_DIR) (found
  version "9.3.4")
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 
(_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindPostgreSQL.cmake:151 
(find_package_handle_standard_args)
  CMakeLists.txt:11 (find_package)

Packages installed:
cmake (2.8.12.2-0ubuntu3)
postgresql (9.3+154)
libpq-dev (9.3.4-1)
libpqxx-dev (4.0.1+dfsg-3ubuntu1)

I got around it by installing postgresql-server-dev-9.3 and adding this to my 
CMakeLists.txt
set(PostgreSQL_ADDITIONAL_SEARCH_PATHS "/usr/include/postgresql/9.3/server")
However:
- Given that I got everything through the package manager, these should 
probably work out of the box.
- I'm not sure that postgresql-server-dev should be a prerequisite for C 
programming with postgres.

$ lsb_release -rd
Description:Ubuntu 14.04 LTS
Release:14.04

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

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

Title:
  find_package fails on PostgreSQL in 14.04

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

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


[Bug 1317115] Re: KDE Locale module support for changing language is incomplete

2014-05-07 Thread Harald Sitter
Oh, and please do the following:

- revert language-selector changes

- create new user
- login
- hit alt+f2
- type kdebugdialog
- hit enter
- enable everything, apply and close
- from a terminal run:
>  systemsettings &> log
- go to locale->language
- move german to the right hand list
- move german up to the top of the list
- apply and close
- in the home folder there should be  a file called 'log', please attach it to 
this bug report

after that run the previous command again

cat ~/.kde/env/*

** Changed in: libkubuntu (Ubuntu)
   Status: New => Incomplete

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

Title:
  KDE Locale module support for changing language is incomplete

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

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


[Bug 1317115] Re: KDE Locale module support for changing language is incomplete

2014-05-07 Thread Harald Sitter
please post the output of the following command

cat ~/.kde/env/*

** Package changed: kde-workspace (Ubuntu) => libkubuntu (Ubuntu)

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

Title:
  KDE Locale module support for changing language is incomplete

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

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


[Bug 1317115] Re: KDE Locale module support for changing language is incomplete

2014-05-07 Thread Tim Edwards
BTW the ProcEnviron.txt attached to this bug report is from after I
applied the workaround (i.e. used gnome-language-selector) so that's why
some of the env vars have been changed

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

Title:
  KDE Locale module support for changing language is incomplete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1317115/+subscriptions

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


[Bug 1317115] [NEW] KDE Locale module support for changing language is incomplete

2014-05-07 Thread Tim Edwards
Public bug reported:

The current Kubuntu method of installing support for new languages and
changing which language gets highest preference is broken because it
only affects KDE applications. The system language (as set by the LANG
and LANGUAGE environment variables) isn't changed, and the language
support for added languages is incomplete - for example missing
localisation packages for Firefox, Libreoffice and spell checkers, among
others.

This is a side-effect of the deprecation of the language-selector-kde
package, which used to give Kubuntu users the same fuctionality as
gnome-language-selector by creating an extra module in KDE System
Settings.

The missing functionality should be integrated into the KDE System
Settings Locale control module, as mentioned in this comment
https://bugs.launchpad.net/ubuntu/+source/language-
selector/+bug/1013626/comments/4

To reproduce:
1. Freshly installed Kubuntu 14.04 system. KDE System 
Settings->Locale->Language.
2. Add language (in my example German). Wait while Locale module installs the 
necessary packages.
3. Move language (German) to top of the priority list, above the default 
American English
4. Logout of KDE, log back in

Expected Results:
All necessary language files for both KDE applications (e.g. Dolphin) and 
non-KDE applications (e.g. Firefox, Libreoffice) is installed. All programs 
which have German translations available display in German. Environment 
variables are set so that command line programs also run in German (where 
translations available), eg:
tim@localhost:~$ ls notthere
ls: Zugriff auf notthere nicht möglich: Datei oder Verzeichnis nicht gefunden

In short - the same effect you'd get by using gnome-language-selector

Actual Results:
Only the language of KDE applications is changed. Firefox, LIbreoffice, command 
line programs, bash environment vars, and all other programs remain in English. 
In other words you have a half-half system as far as language support is 
concerned.

Workaround:
sudo apt-get install gnome-language-selector
gnome-language-selector

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: kde-workspace 4:4.11.8-0ubuntu6
ProcVersionSignature: Ubuntu 3.13.0-24.46-generic 3.13.9
Uname: Linux 3.13.0-24-generic x86_64
ApportVersion: 2.14.1-0ubuntu3
Architecture: amd64
CurrentDesktop: KDE
Date: Wed May  7 15:01:57 2014
InstallationDate: Installed on 2014-04-29 (7 days ago)
InstallationMedia: Ubuntu-Server 14.04 LTS "Trusty Tahr" - Release amd64 
(20140416.2)
PackageArchitecture: all
SourcePackage: kde-workspace
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: kde-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug trusty

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

Title:
  KDE Locale module support for changing language is incomplete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-workspace/+bug/1317115/+subscriptions

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


[Bug 1317036] [NEW] muon-notifier uses icon in muon-discover package

2014-05-07 Thread Mark Fraser
Public bug reported:

I recently removed the package muon-discover as I was never going to
need it, then I noticed that the system tray icon for muon-notifier was
missing. It took a while to figure out why it was missing, but after
reinstalling muon-discover, it came back.

Steps to Reproduce:
1.remove muon-discover package from computer
2.reboot and see that the icon for muon-notifier is missing.
3.reinstall muon-discover
4.reboot and see that the icon is back.

** Affects: muon
 Importance: Unknown
 Status: Unknown

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

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

** Also affects: muon via
   https://bugs.kde.org/show_bug.cgi?id=334423
   Importance: Unknown
   Status: Unknown

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

Title:
  muon-notifier uses icon in muon-discover package

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

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


[Bug 1316981] Re: package "qtcreator" needs to be dependent on "qttools5-dev"

2014-05-07 Thread Monsta
** Project changed: linuxmint => qtcreator (Ubuntu)

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

Title:
  package "qtcreator" needs to be dependent on "qttools5-dev"

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

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


[Bug 1075351] Re: akonadi postgres configuration ignores port number

2014-05-07 Thread KDEUSER56
The Akonadi developers are aware and I expect the issue to be fixed in the next 
time.
You can workaround that problem quite easily: 
In .local/share/akonadi/db_data/postgresql.conf set 
listen_addresses = ' ' to be empty instead of localhost (do not forget to 
uncomment the line.)
Then delete everything in .config/akonadi/akonadiserverrc apart from the 
[%General] section. Now akonadi will start.

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

Title:
  akonadi postgres configuration ignores port number

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

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