[Bug 1870939] Re: Micro tries to create log.txt on working directory every time it is opened

2020-08-05 Thread Deevad
@Sean: I used this way to reinstall micro and bypass the bug in repo:

$ sudo apt remove micro
$ sudo apt install curl
$ curl https://getmic.ro | bash
$ sudo mv micro /usr/bin/micro

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

Title:
  Micro tries to create log.txt on working directory every time it is
  opened

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

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

[Bug 1760347] Re: [FFe] Krita 4.0.0 for Bionic

2018-04-04 Thread Deevad
I'm an artist and Krita super user. I work right now on Kubuntu 17.10 +
Kubuntu backport ppa and Krita 4.0.x built from sources. ( demo during a
livestream last Wednesday:
https://peertube.touhoppai.moe/videos/watch/a58677a2-049c-4255-a0f7-2a206460e5a0
). I am just adding my voice here to underline how I feel important the
LTS ecosystem to benefit of this major release of Krita in default
package. There is a very big gap between Krita 3.3 and 4.0.0 and in my
opinion 3.3 wouldn't be interesting for the end users (and it would push
them directly to use the appimage of Krita team and question how
outdated the LTS based distro are).

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

Title:
  [FFe] Krita 4.0.0 for Bionic

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

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

[Bug 1267788] Re: double click in list print two time the selected item

2015-05-23 Thread Deevad
*** This bug is a duplicate of bug 1247137 ***
https://bugs.launchpad.net/bugs/1247137

Zenity 3.8 version is also in 14.04 , and so in all Linux Mint 17.x , and all 
Elementary O.S. 
( Long term support,  till 2019 afaik  ) ;  That's why I post here 
thisworkaround for those doing Bash script on this platform and getting stuck 
by this bug :

#!/bin/bash
menuchoice=$(zenity --list --column Pet Chien Chat); 
menuchoicecleaned=${menuchoice%|*}
echo "$menuchoicecleaned"

This return single 
Chien 
or
Chat 
in every case.

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

Title:
  double click in list print two time the selected item

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

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


[Bug 1312717] Re: keyboard layout is reset after gnome-shell crash or restart (Alt-F2 - r - )

2014-07-01 Thread Deevad
*** This bug is a duplicate of bug 1276467 ***
https://bugs.launchpad.net/bugs/1276467

My workaround, to live with this annoying bug, Alt+F2 then ( for my french 
Azerty layout ) :
setxkbmap fr

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

Title:
  keyboard layout is reset after gnome-shell crash or restart (Alt-F2 -
  r - )

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1312717/+subscriptions

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


[Bug 1202876] Re: unable to properly calibrate wacom tablet

2014-06-27 Thread Deevad
>From my test, I have same issue with all wacom plugin from 3.8 version of 
>Gnome.  It means on all Ubuntu, 14.04 included. 
It's fixed on Ubuntu Gnome 14.04 with the stagging ppa to update to GNOME 3.12 
, the wacom configurator here works perfectly.

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

Title:
  unable to properly calibrate wacom tablet

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

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


[Bug 1001070] [NEW] Startup error : error while loading shared libraries: libjuff.so.0.9

2012-05-17 Thread Deevad
*** This bug is a duplicate of bug 874479 ***
https://bugs.launchpad.net/bugs/874479

Public bug reported:

_1) system :_  
Kubuntu 12.04 LTS 

_2) package infos :_
juffed: 
 Installed: 0.9.1137-1build1   
 Candidate: 0.9.1137-1build1

 Version table:
 *** 0.9.1137-1build1 0
500 http://fr.archive.ubuntu.com/ubuntu/ precise/universe amd64 Packages
100 /var/lib/dpkg/status

_3) expectation :_
I expect the software start , clicking icon, or calling it from terminal.

_4) what happen :_
Opening juffed via the menu hang a little, then nothing happen. 
>From a terminal :
$ juffed
juffed: error while loading shared libraries: libjuff.so.0.9: cannot open 
shared object file: No such file or directory

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

** This bug has been marked a duplicate of bug 874479
   Cannot be run

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

Title:
  Startup error : error while loading shared libraries: libjuff.so.0.9

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

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-11-04 Thread Deevad
@yorugecko : Thanks for the info ; I saw yesterday on a Virtual machine
of 11.10  the Xorg server update and i thought too it will solve the
solution. Too bad I can't really test my graphic tablet threw a Virtual
Machine to confirm, but i'm pretty sure it's ok since my old solution
was to update the xorg server to the ppa of xorg edgers.

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-10-26 Thread Deevad
@Alexia : I think you are right about X ; because the solution I found
in this thread were to upgrade to 'Xorg Edger' ppa, and it fixed the
problems. ( even if I felt the overall was a bit 'slow' ... but not on
Ubuntu Studio using XFCE ) So I think the problem may disappear with
next Xorg version in Ubuntu updates. That's why I also understand the
low status.

 If the fix is already done in the next updated version of Xorg, it's
just a "wait and see" issue.

@Douglas : Thanks for quoting my blog ( davidrevoy.com ) and cool if the
infos I provide are usefull for you, and if your daughter have question
on open-source 2D software or on something, she can feel free to comment
on my blog ; I usually answer to each post.

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-10-23 Thread Deevad
@Douglas : I was in the Sintel team, and Ubuntu always made problems
with Wacom / Xorg on there release for artist ; and more since 11.04. As
a solution, if you are serious about digital painting and drawing  I
propose this : http://www.davidrevoy.com/index.php?article95/linux-
mint-11-install-notes

@Matthew : Grab sources and libraries , find the files and write the new
code, compile. In theory ... Good luck.

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-10-20 Thread Deevad
*Gimp 2.7+Git compilation info :

 I advice this script : http://blog.zanshine.com/blog/stephane-
