Coder Social home page Coder Social logo

bashscripts's People

Contributors

tri1976 avatar

bashscripts's Issues

Batch rename (spacefm) "insert counter"

v 0.2, SpaceFM 0.7.10, ArchLinux 64b

Create file with the name "2", choose "insert counter", insert 0 for the 
beginning, %- to use counter, 01 as start value. Preview shows:
2 -> -2
No actual renaming is done
(Seems "insert counter" does not work at all)
Thank you

Original issue reported on code.google.com by [email protected] on 28 Jul 2012 at 8:27

Batch rename (spacefm) "capital first word"

Either the description or the behavior of it is wrong
What steps will reproduce the problem?
1. Create file with the name like ttt3 g278.tte (note the space)
2. Run "capital first word"


What is the expected output? What do you see instead?
Expected: "Ttt3 g278.tte", got: "Ttt3 G278.tte"

What version of the product are you using? On what operating system?
v. 0.2 on ArchLinux 64b

Thank you

Original issue reported on code.google.com by [email protected] on 28 Jul 2012 at 7:28

Sleep problem

Hi, thanks for your useful script !
However I noticed an error concerning the sleep usage.
When gmailchecker is launched via a terminal, an error is displayed saying :
"sleep: intervalle de temps « 120,000000 » incorrect
Saisissez « sleep --help » pour plus d'informations."

Unfortunately, I'm french, so I'll describe you the error displayed above. It's 
telling us that "sleep" isn't well used.

So, I decided to look inside your script and I think it's a yad-relative 
problem. In fact, the INTERVAL variable contains the value 120,000000 so 
"sleep" can't understand it, you ought to set it to 120.000000 instead.

I solved this problem by replacing the last line of your script :
sleep ${INTERVAL:=300} to
sleep ${INTERVAL//,/.}

I don't understand the :=300, but I'm sure you'll find a way to set it back ;)

Original issue reported on code.google.com by [email protected] on 2 Jan 2014 at 5:47

Batch rename (spacefm) removes wrong chars

What steps will reproduce the problem?
1. Create file with name like ttt3278.tte
2. Batch rename (spacefm) plugin -> choose 7 (remove n chars starting at p) -> 
p=0, n=1
3. Result will be 3278.e

What is the expected output? What do you see instead?
Expected: tt3278.tte, instead of 3278.e

What version of the product are you using? On what operating system?
v. 0.2 on ArchLinux 64b

Thank you

Original issue reported on code.google.com by [email protected] on 28 Jul 2012 at 6:57

Wrong help of "trash remove" (spacefm)

"F1" on "trash remove" opens the help file that contains the following:
"This command displays original path and deletion date of the file in trashcan."

Obviously, this help is from "trash item info"

Plugin: 0.6.2, thrash AUR package: 0.3.4, SpaceFM: 0.7.10 on ArchLinux 64b

Thank you


Original issue reported on code.google.com by [email protected] on 28 Jul 2012 at 7:51

mnttools-0.3.2.tar.gz

thanks for your work.

in function devicemenu:
label=${i[2]:=${DEVNAME##*/}} should be:
label=${i[4]:=${DEVNAME##*/}}

If you could add nfs mount, it would be great !

Pierre Ferry


Original issue reported on code.google.com by [email protected] on 7 Jun 2012 at 4:49

Wrong trash message, when there are no permissions to remove the file

Create any file with root, try to trash it under normal user. The message reads:
mkdir: cannot create directory ‘//.Trash-vasya’: Permission denied
mkdir: cannot create directory ‘//.Trash-vasya’: Permission denied
cannot create local trashcan at /home/vasya/.local/share/Trash

Note the duplicated first message. The last message is clearly wrong, as the 
local trashcan exists.

Original issue reported on code.google.com by [email protected] on 28 Jul 2012 at 8:33

gmailchecker, tooltip not visible, rendered outside of visible area

I have the icon of gmailchecker display on the right upper corner of my screen.
When I hover over the icon, the tooltip appears right below the icon. However, 
this renders the tooltip outside of the visible area. 

Is there a way to change this behavior (e.g., to get the tooltip displayed left 
under the icon)? Are my xorg settings to blame?

I use ver. 0.2.3-1 from the AUR. It runs under i3.

Original issue reported on code.google.com by [email protected] on 23 Jul 2014 at 9:25

Trash remove on directory (spacefm)

Throws error
What steps will reproduce the problem?
1. Trash directory named "new"
2. Open trash, select the dir, choose remove
3. Got error 
rm: cannot remove ‘/home/vasya/.local/share/Trash/files/new’: Is a directory

If the dir was in home, the error will show twice in the same SpaceFM error 
window and the dir won't be removed. Otherwise,when the dir was at another 
partition, the error shows once, the symlink to it is removed, but
a) info dir in home's trash holds symlink to file new.trashinfo ,that points to 
nowhere
b) on the partition (another internal HDD) the info dir is empty
c) on the partition the files dir holds the "new" dir in it

v. 0.6.2 of the plugin +0.3.4 of the trash package from AUR, SpaceFM 0.7.10, 
ArchLinux 64b

Thank you

Original issue reported on code.google.com by [email protected] on 28 Jul 2012 at 7:45

Trash empty always throws error (spacefm)

The error "Finished with error  ( exit status 1 )" is always shown, although 
the activity succeeds. As the result, the trash is really empty afterwards.

Plugin: 0.6.2, thrash AUR package: 0.3.4, SpaceFM: 0.7.10 on ArchLinux 64b

Thank you

Original issue reported on code.google.com by [email protected] on 28 Jul 2012 at 7:48

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.