Public bug reported:
I just upgraded from 24.10 to 25.04 (pre-release) and ran into this
issue.
Installing:
mysql-server
Installing dependencies:
mysql-server-core
...
Preconfiguring packages ...
Selecting previously unselected package mysql-server-core.
(Reading database ... 592218 files
I finally got it to install by manually editing /usr/sbin/policy-rc.d
and changing
#!/bin/sh
exit 101
to
#!/bin/sh
exit 0
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2107564
Title:
mysql-ser
I have confirmed this issue today on a fresh install of groovy. So it is
not an upgrade issue.
A workaround is to put the setxkbmap command into a bash script and have
it run on session startup.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to
** Description changed:
After upgrading to the pre-release version of Ubuntu 20.10 (groovy)
today, I noticed that the setting for XKBVARIANT in
/etc/default/keyboard is not respected anymore. In my case, I have set
XKBVARIANT="altgr-gmc" in that file, but the variant is not loaded after
Public bug reported:
After upgrading to the pre-release version of Ubuntu 20.10 (groovy)
today, I noticed that the setting for XKBVARIANT in
/etc/default/keyboard is not respected anymore. In my case, I have set
XKBVARIANT="altgr-gmc" in that file, but the variant is not loaded after
a fresh boot:
I was affected by this bug for a long time, but with the newest pdfsam
version 4.0.1-1 it now works again using jdk 11. Maybe the issue has
been fixed upstream?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net
Happens to me using Xubuntu 15.10 on a Lenovo Thinkpad laptop with the
proprietary Nvidia drivers. The external projector is a Sony (not sure
about the exact type). I can open nvidia-settings, but the projector is
not recognized. When I click on "Detect Display", it crashes immediately
with a segfa
deb packages of 3.0 are available here:
http://notesalexp.net/oneiric/main/t/tesseract/
(works for me)
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/565688
Title:
tesseract assert failure: tesserac
Possibly a duplicate of
https://bugs.launchpad.net/ubuntu/+source/libreoffice/+bug/705774 ?
I used to get the same error message as Laurent. After installing
libreoffice-gnome, I get the behaviour of #705774 (it will ask me for
login/password). Normal "Save" will work just fine, while "Save as...
Bonjour,
J'ai ajoute votre PPA et tout semble OK sous Kubuntu 10.10.
Merci beaucoup et cordiales salutations
Luzius Auer
Route St-Germain 22
CH-1042 Assens
Phone +41-21-886-2230
Mobile +41-79-502-5077
Le 19.02.2011 03:43, Martin-Éric Racine a écrit :
> Thank you for taking the time t
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/26664658/Dependencies.txt
** Attachment added: "VarLogDistupgrade200905051156.gz"
http://launchpadlibrarian.net/26664659/VarLogDistupgrade200905051156.gz
--
cups-pdf failed to be upgraded 8.04 to 9.04
https://bugs.laun
Public bug reported:
Binary package hint: cups-pdf
none
ProblemType: Package
Architecture: amd64
DistroRelease: Ubuntu 9.04
ErrorMessage:
ErrorMessage: problème de pré-dépendance - cups-pdf non installé
Package: cups-pdf 2.5.0-1ubuntu1
SourcePackage: cups-pdf
Title: package cups-pdf 2.5.0-1ubun
strangely, i can't reproduce the problem anymore on my up-to-date hardy
system. something must have come in with the updates that fixed it, i
guess (even though neither ttf-junicode nor tex-xetex have been updated
since then, AFAICS...).
i'm marking this bug as invalid.
** Changed in: ttf-junicod
Public bug reported:
Binary package hint: ttf-junicode
with junicode-ttf in hardy (0.6.15+20080123-1), italicized text using
\emph{} or \textit{} will render in bold italics instead of just italics
when compiling a document with latex (xelatex, in my case).
this can be fixed by downgrading to th
i think this should go into gutsy, as an update. right now, on a fresh
gutsy install, a user will see a 404 when clicking on help. that makes
our documentation efforts seem rather worthless...
--
Wrong link for Help in Xubuntu panel menu
https://bugs.launchpad.net/bugs/157845
You received this bu
** Changed in: xubuntu-docs (Ubuntu)
Assignee: (unassigned) => Xubuntu Documentation Team (xubuntu-doc)
--
Some strings use the word "Ubuntu" instead of "Xubuntu"
https://bugs.launchpad.net/bugs/150209
You received this bug notification because you are a member of Ubuntu
Bugs, which is the b
here is a tiny python script that will do exactly what i expect from
'sort':
-
#!/usr/bin/env python
# coding: utf-8
list = [u'aaa', u'aab', u'ʌʌʌ', u'aba', u'ɒbb', u'ɒcc', u'ʌbb']
list.sort()
for s in list:
print s
--
output on the console:
--
aaa
aab
aba
ɒbb
ɒcc
ʌbb
ʌʌʌ
this is getting too complicated, let's try a simpler example.
start with this text:
-
aaa
aab
ʌʌʌ
aba
ɒbb
ɒcc
ʌbb
-
and run it through 'sort'. the result (on my machine) is:
-
ʌʌʌ
aaa
aab
aba
ɒbb
ʌbb
ɒcc
-
that's nor properly sorted at all! what i want is this:
-
aaa
aab
aba
also, the information sent by the Device Information Tool seems to go to
this place: http://hwdb.ubuntu.com/ - which is obviously really broken
(561980 submissions today? you have got to be kidding... and where are
those 'links above' mentioned on the page?
--
WISH: HCL list easily generated
http
this is still broken for me on xubuntu gutsy (has been broken since
somwhere in the feisty release cycle, i believe).
--
xfce4-session seems to reset xmodmap
https://bugs.launchpad.net/bugs/97175
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact
fixed in trunk (will be in gutsy).
** Changed in: xubuntu-docs (Ubuntu)
Status: Confirmed => Fix Committed
--
Spelling error in 1 st line of "New to Linux"
https://bugs.launchpad.net/bugs/101894
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug c
thanks for the patch, jim. i applied it in trunk. i've not applied it to
the feisty branch, though, because i don't think it's likely we'll
actually ship an update of xubuntu-docs for feisty. (IIRC we've never
shipped doc updates up till now). so i'm going to mark this as 'fix
committed', even thou
this is fixed in gutsy (applications -> help will bring up the
documentation).
** Changed in: xubuntu-docs (Ubuntu)
Status: Confirmed => Fix Released
--
No link to xubuntu-docs, Аbout Xfce box refers to Xfce docs.
https://bugs.launchpad.net/bugs/100090
You received this bug notification b
** Changed in: xubuntu-docs (Ubuntu)
Assignee: (unassigned) => Xubuntu Documentation Team
--
Path in xubuntu documentation does not match true situation
https://bugs.launchpad.net/bugs/122713
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact
that works for me. are you sure you didn't tinker with the menu or
something?
was it 'xchat' or 'xchat-gnome' which you installed? on my fairly fresh
feisty install, they both show up in the menu as expected.
btw, as far as i know, if some application does not show up in the menu,
it's more likel
ok, let me explain my purpose: in a nutshell, i want to make some
statistics as to the frequencies of the indiviudal symbols in a specific
text. for example, i want to know how much more frequent an 's' is
compared to a 't'. the way to achieve this is to split the text up so
that every letter/symbo
Public bug reported:
Binary package hint: evince-gtk
nothing i enter in the 'layout' tab of the evince-gtk printing dialog
seems to have any effect. this has probably got something to do with the
version of evince-gtk (0.5) lagging behind the official evince version
in feisty (0.8).
regular evin
27 matches
Mail list logo