APPs XFCE4 que receberam atualização em Agosto de 2022, confira as novidades.
APPs XFCE4 Agosto de 2022
Xfce é um ambiente de trabalho gráfico livre, executado sobre o sistema de janelas X em sistemas Unix, seus derivados e Linux. O Xfce pretende ser rápido e leve, enquanto ainda é visualmente atraente e fácil de usar e incorpora a filosofia UNIX tradicional de modularidade e reutilização.
Wikipédia
xfce4-screenshooter 1.9.11
Este aplicativo permite capturar a tela inteira, a tela ativa
janela ou uma região selecionada. Você pode definir o atraso que decorre antes
a captura de tela é feita e a ação que será feita com o
captura de tela: salve-o em um arquivo PNG, copie-o para a área de transferência, abra-o
usando outro aplicativo ou hospede-o em imgur.com.
Um plugin para o painel do Xfce também está disponível.
Atualizações
- Adicionar suporte ao WebP (#76)
- Corrige a captura de janela no modo HiDPI (#73)
- Corrige o problema do arquivo de bloqueio intltool durante a verificação do distcheck
- Adicionar opção para Mostrar no Gerenciador de Arquivos ao salvar (#47)
- Não saia após dispensar o diálogo se invocado do plugin (#71)
- Atualizar CÓPIA (#70)Atualizações de tradução:
Tumbler 4.16.1
Tumbler é um serviço D-Bus para aplicativos solicitarem miniaturas para vários esquemas de URI e tipos MIMEAtualizações
Versão de manutenção para corrigir uma vulnerabilidade no plugin GStreamer.
A edição nº 65 permanecerá confidencial por mais alguns dias.
- gst-thumbnailer: Adicionar verificação de tipo mime (Correções #65)
- desktop-thumbnailer: Proteja-se contra o caminho nuloCorrigido erro de digitação na versão gthread (!14)
xfdashboard 1.0.0
xfdashboard fornece um painel do GNOME shell como interface para uso com Área de trabalho do Xfce. Ele pode ser configurado para ser executado em qualquer atalho de teclado e quando executado fornece uma visão geral dos aplicativos atualmente abertos permitindo que o usuário alterne entre diferentes aplicativos. A pesquisa recurso funciona como o localizador de aplicativos do Xfce, o que facilita a pesquisa para e iniciar aplicativos.
Atualizações
xfdashboard-1.0.0 "3652 dias, 10 anos + 2135 commits + 83 lançamentos
resulta em 1.0.0" ou curto "Agora estou pronto! :D"
Foi lançado em
2022-08-12.
Esta é a primeira versão principal estável 1.0.0.
* New feature: Introduces XfdashboardSettings as settings object
for libxfdashboard. This is the first step to turn libxfdashboard
into a real library and removes xfconf as dependency from it but
it is still needed for the application and settings application
to store settings permanently as XfdashboardSettings is just a
in-memory storage.
* New feature: Introduces XfdashboardPluginSettings as settings
object for plugins like XfdashboardSettings is for the library.
* New feature: Move XfdashboardApplication out of library
libxfdashboard into application xfdashboard and turn
libxfdashboard into a complete library
* New feature: Implemented a new color class XfdashboardGradientColor
which support solid colors (single colors) and path gradients. Path
gradient will follow a path (the outline) and draw a gradient
orthogonal with color stops along this path.
* New feature: Outlines (through XfdashboardoutlineEffect) do now
use the new XfdashboardGradientColor to support the usual solid
colors as befeofre as well as a new path gradient.
* New feature: Enhanced new color class XfdashboardGradientColor
to support also linear gradients besided solid colors
(single colors) and path gradients. Added support to specify
colors for XfdashboardGradientColor in CSS.
* New feature: New search provider plugin "recently used" to search
through list of recently used files provided by GTK+ recent-used
manager
* New feature: New plugin "autopin-windows" which will automatically
pin each window moved to any non-primary monitor and unpins them if
moved to primary monitor. This plugins runs in daemon mode only
* New feature: Added a new property "visibility", which is stylable,
to XfdashboardActor, so each actor inherits this new stylable
property. This stylable property controls if an actor should be
visible if requested to using clutter_actor_show(). Setting
"visibility" to false is similar to "display: none;" for CSS of
HTML while setting it to true will allow the actor to be shown.
* New feature: Added new actions for key bindings to add, remove,
toggle or apply CSS classes to a target actor at runtime. Using
it by default to switch between list and icon mode at application
view with Ctrl-i for icon mode and Ctrl-l for list mode
when application view has the focus. (#16)
* Fixed crashes with animations when user disabled animations in
settings (#9)
* Fixed missing $(XFDASHBOARD_DEBUG_CFLAGS) in all Makefile.am files
except of libxfdashboard and common folder. So debug macros to print
debug message where empty and not printed at all, e.g. at plugins
* Fixed registering focusable actors from other stage interface as
the main one for primary monitor. (GH#194)
* Fixed signal definition of "can-suspend" at XfdashboardCore which
prevented it to return the correct value if suspend is supported.
It always returned FALSE even if xfdashboard is run in daemon mode
and stopped to run background and activating some plugin. (GH#197)
* Fixed compiler warning about "'__atomic_load' discards 'volatile'
qualifier" in g_once_* functions of Glib which was changed in
releases since 2.66.3
* Fixed crash on start-up if xfdashboard was started for the very
first time without any settings in xfconf (GH#200)
* Fixed back button not working in sub-menu "all applications" (#21)
* Fixed incorrect allocation for quicklaunch actor when horizontal
orientation is used. Thanks to michal4132 for the hint where to
look at ;) (#2)
* Fixed switching to workspace of window being activated when window
was selected at pop-up menu (#15)
* Fixed intltool lock file bug in make distcheck. Thanks to Simon :)
* Fixed failing to create texture for outlines because either width
or height is zero (#8)
* Fixed visual bug in default theme drawing wrong fill and outlines
corners at workspace selector
* Fixed not to draw outlines with rounded corners if background type
has not set rounded corners, as the fill background method has
already checked for years
* Fixed AppInfo to match AppStream specification (#4)
* Fixed lots of typos I've done sadly
* Fixed enabling full debug builds again with removal of all deprecated
functions
* Fixed using deprecated function by using g_memdup2() instead of
g_memdup() when compiling against GLib 2.67.4 or higher
* Changed themes/CSS: Changed default theme to make use of new path
gradients at outlines.
* Changed themes/CSS: Improved window placements in
XfdashboardWindowsView by centering windows in usused space of last
row
* Enhancement: Do not compile and install the "example-search-provider"
plugin anymore but include sources and Makefile example (now called
Makefile.am.example) in distribution file. Should make life easier
for packagers ;) ... and for users as this plugin is useless ;)
* Enhancement: Dropped support of Xfconf legacy (versions below 4.13.0)
because of new XfdashboardSettings and XfdashboardPluginSettings
object. Therefore also the dependency on dbus-glib was dropped which
was needed for Xfconf legacy.
* Enhancement: Removed all xfdashboard_*_get_default() function to
access singleton instances of the subsystems/component, like plugins
manager etc., as these singleton instances should now to access
through XfdashboardCore and its xfdashboard_core_get_*(...) functions
* Enhancement: Background fill color of XfdashboardBackground as well
as
outline color of XfdashboardOutlineEffect do support all types of new
color class XfdashboardGradientColor, i.e solid colors, linear
gradients and path gradients
* Enhancement: Improved algorithm to detect application and determine
its desktop file (*.desktop) for X11 windows by checking for the X
atom called "_GTK_APPLICATION_ID" at X11 window properties and at
Linux also lookup executable file from /proc filesystem in
application
database. For *BSD unixes I need help!
* Enhancement: Plugins can now use the debug infrastructure of
libxfdashboard
* Enhancement: Configuration and data files for application added to
XfdashboardSettings and also added to plugins for plugin-specific
configuration and data filesystem
* Enhancement: Implemented function to set "urgent" state at X11
windows
* Simplied animation creation and usage (or not if disabled) by
returning an empty animation object which the "done" signal can be
connected to
* Disabled applications-search-provider statistics as it uses a file
instead of settings object or similar and does not work with new
XfdashboardSettings object.
* Prepared for newer libxfce4util (version 4.17.2 or higher) which
changed function xfce_append_quoted to xfce_g_string_append_quoted
* And many, many and several and a lot of smaller bug-fixes
* Lots of more API documentation
* Thanks to all contributors on the way to this major release. It were
not many commits but very meaningful ones :)
* A hugh thanks you to all translators out there for their great
work of creating and updating translations:
be, bg, ca, da, de, el, es, et, eu, fr, gl, he, id, it, ja, ko, lt,
nb, nl, pl, pt, pt_BR, ru, sl, sq, sr, sv, tr, zh_CN
xfce4-panel 4.17.3
Novas características:
- clock: binary: Adiciona um novo modo de tempo binário (#235, !94)
Refatoração de código:
- limpeza: use a mesma função de depuração em todos os lugares
- clock: binary: Várias refatorações e limpezas (!91, !92, !93)
- launcher: Substitua o sinal GtkWidget::state-changed obsoleto
- tasklist: Use uma caixa de seleção para agrupamento de botões
- limpeza: remova o código morto
- limpeza: envolva algumas depreciações do GdkScreen em um só lugar
- limpeza: envolva as descontinuações do GtkImageMenuItem em um só lugar
- limpeza: Remova GdkColor obsoleto
- prefs-dialog: Reformule "Não reserve espaço nas bordas" (Corrigido
#217) - lista de tarefas: Simplifique o texto do rótulo
Correções de Bugs:
- clock: Implemente o monitor de sono (#58, !88)
- systray: Ajuda a evitar que os notificadores de status desapareçam (#102,
Nº 243, Nº 599)
- painel: Sai normalmente quando a tela não pode ser aberta (Corrige
#625)
- Piscando de emergência fixo (!90)
- prefs-dialog: Sempre selecione outro painel após remover um
- tasklist: Não solte o botão se a minimização do clique esquerdo for
Desativado
- lista de tarefas: exclua adequadamente as janelas agrupadas do menu de estouro
- tasklist: Mantenha a posição dnd ao agrupar/desagrupar janelas
(#323)
- Menu de reposicionamento para comandos pop-up, se necessário
- lista de tarefas: Corrige vazamento de memória
- painel: Preencher a caixa de diálogo do item após a tela de diálogo de configuração (Correções
#62)
- panel: Mude para pixels para o comprimento do painel nas prefs
diálogo (#99)
- painel: Retrabalhe o gerenciamento de opacidade de entrada/saída (#180)
- systray: Defina a largura da borda do botão para 0 (Correções #604)
- systray: Execute verificações de sanidade também para o sinal "NewStatus"
(Corrigido nº 602)
- pager: Corrige a proporção da janela de visualização (Correções #119)
- clock: Distingue as horas AM/PM em relógio fuzzy para L10N (#77)
- libxfce4panel: Relata um botão de seta realçado como piscando
- menu da janela: Atualizar o ícone do plugin na mudança do ícone da janela ativa
(Corrigido nº 37)
- pager: Sincronize o layout do espaço de trabalho entre as instâncias do plug-in
(#7)
- pager: Mova algumas chamadas de função para o lugar certo
- pager: Desconecte adequadamente o manipulador de sinal
- tasklist: Proteja-se contra espaço de trabalho nulo
- lista de tarefas: atualize adequadamente a janela ativa quando ela for alterada
espaço de trabalho (#207)
- libxfce4panel: Avisar sobre obsoleto
xfce_panel_plugin_position_menu()
- Atualizações de tradução:
xfdesktop 4.17.0
Gerenciador de desktop do Xfce.
Atualizações
- Copie o arquivo em vez de substituir para DND
- Resolva o impasse na mudança de plano de fundo (Problema nº 188)
- Defina o diretório de trabalho padrão para arquivos .desktop
- build: Corrige o problema do arquivo de bloqueio intltool durante o make distcheck
- Melhorar o aviso sobre o registro de fundo com AccountsService.
- Corrigir a redação
- Corrigir recuo
- Tira apenas o sufixo de ícone conhecido
- Use a variável `icon_name` em vez do valor codificado
- Remova o `else` desnecessário
- Alocar memória após o processamento de erros
- Corrigir recuo
- Remova o código redundante
- Remova a chamada de função não utilizada (Problema nº 157)
- Adicionar opção para desativar a entrada do menu "Excluir" no menu de contexto (!22)
- Use uma etiqueta de ejeção de dispositivo mais específica (!24)
- Solicite confirmação antes que os ícones da área de trabalho sejam reorganizados (Problema nº 128)
- Aumentar a opacidade de xfce-verticals bg (Correções #125)
- Defina o tamanho padrão do ícone da dica de ferramenta para 64 (!17)
- Corrigir avisos de compilação
- autoconf: Remova AC_HEADER_STDC
- Não exclua a propriedade não definida
- Defina um XID pixmap, não o XID da janela raiz (#62)
- Corrigir vazamento de memória do Menu de Aplicativos (Bug #102)
- Corrigir o próximo plano de fundo (!16)
- Corrige a extração de gettext de
- settings/xfce-backdrop-settings.desktop.in.inAtualizações de tradução:
Comentários
Postar um comentário
olá, seja bem vindo ao Linux Dicas e suporte !!