You are not logged in.
Hi guys,
I have here by the German debian-forum about the file manager Thunar,
found "custom actions".
https://github.com/nobodyinperson/thunar-custom-actions
https://forum.xfce.org/viewtopic.php?id=11647
http://nobodyinperson.de/content/apt.html
Unfortunately, apt tells me missing dependency of the package findutils
sudo apt-get update && sudo apt-get install thunar-custom-actions
...
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
thunar-custom-actions : Hängt ab von: findutils (>= 4.6) aber 4.4.2-9+b1 soll installiert werden
E: Probleme können nicht korrigiert werden, Sie haben zurückgehaltene defekte Pakete.
apt-cache policy findutils
findutils:
Installiert: 4.4.2-9+b1
Installationskandidat: 4.4.2-9+b1
Versionstabelle:
*** 4.4.2-9+b1 0
500 http://ftp.rrzn.uni-hannover.de/debian/debian/ jessie/main amd64 Packages
100 /var/lib/dpkg/status
What can I do?
inxi -r
Repos: Active apt sources in file: /etc/apt/sources.list
deb http://ftp.rrzn.uni-hannover.de/debian/debian/ jessie main contrib non-free
deb http://security.debian.org/ jessie/updates main contrib non-free
deb http://ftp.rrzn.uni-hannover.de/debian/debian/ jessie-updates main contrib non-free
Active apt sources in file: /etc/apt/sources.list.d/bunsen.list
deb http://pkg.bunsenlabs.org/debian/ bunsen-hydrogen main
Active apt sources in file: /etc/apt/sources.list.d/nobodyinperson.list
deb http://apt.nobodyinperson.de unstable main
Last edited by unklar (2017-06-19 16:44:25)
Offline
- add backports and check backports if there is newer version of findutils. (Probably there isn't )
- more complex stuff like backporting your own .... (probably won't work due to libc6 dependency)
- considering dev seems to be using Ubuntu, check if this is at all true, needing that version of findutils that is.
P.s. There is https://packages.debian.org/stretch/findutils 4.6 in stretch.
Last edited by brontosaurusrex (2017-06-17 10:13:10)
Offline
Have you tried editing the version number for the findutils dependency in debian/control and then building the .deb yourself?
I don't know if the application will work with the old version of findutils but it may be worth a try.
Otherwise, you should be able to backport findutils from stretch (libc6 matches for amd64 & i386):
Offline
For those who are interested,here are other thunar-actions
Offline
Hey,
The developer of thunar-custom-actions here.
Unfortunately, apt tells me missing dependency of the package findutils
I just added this dependency on findutils just because I needed xargs. I just wrote the version I have on my system. I will change it to findutils (>=4.4) or whatever.
Have you tried editing the version number for the findutils dependency in debian/control and then building the .deb yourself?
That's the way to go otherwise :-)
System-wide, easy to install, sophisticated Thunar custom actions
Offline
Should be fixed as of version v0.0.17. I set the dependency to
findutils (>=4.0)
System-wide, easy to install, sophisticated Thunar custom actions
Offline
Nice work nobodyinperson, thanks for posting!
And welcome to the forums
Offline
Thanks a lot for the replies guys.
I'd rather take the finished stretch right now, so as not to break anything.
In this forum, to work the best !
My sincere thanks to all.
Offline
Version v0.0.18 adds an action to convert images to arbitrary formats:
System-wide, easy to install, sophisticated Thunar custom actions
Offline
^ @nobodyinperson,
The nice thing about this forum is, here are only good, their work sharing people on the way.
Thank you very much for your work!
sudo apt-get update && sudo apt-get install thunar-custom-actions
[sudo] password for unklar:
...
Es wurden 1.013 kB in 4 s geholt (236 kB/s).
Paketlisten werden gelesen... Fertig
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Die folgenden zusätzlichen Pakete werden installiert:
make python3-lxml
Vorgeschlagene Pakete:
make-doc python3-lxml-dbg
Die folgenden NEUEN Pakete werden installiert:
make python3-lxml thunar-custom-actions
0 aktualisiert, 3 neu installiert, 0 zu entfernen und 1 nicht aktualisiert.
Es müssen 1.106 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 4.194 kB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] J
...
Merging system-wide Thunar custom actions into user unklar's configuration
/bin/su -c "cd && /usr/bin/uca-manip -a merge -f .config/Thunar/uca.xml -o .config/Thunar/uca.xml /usr/share/thunar-custom-actions/system-uca/pdf.xml /usr/share/thunar-custom-actions/system-uca/gpg.xml /usr/share/thunar-custom-actions/system-uca/images.xml /usr/share/thunar-custom-actions/system-uca/misc.xml" - unklar
Offline