[Bug 864975]

2012-08-23 Thread Diego Viola
Thanks a lot for fixing this issue, is Bug 255183 also fixed with this
patch/fix? or that's a different problem?

Thanks.

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975]

2012-08-23 Thread iamsergio
(In reply to comment #40)
 Thanks a lot for fixing this issue, is Bug 255183 also fixed with this
 patch/fix? or that's a different problem?
 
 Thanks.

It's a different problem.

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975]

2012-08-16 Thread Ry-m
I am seeing this issue in Fedora 18 running KDE 4.9 as well.

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975]

2012-08-16 Thread iamsergio
Git commit bb773366167af50fc99025473dc20ab5ab41e1cc by Sergio Martins.
Committed on 15/08/2012 at 14:01.
Pushed by smartins into branch 'KDE/4.9'.

Make KTimeTracker start.

By using a dynamic_cast instead of a qobject_cast.

A proper fix would be fixing the CMakeLists.txt file:

ktimetrackerpart.cpp is defined twice, one in the ktimetracker
binary, and one in the plugin, this will make qobject_cast fail
somewhere in KPluginLoaded/KPluginFactory code.

I tried fixing CMakeLists.txt but it's not trivial, there's
a interdependency between stuff and couldn't get it to work with
the little time I have for it.
Related: bug 291258, bug 285434

M  +1-1ktimetracker/mainwindow.cpp

http://commits.kde.org/kdepim/bb773366167af50fc99025473dc20ab5ab41e1cc

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker fails to create kpart

2012-08-16 Thread Bug Watch Updater
** Changed in: kdepim
   Status: Confirmed = Fix Released

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975]

2012-08-10 Thread Petr Běhan
I have been plagued for a few months by this problem, or at least a
problem with the same symptoms: ktimetracker pops modal dialog saying
could not create ktimetrackerpart and then opens empty window. For me,
it's 100% correlated with compiler used. I first noticed it after
upgrading to gcc-4.7-alpha, and it's been that way ever since. If I
rebuild my system (gentoo x86_64) using gcc-4.7.anything, ktt is broken.
If I then switch compiler to 4.6.3 and rebuild ktimetracker package, it
works again (rest of system can stay built with 4.7).

Here is my attempt to poke at it a bit with gdb, but without any real QT
knowledge, I have no idea what to try next:

KTimeTracker compiled with gcc-4.7.2_pre (snapshot of gcc-4_7-branch from 
Sat Aug 4 00:17:53, but been the same since 4.7.0 release):
(gdb) frame
#0  qobject_castktimetrackerpart* (object=0x5b5360) at 
/usr/include/qt4/QtCore/qobject.h:380
380 return 
static_castT(reinterpret_castT(object)-staticMetaObject.cast(object));
(gdb) bt
#0  qobject_castktimetrackerpart* (object=0x5b5360) at 
/usr/include/qt4/QtCore/qobject.h:380
#1  0x0043eff6 in KPluginFactory::createktimetrackerpart 
(this=0x523310, parent=0x652b00, args=...) at /usr/include/kpluginfactory.h:509
#2  0x0043da02 in MainWindow::MainWindow (this=0x652b00, icsfile=..., 
__in_chrg=optimized out, __vtt_parm=optimized out)
at 
/usr/src/debug/kde-base/ktimetracker-4.9.0/ktimetracker-4.9.0/ktimetracker/mainwindow.cpp:68
#3  0x00422adc in main (argc=1, argv=0x7fffd868) at 
/usr/src/debug/kde-base/ktimetracker-4.9.0/ktimetracker-4.9.0/ktimetracker/main.cpp:128
(gdb) print reinterpret_castT(object)
$15 = (ktimetrackerpart *) 0x5b5360
(gdb) print reinterpret_castT(object)-staticMetaObject.cast(object)
$16 = (QObject *) 0x0 == This 0x0 is then returned and causes message box 
to appear.

