Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gestor archivos comprimidos en entorno gráfico
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Spanish
View previous topic :: View next topic  
Author Message
pcmaster
Advocate
Advocate


Joined: 04 Dec 2003
Posts: 2218
Location: Barcelona

PostPosted: Wed Sep 19, 2018 5:31 pm    Post subject: Gestor archivos comprimidos en entorno gráfico Reply with quote

Hola,

¿Qué gestor de archivos zip en formato gráfico me recomendais que esté en Portage? Debe ser capaz de gestionar contraseñas.

Saludos
_________________
pcmaster
Back to top
View user's profile Send private message
pelelademadera
Veteran
Veteran


Joined: 14 Jul 2008
Posts: 1255
Location: La Plata, Argentina

PostPosted: Thu Sep 20, 2018 1:52 am    Post subject: Reply with quote

yo uso ark, pero depende del entorno que uses
_________________
el pelado de la gente
------
Los habitantes de las islas Malvinas lo llaman gentoo, nombre en el que se basa la distribución GNU/Linux Gentoo, cuyo objetivo es la optimización para conseguir más rendimiento y velocidad en la ejecución.
------
Back to top
View user's profile Send private message
natrix
Guru
Guru


Joined: 23 Aug 2013
Posts: 556

PostPosted: Fri Sep 21, 2018 1:10 am    Post subject: Reply with quote

Acá va un listado de recomendados:
Fuente: https://wiki.archlinux.org/index.php/list_of_applications

Ark — Archiving tool included in the KDE desktop.
https://www.kde.org/applications/utilities/ark/

Engrampa — Archive manager for MATE
https://github.com/mate-desktop/engrampa

File Roller — Archive manager included in the GNOME desktop.
http://fileroller.sourceforge.net/

p7zip
http://p7zip.sourceforge.net/

PeaZip — Open source file and archive manager.
http://www.peazip.org/peazip-linux.html || via Layman

Xarchiver — Lightweight desktop independent archive manager built with GTK+.
https://github.com/ib/xarchiver


Personalmente me gusta usar Ark como visor pero p7zip para manipular los archivos.
Back to top
View user's profile Send private message
rodrigoat1981
n00b
n00b


Joined: 26 Dec 2016
Posts: 6

PostPosted: Fri Sep 21, 2018 2:22 am    Post subject: Reply with quote

Yo uso file roller :D con xfce nunca me ha dado un problema :D!
Back to top
View user's profile Send private message
Swicher
n00b
n00b


Joined: 01 Jul 2015
Posts: 6
Location: Argentina

PostPosted: Wed Nov 21, 2018 10:40 pm    Post subject: Reply with quote

natrix wrote:
p7zip
http://p7zip.sourceforge.net/

Un detalle con p7zip es que en las ultimas versiones ya no incluye su propio manejador de archivos (7zFM) sino que ahora para poder usarlo sin recurrir a la terminal hay que integrarlo a un manejador externo. A menos que se use Dolphin (o la USE "kde") aquí se explica como crear acciones para Thunar (imagino que también es aplicable con PCManFM, Caja y similares) y aquí hay algunos ejemplos de otros comandos disponibles en p7zipForFilemanager.
rodrigoat1981 wrote:
Yo uso file roller :D con xfce nunca me ha dado un problema :D!

Yo hago igual, aunque para tener la barra de menús visibles lo compilo con este parche:
Code:
--- a/src/fr-application.c
+++ b/src/fr-application.c
@@ -447,7 +447,8 @@
 fr_application_startup (GApplication *application)
 {
    GtkSettings   *gtk_settings;
-   gboolean    shell_shows_menubar;
+   gboolean    show_app_menu;
+   gboolean    show_menubar;
 
    G_APPLICATION_CLASS (fr_application_parent_class)->startup (application);
 
@@ -462,14 +463,13 @@
    fr_application_register_archive_manager_service (FR_APPLICATION (application));
    initialize_data ();
 
-   /* use the menubar only when the shell shows the menu bar */
-
    gtk_settings = gtk_settings_get_default ();
    g_object_get (G_OBJECT (gtk_settings),
-            "gtk-shell-shows-menubar", &shell_shows_menubar,
+            "gtk-shell-shows-app-menu", &show_app_menu,
+            "gtk-shell-shows-menubar", &show_menubar,
             NULL);
 
-   if (shell_shows_menubar)
+   if (!show_app_menu || show_menubar)
       initialize_app_menubar (application);
    else
       initialize_app_menu (application);
Back to top
View user's profile Send private message
rodrigoat1981
n00b
n00b


Joined: 26 Dec 2016
Posts: 6

PostPosted: Fri Nov 23, 2018 3:41 am    Post subject: Reply with quote

probare el parche a ver que tal :D!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Spanish All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum