On Tue, 30 Jul 2024 09:59:25 +0800 Michael Deegan <b...@deegan.id.au> wrote: > Package: geeqie > Followup-For: Bug #1076665 > > Rightio. FWIW I've mixed stable and testing on and off for a couple of > decades, and rarely experience trouble with it, but it's quite reasonable > if you'd rather not deal with any extra corner cases that result. I'll > try again with all packages from the same release, hopefully in the next > few days. > > Also, you can't find the darktable plugin, because I made it myself, from > within geeqie's own plugin editor. :P The plugin therefore lives in > ~/.config/geeqie/applications/, which I hope geeqie would have no trouble > finding! > > I do prefer to not build my own packages these days, if I can help it (hence > mixed releases instead of a bunch of packages I have to manually keep up to > date). >
Could you please share your darktable plugin desktop file, and the icon (plus the full path to the folder where you have the icon image file)? I have managed to get opening darktable with an image, using the following desktop file: (I mostly got it from geeqie, which had some darktable stuff, but it needed some customization). -------------------------------------------------------------------------------- [Desktop Entry] Name=Darktable GenericName=Virtual Lighttable and Darkroom GenericName[cs]=Virtuální katalog a editor GenericName[de]=Virtueller Leuchttisch und Dunkelkammer GenericName[en@truecase]=Virtual Lighttable and Darkroom GenericName[es]=Mesa de Luz y Cuarto Oscuro Virtuales GenericName[fi]=Virtuaalinen valopöytä ja pimiö. GenericName[fr]=Table lumineuse et Chambre noire virtuelles GenericName[hu]=Virtuális átvilágító és sötétkamra GenericName[it]=Tavolo Luminoso e Camera Oscura virtuali GenericName[ja]=バーチャルのライトテーブルとダークルーム GenericName[nl]=Virtuele lichtbak en donkere kamer GenericName[pl]=Wirtualny Stół Podświetlany i Ciemnia GenericName[pt_BR]=Mesa de Luz e Sala Escura Virtuais GenericName[ru]=Виртуальный световой стол и фоторедактор GenericName[sl]=Virtualna osvetljena podlaga in temnica GenericName[sq]=Fototeka dhe Dhoma e errët virtuale GenericName[uk]=Віртуальний світлий стіл і темна кімната GenericName[zh_CN]=虚拟的光台和暗房 GenericName[zh_TW]=虛擬燈箱與暗房 Comment=Organize and develop images from digital cameras Comment[cs]=Uspořádejte a vytvářejte snímky z digitálních fotoaparátů Comment[de]=Organisiere und entwickle Bilder von Digitalkameras Comment[en@truecase]=Organize and develop images from digital cameras Comment[es]=Organice y revele fotografías de cámaras digitales Comment[fi]=Hallinnoi ja kehitä digitaalikameroilla otettuja valokuvia. Comment[fr]=Organiser et développer les images d’un boîtier numérique Comment[hu]=Digitális fényképező képeinek rendezése, kidolgozása Comment[it]=Organizza e sviluppa le immagini della tua fotocamera digitale Comment[ja]=デジタルカメラで撮影した画像を整理し現像します Comment[nl]=Organiseer en ontwikkel afbeeldingen van digitale camera's Comment[pl]=Organizuj i obrabiaj zdjęcia z aparatów cyfrowych Comment[pt_BR]=Organize e trate imagens de câmeras digitais Comment[ru]=Организация и обработка цифровых фотографий Comment[sl]=Organizira in razvija slike digitalnih kamer Comment[sq]=Organizoni dhe zhvilloni imazhet nga fotoaparatet Comment[uk]=Організація і обробка цифрових фотографій Comment[zh_CN]=组织并冲印来自数码相机的图片 Comment[zh_TW]=整理和顯影來自數位相機的影像 X-GNOME-FullName=Darktable Photo Workflow Software Version=1.0 Type=Application Categories=Graphics;Photography;GTK; # TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=graphics;photography;raw; Keywords[cs]=grafika;fotografie;raw; Keywords[de]=Graphik;Grafik;Photographie;Fotografie;RAW; Keywords[en@truecase]=graphics;photography;raw; Keywords[es]=gráficos;fotografía;raw; Keywords[fi]=Grafiikka;Valokuvaus;RAW; Keywords[fr]=graphisme;photographie;RAW; Keywords[hu]=grafika;fénykép;fotó;raw; Keywords[it]=Grafica;fotografia;RAW; Keywords[ja]=グラフィックス、写真、RAW Keywords[nl]=grafisch;fotografie;raw; Keywords[pl]=grafika;fotografia;raw; Keywords[pt_BR]=gráfico;fotografia;raw; Keywords[ru]=graphics;photography;raw; Keywords[sl]=grafika;fotografije;surove; Keywords[sq]=graphics;photography;raw; Keywords[uk]=graphics;photography;raw; Keywords[zh_CN]=graphics;photography;raw;图片;图像;摄影; Keywords[zh_TW]=圖形、攝影、RAW 檔 Exec=/usr/bin/darktable %F TryExec=/usr/bin/darktable Terminal=false StartupNotify=true # MimeType=application/x-darktable;image/x-dcraw;image/x-adobe-dng;image/x-canon-cr2;image/x-canon-crw;image/x-fuji-raf;image/x-kodak-dcr;image/x-kodak-kdc;image/x-minolta-mrw;image/x-nikon-nef;image/x-nikon-nrw;image/x-olympus-orf;image/x-panasonic-rw;image/x-panasonic-rw2;image/x-pentax-pef;image/x-sony-arw;image/x-sony-sr2;image/x-sony-srf;image/jpeg;image/png;image/tiff;image/x-portable-bitmap;image/x-portable-graymap;image/x-portable-pixmap;image/x-portable-floatmap;image/vnd.radiance;image/avif;image/x-canon-cr3;image/x-exr;image/aces;image/heif;image/heic;image/jp2;image/jxl;image/webp;image/qoi;image/fits Icon=darktable # StartupWMClass=darktable # X-Unity-IconBackgroundColor=#252525 -------------------------------------------------------------------------------- /Andreas gus...@debian.org