richard/2011-05-10/cutting-edge-gimp-in-latest-ubuntu/

Here I did local change to the script to make it cleaner :
l.52
opt_dir="/opt"
( to build in opt and keep 2.6 , I also create a 'gimp' folder with 777 right 
in this /opt/ folder  )

l.55
src_dir="$HOME/source-to-compile/gimp-razor/"
(the place I keep the source )

l.186
sudo make install || exit_with "while executing 'make install' for $name"
( I add 'sudo' )

Then I run the script and it work alone automagically. Same to update.
To launch Gimp : it's in a 'bin' folder inside /opt/gimp ... easy to create a 
launcher.

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-10-19 Thread Deevad
Here I finally ended to remove all , even if updating Xorg edgers and
use last Nouveau driver solved my problems, the performance of painting
were horrible. Also very slow painting strokes in _all_ 2D programs

I fallback to a Linux Mint 11 Katya main , based on Natty system with  a
downgraded compiz ( http://www.webupd8.org/2011/05/how-to-downgrade-to-
compiz-086-in.html ) and a downgraded Xorg ( sudo apt-get install
xserver-xorg-core=2:1.10.1-1ubuntu1 ) . So a version in between Maverick
and Natty , compatible with Natty Ppa :) Works perfectly and damn fast.
My laptop will be ready for the conferences I have to do next weeks.

I also get issue with lake of customization / functionality with new
Gnome 3 ( I liked the base GUI, and ergonomy , btw )  ; it makes me use
too much terminal / GSettings / Tweaks and various code to access to
basic customization where Gnome 2 series were fast and mostly GUI
tweaks. ( login screen/ place icons on the dockbar/ nautilus script /
startup script / etc )  So, I felt a real regression.  I don't blame
Gnome team, new product is young compare to old 9 years old one, and
there is very good job in the 3. I blame modern distribution who pack it
while it's not a ready solution... imo.

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-10-18 Thread Deevad
@Alexia : Thanks a lot for the infos, thanks also for pointing the commit, but 
I think I'll not try to maintain Gimp-painter 2.6 or support it anymore. At 
least thats the idea for the moment ( can change in few hours XD ) , I decided 
to adapt myself to the Gimp dev version , or last realease ( as 2.7.3 , for 
exemple) . 
No textured brushes and no smudgy mixbrush will be the main 2 features I'll 
drop off in the change ( I also liked 'reduce update frequency' , witch made in 
Gimp-painter the display faster and improved performance of painting ).
Anyway, compare to many improvement I noticed with time and testing the last 
dev version , it will be easier to have good mood to update. : )

@all  : I tested upgrading to Xorg edgers package and adopt Nouveau
driver for a Ubuntu 11.10 main edition. Bug is not happening with this
if you use Gimp 2.6. Tested with Gnome Shell desktop mainly . But I'll
not keeping this last solution test ; performances are so slow and make
it unusable for my taste... Xfce Ubuntu studio 11.10 distro was really
faster for displaying the painting strokes.

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-10-17 Thread Deevad
I installed another ubuntu based distrib, Ubuntu Studio 11.10 ( witch is
XFCE based ) and ran the same issue.

But this time, after a lot of test, I get it fixed ; and it was after
installing sources from Xorg edgers,  and upgrade all  xorg package via
synaptic ( + restart ) ,   https://launchpad.net/~xorg-
edgers/+archive/ppa . This new upgrades made my system use
nouveau/mesa/gallium instead of Nvidia proprietary ( I see it running
'glxinfo' inside a terminal ) ...so, maybe nvidia proprietary driver
being guilty.

So, I presume I 'sort of' got it fixed ( at least I hope ) and did a
20min painting without any ghost lines problems. I still have to inspect
if 3D performances are enough good to run Blender , games , etc... , I
don't know a lot this new driver "nouveau/mesa/gallium" . My experience
always lead me to had the reflex to install "additional proprietary
driver" at first start after a fresh install...

[ info :  Test run for Gimp 2.6 - Gimp-painter, from Mizuno ppa  + Xorg
Edger upgrade + Ubuntu Studio 11.10 ( witch is XFCE based )   ]

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-10-17 Thread Deevad
I tested also here with this tablet now, and it affect the same :
- Wacom Bamboo Fun A5
- Intuos4 A5 Medium
- Wacom Cintiq 21Ux
- Wacom Intuos3 A4 
Gimp 2.7.3+Git compiled from source with Gimp-razor ( 
http://blog.zanshine.com/blog/stephane-richard/2011-05-10/cutting-edge-gimp-in-latest-ubuntu/
 ) seams to not suffer of this, but it really slow and got some 'missed 
strokes' or 'empty strokes' ( you paint , and nothing appear, as if the brush 
engine get freezed ).

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-10-17 Thread Deevad
** Attachment added: "artefacts lines appear as if the pointer want to return 
to x=0 or y=0 or both frequently"
   
https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/863154/+attachment/2554519/+files/ubuntuoneiricocelotgimp.png

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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


[Bug 863154] Re: Wacom Bamboo One tablet random coordinate malfunctions

2011-10-17 Thread Deevad
Same problem here ; dramatic case for me as Gimp-painter 2.6 is my main tool 
for work , makes all the distro unusable for me. 
( img : http://img685.imageshack.us/img685/1631/ubuntuoneiricocelotgimp.png  )

Here is what I tried without success : 
- Update xorg via ppa to xorg edgers
- Update linux-wacom 
- Unactivate compiz
- Use Gnome Classic / Gnome Shell / etc...

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

Title:
  Wacom Bamboo One tablet random coordinate malfunctions

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

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