[Bug 802896] Re: Parley can't change font size for cards

2011-12-10 Thread Mayeul KAUFFMANN
Hi,
I confirm the bug. I found a rough workaround but as it's the first time I  
look into Parley's code, use at your own risk! I'm quite sure it breaks 
something else. Still it can help the debugging.

I have modified the lines 41 to 52 in flashcarmodewidget.cpp, commenting
out everything related to Latex Renderer, see below:

void FlashCardModeWidget::setQuestion(const QVariant question)
{
m_ui-questionLabel-setMinimumSize(QSize(0, 0));
//if (LatexRenderer::isLatex(question.toString())) {
//if(!m_questionLatexRenderer) {
//m_questionLatexRenderer = new LatexRenderer(this);
//m_questionLatexRenderer-setResultLabel(m_ui-questionLabel);
//}
//m_questionLatexRenderer-renderLatex(question.toString());
//} else {
m_ui-questionLabel-setText(question.toString());
//}
}


Before doing this, I noticed that mixedlettersmodewidget.cpp had a 
setSolutionFont function but not a setQuestionFont one.
I tried to mimic the setSolutionFont code into a setQuestionFont code; not sure 
it is necessary or appropriate.

After doing this, I can use Kde system settings to change the fonts, and
the question font changes (sometimes in a weird way: it does not always
stay correct I think).

Hope this helps!
mayeulk

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

Title:
  Parley can't change font size for cards

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

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


[Bug 651678] Re: anjuta crashes with assertion failure on startup

2010-10-23 Thread Mayeul KAUFFMANN
Edit on my post #14:
When restarting (relogingg?), a *file* ~/.gtkrc-2.0-kde4 is created with the 
following text inside:
include /usr/share/themes/QtCurve/gtk-2.0/gtkrc
If you delete it, it will be recreated on reboot.
The workaround I temporary use:
in the menu editor, replace the evolution command by the following:

rm -f ~/.gtkrc-2.0-kde4  evolution

-- 
anjuta crashes with assertion failure on startup
https://bugs.launchpad.net/bugs/651678
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 651678] Re: anjuta crashes with assertion failure on startup

2010-10-22 Thread Mayeul KAUFFMANN
I had same crashes with  error 
'Gtk:ERROR:gtkrecentmanager.c:1942:get_icon_fallback:'
on inkscape and evolution (not mypaint) with the Oxygen icons on kubuntu 10.10.
Choosing the  GNOME theme solved the evolution bug, not the inkscape one.
I do not have ~/.gtkrc-2.0
renaming both my ~/.gtkrc-2.0-kde  and ~/.gtkrc-2.0-kde4 folders solved the 
problem (and now I can put the Oxygen theme back)

My crashes were not related to the issue that led the developers to disable the 
floating toolbar in inkscape under kde:
http://wiki.inkscape.org/wiki/index.php/Release_notes/0.48#Floating_Toolbars
(meaning, I can have floating toolbars). I'm writing this since it may help 
triage bug reports.

-- 
anjuta crashes with assertion failure on startup
https://bugs.launchpad.net/bugs/651678
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 454726] Re: dependant on missing packages

2010-03-15 Thread Mayeul KAUFFMANN
Launchpad Janitor  wrote on 2009-12-29:  #2
This bug was fixed in the package nip2 - 7.20.6-1ubuntu1

However apparently nip2 - 7.20.6-1ubuntu1 is for lucid; anyway I failed
to install it on karmic (64 bits). (Anybody managed to do it on karmic?)


wget 
http://fr.archive.ubuntu.com/ubuntu/pool/universe/n/nip2/nip2_7.20.6-1ubuntu2_amd64.deb

sudo dpkg -i nip2_7.20*.deb

(Reading database ... 201361 files and directories currently installed.)
Preparing to replace nip2 7.20.6-1ubuntu2 (using 
nip2_7.20.6-1ubuntu2_amd64.deb) ...
Unpacking replacement nip2 ...  

dpkg: dependency problems prevent configuration of nip2:

 nip2 depends on libatk1.0-0 (= 1.29.3); however:  

  Version of libatk1.0-0 on system is 1.28.0-0ubuntu1.  

 nip2 depends on libc6 (= 2.11); however:  

  Version of libc6 on system is 2.10.1-0ubuntu16.   

 nip2 depends on libfontconfig1 (= 2.8.0); however:

  Version of libfontconfig1 on system is 2.6.0-1ubuntu12.   

 nip2 depends on libgoffice-0-8 (= 0.8.0); however:

  Version of libgoffice-0-8 on system is 0.7.8-1ubuntu1.

 nip2 depends on libmagickcore2 (= 7:6.5.7.8); however:

  Version of libmagickcore2 on system is 7:6.5.1.0-1.1ubuntu3.  

 nip2 depends on libmagickwand2 (= 7:6.5.7.8); however:

  Version of libmagickwand2 on system is 7:6.5.1.0-1.1ubuntu3.  

