Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package request: Worker file manager
@ 2023-08-22 14:40 paoloschi
  2023-08-29  2:40 ` mtboehlke
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: paoloschi @ 2023-08-22 14:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 876 bytes --]

New issue by paoloschi on void-packages repository

https://github.com/void-linux/void-packages/issues/45711

Description:
### Package name

Worker

### Package homepage

http://www.boomerangsworld.de/cms/worker/

### Description

Worker is a "GNU General Public License V2 or later" two independent pane file manager. It comes with full keyboard control, history, VFS support, live filtering, text viewer, file search, bookmarks, volume manager, breadcrumb navigation, virtual directories, compare directories and more...

I consider it one of the very few acceptable alternatives for those who are accustomed to SpaceFM that it would need some fixing now but is no longer maintained upstream: https://github.com/IgnorantGuru/spacefm/issues/800


### Does the requested package meet the package requirements?

System, Compiled

### Is the requested package released?

Yes

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Worker file manager
  2023-08-22 14:40 [ISSUE] Package request: Worker file manager paoloschi
@ 2023-08-29  2:40 ` mtboehlke
  2023-08-29  9:38 ` paoloschi
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mtboehlke @ 2023-08-29  2:40 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 311 bytes --]

New comment by mtboehlke on void-packages repository

https://github.com/void-linux/void-packages/issues/45711#issuecomment-1696684056

Comment:
I have overlooked this file manager in the past, but given your request I gave it a second look and quite liked it.  Let me know if you have a chance to test the PR.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Worker file manager
  2023-08-22 14:40 [ISSUE] Package request: Worker file manager paoloschi
  2023-08-29  2:40 ` mtboehlke
@ 2023-08-29  9:38 ` paoloschi
  2023-08-29 20:53 ` mtboehlke
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paoloschi @ 2023-08-29  9:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

New comment by paoloschi on void-packages repository

https://github.com/void-linux/void-packages/issues/45711#issuecomment-1697100795

Comment:
> Let me know if you have a chance to test the PR.

Thank you for your efforts in packaging Worker
Sorry but at the present time I no longer have an xbps-src environment to be able to test your template right now.

About Worker, I'm just disappointed it relies on udisks and therefore also on PolicyKit; to say: in xbps.conf I have the `ignorepkg=polkit` directive, which now, however, I would have to remove in order to install the worker package. :-/

I had thought about contacting the Worker developer to suggest udevil as an udisks alternative but then I realized that udevil is also abandoned software now, just like SpaceFM...


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Worker file manager
  2023-08-22 14:40 [ISSUE] Package request: Worker file manager paoloschi
  2023-08-29  2:40 ` mtboehlke
  2023-08-29  9:38 ` paoloschi
@ 2023-08-29 20:53 ` mtboehlke
  2023-08-30  7:23 ` paoloschi
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: mtboehlke @ 2023-08-29 20:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 860 bytes --]

New comment by mtboehlke on void-packages repository

https://github.com/void-linux/void-packages/issues/45711#issuecomment-1698113016

Comment:
> Sorry but at the present time I no longer have an xbps-src environment to be able to test your template right now.

Not a problem :)

> I would have to remove in order to install the worker package. :-/

For better or worse, polkit does seem to be the accepted method for unprivileged desktop programs to access privileged actions.  That being said, udisks2 is only a runtime dependency for the package, so you can add `ignorepkg=udisks2` to your xbps.conf.  The volume manager will still use `mount` for mounting fstab entries.  And yeah, I don't use polkit either.

Worker does constantly complain on the command line if it can't connect to the system bus when I don't have the dbus service enabled :-/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Worker file manager
  2023-08-22 14:40 [ISSUE] Package request: Worker file manager paoloschi
                   ` (2 preceding siblings ...)
  2023-08-29 20:53 ` mtboehlke
@ 2023-08-30  7:23 ` paoloschi
  2023-08-30 18:28 ` paoloschi
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: paoloschi @ 2023-08-30  7:23 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 682 bytes --]

New comment by paoloschi on void-packages repository

