polo icon indicating copy to clipboard operation
polo copied to clipboard

Advanced file manager for Linux written in Vala. Supports multiple panes (single, dual, quad) with multiple tabs in each pane. Supports archive creation, extraction and browsing. Support for cloud sto...

Results 104 polo issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/12488854/44942516-9b977f80-add0-11e8-9af6-b494e506fa37.png)

bug

tility/TeeJee.FileSystem.vala:695.5-695.23: warning: Assignment to same variable fullpath = fullpath; ^^^^^^^^^^^^^^^^^^^ Utility/Thumbnailer.vala:309.4-309.22: warning: GLib.Thread.create has been deprecated since 2.32. Use new Thread () Utility/Gtk/CustomMessageDialog.vala:134.3-134.18: warning: Gtk.Widget.margin_right has been deprecated since 3.12...

question

The debian/control file list dependencies: libgee-0.8-2, libvte-2.91-0, libjson-glib-1.0-0, libxml2 that the shlibs:Depends variable adds automatically anyway, so those should be removed. Also, the lists of build-depends and depends in that...

enhancement

Could you add an option to "Show Hidden" on a global level in Settings? Having to manually set the Show Hidden option for each folder gets to be a pain.

enhancement

I opened an issue a while back (beta 5) for this - https://github.com/teejee2008/polo/issues/66 But I'm not seeing the option for how to do this. I'm sorting by Modified Date and...

enhancement

It would be really convenient if I could add my cloud storage account to the bookmarks in the sidebar for quick access :)

bug

Build on Fedora 28 Beta fails with this error: ```Gtk/TermBox.vala:252.19-252.21: error: Argument 1: Cannot convert from `unowned string?' to `unowned char[]?' term.feed_child(cmd, -1);``` According to Valadoc it appears VteTerminal switched...

bug