dpkg: error processing nip2 (--install):

 dependency problems - leaving unconfigured   

** Changed in: nip2 (Ubuntu)
   Status: Fix Released = Confirmed

** Changed in: nip2 (Ubuntu)
   Status: Confirmed = In Progress

-- 
dependant on missing packages
https://bugs.launchpad.net/bugs/454726
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 281077] Re: Xdmx crashed with SIGSEGV in dmxCreateGC()

2009-11-10 Thread Mayeul KAUFFMANN
Apparently same thing on Karmic


 gdb Xdmx
GNU gdb (GDB) 7.0-ubuntu   
Copyright (C) 2009 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.   
There is NO WARRANTY, to the extent permitted by law.  Type show copying   
and show warranty for details. 
This GDB was configured as x86_64-linux-gnu.   
For bug reporting instructions, please see:  
http://www.gnu.org/software/gdb/bugs/...   
Reading symbols from /usr/bin/Xdmx...(no debugging symbols found)...done.
(gdb) r :1 -display :0   
Starting program: /usr/bin/Xdmx :1 -display :0   
[Thread debugging using libthread_db enabled]
(II) dmx: Generation: 1  
(II) dmx: DMX version:1.2.20070424 (DMX Project) 
(II) dmx: DMX Build OS:   Linux 2.6.24-23-server x86_64 (Ubuntu) 
(II) dmx: DMX Build Compiler: gcc 4.4.1  
(II) dmx: DMX Execution OS:   Linux 2.6.31-14-generic #48-Ubuntu SMP Fri Oct 16 
14:05:01 UTC 2009
(II) dmx: DMX Execution Host: mk-desktop-smh
 
(II) dmx: MAXSCREENS: 16
 
(II) dmx: Using configuration from command line 
 
(II) dmx: Added :0 at 0 0   
 
(II) dmx[o0/:0]: Name of display: :0.0  
 
(II) dmx[o0/:0]: Version number:  11.0  
 
(II) dmx[o0/:0]: Vendor string:   The X.Org Foundation  
 
(II) dmx[o0/:0]: Vendor release:  10604000  
 
(II) dmx[o0/:0]: Dimensions:  1280x1024 pixels  
 
(II) dmx[o0/:0]: 7 depths on screen 0:  24,1,4,8,15,16,32   
 
(II) dmx[o0/:0]: Depth of root window:  24 planes (24)  
 
(II) dmx[o0/:0]: Number of colormaps:   1 min, 1 max
 
(II) dmx[o0/:0]: Options: backing-store no, save-unders no  
 
(II) dmx[o0/:0]: Window Manager running: yes
 
(**) dmx[o0/:0]: Window manager running -- colormaps not supported  
 
(II) dmx[o0/:0]: 1280x1024+0+0 on 1280x1024 at depth=24, bpp=32 
 
(II) dmx[o0/:0]: 0x21 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff *   
 
(II) dmx[o0/:0]: 0x22 DirectColor 24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x24 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x25 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x26 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x27 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x28 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x29 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x2a TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x2b TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x2c TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x2d TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x2e TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x2f TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x30 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x31 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x32 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x33 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x34 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x35 TrueColor   24b 8b/rgb 256 0xff 0xff00 0x00ff 
 
(II) dmx[o0/:0]: 0x36 TrueColor   

[Bug 194903] Re: [hardy] snd-hda-intel doesn't survive hibernation

2008-06-01 Thread Mayeul KAUFFMANN
*** This bug is a duplicate of bug 144323 ***
https://bugs.launchpad.net/bugs/144323

I have similar problem with an onboard soundcard (nVidia Corporation MCP61 High 
Definition Audio (rev a2) ) onboard my asus mother board.
Doing:
sudo /sbin/alsa force-reload
worked.

-- 
[hardy] snd-hda-intel doesn't survive hibernation
https://bugs.launchpad.net/bugs/194903
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 147429] Re: Could not install 'debconf' during System upgrade 7.04 to 7.10

