You are not logged in.
Hey,
Thanks for writing ranger, it's the best thing I've ever used.
I started digging into writing my own commands, and currently my cycle looks like this:
1. edit commands.py
2. launch ranger in a different window
3. navigate to my file I want to test my file on
4. :mycommand
But I only get 1 line of error messages from the python interpreter, when something goes wrong. I looked into mocking the FM and Command classes (my command depends on self.fm.thisfile, and a bunch of other self.fm.* methods/properties), but there is too much stuff to fill out.
What's the correct way to debug your own commands you are writing?
Offline
The search function is still not working for me in 1.8.1, is it working for everyone else.
Cheers
Paul-S
Offline
The search function is still not working for me in 1.8.1, is it working for everyone else.
Cheers
Paul-S
It is working for me, and without requiring any changes to my config. Could possibly be worth trying it with the default config, though.
@archun: Intel® Core™ i5-4210M • [GPU] Intel® HD Graphics 4600 • [Kernel] linux-ck-haswell
Handmade.Network • GitLab
The Life and Times of Miblo del Carpio
Offline
I've noticed a different behavior when copying files on my systems but didn't find where to configure it. On one system copying a file with the same name saves the old one with an appendix and copies the new one. On my other system the old one is kept with it's name and the new file is saved with an appendix. Anyone happens to know where to set this? I'm using rangers copy on both without mode settings
Last edited by ryzion (2017-01-21 12:59:39)
Offline
The search function is still not working for me in 1.8.1, is it working for everyone else.
Cheers
Paul-S
Was having this problem too, seems some of my config files were executable and
shouldn't have been. Fixed that and everything was good again.
Offline
I'm having a problem where ranger takes several seconds to start up because I have an nfs mount in my bookmarks. If I'm away from home, the nfs mount is unavailable, and ranger hangs. The nfs is set to automount in my fstab. If I remove the bookmark, there is no lag. Is there a setting I can change to prevent this behavior? I don't want to mount the share unless I navigate to the mount point (this was the old behavior). I have automatically_count_files set to false, in case it matters. The relevant line in /etc/fstab is
192.168.0.2:/nfs/share /mnt/point nfs nfsvers=3,rw,rsize=8192,wsize=8192,users,nofail,noauto,x-systemd.automount,x-systemd.device-timeout=10 0 0
Offline
Ranger keeps getting installed as my default desktop opener for directories. I hand edited /use/share/applications/mimeinfo.cache to get rid of ranger but it gets installed back, presumably after any update where the desktop cache is rebuilt. What's the way to stop this? I am on GNOME and want to use the normal default nautilus. Couldn't find anything on the default applications wiki page to help with this.
Last edited by bulletmark (2017-03-15 08:52:20)
Offline
Ranger keeps getting installed as my default desktop opener for directories. I hand edited /use/share/applications/mimeinfo.cache to get rid of ranger but it gets installed back, presumably after any update where the desktop cache is rebuilt. What's the way to stop this? I am on GNOME and want to use the normal default nautilus. Couldn't find anything on the default applications wiki page to help with this.
Ok, researched a bit then stuffed around a while to find a solution to my problem. It is:
ln -sf ~/.local/share/applications/mimeapps.list ~/.config/mimeapps.list
xdg-mime default org.gnome.Nautilus.desktop inode/directory
Offline
You should be aware of the upcoming switch to GPL 3.1 [NSFW], as explained in this issue:
ranger is 8 years old now, and it's time to fix some mistakes that stuck with us since the early days. One of those is the fact that we have no "GPL 3 or later" clause in the license text, just plain "GPL 3". But the world of free software moves ahead and we need to stay on top of our game. Civil liberties are taken from us every day and we have to fight with every weapon that we have.
So I initiated the cumbersome procedure of upgrading the license to GPL 3.1, by mailing every contributor of ranger and asking for their permission to change GPL 3 to GPL 3.1.
Currently I have 22 confirmations of the 85 contributors, and I could not reach 5 of them (their code may need to be removed from ranger).
If over 50% of the contributors agree and the major parts of ranger are covered (git-integration, image/video previews, M-x butterfly), I will proceed with the upgrade to 3.1.
Last edited by hut (2017-04-11 20:16:17)
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
You should be aware of the upcoming switch to GPL 3.1, as explained in this issue:
ranger is 8 years old now, and it's time to fix some mistakes that stuck with us since the early days. One of those is the fact that we have no "GPL 3 or later" clause in the license text, just plain "GPL 3". But the world of free software moves ahead and we need to stay on top of our game. Civil liberties are taken from us every day and we have to fight with every weapon that we have.
So I initiated the cumbersome procedure of upgrading the license to GPL 3.1, by mailing every contributor of ranger and asking for their permission to change GPL 3 to GPL 3.1.
Currently I have 22 confirmations of the 85 contributors, and I could not reach 5 of them (their code may need to be removed from ranger).
If over 50% of the contributors agree and the major parts of ranger are covered (git-integration, image/video previews, M-x butterfly), I will proceed with the upgrade to 3.1.
Honestly didn't even remember contributing any patches to ranger... was surprised to get the notification.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Offline
No wonder I don't remember it... such a minor thing (yay open source?). Thanks x33a.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
To my surprise, few actually clicked on the link to the GPL 3.1 to see what they agree to
Last edited by hut (2017-04-03 17:16:06)
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
To my surprise, few actually clicked on the link to the GPL 3.1 to see what they agree to
Well, my own reasoning is that if you think it's best, it's 'your' project. Why would I object, especially with such minimal contribution?
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
No wonder I don't remember it... such a minor thing (yay open source?). Thanks x33a.
Indeed that's the beauty of Open Source, anyone can contribute in whatever capacity they can
Offline
Would someone mind censoring that "GPL" link, pretty annoying to see goatse in the work environment.
Last edited by Alad (2017-04-11 12:39:41)
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline
Done, sorry.
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
Hi,
first I want to say thanks for creating ranger, it's an awesome piece of software that I've using since I've switched to Arch, and I can't imagine my desktop without it.
Recently I discovered the 'bulkrename' function, alas it does not work with gVim. It just opens up an empty temp file.
But it works fine when I switch my $EDITOR to vim or nano.
Is there any way to make it work with gVim, or at least to force it to use vim or nano ?
Thanks for your help.
: (){ : |:& };:
Offline
Hi there!
There is some discussion about which python versions ranger should support. ranger has no usage tracking mechanism like firefox or other software, so I would like to ask you to participate in this poll:
http://www.strawpoll.me/13451034
If you do not like strawpoll for whatever reason, you can also just send me an email or write a post with a list of python versions that you use with ranger.
Thanks!
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
Hi there!
There is some discussion about which python versions ranger should support. ranger has no usage tracking mechanism like firefox or other software, so I would like to ask you to participate in this poll:
http://www.strawpoll.me/13451034
If you do not like strawpoll for whatever reason, you can also just send me an email or write a post with a list of python versions that you use with ranger.
Thanks!
Maybe some context would be useful? Unsurprisingly the results are heavily skewed towards the two current versions of python in the Arch repos.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
Thanks for all the effort you've put into this! This is an extremely well made and useful file manager.
Offline
People often report problems with NFS directories taking longer than expected to load under certain circumstances. Symptoms have been likened to ranger unnecessarily statting every file. I wonder: Does mounting said NFS with "nordirplus" make any difference?
Offline
Hey people, I just wanted to let you know that v1.9.0 finally out: https://github.com/ranger/ranger/releases/tag/v1.9.0
Changelog: https://github.com/ranger/ranger/blob/m … ANGELOG.md
"hut_" or "h00th00t" in irc.freenode.net #archlinux
Ranger Mailing List: https://lists.nongnu.org/mailman/listinfo/ranger-users
Offline
I never ran into one of the problems you fixed, and I didn't miss any of the features you added. But still, thanks a lot for ranger and especially for still actively developing it. This is no given!
Offline
Fixed memory leak in w3m image preview
Finally!
Mods are just community members who have the occasionally necessary option to move threads around and edit posts. -- Trilby
Offline