Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gui-apps/labwc-tweaks user: test minor issue here...[patch]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3858

PostPosted: Thu Sep 26, 2024 9:23 pm    Post subject: gui-apps/labwc-tweaks user: test minor issue here...[patch] Reply with quote

Plz read Report
Then test launching from your terminal and report below.

Additionally returning result of
Code:
equery -q f gui-apps/labwc-tweaks|grep labwc_tweaks.svg
might help.

Thks 4 ur attention, interest & support.
_________________
USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "


Last edited by CaptainBlood on Thu Sep 26, 2024 10:22 pm; edited 2 times in total
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3858

PostPosted: Thu Sep 26, 2024 10:10 pm    Post subject: Reply with quote

In case issue is experienced,
Code:
cat /etc/portage/patches/gui-apps/labwc-tweaks/labwc-tweaks-001-upstream-dev-app-icon-cruff-removal.patch
--- ./src/main.cpp   2024-09-27 00:43:35.656629733 +0300
+++ ./src/main.cpp   2024-09-27 00:48:27.683295656 +0300
@@ -49,13 +49,9 @@
 
     // Make work the window icon also when the application is not (yet) installed
     QString iconSuffix = QString("%1%2%3").arg("/", PROJECT_APPSTREAM_ID, QStringLiteral(".svg"));
-    QString icoLocalPath = QCoreApplication::applicationDirPath() + iconSuffix;
     QString icoSysPath = QStringLiteral(PROJECT_ICON_SYSTEM_PATH) + iconSuffix;
 
-    QIcon appIcon = QIcon(icoLocalPath);
-    if (appIcon.isNull())
-        appIcon = QIcon(icoSysPath);
-
+    QIcon appIcon = QIcon(icoSysPath);
     w.setWindowIcon(appIcon);
 
     return app.exec();
fixes here.

Thks 4 ur attention, interest & support.
_________________
USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "


Last edited by CaptainBlood on Thu Sep 26, 2024 11:58 pm; edited 3 times in total
Back to top
View user's profile Send private message
CaptainBlood
Advocate
Advocate


Joined: 24 Jan 2010
Posts: 3858

PostPosted: Thu Sep 26, 2024 10:43 pm    Post subject: Reply with quote

The upstream comment in the patch reveals how early the stage of this app is. 8O

Thks 4 ur attention, interest & support.
_________________
USE="-* ..." in /etc/portage/make.conf here, i.e. a countermeasure to portage implicit braces, belt & diaper paradigm
LT: "I've been doing a passable imitation of the Fontana di Trevi, except my medium is mucus. Sooo much mucus. "
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo 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