2007-10-19 Thread Mayeul KAUFFMANN
Here is the content of my /var/crash/

-rw-r--r-- 1 root root  267 2007-10-19 08:41 debconf.0.crash
-rw-r--r-- 1 root root  174 2007-10-19 08:43 libpam0g.0.crash
-rw-r--r-- 1 root root  180 2007-10-19 08:43 libpam-modules.0.crash
-rw-r--r-- 1 root root  174 2007-10-19 08:43 login.0.crash
-rw--- 1 root root   139413 2007-10-11 21:37 _sbin_usplash.0.crash
-rw--- 1 mk   mk4620427 2007-10-19 08:55 
_usr_bin_kdesktop_lock.1000.crash
-rw--- 1 mk   mk   37809818 2007-10-13 22:02 
_usr_lib_firefox_firefox-bin.1000.crash
-rw--- 1 root root  8768261 2007-10-19 08:41 
_usr_share_debconf_frontend.0.crash

debconf, libpam0g, ibpam-modules,login and debconf are the packages for which 
something went wrong during the update. I'm not sure these are related bugs. 
Should I file 5 different bg reports???!
Should I post those files here?

-- 
Could not install 'debconf' during System upgrade 7.04 to 7.10
https://bugs.launchpad.net/bugs/147429
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 147429] Re: Could not install 'debconf' during System upgrade 7.04 to 7.10

2007-10-19 Thread Mayeul KAUFFMANN
I'm back tonight.
Here is what I did after having the above problem to try and solve that (I'm 
not sure whether it's the right place, sorry if it is not).
I first made sure that no package manager program was running, then I typed the 
following:
sudo rm /var/lib/dpkg/lock 
sudo rm /var/cache/apt/archives/lock
sudo apt-get  install
#it gave me the following advice, which I followed:
sudo dpkg --configure -a
It restarted the installation for the above mentioned broken packages, starting 
with
Paramétrage de debconf (1.5.14ubuntu1) ...
(there are still dependency problems with 'gs-common' and 'gs-esp' 
['ghostscript' lacking])

I checked that debconf (1.5.14ubuntu1)  is for 7.10 (1.5.13ubuntu1 is
for 7.04), so I guess it's a good sign.

Then I started again adept-manager (from the icon), clicking update 
everything.
It started downoading eveything again.
When it'll be finished (in a few hours...) I'll try to reboot and I'll post 
here if it worked.

-- 
Could not install 'debconf' during System upgrade 7.04 to 7.10
https://bugs.launchpad.net/bugs/147429
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 147429] Re: Could not install 'debconf' during System upgrade 7.04 to 7.10

2007-10-19 Thread Mayeul KAUFFMANN
Before rebooting,  saw in adept that many packages were broken. I tried to 
reload and update through adept, but, after a while, adept crashed.
I finished the job with the following:
sudo rm /var/lib/dpkg/lock
 sudo rm /var/cache/apt/archives/lock
 sudo apt-get install
sudo dpkg --configure -a  
sudo apt-get update 
sudo apt-get upgrade  

(I'm not sure on the exact sequence I used on the above for all this
post).

I rebooted
Gutsy works...

-- 
Could not install 'debconf' during System upgrade 7.04 to 7.10
https://bugs.launchpad.net/bugs/147429
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 147429] Re: Could not install 'debconf' during System upgrade 7.04 to 7.10

2007-10-19 Thread Mayeul KAUFFMANN

** Attachment added: main.log
   http://launchpadlibrarian.net/10062792/main.log

-- 
Could not install 'debconf' during System upgrade 7.04 to 7.10
https://bugs.launchpad.net/bugs/147429
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 147429] Re: Could not install 'debconf' during System upgrade 7.04 to 7.10

2007-10-19 Thread Mayeul KAUFFMANN

** Attachment added: main_pre_req.log
   http://launchpadlibrarian.net/10062793/main_pre_req.log

-- 
Could not install 'debconf' during System upgrade 7.04 to 7.10
https://bugs.launchpad.net/bugs/147429
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 147429] Re: Could not install 'debconf' during System upgrade 7.04 to 7.10

2007-10-19 Thread Mayeul KAUFFMANN
HI,
 I think I have same problem. Here are my logs

** Attachment added: apt.log
   http://launchpadlibrarian.net/10062791/apt.log

-- 
Could not install 'debconf' during System upgrade 7.04 to 7.10
https://bugs.launchpad.net/bugs/147429
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