https://github.com/void-linux/void-packages/issues/45711#issuecomment-1698634875

Comment:
> udisks2 is only a runtime dependency for the package, so you can add `ignorepkg=udisks2` to your xbps.conf.

oh, good!

> Worker does constantly complain on the command line if it can't connect to the system bus when I don't have the dbus service enabled :-/

Same here when I tried Worker by compiling it with `./configure & make` and I don't see anything in Worker's documentation describing interprocess functionalities.
To understand and solve some glitches, will it be appropriate to contact the developer at some point?


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Worker file manager
  2023-08-22 14:40 [ISSUE] Package request: Worker file manager paoloschi
                   ` (3 preceding siblings ...)
  2023-08-30  7:23 ` paoloschi
@ 2023-08-30 18:28 ` paoloschi
  2023-12-23  9:17 ` paoloschi
  2023-12-23 21:44 ` mtboehlke
  6 siblings, 0 replies; 8+ messages in thread
From: paoloschi @ 2023-08-30 18:28 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1111 bytes --]

New comment by paoloschi on void-packages repository

https://github.com/void-linux/void-packages/issues/45711#issuecomment-1699630910

Comment:
Today I subscribed to the _Workerfm-users_ mailing list and mentioned dBus messages in the terminal.
I received this single reply at the time:

> hi,
> 
> as a user:
> 
> if compiling worker there's an option to remove dbus support:
> ./configure --without-dbus
> 
> there are other options see 
> ./configure --help
> 
> 
> if removing dbus & hal some drives/flash drives removable media aren't
> updated as often in the volume manager, yet it is quite usable anyway,
> since there a trigger to "update list" in the volume manager.
> the volume manager displays a list of mount points, I don't know how
> yet it works. 
> related packages  hal and udisk2 packages are not required, can
>  be uninstalled.  
> 
> in the config window there's an entry :
> experts settings > Volume manager settings
> it could matter to adapt some the config there to get it to do its
> things.
> 
> 
> have a great day,
> rno
> noospot.dynv6.net
     

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Worker file manager
  2023-08-22 14:40 [ISSUE] Package request: Worker file manager paoloschi
                   ` (4 preceding siblings ...)
  2023-08-30 18:28 ` paoloschi
@ 2023-12-23  9:17 ` paoloschi
  2023-12-23 21:44 ` mtboehlke
  6 siblings, 0 replies; 8+ messages in thread
From: paoloschi @ 2023-12-23  9:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 618 bytes --]

New comment by paoloschi on void-packages repository

https://github.com/void-linux/void-packages/issues/45711#issuecomment-1868249987

Comment:
> Worker does constantly complain on the command line if it can't connect to the system bus when I don't have the dbus service enabled :-/

if it is still of interest, Worker 5.0.0 has just been released and within the changelog:
    
    ** fixes:
    
      [...]
      - if the dbus server is not available, reconnects are no longer
        tried over and over again, avoiding failure ouputs. Instead,
        the volume manager allows to reconnect manually.


^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Package request: Worker file manager
  2023-08-22 14:40 [ISSUE] Package request: Worker file manager paoloschi
                   ` (5 preceding siblings ...)
  2023-12-23  9:17 ` paoloschi
@ 2023-12-23 21:44 ` mtboehlke
  6 siblings, 0 replies; 8+ messages in thread
From: mtboehlke @ 2023-12-23 21:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

New comment by mtboehlke on void-packages repository

https://github.com/void-linux/void-packages/issues/45711#issuecomment-1868375195

Comment:
Thanks!  I will update my PR and give it a try.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-12-23 21:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-22 14:40 [ISSUE] Package request: Worker file manager paoloschi
2023-08-29  2:40 ` mtboehlke
2023-08-29  9:38 ` paoloschi
2023-08-29 20:53 ` mtboehlke
2023-08-30  7:23 ` paoloschi
2023-08-30 18:28 ` paoloschi
2023-12-23  9:17 ` paoloschi
2023-12-23 21:44 ` mtboehlke

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).