tromjaro 2022.02.27
This commit is contained in:
@ -5,7 +5,7 @@ Name=RSS Reader
|
||||
GenericName=RSS Reader
|
||||
Comment=Faster than flash to deliver you the latest news from your subscribed feeds
|
||||
Icon=com.gitlab.newsflash
|
||||
Exec=com.gitlab.newsflash
|
||||
Exec=sh -c 'env GTK_THEME="$(xfconf-query -c xsettings -p /Net/ThemeName /l)" com.gitlab.newsflash'
|
||||
Actions=
|
||||
Categories=Feed;GNOME;GTK;Network;
|
||||
Keywords=Gnome;GTK;RSS;Feed;
|
||||
|
@ -6,7 +6,7 @@ GenericName=Screen Recorder
|
||||
Comment=Record short animated GIF images from your screen
|
||||
Icon=com.uploadedlobster.peek
|
||||
DBusActivatable=true
|
||||
Exec=peek
|
||||
Exec=sh -c 'env GTK_THEME="$(xfconf-query -c xsettings -p /Net/ThemeName /l)" peek'
|
||||
Actions=
|
||||
Categories=2DGraphics;AudioVideo;GNOME;GTK;Graphics;Recorder;Video;
|
||||
Keywords=screencast;screen recorder;screen capture;GIF;WebM;APNG;
|
||||
|
@ -1,12 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Version=1.1
|
||||
Type=Application
|
||||
Name=System Info
|
||||
GenericName=System Info
|
||||
Comment=Displays system information
|
||||
Icon=hardinfo
|
||||
Exec=/usr/bin/hardinfo
|
||||
Actions=
|
||||
Categories=System;
|
||||
Keywords=linux;kernel;system;hardware;cpu;processor;capabilities;frequency;memory;ram;board;resources;sensors;devices;usb;pci;display;network;benchmark;test;
|
||||
StartupNotify=true
|
@ -4,7 +4,7 @@ Type=Application
|
||||
Name=Mouse Buttons
|
||||
Comment=Configurable mouse configuration utility
|
||||
Icon=org.freedesktop.Piper
|
||||
Exec=piper
|
||||
Exec=sh -c 'env GTK_THEME="$(xfconf-query -c xsettings -p /Net/ThemeName /l)" piper'
|
||||
Actions=
|
||||
Categories=GNOME;GTK;Settings;X-XFCE-HardwareSettings;X-XFCE-SettingsDialog;
|
||||
Keywords=gaming;configuration;mouse;mice;buttons;
|
||||
|
@ -6,7 +6,7 @@ GenericName=File Backups
|
||||
Comment=Change your backup settings
|
||||
Icon=org.gnome.DejaDup
|
||||
DBusActivatable=true
|
||||
Exec=deja-dup
|
||||
Exec=sh -c 'env GTK_THEME="$(xfconf-query -c xsettings -p /Net/ThemeName /l)" deja-dup'
|
||||
Actions=backup;
|
||||
Categories=Archiving;GTK;Settings;System;X-GNOME-Utilities;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
|
||||
Keywords=déjà;deja;dup;backup;backups;schedule;
|
||||
|
@ -6,7 +6,7 @@ GenericName=Disks
|
||||
Comment=Manage Drives and Media
|
||||
Icon=org.gnome.DiskUtility
|
||||
DBusActivatable=true
|
||||
Exec=gnome-disks
|
||||
Exec=sh -c 'env GTK_THEME="$(xfconf-query -c xsettings -p /Net/ThemeName /l)" gnome-disks'
|
||||
Actions=
|
||||
Categories=GNOME;GTK;System;X-GNOME-Utilities;
|
||||
Keywords=disk;drive;volume;harddisk;hdd;disc;cdrom;dvd;partition;iso;image;backup;restore;benchmark;raid;luks;encryption;S.M.A.R.T.;smart;
|
||||
|
@ -5,7 +5,7 @@ Name=PDF Viewer
|
||||
GenericName=PDF Viewer
|
||||
Comment=View multi-page documents
|
||||
Icon=org.gnome.Evince
|
||||
TryExec=evince
|
||||
TryExec=sh -c 'env GTK_THEME="$(xfconf-query -c xsettings -p /Net/ThemeName /l)" evince'
|
||||
Exec=evince %U
|
||||
Actions=
|
||||
MimeType=application/vnd.comicbook-rar;application/vnd.comicbook+zip;application/x-cb7;application/x-cbr;application/x-cbt;application/x-cbz;application/x-ext-cb7;application/x-ext-cbr;application/x-ext-cbt;application/x-ext-cbz;application/x-ext-djv;application/x-ext-djvu;image/vnd.djvu+multipage;application/x-bzdvi;application/x-dvi;application/x-ext-dvi;application/x-gzdvi;application/pdf;application/x-bzpdf;application/x-ext-pdf;application/x-gzpdf;application/x-xzpdf;application/postscript;application/x-bzpostscript;application/x-gzpostscript;application/x-ext-eps;application/x-ext-ps;image/x-bzeps;image/x-eps;image/x-gzeps;image/tiff;application/oxps;application/vnd.ms-xpsdocument;application/illustrator;
|
||||
|
@ -5,7 +5,7 @@ Name=Image Viewer
|
||||
GenericName=Image Viewer
|
||||
Comment=View and organize your images
|
||||
Icon=org.gnome.gThumb
|
||||
Exec=gthumb %U
|
||||
Exec=sh -c 'env GTK_THEME="$(xfconf-query -c xsettings -p /Net/ThemeName /l)" gthumb %U'
|
||||
Actions=
|
||||
MimeType=image/bmp;image/jpeg;image/gif;image/png;image/tiff;image/x-bmp;image/x-ico;image/x-png;image/x-pcx;image/x-tga;image/xpm;image/svg+xml;image/webp;
|
||||
Categories=2DGraphics;GNOME;GTK;Graphics;Photography;RasterGraphics;Viewer;
|
||||
|
@ -5,7 +5,7 @@ Name=Syncthing
|
||||
GenericName=Syncthing
|
||||
Comment=GUI for Syncthing
|
||||
Icon=syncthing-gtk
|
||||
Exec=syncthing-gtk
|
||||
Exec=sh -c 'env GTK_THEME="$(xfconf-query -c xsettings -p /Net/ThemeName /l)" syncthing-gtk'
|
||||
Actions=
|
||||
Categories=Network;
|
||||
Keywords=file;share;sharing;p2p;
|
||||
|
@ -0,0 +1,10 @@
|
||||
[Desktop Entry]
|
||||
Version=1.1
|
||||
Type=Application
|
||||
Name=Cron Jobs
|
||||
Comment=Qt GUI for crontab and at
|
||||
Icon=chronometer
|
||||
Exec=/usr/bin/zeit
|
||||
Actions=
|
||||
Categories=Settings;System;Utility;X-XFCE-SettingsDialog;X-XFCE-SystemSettings;
|
||||
StartupNotify=true
|
Reference in New Issue
Block a user