Similar session when compiled with 4.6.3:
(gdb) bt
#0  qobject_castktimetrackerpart* (object=0x555000) at 
/usr/include/qt4/QtCore/qobject.h:380
#1  0x0043f3b8 in KPluginFactory::createktimetrackerpart 
(this=0x54c910, parent=0x671d20, args=...) at /usr/include/kpluginfactory.h:509
#2  0x0043de27 in MainWindow::MainWindow (this=0x671d20, icsfile=..., 
__in_chrg=optimized out, __vtt_parm=optimized out)
at 
/usr/src/debug/kde-base/ktimetracker-4.9.0/ktimetracker-4.9.0/ktimetracker/mainwindow.cpp:68
#3  0x004230ce in main (argc=1, argv=0x7fffd868) at 
/usr/src/debug/kde-base/ktimetracker-4.9.0/ktimetracker-4.9.0/ktimetracker/main.cpp:128
(gdb) print reinterpret_castT(object)
$17 = (ktimetrackerpart *) 0x555000
(gdb) print reinterpret_castT(object)-staticMetaObject.cast(object)
$18 = (QObject *) 0x555000 == now it works

CXXFLAGS=-O0 -ggdb
-Bsymbolic-function mentioned earlier is not enabled

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975]

2012-08-10 Thread Diego Viola
I still have this problem with KDE 4.9.0, I'm on archlinux x86_64.

*sigh*

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975]

2012-08-06 Thread Diego Viola
I have this same problem:

Could not create the KTimeTracker part.

I'm on Arch Linux x86_64, KDE 4.8.4.

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975]

2012-08-06 Thread Regi-hops
openSUSE 12.1 x86_64
4.7.x not working
4.8.x not working
4.9.0 not working

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975]

2012-08-06 Thread Diego Viola
Any plans to fix this?

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker fails to create kpart

2012-05-16 Thread Bug Watch Updater
Launchpad has imported 33 comments from the remote bug at
https://bugs.kde.org/show_bug.cgi?id=283479.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2011-10-06T16:07:32+00:00 skotadopsyxos wrote:

Version:   Git (master) (using KDE 4.7.1) 
OS:Linux

Try to start ktimetracker I get a nice window saying
Could not create the KTimeTracker part.
and then gives me a nice empty ktimetracker window. If I open it from the 
console:
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::begin: Paint device returned engine == 0, type: 2
Object::connect: No such slot TimetrackerWidget::updateTabs()
Object::connect: No such slot ktimetrackerpart::keyBindings()
Object::connect: (sender name: 'options_configure_keybinding')

Reproducible: Always

Steps to Reproduce:
just start the application in ubuntu oneiric


Expected Results:  
see the applications windows

Reply at: https://bugs.launchpad.net/kdepim/+bug/864975/comments/2


On 2011-10-06T21:28:47+00:00 Thorsten Staerk wrote:

How did you install this?

Reply at: https://bugs.launchpad.net/kdepim/+bug/864975/comments/3


On 2011-10-06T23:52:24+00:00 skotadopsyxos wrote:

fresh installation of (k)ubuntu oneiric from the official ubuntu
repositories, actually this is a cross report from my bug report in
oneiric

https://bugs.launchpad.net/ubuntu/+source/kdepim/+bug/864975

problem still exists in 4.7.2 (ubuntu version)

Reply at: https://bugs.launchpad.net/kdepim/+bug/864975/comments/4


On 2011-10-07T04:08:04+00:00 Thorsten Staerk wrote:

The right location for this bug report is bugs.launchpad.net because you
do not get this problem if you compile from sources. The background of
this bug is that ktimetracker just displays a kpart in its mainwindow.
The same kpart is used for the kontact plugin. However I want to
reproduce this bug - where can I download Ubuntu oneiric and what do I
download (e.g. is it called Ubuntu 11.10 or how?)?

Reply at: https://bugs.launchpad.net/kdepim/+bug/864975/comments/5


On 2011-10-07T04:10:06+00:00 Thorsten Staerk wrote:

I see you have kdepim-runtime installed, but not kdepim. Never seen that. Can 
you try to install ktimetracker using
 sudo apt-get install kdepim
 sudo apt-get install ktimetracker

