Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG]: QGuiApplication::setDesktopFileName generates journal message #1207

Closed
lsteeger opened this issue Nov 14, 2023 · 0 comments
Closed

[BUG]: QGuiApplication::setDesktopFileName generates journal message #1207

lsteeger opened this issue Nov 14, 2023 · 0 comments
Assignees
Labels
Status-Fixed Ticket is resolved. Type-Defect This is BUG!!!
Milestone

Comments

@lsteeger
Copy link

Brief description of the issue

Receiving message in system journal from Qt6 about setDesktopFileName

How to reproduce the bug?

run /usr/bin/rssguard --log logfile from a terminal

What was the expected result?

No setDesktopFileName message in journal.

What actually happened?

Receiving message in system journal:

rssguard[5081]: time=" 0.000" type="warning" -> QGuiApplication::setDesktopFileName: the specified desktop file name ends with .desktop. For compatibility reasons, the .desktop suffix will be removed. Please specify a desktop file name without .desktop suffix

Debug log

time=" 0.163" type="debug" -> core: Initializing settings in '/home/steeger/.config/RSS Guard 4/config/config.ini' (non-portable way).
time=" 0.163" type="debug" -> core: Starting to load active localization. Desired localization is 'en_US'.
time=" 0.164" type="debug" -> core: Application localization 'en_US' loaded successfully, specifically sublocalization 'en_US' was loaded.
time=" 0.164" type="warning" -> core: Qt localization 'en_US' WAS NOT loaded successfully.
time=" 0.266" type="debug" -> database: File-based SQLite database connection 'DatabaseFactory' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.266" type="debug" -> database: File-based SQLite database has version '7'.
time=" 0.266" type="debug" -> gui: Available icon theme paths: QList(/home/steeger/.local/share/icons, /usr/local/share/icons, /usr/share/icons, :/icons, :/graphics, /home/steeger/.config/RSS Guard 4/icons, /usr/bin/icons)
time=" 0.266" type="debug" -> gui: Icon theme 'Papirus-Maia' already loaded.
time=" 0.267" type="debug" -> gui: Found path of base skin: ':/skins/nudus-base'.
time=" 0.267" type="debug" -> gui: Local file ':/skins/nudus-dark/html_wrapper.html' exists, using it for the skin.
time=" 0.267" type="debug" -> gui: Local file ':/skins/nudus-dark/html_style.css' exists, using it for the skin.
time=" 0.267" type="debug" -> gui: Trying to load base file ':/skins/nudus-base/html_enclosure_image.html' for the skin.
time=" 0.267" type="debug" -> gui: Trying to load base file ':/skins/nudus-base/html_single_message.html' for the skin.
time=" 0.267" type="debug" -> gui: Trying to load base file ':/skins/nudus-base/html_enclosure_every.html' for the skin.
time=" 0.267" type="debug" -> gui: Local file ':/skins/nudus-dark/qt_style.qss' exists, using it for the skin.
time=" 0.267" type="debug" -> gui: Trying to load base file ':/skins/nudus-base/html_adblocked.html' for the skin.
time=" 0.267" type="debug" -> gui: OS defines color scheme: 'Qt::ColorScheme::Light'.
time=" 0.267" type="debug" -> gui: Setting style: 'Fusion'.
time=" 0.267" type="debug" -> gui: Activating alternative palette.
time=" 0.267" type="debug" -> gui: Skin 'nudus-dark' loaded.
time=" 0.268" type="warning" -> core: User CSS style was not provided in file '/home/steeger/.config/RSS Guard 4/web/user-styles.css'.
time=" 0.268" type="debug" -> network: Persistent web data storage path: '/home/steeger/.config/RSS Guard 4/web/storage'.
time=" 0.268" type="debug" -> network: Disabling application-wide proxy completely.
time=" 0.268" type="debug" -> core: SQLite version: '3.43.1'.
time=" 0.271" type="debug" -> core: OpenSSL version: 'OpenSSL 3.1.4 24 Oct 2023'.
time=" 0.271" type="debug" -> core: OpenSSL supported: 'true'.
time=" 0.271" type="debug" -> core: Global thread pool has 8 threads.
time=" 0.271" type="debug" -> core: Instantiated class 'Application'.
time=" 0.273" type="debug" -> database: SQLite database connection 'MessagesModel' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.274" type="debug" -> message-model: Repopulated model, SQL statement is now:
'SELECT Messages.id, Messages.is_read, Messages.is_important, Messages.is_deleted, Messages.is_pdeleted, Messages.feed, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.enclosures, Messages.score, Messages.account_id, Messages.custom_id, Messages.custom_hash, Feeds.title, Feeds.is_rtl, CASE WHEN LENGTH(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures, (SELECT GROUP_CONCAT(Labels.name) FROM Labels WHERE Messages.labels LIKE "%." || Labels.custom_id || ".%") as msg_labels, Messages.labels FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE 0 > 1;'.
time=" 0.274" type="debug" -> core: Auto-download timer started with interval 10000 ms.
time=" 0.274" type="debug" -> core: Creating FeedDownloader singleton.
time=" 0.275" type="debug" -> gui: Creating main application form in thread: '0x7f09ff202040'.
time=" 0.279" type="debug" -> gui: Current row changed - proxy 'QModelIndex(-1,-1,0x0,QObject(0x0))', source 'QModelIndex(-1,-1,0x0,QObject(0x0))'.
time=" 0.283" type="debug" -> network: Settings of BaseNetworkAccessManager loaded.
time=" 0.286" type="debug" -> doh set to "" -- SystemOnly
time=" 0.300" type="debug" -> gui: Creating tray icon menu.
time=" 0.300" type="debug" -> CTRL is NOT pressed while sorting articles - sorting with standard mode.
time=" 0.300" type="debug" -> message-model: Repopulated model, SQL statement is now:
'SELECT Messages.id, Messages.is_read, Messages.is_important, Messages.is_deleted, Messages.is_pdeleted, Messages.feed, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.enclosures, Messages.score, Messages.account_id, Messages.custom_id, Messages.custom_hash, Feeds.title, Feeds.is_rtl, CASE WHEN LENGTH(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures, (SELECT GROUP_CONCAT(Labels.name) FROM Labels WHERE Messages.labels LIKE "%." || Labels.custom_id || ".%") as msg_labels, Messages.labels FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE 0 > 1 ORDER BY Messages.id DESC;'.
time=" 0.303" type="debug" -> gui: Reloading of msg selections took 2 miliseconds.
time=" 0.391" type="debug" -> core: OS asked application to save its state.
time=" 0.393" type="debug" -> CTRL is NOT pressed while sorting articles - sorting with standard mode.
time=" 0.393" type="debug" -> CTRL is NOT pressed while sorting articles - sorting with standard mode.
time=" 0.393" type="debug" -> CTRL is NOT pressed while sorting articles - sorting with standard mode.
time=" 0.394" type="debug" -> message-model: Repopulated model, SQL statement is now:
'SELECT Messages.id, Messages.is_read, Messages.is_important, Messages.is_deleted, Messages.is_pdeleted, Messages.feed, Messages.title, Messages.url, Messages.author, Messages.date_created, Messages.contents, Messages.enclosures, Messages.score, Messages.account_id, Messages.custom_id, Messages.custom_hash, Feeds.title, Feeds.is_rtl, CASE WHEN LENGTH(Messages.enclosures) > 10 THEN 'true' ELSE 'false' END AS has_enclosures, (SELECT GROUP_CONCAT(Labels.name) FROM Labels WHERE Messages.labels LIKE "%." || Labels.custom_id || ".%") as msg_labels, Messages.labels FROM Messages LEFT JOIN Feeds ON Messages.feed = Feeds.custom_id AND Messages.account_id = Feeds.account_id WHERE 0 > 1 ORDER BY Messages.date_created DESC, LOWER(Messages.title) ASC, Messages.id DESC;'.
time=" 0.399" type="debug" -> core: Hiding the main window when the application is starting.
time=" 0.402" type="debug" -> gui: Main window's close event
time=" 0.403" type="debug" -> database: SQLite database connection 'FeedReader' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.403" type="debug" -> database: SQLite database connection 'FeedlyEntryPoint' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.403" type="debug" -> database: SQLite database connection 'GmailEntryPoint' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.404" type="debug" -> database: SQLite database connection 'GreaderEntryPoint' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.404" type="debug" -> database: SQLite database connection 'OwnCloudServiceEntryPoint' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.404" type="debug" -> database: SQLite database connection 'StandardServiceEntryPoint' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.405" type="debug" -> database: SQLite database connection 'StandardServiceRoot' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.406" type="debug" -> core: Custom ID of feed when loading from DB is '1'.
time=" 0.407" type="debug" -> core: Custom ID of feed when loading from DB is '2'.
time=" 0.407" type="debug" -> core: Custom ID of feed when loading from DB is '3'.
time=" 0.407" type="debug" -> core: Custom ID of feed when loading from DB is 'new'.
time=" 0.407" type="debug" -> core: Custom ID of feed when loading from DB is '5'.
time=" 0.408" type="debug" -> core: Custom ID of feed when loading from DB is '6'.
time=" 0.408" type="debug" -> core: Custom ID of feed when loading from DB is '7'.
time=" 0.408" type="debug" -> core: Custom ID of feed when loading from DB is '8'.
time=" 0.408" type="debug" -> core: Custom ID of feed when loading from DB is '9'.
time=" 0.409" type="debug" -> core: Custom ID of feed when loading from DB is '11'.
time=" 0.409" type="debug" -> core: Custom ID of feed when loading from DB is '12'.
time=" 0.410" type="debug" -> core: Custom ID of feed when loading from DB is '13'.
time=" 0.410" type="debug" -> core: Custom ID of feed when loading from DB is '14'.
time=" 0.410" type="debug" -> core: Custom ID of feed when loading from DB is '15'.
time=" 0.410" type="debug" -> core: Custom ID of feed when loading from DB is '16'.
time=" 0.410" type="debug" -> core: Custom ID of feed when loading from DB is '17'.
time=" 0.410" type="debug" -> core: Custom ID of feed when loading from DB is '18'.
time=" 0.411" type="debug" -> core: Custom ID of feed when loading from DB is '19'.
time=" 0.411" type="debug" -> core: Custom ID of feed when loading from DB is '20'.
time=" 0.411" type="debug" -> core: Custom ID of feed when loading from DB is '21'.
time=" 0.411" type="debug" -> core: Custom ID of feed when loading from DB is '22'.
time=" 0.412" type="debug" -> core: Custom ID of feed when loading from DB is '23'.
time=" 0.412" type="debug" -> core: Custom ID of feed when loading from DB is '24'.
time=" 0.412" type="debug" -> core: Custom ID of feed when loading from DB is '25'.
time=" 0.412" type="debug" -> core: Custom ID of feed when loading from DB is '26'.
time=" 0.412" type="debug" -> core: Custom ID of feed when loading from DB is '27'.
time=" 0.412" type="debug" -> core: Custom ID of feed when loading from DB is '28'.
time=" 0.413" type="debug" -> core: Custom ID of feed when loading from DB is '29'.
time=" 0.413" type="debug" -> core: Custom ID of feed when loading from DB is '31'.
time=" 0.413" type="debug" -> core: Custom ID of feed when loading from DB is '32'.
time=" 0.413" type="debug" -> core: Custom ID of feed when loading from DB is '34'.
time=" 0.413" type="debug" -> core: Custom ID of feed when loading from DB is '36'.
time=" 0.413" type="debug" -> core: Custom ID of feed when loading from DB is '37'.
time=" 0.414" type="debug" -> core: Custom ID of feed when loading from DB is '38'.
time=" 0.414" type="debug" -> core: Custom ID of feed when loading from DB is '39'.
time=" 0.414" type="debug" -> core: Custom ID of feed when loading from DB is '40'.
time=" 0.414" type="debug" -> core: Custom ID of feed when loading from DB is '41'.
time=" 0.414" type="debug" -> core: Custom ID of feed when loading from DB is '42'.
time=" 0.415" type="debug" -> core: Custom ID of feed when loading from DB is '43'.
time=" 0.415" type="debug" -> core: Custom ID of feed when loading from DB is '45'.
time=" 0.415" type="debug" -> core: Custom ID of feed when loading from DB is '46'.
time=" 0.416" type="debug" -> core: Custom ID of feed when loading from DB is '47'.
time=" 0.416" type="debug" -> core: Custom ID of feed when loading from DB is '48'.
time=" 0.416" type="debug" -> core: Custom ID of feed when loading from DB is '49'.
time=" 0.416" type="debug" -> core: Custom ID of feed when loading from DB is '50'.
time=" 0.416" type="debug" -> core: Custom ID of feed when loading from DB is '51'.
time=" 0.416" type="debug" -> core: Custom ID of feed when loading from DB is '52'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '53'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '57'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '58'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '59'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '60'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '61'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '62'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '63'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '64'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '65'.
time=" 0.417" type="debug" -> core: Custom ID of feed when loading from DB is '66'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '67'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '68'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '69'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '70'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '72'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '73'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '74'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '75'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '76'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '77'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '78'.
time=" 0.418" type="debug" -> core: Custom ID of feed when loading from DB is '79'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '80'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '82'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '83'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '84'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '85'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '86'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '87'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '88'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '89'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '90'.
time=" 0.419" type="debug" -> core: Custom ID of feed when loading from DB is '91'.
time=" 0.420" type="debug" -> core: Custom ID of feed when loading from DB is '92'.
time=" 0.420" type="debug" -> core: Custom ID of feed when loading from DB is '93'.
time=" 0.420" type="debug" -> core: Custom ID of feed when loading from DB is '94'.
time=" 0.420" type="warning" -> core: Feed 'new' is loose, skipping it.
time=" 0.420" type="debug" -> database: SQLite database connection 'RecycleBin' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.425" type="debug" -> database: SQLite database connection 'ImportantNode' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.428" type="debug" -> database: SQLite database connection 'UnreadNode' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.430" type="debug" -> database: SQLite database connection 'LabelsNode' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.430" type="debug" -> database: SQLite connection 'StandardServiceRoot' is already active.
time=" 0.431" type="debug" -> database: SQLite database connection 'StandardServiceRoot' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.440" type="debug" -> database: SQLite database connection 'TtRssServiceEntryPoint' to file '/home/steeger/.config/RSS Guard 4/database/database.db' seems to be established.
time=" 0.440" type="debug" -> gui: User wants to have tray icon.
time=" 0.440" type="warning" -> gui: Showing tray icon with little delay.
time=" 0.440" type="debug" -> gui: Feed list item expanded - steeger (RSS/ATOM/JSON)
time=" 0.440" type="debug" -> core: No execution message received from other app instances.
time=" 0.527" type="debug" -> gui: Hovered link: 'QUrl()'.
time=" 0.528" type="debug" -> core: Silencing GUI message: ''.
time=" 3.295" type="warning" -> gui: Tray icon is available, showing now.
time=" 3.300" type="debug" -> gui: Creating SystemTrayIcon instance.
time=" 3.302" type="debug" -> gui: Showing tray icon immediately.
time=" 3.303" type="debug" -> gui: Tray icon displayed.
time=" 9.412" type="debug" -> core: Cleaning up resources and saving application state.
time=" 9.412" type="debug" -> core: Close lock was obtained safely.
time=" 9.412" type="debug" -> core: Stopping StandardServiceRoot instance.
time=" 9.412" type="debug" -> feed-downloader: Destroying FeedDownloader instance.
time=" 9.480" type="debug" -> gui: Destroying FormMain instance.
time=" 9.481" type="debug" -> gui: Destroying TabWidget instance.
time=" 9.481" type="debug" -> gui: Destroying FeedMessageViewer instance.
time=" 9.481" type="debug" -> gui: Destroying BaseToolBar instance.
time=" 9.482" type="debug" -> network: Destroying Downloader instance.
time=" 9.482" type="debug" -> network: Destroying SilentNetworkAccessManager instance.
time=" 9.486" type="debug" -> gui: Destroying MessagesView instance.
time=" 9.487" type="debug" -> gui: Destroying BaseToolBar instance.
time=" 9.487" type="debug" -> gui: Destroying FeedsView instance.
time=" 9.487" type="debug" -> gui: Destroying TabBar instance.
time=" 9.487" type="debug" -> gui: Destroying StatusBar instance.
time=" 9.488" type="debug" -> gui: Destroying SystemTrayIcon instance.
time=" 9.491" type="debug" -> core: Destroying Application instance.
time=" 9.491" type="debug" -> core: Destroying Mutex instance.
time=" 9.502" type="debug" -> gui: Destroying IconFactory instance.
time=" 9.502" type="debug" -> core: Destroying FeedReader instance.
time=" 9.502" type="debug" -> feed-model: Destroying FeedsModel instance.
time=" 9.503" type="debug" -> feed-model: Destroying FeedsProxyModel instance
time=" 9.503" type="debug" -> message-model: Destroying MessagesModel instance.
time=" 9.504" type="debug" -> message-model: Destroying MessagesProxyModel instance.

Operating system and version

  • OS
  • Linux
  • RSS Guard version:
  • RSS Guard
    Version: 4.5.1 (built on Linux/x86_64)
    Revision:
    Build date: 10/5/23 9:15 PM
    Qt: 6.6.0 (compiled against 6.5.3
@lsteeger lsteeger added the Type-Defect This is BUG!!! label Nov 14, 2023
@martinrotter martinrotter added this to the 4.5.6 milestone Nov 15, 2023
@martinrotter martinrotter added the Status-Fixed Ticket is resolved. label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status-Fixed Ticket is resolved. Type-Defect This is BUG!!!
Projects
None yet
Development

No branches or pull requests

2 participants