[Bug 212433] Re: can't save config file

2014-06-26 Thread Antonino Perricone
Hello,
I am still unble to save preferences:

(medit:20091): Moo-WARNING **: in file mooapp/mooapp.c, line 1449,
function moo_app_save_prefs: could not save config files: Errore
nell'aprire il file «/home/perry/.local/share/medit/prefs.xml»: Permesso
negato

(sorry for italian sentences: the translatio is: Error opening file
«/home/perry/.local/share/medit/prefs.xml»: Permission denied)

I am using lubuntu14.04

apt-cache policy medit:
medit:
  Installato: 1.1.1-2
  Candidato:  1.1.1-2
  Tabella versione:
 *** 1.1.1-2 0
500 http://it.archive.ubuntu.com/ubuntu/ trusty/universe i386 Packages
100 /var/lib/dpkg/status

Thanks,
Perry

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

Title:
  can't save config file

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

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

[Bug 212433] Re: can't save config file

2010-07-27 Thread Fabrice Coutadeur
Fixed since 0.9.3. Closing as fixed.

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

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-07-14 Thread marcuskoze
Well, i've solved it by manually creating the 'medit' directory under
/home/~username/.local/share/ , restart medit and after that it could
successfuly save the config file.

The strange thing is that i couldn't create the directory by right-
clicking in the specified path from nautilus' context-menu !!! I clicked
on the 'New Directory here' menu-item but nothing happened. Seems like
an Ubuntu Hardy trouble with the default permissions setting for that
folder (others too maybe) or something like that. Beat me, i don't know
why that is so, but it is. Ubuntu Hardy 8.04 has got quite a handful of
pretty little bugs around.

Off-the-topic, i've noticed same trouble in saving configuration
files/options with the Fonts tab from the System  Preferences 
Appearance menu: it wouldn't change the font anti-aliasing schema.

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-05-22 Thread muntyan
Ubuntu gtk package is broken. The following change is in fault here:

  * 042_treeview_single_focus.patch: don't select the focused item for
GTK_SELECTION_SINGLE type treeviews. Allows the fix in
040_filechooser_single-click.patch to work.

http://changelogs.ubuntu.com/changelogs/pool/main/g/gtk+2.0/gtk+2.0_2.12.9-3ubuntu2/changelog

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-05-22 Thread muntyan
Forgot to tell, to work this around click Editor in the list on the left
of the preferences dialog.When something is selected there, things start
working.

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-05-22 Thread MoMaT
OK. So what you are saying is that:
- preference saving problem was fixed in medit 0.9.3
- lack of selection in tabs is a bug in libgtk2 2.12.9-3ubuntu2 that was 
introduced in 2.12.1-2 by 042_treeview_single_focus.patch

If I'm correct, we should close this bug as fixed in upstream and report
the new one against libgtk.

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-05-22 Thread muntyan
https://bugs.launchpad.net/bugs/234018

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-05-21 Thread muntyan
Another Ubuntu user told me about same bug as described by MoMaT. I took
his binary and tested it on Suse I have access to, no bug. So, could
someone else confirm this? Any ideas on what could be special about
fresh ubuntu hardy? I don't have an Ubuntu machine and I don't see the
bug on what I have, so I can't do anything.

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-05-21 Thread MoMaT
I'm happy to provide more information. Just tell me what would you like
to know and how could I find it out.

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-05-21 Thread muntyan
It'd be nice if you could run it in valgrind like this:
valgrind --leak-check=full --num-callers=50 medit
and sent the output to muntyan at tamu.edu. It needs medit to be compiled with 
debugging symbols though. Does someone know a public ubuntu server with gdb?

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-05-04 Thread MoMaT
No, there is no message in the output I'm afraid.

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-05-01 Thread MoMaT
Confirming. It is not possible to set for example the color scheme
(Edit-Preferences-Editor-View). Neither Apply nor OK in the
preference window makes the setting permanent. Change in medit
configuration $HOME/.config/meditrc made by hand works fine (the color
scheme is changed).

Additional strange behaviour is revealed under the following scenario:
1) Go to Edit-Preferences.
2) On General tab tick some of the checkboxes, press OK.
3) Go to Edit-Preferences again.
On General tab none of the checkboxes is ticked.
4) Click on Editor or change to different tab and back to General.
The checkboxes are ticked as in the step 2.

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-05-01 Thread muntyan
The first bug is fixed (not sure if it is in 0.9.3). The second one is
something that shouldn't happen.

MoMaT: does it print something to console when you do that?

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-04-12 Thread mcas
** Changed in: medit (Ubuntu)
   Status: Incomplete = Confirmed

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-04-05 Thread mcas
Thank you for reporting this bug. Please add your ubuntu version and the
output  apt-cache policy medit.

** Changed in: medit (Ubuntu)
   Status: New = Incomplete

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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 212433] Re: can't save config file

2008-04-05 Thread bayger
ubuntu hardy beta (updated today)

medit:
  Installed: 0.9.2-1
  Candidate: 0.9.2-1
  Version table:
 *** 0.9.2-1 0
500 http://archive.ubuntu.com hardy/universe Packages
100 /var/lib/dpkg/status

-- 
can't save config file
https://bugs.launchpad.net/bugs/212433
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