Reply at: https://bugs.launchpad.net/kdepim/+bug/864975/comments/6


On 2011-10-07T09:08:18+00:00 skotadopsyxos wrote:

You can install Kubuntu directly (recommended)
http://cdimage.ubuntu.com/kubuntu/daily-live/current/

actually kdepim is a metapackage in ubuntu that depends on the programs
(and requirements) of kdepim suite... so installing it really did
nothing..

In the latest package of ktimetracker though I only get the second three
warnings about Object:Connect

Reply at: https://bugs.launchpad.net/kdepim/+bug/864975/comments/7


On 2011-10-07T10:54:28+00:00 Thorsten Staerk wrote:

so does the problem occur on Ubuntu or KUbuntu? And what happens if you
apt-get install ktimetracker?

Reply at: https://bugs.launchpad.net/kdepim/+bug/864975/comments/8


On 2011-10-07T16:50:31+00:00 skotadopsyxos wrote:

ok... kubuntu is ubuntu like fedora kde spin is fedora and the debian
kde cd installs kde, nothing changes, just the targeted desktop and
some settings.

ktimetracker installs fine, no warning, really nothing exciting..

Reply at: https://bugs.launchpad.net/kdepim/+bug/864975/comments/9


On 2011-10-07T16:58:23+00:00 skotadopsyxos wrote:

also an opensuse user on the forum has all the other problems I have and the 
same warnings in console:
Object::connect: No such slot ktimetrackerpart::keyBindings()
Object::connect: (sender name: 'options_configure_keybinding')

but not this line I have
Object::connect: No such slot TimetrackerWidget::updateTabs()


and the programs seems to run fine

http://forum.kde.org/viewtopic.php?f=20t=97021

Reply at: https://bugs.launchpad.net/kdepim/+bug/864975/comments/10


On 2011-10-08T07:34:58+00:00 Thorsten Staerk wrote:

what is your problem? What functionality does not work for you? Does
ktimetracker start now for you, or has

[Bug 864975] Re: Ktimetracker fails to create kpart

2012-03-01 Thread Launchpad Bug Tracker
This bug was fixed in the package kdepim - 4:4.8.0a-0ubuntu2

---
kdepim (4:4.8.0a-0ubuntu2) precise; urgency=low

  * Don't use -Wl,-Bsymbolic-functions in LDFLAGS to work around
