[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2016-09-13 Thread Launchpad Bug Tracker
This bug was fixed in the package nedit - 1:5.6a-5

---
nedit (1:5.6a-5) unstable; urgency=medium

  * Real upload of 1:5.6a-4 (I fail to upload it)

 -- Paul Gevers   Mon, 12 Sep 2016 20:20:24 +0200

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

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

Title:
  Lubuntu - PCManFM - Nedit won't open files

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

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


[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-07-19 Thread us2000
Hi, thanks for your answer!

I looked a little closer, I still believe the error is in
nedit.desktop in the exec line:

Exec=nedit-nc %U

Comparing with another *working* program like leafpad shows in
leafpad.desktop:

Exec=leafpad %f

Some command line option debugging:
%f results in /home/us2000/df.txt as first command line option.
%U results in  file:///home/us2000/df.txt - which can't be understand by 
Nedit.

So my conclusion is: the %U in the exec line is wrong, replacing it by
%f solves the issue too.

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

Title:
  Lubuntu - PCManFM - Nedit won't open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1395437/+subscriptions

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


[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-07-19 Thread us2000
After Update Lubuntu 14.10 -- 15.04 my above described workaround was  
recessed.
Bug still open :-(
Re-applying my workaround solves the issue again.

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

Title:
  Lubuntu - PCManFM - Nedit won't open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1395437/+subscriptions

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


Re: [Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-07-19 Thread Paul Gevers
On 19-07-15 09:30, us2000 wrote:
 After Update Lubuntu 14.10 -- 15.04 my above described workaround was  
 recessed.
 Bug still open :-(
 Re-applying my workaround solves the issue again.

And I still believe it is only a workaround that I don't want to
incorporate in the nedit package. The issue must be solved at the root
(I have no idea where that lies though).

Paul

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

Title:
  Lubuntu - PCManFM - Nedit won't open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1395437/+subscriptions

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


[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-07-19 Thread us2000
Now it's clear for me, see 
http://unix.stackexchange.com/questions/91934/no-desktop-and-u-what-for
for an explanation of the variables.

%U is for URL's, like file:// http:// - modern programs may understand this, 
but not nedit.
Nedit needs the simple plain %f, or better %F to open a list of files.

So the correct solution is

#/usr/share/applications/nedit.desktop
Exec=nedit-nc %F

best regards
us2000

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

Title:
  Lubuntu - PCManFM - Nedit won't open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1395437/+subscriptions

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


[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-07-19 Thread Paul Gevers
Indeed, seems like I was wrong in my understanding that I tested %U. I
think my browser passed the local filenames all along.

** Package changed: lubuntu-meta (Ubuntu) = nedit (Ubuntu)

** Changed in: nedit (Ubuntu)
   Status: New = Confirmed

** Changed in: nedit (Ubuntu)
 Assignee: (unassigned) = Paul Gevers (paul-climbing)

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

Title:
  Lubuntu - PCManFM - Nedit won't open files

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

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


[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-03-24 Thread Paul Gevers
No, I could not reproduce this in my Debian Jessie KDE environment. It
works as it should. So indeed I believe that the proposed solution is
wrong and the problem should be found and solved elsewhere.

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

Title:
  Lubuntu - PCManFM - Nedit won't open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1395437/+subscriptions

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


[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-03-20 Thread Paul Gevers
Hmm, I should have looked better. Of course the bug is not in NEdit, the
URL is wrong (I expect that it just should have been
file:/correct_path_to_file.txt. That must be provided by PCManFM in
this case.

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

Title:
  Lubuntu - PCManFM - Nedit won't open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1395437/+subscriptions

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


[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-03-20 Thread Dave Kokandy
Paul, were you able to reproduce or confirm this bug? If so, we can mark
it as confirmed. When I tried to reproduce, Nedit crashed on me  hasn't
been able to open since (filed as a different bug).

It may not be a PCManFM thing, it might be a lubuntu setting package. I
can try to test this again over the weekend if you can confirm.

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

Title:
  Lubuntu - PCManFM - Nedit won't open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1395437/+subscriptions

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


[Bug 1395437] Re: Lubuntu - PCManFM - Nedit won't open files

2015-03-20 Thread Paul Gevers
Is there any reason why this bug is not assigned to nedit?

At quick glance, the fix doesn't look right, but I'll try to not to
forget to look into this.

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

Title:
  Lubuntu - PCManFM - Nedit won't open files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/lubuntu-meta/+bug/1395437/+subscriptions

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