tray: drop std::filesystem dependency

This commit is contained in:
Jan Beich
2019-08-11 15:23:37 +00:00
parent 496e782544
commit c844d7ac2e
4 changed files with 5 additions and 12 deletions

View File

@ -1,6 +1,7 @@
#include "modules/sni/item.hpp"
#include <glibmm/main.h>
#include <spdlog/spdlog.h>
#include <fstream>
template <>
struct fmt::formatter<Glib::ustring> : formatter<std::string> {
@ -256,11 +257,8 @@ void Item::updateImage() {
if (!icon_name.empty()) {
try {
// Try to find icons specified by path and filename
#ifdef FILESYSTEM_EXPERIMENTAL
if (std::experimental::filesystem::exists(icon_name)) {
#else
if (std::filesystem::exists(icon_name)) {
#endif
std::ifstream temp(icon_name);
if (temp.is_open()) {
auto pixbuf = Gdk::Pixbuf::create_from_file(icon_name);
if (pixbuf->gobj() != nullptr) {
// An icon specified by path and filename may be the wrong size for