kde bug 283479 (LP: #864975)
  * Add libprison-dev to build-depends
 -- Philip Muskovac yo...@kubuntu.org   Sat, 25 Feb 2012 18:32:57 +0100

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

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker fails to create kpart

2012-03-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/kdepim

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker fails to create kpart

2012-02-25 Thread Philip Muškovac
kdepim (4:4.8.0a-0ubuntu2~oneiric1~ppa1) oneiric; urgency=low

  * Don't use -Wl,-Bsymbolic-functions in LDFLAGS to work around
kde bug 283479 (LP: #864975)

 -- Philip Muškovac yo...@kubuntu.org  Sat, 25 Feb 2012 18:32:57 +0100

** Also affects: kubuntu-ppa
   Importance: Undecided
   Status: New

** Changed in: kubuntu-ppa
   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/864975

Title:
  Ktimetracker fails to create kpart

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

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

[Bug 864975] Re: Ktimetracker fails to create kpart

2012-02-25 Thread Launchpad Bug Tracker
** Branch linked: lp:~kubuntu-packagers/kubuntu-packaging/kdepim

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker fails to create kpart

2012-02-25 Thread Philip Muškovac
** Changed in: kdepim (Ubuntu)
   Status: Triaged = Fix Committed

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker fails to create kpart

2012-02-18 Thread Philip Muškovac
** Summary changed:

- Ktimetracker broken in oneiric
+ Ktimetracker fails to create kpart

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker fails to create kpart

2012-02-18 Thread Philip Muškovac
** Also affects: kdepim via
   http://bugs.kde.org/show_bug.cgi?id=283479
   Importance: Unknown
   Status: Unknown

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker fails to create kpart

2012-02-18 Thread Philip Muškovac
Ok, what I've found out by now is that /usr/lib/kde4/ktimetrackerpart.so
is broken, and building kdepim yourself and copying the self-built
binary over the system one from the package makes ktimetracker work.
I'll try to find out what the hell goes wrong during the package build.

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker fails to create kpart

2012-02-18 Thread Philip Muškovac
Bisected this down to the -Wl,-Bsymbolic-functions linker option that's
on by default in ubuntu package builds.

** Changed in: kdepim (Ubuntu)
   Status: Confirmed = Triaged

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker fails to create kpart

2012-02-18 Thread Bug Watch Updater
** Changed in: kdepim
   Status: Unknown = Confirmed

** Changed in: kdepim
   Importance: Unknown = High

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

Title:
  Ktimetracker fails to create kpart

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2012-02-15 Thread hacks illumine
I'm new to posting on linux forums, but not new to support. I'm a
recovering windaholic, and I felt I had something to contribute to this
discussion... you can be the judge of it.

I'm on Linux 3.2.2-1.fc16.i686.PAE, I realize this is a Ubuntu forum;
that's on my other partition.

Was Gnome 3, installed KDE for productivity reasons. KDE SC V 4.7.4

I get this same error, but it has only cropped up in the last 2 days. I
have avoided doing any updates for the last 2 week as I want to avoid
any potential problems with a kernal module update.

I believe more than one instance of Ktimetracker is running, or more
than one Ktimetracker app is trying to write to the .ics file while it's
locked by another.

How i came to this conclusion? which might not be right because it does
not show up in PS or TOP. I run Jovie text-to-speech and have set my
clock to speak the time every 20 mins. At the same time the Ktimetracker
file problem came up, my desktop speaks the time twice in a row now, and
gives me the Ktimetracker.ics file error, disk full?... I got the
Ktimetracker error first, rebooted, noticed the time was not being
spoken. Found the speak time reset to 0, set the speak time to 20 mins,
and now it speaks it twice with the .ics file error.

One possibly related config might be that I run Evolution for mail,
calendar and tasks. I might have read somewhere that KDE and Evolution
have some open issue right now.

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2012-02-14 Thread Stuart
James, I believe you are getting the message multiple times on restart
because the ktimetracker process is hanging around and is therefore
being restarted along with kde when you restart your computer. At least
that's what was happening to me when I ran into this same bug. (And I'm
still unable to run ktimetracker successfully.)

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2012-02-12 Thread James Bozman
After having launched Ktimetracker once and getting the Could not
create the KTimeTracker part. message, every time I restart I get the
same message multiple times.

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2012-02-10 Thread James Bozman
Bug is still present in Precise.  Also does not work from within Kontact
with the following error: Error storing new task. Your changes were not
saved. Make sure you can edit your iCalendar file. Also quit all
applications using this file and remove any lock file related to its
name from ~/.kde/share/apps/kabc/lock/

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2012-01-27 Thread Yannis Tsismentzoglou
philip if I open my file within kontact all my times are zero, does it fully 
work for you?
also it states that it can't save if I create a new task on a brand new empty 
ktimetracker.ics...
Have you tried the recommendations or contributed to the bugs page on kde 
(that's my report to)?
https://bugs.kde.org/show_bug.cgi?id=283479

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

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2012-01-26 Thread Philip Muškovac
As this seems harder to figure out than I thought (doen't work even if I
build plain kdepim myself). The only way to use ktimetracker for now is
from within kontact. It works there.

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2012-01-24 Thread Thomas Wiebe
Still present after upgrade to 4.7.4.

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-12-26 Thread Yannis Tsismentzoglou
since the bug is open and will be open for some time and makes ktimetracker 
unusable can the packager pack an older version which works? I currently use 
4.59 which unfortunately reverts to 4.7broken with each package upgrade
Thank you

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-12-22 Thread tbd
It seems to be still holding with Kubuntu precise archive kdepim 4.7.90
for amd64.

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-12-22 Thread Mikael Bergqvist
Can confirm it's still present in 4.8 beta2, (4.7.90)

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-11-20 Thread JoseLuisTriana
this bug is present in the i386 packages too, this bug is exactly what
happens to me using KDE in Ubuntu oneiric 32 bit.

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-11-07 Thread Yannis Tsismentzoglou
well, still present in 4.7.3 from kubuntu updates ppa

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-11-06 Thread Philip Muškovac
Confirmed, although this needs some more investigation, as the kpart isn't 
really missing:
$ dpkg -S ktimetrackerpart
ktimetracker: /usr/lib/kde4/ktimetrackerpart.so
ktimetracker: /usr/share/kde4/services/ktimetrackerpart.desktop


** Changed in: kdepim (Ubuntu)
   Importance: Undecided = Medium

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-10-12 Thread Yannis Tsismentzoglou
for those that have the problem you can solve it, for the moment that is, by 
using a compatible package from another distribution. Unfortunately since 
ubuntu ships with libc 2.13 this means finding such a package is not really 
easy.
The package that worked form me was from mageia... If anybody needs a how to 
than private contact me...

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-10-09 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: kdepim (Ubuntu)
   Status: New = Confirmed

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-10-09 Thread Thorsten Staerk
bug is still present.

I am the ktimetracker maintainer with KDE.

The kPart seems to be missing. This will not be if you properly build and 
install kdepim. On a system where ktimetracker works I can find the kPart like 
this:
tweedleburg:/usr/local # find -iname ktimetrackerpart*
./share/kde4/services/ktimetrackerpart.desktop
./lib64/kde4/ktimetrackerpart.so

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-10-08 Thread Yannis Tsismentzoglou
bug is still present in latest package, git 071011

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] [NEW] Ktimetracker broken in oneiric

2011-10-02 Thread Yannis Tsismentzoglou
Public bug reported:

There are several bugs but I don't really know if I should make a report for 
each one so let's go:
Try to start ktimetracker I get a nice windows saying 
Could not create the KTimeTracker part.
gives me a nice empty box. If I open it from the console:
QPainter::begin: Paint device returned engine == 0, type: 2
QPainter::setCompositionMode: Painter not active
QPainter::begin: Paint device returned engine == 0, type: 2
Object::connect: No such slot TimetrackerWidget::updateTabs()
Object::connect: No such slot ktimetrackerpart::keyBindings()
Object::connect:  (sender name:   'options_configure_keybinding')

second bug
Open Kontact go to ktimetracker
1. /home/yannis/.kde/share/apps/ktimetracker/ktimetracker.ics:
Could not save. Disk full?
if I create a new calendar and save it to a different location it works, within 
kontact, but doesn't remember it was opened the next time I open kontact

2. Saved Calendar from previous version doesn't get
recognized/transformed to new api (all trackers are at 0)


Description:Ubuntu oneiric (development branch)
Release:11.10


  Installed: 4:4.7.1+git110930-0ubuntu1
  Candidate: 4:4.7.1+git110930-0ubuntu1
  Version table:
 *** 4:4.7.1+git110930-0ubuntu1 0
500 http://gr.archive.ubuntu.com/ubuntu/ oneiric/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: ktimetracker 4:4.7.1+git110930-0ubuntu1
ProcVersionSignature: Ubuntu 3.0.0-12.19-generic 3.0.4
Uname: Linux 3.0.0-12-generic x86_64
NonfreeKernelModules: fglrx
ApportVersion: 1.23-0ubuntu2
Architecture: amd64
Date: Mon Oct  3 03:17:03 2011
ProcEnviron:
 LANGUAGE=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: kdepim
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: 4.7.1 kdepim kontact ktimetracker oneiric

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

Title:
  Ktimetracker broken in oneiric

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

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


[Bug 864975] Re: Ktimetracker broken in oneiric

2011-10-02 Thread Yannis Tsismentzoglou
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/864975

Title:
  Ktimetracker broken in oneiric

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

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