I added :
MUTTER_DEBUG_ENABLE_ATOMIC_KMS=0
in /etc/environment and rebooted.
It didn't fix the problem...
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-settings-daemon in Ubuntu.
https://bugs.launchpad.net/bugs/1929650
Title:
*** This bug is a duplicate of bug 1929650 ***
https://bugs.launchpad.net/bugs/1929650
Same thing with Ubuntu on Xorg
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mutter in Ubuntu.
https://bugs.launchpad.net/bugs/1949262
Title:
Public bug reported:
On previous versions of Ubuntu, after 5 minutes, my monitor would turn
off as per settings. Since I reinstalled fresh 21.10, this is not
happening. Screen becomes black and stays powered on.
ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: xorg 1:7.7+22ubuntu2
ProcVersio
I have also been getting this error as soon as my system updated from
Kernel 5.4.0-58-generic x86_64 bits to Kernel 5.8.0-38-generic x86_64
bits.
Booting from the 5.8 kernel stops with a black screen and a blinking
cursor. Pressing the PC power off switch performs a power off.
Rebooting with the
Public bug reported:
The initial login theme of first login at machine startup is completely
different (looks much older) than the theme used for when the machine is
restored from screen lock (looks very new).
Ideally the same theme is used in both circumstances for consistency.
ProblemType: Bug
** Branch linked: lp:~gerboland/qtmir/nouveau-workaround
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1553328
Title:
Mir/Unity8/USC crashes/freezes on nouveau (nv50) in pushbuf_kref()
I've an ancient NVidia box at home, can try it out. I'm attaching
patches for qtubuntu/qtmir to force Qt to use single threaded GL on
nouveau.
** Branch linked: lp:~gerboland/qtubuntu/nouveau-workaround
--
You received this bug notification because you are a member of Desktop
Packages, which is
I have Qt configured (in QtUbuntu/QtMir) to use multi-threaded GL
rendering, so we're probably hitting Nouveau's limitations here.
As workaround, I can add code to QtUbuntu/QtMir use single-threaded GL
for Nouveau.
If this is easily reproduced, can you try
initctl set-env --global QSG_RENDER_LOO
Actually, might be easier/more-reliable just to edit /etc/environment
and add "QSG_RENDER_LOOP=basic" and restart.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1553328
Title:
Mir/Unity
Probably also relevant: https://bugs.launchpad.net/mir/+bug/1560498
** Tags added: unity8-desktop
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1670717
Title:
Unity8/mir working on VMw
Here is what Qt is doing, on upload:
https://code.woboq.org/qt5/qtdeclarative/src/quick/scenegraph/qsgdefaultdistancefieldglyphcache.cpp.html#158
It saves & restores the alignment, and assumes the default alignment of 4 for
drawing. IMO Mir isn't playing along, as it changes the alignment but does
I've hacked qtmir to print the subpixel hint that Mir is supplying.
http://pastebin.ubuntu.com/24007971/ is my output. First I run a simple
qml demo shell as nested server under USC, get "0" hint.
Then I run again as host server, get a hint "1 = RGB".
The "Subpixel hint" output of the 2 cases do
Just testing it now, AFAICS a nested server is not getting the correct
subpixel data passed to it.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1393578
Title:
Subpixel order not
UITK already using NativeRendering for text when GU<10.
Text *might* be improved by setting Qt's DPI and sub-pixel rendering
hints correctly.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fontconfig in Ubuntu.
https://bugs.launchpad.ne
** Also affects: mir (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-desktop in Ubuntu.
https://bugs.launchpad.net/bugs/1583088
Title:
Randomly corrupt font / text / characters
nvalid
** Changed in: qtmir (Ubuntu)
Status: Confirmed => In Progress
** Changed in: qtmir (Ubuntu)
Assignee: (unassigned) => Gerry Boland (gerboland)
** Description changed:
- Corrupted characters in text rendering, mainly in Unity8 window
- titlebars.
+ Corrupted characters i
I'm looking into this now. I took an api trace of some simple font
rendering by Qt on Mir showing the problem, and executed it on my X11
session. It renders ok on X11. Reading through the apitrace, Qt seems to
be doing the right thing.
I suspect the mismatch we have between Mir creating a GLES con
@kgunn - yes I can reproduce it quite reliably too. No need to try the
glyph cache workaround thing, I checked it and it had no impact.
@duflu - Qt is rendering the text.
Since Qt renders text ok in Unity7, there must be some GL configuration
problem in QtMir/QtUbuntu causing this kind of issue.
Yeah the unity8 log makes me suspect qtmir, it deals with disabling the
display ok, but enabling it doesn't yield 2 screens again
** Also affects: qtmir
Importance: Undecided
Status: New
** Changed in: qtmir
Status: New => Confirmed
** Changed in: qtmir
Importance: Undecided
QtMir/Unity8 is designed to deal with spanning displays - it is actually
cloned displays it needs work to support!
@jonas Could you give us a means to test this behaviour?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to lightdm in Ubuntu
Note it is only Unity8 which is mixing GL and GLES calls, clients are
not doing that. Qt clients are only doing GL calls on desktop.
Nothing obvious comes to mind here.
It may be Qt's EGL configuration code is failing - code that QtUbuntu is
using. Another consumer of that same code is the EGL ba
Of course we will. We need to re-land the fix. It was reverted because
it broke something else, but that's been solved now. Sorry for the
delay, but it takes time to get things done just right.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed
Also worth noting, there are env vars:
QT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH & HEIGHT to set the size of the glyph
cache. Need to see what size texture Qt is creating, perhaps it is creating one
too large for the hardware
--
You received this bug notification because you are a member of Desktop
That would imply the distance field texture is corrupted.
As a note to myself, there is a nice glyph test application in this bug:
https://bugreports.qt.io/browse/QTBUG-49490
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-desktop
If you can reproduce this relative easily, could you try setting
QML_USE_GLYPHCACHE_WORKAROUND=1 for unity8. This should do the trick:
stop unity8 && start unity8 QML_USE_GLYPHCACHE_WORKAROUND=1
Can also try these:
QSG_DISTANCEFIELD_ANTIALIASING=subpixel-lowq or gray
Need to determine if that te
** Also affects: qtubuntu
Importance: Undecided
Status: New
** Changed in: qtubuntu
Status: New => Triaged
** Changed in: qtubuntu
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-
Adding QtMir as from Qt5.5 and later, the QPA plugin can specify the
subpixel hinting to Qt's font renderer (is part of QPlatformScreen
implementation).
** Also affects: qtmir
Importance: Undecided
Status: New
** Changed in: qtmir
Status: New => Triaged
** Changed in: qtmir
I
arm64? Should it not be using a hybris-based driver instead of mesa?
What hardware is this?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1585942
Title:
Mesa causes a segmentation fault
Yep. The branch has been approved, will take a while to get it landed.
Note that it will be almost unusable until bug 1585723 is resolved.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/15
@Emanuele yes I did - but only via SSH. A colleague will verify it works
visually before approving
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1549455
Title:
Unity8-dash on Intel Atom
I've updated the attached branch with my proposed fix.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1549455
Title:
Unity8-dash on Intel Atom graphics crashes and restarts continuously
Using simple test apps (lp:~gerboland/+junk/openglwindow &
lp:~gerboland/+junk/qquickwindow-debug), it appears that yes Qt is using
OpenGL 1.4 on X for both raw GL and QtQuick apps.
./qquickwindow-debug
Window format: QSurfaceFormat(version 2.0, options QFlags(), depthBufferSize
24, redBufferSiz
/me has to stop using "Ok, " at the start of his sentences
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1549455
Title:
Unity8-dash on Intel Atom graphics crashes and restarts continuou
Ok, I suspect I have found the issue. Seems this hardware only supports
OpenGL 1.4 compatibility profile. Qt's EGL code is asking for at least
version 2.0, and so getting no valid context back.
Could you please install "mesa-utils" package and run "glxinfo". On the
hardware I have access to, I see
Ok, I figured out hte EGL issue, it was my misunderstanding. Modifying the
tools to act correctly, I get this for eglinfo:
http://pastebin.ubuntu.com/16686113/
and the qteglchooser correctly chooses a valid Mir EGL config. Why Qt itself
cannot do this, I have yet to understand.
--
You received
Forgot to say, that was reproduced running the qteglchooser while there
was no X server running, instead just a Mir server running.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1549455
T
Ok, progress, my tools can exhibit the problem:
http://pastebin.ubuntu.com/16677278/
Problems include:
1. libEGL warning: DRI3: xcb_connect failed<- should not be trying that
2. EGL version: 8.-1225087968<- this is garbage
I suspect that there is an issue with EGL.
--
You received this
Hey Emanuele,
Albert got me the data I wanted from those tools, and the results are still
inconclusive. I think I need access to the hardware to make real progress on
this. So there's no need to bother with the trying those tools.
If you fancy a go, just to play:
1. Install build dependencies (I
Hi Emanuele,
you attached a branch of mine to this bug - it makes our GL/EGL managing code
more robust. I had hoped it would fix this issue, but unfortunately it doesn't.
That's why I didn't attach that branch to this bug.
Annoyingly I don't have the hardware to hand either, so I'm flying
slight
http://paste.ubuntu.com/16357238/ the output Qt gave me for the failing
eglCreateContext
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1549455
Title:
Qt clients on Intel Pineview graphi
Just considering the Dash problem, the crash is a symptom of a bigger
problem: seems qtubuntu is unable to choose or manage the egl config
correctly. If a correct/working egl config was chosen, then this code
path wouldn't be entered (which has the "delete when not created" bug
seen here).
The act
Albert was able to reproduce this on his netbook.
The dash issues we suspect are due to:
https://bugs.launchpad.net/qtubuntu/+bug/1580124
https://bugs.launchpad.net/qtubuntu/+bug/1580118
I suspect also that the poor unity8 performance is due to a GL/GLES mismatch in
unity8. Running unity8 with M
To make a suggestion, if binding the Escape key is not going to produce
any result, then the interface should be configured to disallow it and a
log message should be produced for any time it is set and/or used.
So if I Click 'Grab' and Press Escape, then the binding should not
be set and a error
I created a new bug for compiz to keep this alive.
If you still care, please report there.
https://bugs.launchpad.net/ubuntu/+source/compiz/+bug/1497490
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to compiz in Ubuntu.
https://bugs.la
Public bug reported:
All the bugs that are related to older versions of compiz are being closed.
Since the bug still exists and it was closed due to it being old, then I need
to re-create it.
If it isn't going to be fixed for some philosophical reason, I'd like to
see it posted here and that's f
After some digging I found this:
http://dev.compiz-fusion.narkive.com/BXRBj9Xp/fusiondev-bug-545-escape-used-as-part-of-any-key-binding-has-no-effect
Where it suggests that this is by design.
This doesn't satisfy me. Reserving a lone escape is fine, but preventing Esc
with modifier keys seems c
** Changed in: qtubuntu
Status: Confirmed => Invalid
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to apport in Ubuntu.
https://bugs.launchpad.net/bugs/1278780
Title:
apport takes too long to write crash report, appears to lock u
Ok, task is for Qt clients to intercept the sigsegv signal, and in a
handler close the mir connection which should release all its video
buffers, then re-raise segv. Would it be of interest to have all mir
clients exhibit this behaviour by default? If so, should put this
behaviour in "mirclient"
I
The above fix worked for me.however on reboot my touchpad was not
usable.
I had to run - sudo apt-get install xserver-xorg-input-synaptics - to
restore functionality.
Just FYI in the event someone else runs into this issue.
--
You received this bug notification because you are a member of
I guess this has been abandoned because it's marked as fixed, even
though it's not?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-intel in Ubuntu.
https://bugs.launchpad.net/bugs/1432194
Title:
Graphics unstable on
On a fresh install I get the following when trying the above solution on
3.16.0-37-generic.
user@user$ sudo apt-get install xserver-xorg xserver-xorg-video-intel
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. Th
Still the same problem for me on 3.16.0-37-generic after a fresh
install. (But at least now I'm able to boot)
Easily reproducible by opening up Google maps, all text becomes garbled.
Other programs that require slight 3d rendering also cause this issue.
15.04 works fine. I suppose I'll try th
*** This bug is a duplicate of bug 1283634 ***
https://bugs.launchpad.net/bugs/1283634
** This bug has been marked a duplicate of bug 1283634
Text for selected applications in Ubuntu Software Center on Ubuntu Gnome is
difficult to read
--
You received this bug notification because you ar
I have this fglrx bug after doing a fresh 14.04.2 install today plus my
open source driver won't recognize my monitor and rates it as 1024x768 ,
please fix
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to fglrx-installer in Ubuntu.
https:/
Public bug reported:
when i try to run optirun command i take this
gerry@Deep-blue:~$ optirun firefox
[ 74.002117] [ERROR]Cannot access secondary GPU - error: [XORG] (EE)
NVIDIA(0): Failed to initialize the NVIDIA GPU at PCI:1:0:0. Please
[ 74.002158] [ERROR]Aborting because fallback
apport information
** Tags added: apport-collected utopic
** Description changed:
Using Utopic daily.
I've a Macbook Pro 8,1 connected to an external monitor via HDMI.
If I open the Control Center by any means (e.g. indicators->Sound->Sound
Settings) the screen flickers, in the sam
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1364462/+attachment/4193361/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity-control-center in Ubuntu.
https://bugs
Public bug reported:
Using Utopic daily.
I've a Macbook Pro 8,1 connected to an external monitor via HDMI.
If I open the Control Center by any means (e.g. indicators->Sound->Sound
Settings) the screen flickers, in the same was as if I unplugged/plugged
in my external monitor. Then some applicati
** Branch linked: lp:~gerboland/platform-api/exposeOrientation
** Branch linked: lp:~gerboland/qtubuntu/exposeOrientation
** Branch linked: lp:~gerboland/qtmir/exposeOrientation
** Branch linked: lp:~gerboland/unity8/orientationLock
--
You received this bug notification because you are a membe
That's my plan.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gsettings-ubuntu-touch-schemas in
Ubuntu.
https://bugs.launchpad.net/bugs/1288332
Title:
Orientation lock not available (rotation/portrait lock)
Status in Platform API:
> The orientation lock value (it needs to be one of the 4 available
> orientations to store and recover between sessions, for example)
> will be stored in gsettings, written to by settings app, reset by
> settings app and $indicator, TBC.
I agree with everything except this bit. I think the GSe
** Changed in: qtmir
Status: Triaged => In Progress
** Changed in: platform-api
Assignee: (unassigned) => Gerry Boland (gerboland)
** Changed in: qtubuntu
Assignee: (unassigned) => Gerry Boland (gerboland)
** Changed in: platform-api
Status: New =>
** Changed in: unity-2d
Assignee: Gerry Boland (gerboland) => (unassigned)
** Changed in: unity-2d
Status: In Progress => Won't Fix
** Changed in: unity-2d (Ubuntu)
Status: In Progress => Won't Fix
--
You received this bug notification because you are
** Changed in: unity-2d
Assignee: Gerry Boland (gerboland) => (unassigned)
** Changed in: unity-2d
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscr
** Changed in: unity-2d
Assignee: Gerry Boland (gerboland) => (unassigned)
** Changed in: unity-2d
Status: In Progress => Won't Fix
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to unity in Ubuntu.
Matching subscr
Public bug reported:
see's it as a cd disk
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: alsa-base 1.0.23+dfsg-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.23.
Apla
Public bug reported:
program responds os usb device is a cd disk
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: alsa-base 1.0.23+dfsg-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Drive
Public bug reported:
It seen as a cd in disk drive
ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: alsa-base 1.0.23+dfsg-1ubuntu4
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic i686
AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.
Public bug reported:
Wacom drawing tablets has a set of buttons that can be configured to
send keypresses. It's useful to assign pure modifier keys to these
buttons, to work as modifiers for pen input – for example, in GIMP,
holding ctrl lets you pick colors from an image without having to
explici
This is highly irritating.
Steps to repro:
1. Have 2 firefox windows open, and 1 terminal. Firefox window 1 is focused.
2. Hit Alt-` to switch to Firefox window 2
3. Hit Alt-Tab.
Expected result
Terminal is in front
Actual Result
Firefox window 1 in front
Since Alt-Tab is the app switcher, and
Annoys me too. My steps to repro:
1. Open 2 instances of QtCreator & one instance of firefox (make all maximized
for clarity's sake)
2. Alt-Tab away to firefox
3. Alt-Tab to QtCreator1
4. Alt-backtick to QtCreator2
5. Alt-Tab
Expected result
Firefox should be focused window
Actual result
I'm loo
I get up to and over 9% CPU usage when I've no sound playing application
open - but I was playing sounds previously. Using perf, it appeared most
CPU time being spent in kernel. strace gave me this output repeated
continually:
ppoll([{fd=5, events=POLLIN}, {fd=22, events=POLLIN|POLLOUT}, {fd=49,
Probably not the same issue, but as of 0.1.2+14.04.20131128.1-0ubuntu2,
xmir fails to start for me. Had to disable xmir to start. Can't find any
obvious error in a log file, suggestions?
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xse
apport information
** Attachment added: "ProcEnviron.txt"
https://bugs.launchpad.net/bugs/1262719/+attachment/3932612/+files/ProcEnviron.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launchpa
Public bug reported:
Steps to repro:
1. in Nautilus, do "File->Connect to Server" and enter connection details to a
remote SFTP server
2. "Mount" the newly created SFTP server directory
3. Navigate into the SFTP share, select a bunch of files
4. Right click and select "Compress"
5. File roller
apport information
** Attachment added: "Dependencies.txt"
https://bugs.launchpad.net/bugs/1262719/+attachment/3932611/+files/Dependencies.txt
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to file-roller in Ubuntu.
https://bugs.launch
Public bug reported:
Have Apple Macbook pro 8,1. With Trusty devel, very occasionally (i.e.
twice in the last 3 weeks) my trackpad has completely stopped
functioning for no reason I can determine.
>From then on, dmesg is full of these messages:
bcm5974: bad trackpad package, length: 8
Removing
Hi Tomaž, thanks for your great work on this.
I'd like to ask whether rotation of SVGs is now also supported or
whether it is planned for the future? Thanks.
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libreoffice in Ubuntu.
https://
*** This bug is a duplicate of bug 1140716 ***
https://bugs.launchpad.net/bugs/1140716
Dear Chris, I read the comments in bug 1140716 and installed the kernel from
comment 177. So far, my system runs fine. Thanks!
I will report under the other bug when I will have more experiences with the
*** This bug is a duplicate of bug 1140716 ***
https://bugs.launchpad.net/bugs/1140716
** Attachment added: "xsession-errors.old-second-crash"
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1170766/+attachment/3653241/+files/xsession-errors.old-second-crash
--
Y
*** This bug is a duplicate of bug 1140716 ***
https://bugs.launchpad.net/bugs/1140716
** Attachment added: "Xorg.0.log.old-second-crash"
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1170766/+attachment/3653240/+files/Xorg.0.log.old-second-crash
--
You receive
*** This bug is a duplicate of bug 1140716 ***
https://bugs.launchpad.net/bugs/1140716
Dear Chris, thanks a lot for looking into the bug. I am not using Unity,
but Gnome 3. However the same kind of crashes happen if I use unity.
The i915_error_state in /sys/kernel/debug is 0 Bytes, so I canno
*** This bug is a duplicate of bug 1140716 ***
https://bugs.launchpad.net/bugs/1140716
** Attachment added: "syslog-after-second-crash"
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1170766/+attachment/3653239/+files/syslog-after-second-crash
--
You received th
*** This bug is a duplicate of bug 1140716 ***
https://bugs.launchpad.net/bugs/1140716
** Attachment added: "parts-of kernlog-syslog-after-first-crash.txt"
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-intel/+bug/1170766/+attachment/3653238/+files/parts-of%20kernlog-syslog-
*** This bug is a duplicate of bug 1140716 ***
https://bugs.launchpad.net/bugs/1140716
I would be very glad if someone could have a look at this bug.
Currently, it is almost impossible to do serious work on this computer
due these complete crashes. Today, I encountered two of them.
Please fin
Dear Tomaž, thanks a lot for progamming this enhancement. Looking here
[1] and here [2], many people will be thankful for this!
Can we already mark this bug as RESOLVED->FIXED?
Shall we create two follow-up bug entries? Such as:
* Allow rotation of vector graphics (e.g. SVG) in Writer
and
* Allow
(In reply to comment #42)
> Unfortunately it is only possible to do 90° rotations this way. The only
> thing I can make for you is an easier conversion to a draw object but in my
> opinion the best thing to do in your case is to adjust the angle in an
> external tool like GIMP for example. To have
By the way, over the last week, I also (automatically) sent several
apport-gpu error reports. However, I do not know how I can refer to
these here, because the system does not give me any error handling
number or the like.
--
You received this bug notification because you are a member of Desktop
Public bug reported:
For about two weeks (I assume one of the driver updates caused the
problem), the Intel GPU X driver crashes several times during a session.
Several times a day, a hard reboot is necessary since everything but the
mouse cursor freezes. It is also not possible to switch to text
It is nice to see such a sudden move from several people on this
important issue which dates far back to 2002 (or even earlier).
@Tomaz: Is it in principle possible to allow any degree of rotation or
does it involve serious additional work? I am asking because I often
work with scanned objects (e.
@Cao Cuong Ngo: Thanks a lot for taking the assignment for rotating
images in writer.
Although I am not a programmer, a few hints which might be helpful:
As far as I understood, a sane implementation of image rotation depends
on the drawing layer in Writer. This drawing layer change seems to be
n
Dear Rainer, please reconsider your decision to mark this bug as
WONTFIX. In my humble opinion, this is not acceptable given the history
and given the demand for this feature.
The existence of an extension for a fundamental feature of a word
processor (that's how it is perceived on the users' sid
Dear Rainer, thank you very much for your quick response. I fully
understand that currently there is no developer taking care of this.
Still, I think it is a valid request and therefore it should be not a
RESOLVED-WONTFIX bug. The information that TDF and the LibreOffice
developers don't prioritize
Ok thanks for clarifying, bug re-assigned.
** Also affects: unity
Importance: Undecided
Status: New
** Also affects: unity (Ubuntu)
Importance: Undecided
Status: New
** Changed in: unity-2d
Status: New => Invalid
** Changed in: unity-2d (Ubuntu)
Status: New =>
Is it correct that a "sane" implementation of rotating images in Writer
depends on the complex rewrite of the drawing layer?
If this is the case, over at Apache OpenOffice, Armin Le Grand is
working on it in child workspace AW080:
http://wiki.openoffice.org/wiki/Aw080_documentation
--
You receiv
Public bug reported:
Hardware:
Macbook Pro 8,1
Generic headphones
Steps to Repro:
1. Have volume at comfortable level for listening to music via headphones
2. Log out of current session
3. View lightdm login screen
4. Rip headphones out of ears as volume of startup jingle at 100%
** Affects: lig
After applying the precise-proposed upgrade, The 'w' and 'who' commands
now show an entry upon logging into a session via lightdm.
But the 'last' command still does not show that user as logged in.
--
You received this bug notification because you are a member of Desktop
Packages, which is subsc
I believe this is fixed in Unity 2D 5.12, as released in Precise.
Marking as fixed released. If anyone disagrees, please re-open.
** Changed in: unity-2d (Ubuntu)
Status: In Progress => Fix Released
** Changed in: unity-2d
Status: In Progress => Fix Released
--
You received this b
In Unity 2D, this setting is defined in gconf in
/apps/metacity/global_keybindings/switch_group
It appears the option in the gnome control center is not reporting this
correctly.
** Changed in: unity-2d
Status: New => Triaged
** Changed in: unity-2d
Importance: Undecided => Low
** Al
** Changed in: unity-2d
Status: New => Confirmed
** Also affects: metacity (Ubuntu)
Importance: Undecided
Status: New
** Changed in: unity-2d
Importance: Undecided => Low
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed
1 - 100 of 214 matches
Mail list logo