[Bug 790130] Re: no pressure sensitivity with wacom tablet in inkscape

2012-06-03 Thread ScislaC
** Also affects: ayatana-scrollbar Importance: Undecided Status: New ** Changed in: ayatana-scrollbar Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/790130 Ti

[Bug 790130] Re: no pressure sensitivity with wacom tablet in inkscape

2012-04-30 Thread ScislaC
To avoid uninstalling anything you can use the following in a terminal to disable the overlay scrollbars for any apps you run after it: export LIBOVERLAY_SCROLLBAR=0 You could then just run "inkscape" from within that terminal and have pressure sensitivity. -- You received this bug notification

[Bug 165865] Re: markers must take object's stroke color (SVG 1.2 feature)

2012-08-06 Thread ScislaC
With adding this patch on top of r11595 adding or modifying any markers seems to spam the custom markers section of the other markers lists with duplicates. 1) Create path 2) Apply mid-marker 3) Re-open mid-marker list and only one custom entry exists 4) Open either the start or end marker lists a

[Bug 165865] Re: markers must take object's stroke color (SVG 1.2 feature)

2012-08-07 Thread ScislaC
Fixed in new patch. Those options would be very welcome. New observations: 1) Create path 2) Assign marker (I did a mid) 3) Change stroke color Result is that the marker color is not changed. Two things about this: I would think a lot of people would prefer the marker color be updated in sync wh

[Bug 165865] Re: markers must take object's stroke color (SVG 1.2 feature)

2012-08-07 Thread ScislaC
Other observation: Things get fun when using gradients on strokes. :) I'm attaching a file. It shows two different lines where I assigned gradients to the strokes. I really don't know what the desireable behavior would be for this use case, but I'll give you the fun stuff: Bottom line created, a

[Bug 165865] Re: markers must take object's stroke color (SVG 1.2 feature)

2012-08-07 Thread ScislaC
Forgot to mention an actual issue regarding the gradient controlled markers. Their previews are not reflecting what's on-canvas (the marker in the preview isn't shown at all). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 165865] Re: markers must take object's stroke color (SVG 1.2 feature)

2012-08-09 Thread ScislaC
v5 tested Issue 1: It appears that it's adding two copies of markers to the custom section when forking. One duplicate of the original one from the list as well as the correctly colored one. Issue 2: If you assign a swatch (flat fill) to the stroke and then change that swatch color, the preview d

[Bug 168164] Re: font sizes specified in pixels instead of points

2012-08-09 Thread ScislaC
Tested. Issue: If unit is changed to Point for example, tooltip on numeric field correctly says pt... but the tooltip for "arrow button" next to it says px. Suggestion: I would actually vote to make points the default unit (it's what people are accustomed to in pretty much all other software they

[Bug 168164] Re: font sizes specified in pixels instead of points

2012-08-13 Thread ScislaC
Super exciting stuff! As for the issue of Inkscape assuming font sizes, I think we need to assume it's px unless the font size explicitly includes a unit type. Issue 1: When using "em", the preview size in the Text & Font dialog looks like it's still using px to calculate it. (probably related to

[Bug 168164] Re: font sizes specified in pixels instead of points

2012-08-14 Thread ScislaC
re: Issue 3: I am no longer seeing this issue... if I hit it again I will try to find steps to reproduce. re: Issue 4: It's in the toolbar. In my preferences file, my default string is `style="fill:black;fill-opacity:1;stroke:none;font-family :sans-serif;font-style:normal;font-weight:normal;font-s

[Bug 1005565] Re: poppler 0.20 breaks build

2012-08-14 Thread ScislaC
Backported to 0.48.x branch, commit 9905. ** Changed in: inkscape Milestone: 0.49 => 0.48.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1005565 Title: poppler 0.20 breaks build To manage not

[Bug 944077] Re: inkscape crashed with SIGSEGV in Inkscape::Extension::Implementation::Script::effect()

2012-08-14 Thread ScislaC
Backported to 0.48.x branch, r9906. ** Changed in: inkscape Milestone: 0.49 => 0.48.4 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/944077 Title: inkscape crashed with SIGSEGV in Inkscape::Ex

[Bug 165865] Re: markers must take object's stroke color (SVG 1.2 feature)

2012-08-14 Thread ScislaC
The only issue that still exists is as follows: Forking where it doesn't make sense (same line, same marker, all have the same style)... 1) Apply Arrow1Lstart as the start marker. 2) Change stroke color 3) Apply the same (custom) Arrow1Lstart marker to the mid marker 4) Go to apply the same custo

[Bug 944077] Re: inkscape crashed with SIGSEGV in Inkscape::Extension::Implementation::Script::effect()

2012-08-14 Thread ScislaC
Doug: The patch has been backported for 0.48.4... if you have the backports repo proposed for your distro, it should hopefully be available soon after the actual release of 0.48.4. I will try to pull strings to ensure it will be available in Ubuntu 12.10 at the least once we cut the tarball (no gua

[Bug 168164] Re: font sizes specified in pixels instead of points

2012-08-14 Thread ScislaC
I say commit it... I've randomly hit issues in a few sessions randomly with the UI becoming unresponsive in the text tool, but I can't reproduce or narrow down... it could be libs in ubuntu quantal or an actual issue which would benefit from wider testing on more platforms. -- You received this b

[Bug 168164] Re: font sizes specified in pixels instead of points

2012-08-16 Thread ScislaC
~suv: complimentary preference to write hardcoded units, just defaulted to off? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/168164 Title: font sizes specified in pixels instead of points To manag

[Bug 168164] Re: font sizes specified in pixels instead of points

2012-08-17 Thread ScislaC
John: Any thoughts on this preference? It allows things to work "as expected" and allows power users to hit grand slams (when they choose)... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/168164 Title

[Bug 168164] Re: font sizes specified in pixels instead of points

2012-08-18 Thread ScislaC
Less about benefits of mixing units, more about allowing writing to specification. I'm thinking more of web folk that will use "em" when we better support external CSS and such. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://b

[Bug 168164] Re: font sizes specified in pixels instead of points

2012-08-21 Thread ScislaC
1) Yes it appears so as it's what users expect, even though the default unit people are dealing with should change to PT in the gui. 2) I think it's a power-user feature that would be appreciated by a decent size portion of our community, as long as it works everywhere and is defaulted to our old

[Bug 1005565] Re: poppler 0.20 breaks build

2012-06-14 Thread ScislaC
Luca, Patch works on Quantal. I was working on very similar patch and you beat me to adding the "or" for the color space stuff (my build was still failing at that point). :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs

[Bug 1001872] Re: cant load package's changelog

2012-05-23 Thread ScislaC
I too have had this issue ** Changed in: synaptic (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1001872 Title: cant load package's changelog To manage noti

[Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2012-01-26 Thread ScislaC
"Install Windows or buy a Mac (or try to install Mac OS X on a regular PC). That's the only solution." skabbedabbeda: Or one could install a clipboard manager... your "only" solution isn't really the only solution. I'm thankful you don't work high up in government with your jumping to "the only so

[Bug 171499] Re: warn if file on disk changes

2013-04-22 Thread ScislaC
Pander: The status is still the same, it has not been implemented yet. ** Changed in: inkscape Assignee: Jon A. Cruz (jon-joncruz) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/17

[Bug 170049] Re: Inverted ruler co-ordinate system

2012-11-19 Thread ScislaC
** Changed in: inkscape Milestone: 0.49 => None -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/170049 Title: Inverted ruler co-ordinate system To manage notifications about this bug go to: https

[Bug 947577] Re: Precise pressure sensitivity

2012-03-05 Thread ScislaC
I have the same problem here on 0.48.3.1 in Precise repos and current trunk self-compiled. ~suv: One issue is that it hasn't been completely messed up since Natty, during the Oneiric dev cycle at one point I seem to recall it worked. ** Changed in: inkscape Status: New => Confirmed -- Yo

[Bug 947577] Re: Pressure sensitivity broken on Ubuntu Precise

2012-03-05 Thread ScislaC
~suv: I'll be honest, it could very well be the same bug. However, at various points over the past couple releases I've seen it work... which is why I am not fully confident saying it's the same issue. I'll email Jon and offer to work with him on it. Either way, it's definitely an Inkscape issue si

[Bug 170049] Re: Inverted ruler co-ordinate system

2012-02-07 Thread ScislaC
ottadini: Krzysztof hasn't indicated otherwise. Either way, there is plenty of time and Inkscape 0.49 isn't on the horizon for anytime relatively soon. I really hope when it lands it does also take care of ~suv's (and my own) concern that was mentioned in https://bugs.launchpad.net/inkscape/+bug/17

[Bug 884368] Re: unable to edit attributes in XML Editor

2011-11-01 Thread ScislaC
** Also affects: ayatana-scrollbar Importance: Undecided Status: New ** Changed in: ayatana-scrollbar Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/884368 Ti

[Bug 788560] Re: ESC doesn't cancel move when using the Node Tool

2011-11-09 Thread ScislaC
** Changed in: inkscape Milestone: None => 0.48.3 ** Changed in: inkscape Assignee: (unassigned) => Krzysztof Kosinski (tweenk) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/788560 Title:

[Bug 806024] Re: Pop up dialogues not visible in full screen mode (linux, gnome)

2011-07-09 Thread ScislaC
I can not reproduce with Inkscape trunk in Ubuntu Oneiric. It works as expected and the dialogue appears on top of the main window. I used the steps in the original report to attempt to reproduce. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed t

[Bug 790130] Re: no pressure sensitivity with wacom tablet in inkscape

2011-06-24 Thread ScislaC
Probably, my Intuos 2 seems to work fine here in Oneiric. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/790130 Title: no pressure sensitivity with wacom tablet in inkscape To manage notifications a

[Bug 791548] Re: Oneiric: Never sees NetworkManager connection

2011-06-13 Thread ScislaC
It appears to affect Pidgin as well ** Also affects: update-manager Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791548 Title: Oneiric: Never sees Netwo

[Bug 771738] Re: Connector tool crash Inkscape (orthogonal mode)

2011-06-14 Thread ScislaC
** Changed in: inkscape Assignee: (unassigned) => Gellule (gellule-xg) ** Changed in: inkscape Milestone: None => 0.48.2 ** Changed in: inkscape Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 791548] Re: Oneiric: Never sees NetworkManager connection

2011-06-19 Thread ScislaC
** Also affects: pidgin Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/791548 Title: Oneiric: Never sees NetworkManager connection To manage notifications

[Bug 752674] Re: GtkRecentChooserMenu always selects first entry

2011-07-19 Thread ScislaC
Why was an older bug with more activity marked as a duplicate of this newer bug which has less information? By definition, this bug is the duplicate. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/75267

[Bug 698131] Re: [Natty] New glib2.0_2.27.90-0ubuntu1 crashes gnome-panels

2011-01-06 Thread ScislaC
Just confirming for a non-64bit, non-nvidia environment. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/698131 Title: [Natty] New glib2.0_2.27.90-0ubuntu1 crashes gnome-panels -- ubuntu-bugs mailin

[Bug 705345] Re: Cairo rendering broken for "use" elements with scaling or a viewBox

2011-05-05 Thread ScislaC
If it works, I approve for 0.48.2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/705345 Title: Cairo rendering broken for "use" elements with scaling or a viewBox -- ubuntu-bugs mailing list ubunt

[Bug 676886] Re: Launcher - Add 'new document' option to Open Office, Gimp and Inkscape quicklists

2011-05-06 Thread ScislaC
I'm a little confused... given that Inkscape launches with a new/blank document, does this pop up the templates list instead to choose a different type of new document? It's probably in a different report (who knows), but is there any work on "recent documents" from the unity launcher? I have to a

[Bug 676886] Re: Launcher - Add 'new document' option to Open Office, Gimp and Inkscape quicklists

2011-05-06 Thread ScislaC
Alex, I say go for it. The not being able to launch new windows from the launcher is definitely something that feels unnatural. Didier, provided it hadn't been requested or planned at this point, what is the most appropriate place to request the recent documents and such for apps pinned in the lauc

[Bug 708185] Re: all recent items open the same recent image no matter what is selected

2011-06-03 Thread ScislaC
** Changed in: inkscape Status: New => Confirmed ** Changed in: inkscape Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/708185 Title: all recent items open th

[Bug 627134] Re: Cursor position markers are not cleared from rulers

2010-10-26 Thread ScislaC
This is not a video driver issue, it is a library related issue. -- Cursor position markers are not cleared from rulers https://bugs.launchpad.net/bugs/627134 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct subscriber. -- ubuntu-bugs mailing list ub

[Bug 586997] Re: Inkscape problems with RGBA gtk+ colormaps

2010-10-26 Thread ScislaC
For the record, it was a library problem due to how the Ubuntu dev team modified GTK+, it has since been fixed. -- Inkscape problems with RGBA gtk+ colormaps https://bugs.launchpad.net/bugs/586997 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to U

[Bug 597123] Re: wacom kernel driver ends up in non-working state after first unplug

2010-06-22 Thread ScislaC
Had the same non-working state issue with my Intuos 2 6x8. -- wacom kernel driver ends up in non-working state after first unplug https://bugs.launchpad.net/bugs/597123 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mail

[Bug 633920] Re: Failed to import ai file to Inkscape 0.48 (uniconvertor)

2010-09-10 Thread ScislaC
You didn't upgrade a precompiled package. You compiled a build of Inkscape that lacked the necessary development libraries. So, missing dev-libs ended up with missing features. ** Changed in: inkscape Status: New => Invalid -- Failed to import ai file to Inkscape 0.48 (uniconvertor) http

[Bug 594144] Re: Internal error when printing using Cairo snapshot 1.9.x

2010-07-23 Thread ScislaC
Confirmed fixed w/ cairo 1.9.12 -- Internal error when printing using Cairo snapshot 1.9.x https://bugs.launchpad.net/bugs/594144 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 h

<    1   2