[Desktop-packages] [Bug 2033988] Re: Firefox Snap update breaks dark themes

2023-10-17 Thread Little Girl
The issue persists in Firefox 118.0.2 (64-bit).

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/2033988

Title:
  Firefox Snap update breaks dark themes

Status in firefox package in Ubuntu:
  New

Bug description:
  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3

  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.

  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification
  in the bottom right corner. I then ended up with this version:

  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0

  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips.
  You can still click on its entries, but you'd have to know which one
  you're clicking somehow or you're taking your chances.

  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager
  is not honoring my current light (pastel) theme even after a restart
  of Firefox. Instead, the bookmark manager is still displaying with my
  dark (magenta) theme. This means that thorough searches of the
  bookmarks and manipulation of the bookmark contents is not currently
  possible.

  Some additional notes:

  * I tried replicating the issue in a virtual machine and wasn't able
  to, so I suspect something went wrong with the update on this machine.

  * I tried several dark and light themes and all of them exhibited the
  behavior described above.

  * Closing Firefox,  deleting everything in the
  ~/snap/firefox/common/.cache/ directory, and reopening Firefox has no
  effect on the issue.

  * Revision 3068 is the currently-broken revision I'm using and
  revision 3026 was my last-known-good revision, so something broke in
  or during the update to revision 3026.

  * Reverting to the previous revision with the sudo snap revert
  --revision=3026 firefox command does not affect the issue.

  * The issue does not exist If I log in to Kubuntu as a different user,
  even when switching between light and dark Firefox themes.

  I've attached the output of the snap list --all command and also these
  five screenshots to show that toolbar bookmark text is only visible
  when using a light theme, that bookmark manager text is never visible,
  that the current theme is not honored in the bookmark manager, and
  that the application menu text is only visible when using a light
  theme.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2033988] Re: Firefox Snap update breaks dark themes

2023-09-19 Thread Little Girl
EVEN BETTER WORK-AROUND:
It seems that the Firefox Snap team made a change to the shortcut that Firefox 
uses and it's the environment they've chosen that's causing the issue. They 
seem to be assuming that everyone is using Unity. Since this is a KDE machine, 
that environment doesn't work.

This is the default command inside the Firefox shortcut:
env 
BAMF_DESKTOP_FILE_HINT=/var/lib/snapd/desktop/applications/firefox_firefox.desktop
 /snap/bin/firefox %u

If I replace that command with this, the issue goes away:
env GTK_THEME=Breeze /snap/bin/firefox %u

If you use a desktop theme other than Breeze, you would replace Breeze
in that last line with your theme's name.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/2033988

Title:
  Firefox Snap update breaks dark themes

Status in firefox package in Ubuntu:
  New

Bug description:
  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3

  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.

  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification
  in the bottom right corner. I then ended up with this version:

  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0

  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips.
  You can still click on its entries, but you'd have to know which one
  you're clicking somehow or you're taking your chances.

  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager
  is not honoring my current light (pastel) theme even after a restart
  of Firefox. Instead, the bookmark manager is still displaying with my
  dark (magenta) theme. This means that thorough searches of the
  bookmarks and manipulation of the bookmark contents is not currently
  possible.

  Some additional notes:

  * I tried replicating the issue in a virtual machine and wasn't able
  to, so I suspect something went wrong with the update on this machine.

  * I tried several dark and light themes and all of them exhibited the
  behavior described above.

  * Closing Firefox,  deleting everything in the
  ~/snap/firefox/common/.cache/ directory, and reopening Firefox has no
  effect on the issue.

  * Revision 3068 is the currently-broken revision I'm using and
  revision 3026 was my last-known-good revision, so something broke in
  or during the update to revision 3026.

  * Reverting to the previous revision with the sudo snap revert
  --revision=3026 firefox command does not affect the issue.

  * The issue does not exist If I log in to Kubuntu as a different user,
  even when switching between light and dark Firefox themes.

  I've attached the output of the snap list --all command and also these
  five screenshots to show that toolbar bookmark text is only visible
  when using a light theme, that bookmark manager text is never visible,
  that the current theme is not honored in the bookmark manager, and
  that the application menu text is only visible when using a light
  theme.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2033988] Re: Firefox Snap update breaks dark themes

2023-09-19 Thread Little Girl
TEMPORARY WORK-AROUND:

It was suggested to me that perhaps creating a new Firefox profile would
solve the issue. I tried that and it didn't, so this isn't a profile
issue.

Although the issue disappears when I create a new *Kubuntu* user, that's
not a solution, since creating new users when something goes wrong would
cause a lot of work in copying everything over and getting everything
set up and customized for that new user just the way you like it each
time. I can't imagine possibly needing to do that any time there's a
Firefox Snap update. Besides, nothing changed in my Kubuntu
configuration to suddenly cause this issue. What happened to cause the
issue was me choosing to allow the Firefox Snap to update, which changed
something that causes Firefox to misbehave.

For the time being, I have a clumsy two-part work-around that at least
gives me access to all the features in Firefox:

1. I *must* use a light Firefox theme so that I can see the contents of
the application menu and the contents of the toolbar folders.

2. That doesn't, however, make it so that I can see the contents of the
bookmark manager. To do that, I must *also* edit the
~/.config/gtk-3.0/gtk.css file and set the *window* identifier's
*background-color* property value to *inherit*.

The *window* identifier's *background-color* property value cannot,
however, be left that way on my machine because the Claws Mail and Geany
and Zim programs have some errors in their code that cause Claws Mail
and Geany to have some black artifacting and Zim to have transparent
artifacting that shows what's behind the window through the program.

As a result, that property cannot remain that way when I'm not actively
managing my Firefox bookmarks. It can't just be disabled either, though,
because that causes the Firefox Snap's tooltips to be black text on a
black background, making them impossible to read, so, for instance, you
can't hover over a link and see where it will take you. Instead, its
value must be changed to a color lighter than black.

It's not a solution, but at least it's a work-around. The way my Firefox
currently runs, I'm forced to always use a light theme (see above)
despite my preference for a dark theme, and I must edit the gtk.css file
every time before and after managing my bookmarks (see above). This is
far from ideal and wasn't necessary before updating to Firefox 117.0 and
is still necessary in Firefox 117.0.1. I'm providing this information,
though, in case anyone else runs into this issue and wants to be able to
see the contents of their menu folders and to manage their bookmarks.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/2033988

Title:
  Firefox Snap update breaks dark themes

Status in firefox package in Ubuntu:
  New

Bug description:
  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3

  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.

  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification
  in the bottom right corner. I then ended up with this version:

  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0

  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips.
  You can still click on its entries, but you'd have to know which one
  you're clicking somehow or you're taking your chances.

  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager
  is not honoring my current light (pastel) theme even after a restart
  of Firefox. Instead, the bookmark manager is still displaying with my
  dark (magenta) theme. This means that thorough searches of the
  bookmarks and manipulation of the bookmark contents is not currently
  possible.

  Some additional notes:

  * I tried replicating the issue in a virtual machine and wasn't able
  to, so I suspect something went wrong with the update on this machine.

  * I tried several dark and light themes and all of them exhibited the
  behavior described above.

  * Closing Firefox,  deleting everything in the
  ~/snap/firefox/common/.cache/ direc

[Desktop-packages] [Bug 2033988] Re: Firefox Snap update breaks dark themes

2023-09-04 Thread Little Girl
** Description changed:

  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3
  
  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.
  
  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification in
  the bottom right corner. I then ended up with this version:
  
  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0
  
  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips. You
  can still click on its entries, but you'd have to know which one you're
  clicking somehow or you're taking your chances.
  
  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager is
  not honoring my current light (pastel) theme even after a restart of
  Firefox. Instead, the bookmark manager is still displaying with my dark
  (magenta) theme. This means that thorough searches of the bookmarks and
  manipulation of the bookmark contents is not currently possible.
  
  Some additional notes:
  
  * I tried replicating the issue in a virtual machine and wasn't able to,
  so I suspect something went wrong with the update on this machine.
  
  * I tried several dark and light themes and all of them exhibited the
  behavior described above.
  
  * Closing Firefox,  deleting everything in the
  ~/snap/firefox/common/.cache/ directory, and reopening Firefox has no
  effect on the issue.
  
  * Revision 3068 is the currently-broken revision I'm using and revision
  3026 was my last-known-good revision, so something broke in or during
  the update to revision 3026.
  
  * Reverting to the previous revision with the sudo snap revert
  --revision=3026 firefox command does not affect the issue.
  
+ * The issue does not exist If I log in to Kubuntu as a different user,
+ even when switching between light and dark Firefox themes.
+ 
  I've attached the output of the snap list --all command and also these
  five screenshots to show that toolbar bookmark text is only visible when
  using a light theme, that bookmark manager text is never visible, that
  the current theme is not honored in the bookmark manager, and that the
  application menu text is only visible when using a light theme.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/2033988

Title:
  Firefox Snap update breaks dark themes

Status in firefox package in Ubuntu:
  New

Bug description:
  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3

  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.

  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification
  in the bottom right corner. I then ended up with this version:

  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0

  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips.
  You can still click on its entries, but you'd have to know which one
  you're clicking somehow or you're taking your chances.

  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager
  is not honoring my current light (pastel) theme even after a restart
  of Firefox. Instead, the bookmark manager is still displaying with my
  dark (magenta) theme. This means that thorough searches of the
  bookmarks and mani

[Desktop-packages] [Bug 2033988] Re: Firefox Snap update breaks dark themes

2023-09-04 Thread Little Girl
** Description changed:

  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3
  
  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.
  
  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification in
  the bottom right corner. I then ended up with this version:
  
  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0
  
  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips. You
  can still click on its entries, but you'd have to know which one you're
  clicking somehow or you're taking your chances.
  
  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager is
  not honoring my current light (pastel) theme even after a restart of
  Firefox. Instead, the bookmark manager is still displaying with my dark
- (magenta) theme. This means that thorough searches of the bookmarks are
- not currently possible and bookmarks cannot currently be backed up or
- restored.
+ (magenta) theme. This means that thorough searches of the bookmarks and
+ manipulation of the bookmark contents is not currently possible.
  
- Note that revision 3068 is the currently-broken revision I'm using and
- revision 3026 was my last-known-good revision, so something got broken
- after revision 3026.
+ Some additional notes:
  
- Note, also, that I tried several dark and light themes and all of them
- exhibited the behavior described above.
+ * I tried replicating the issue in a virtual machine and wasn't able to,
+ so I suspect something went wrong with the update on this machine.
  
- I've attached the output of the snap list --all command and also these five 
screenshots to show that toolbar bookmark text is only visible when using a 
light theme, that bookmark manager text is never visible, that the current 
theme is not honored in the bookmark manager, and that the application menu 
text is only visible when using a light theme:
-  * 1-BookmarksInvisibleWithDarkTheme.png
-  * 2-ApplicationMenuInvisibleWithDarkTheme.png
-  * 3-BookmarkManagerAlwaysInvisible.png
-  * 4-ApplicationMenuVisibleWithLightTheme.png
-  * 5-BookmarksVisibleWithLightTheme.png
+ * I tried several dark and light themes and all of them exhibited the
+ behavior described above.
+ 
+ * Closing Firefox,  deleting everything in the
+ ~/snap/firefox/common/.cache/ directory, and reopening Firefox has no
+ effect on the issue.
+ 
+ * Revision 3068 is the currently-broken revision I'm using and revision
+ 3026 was my last-known-good revision, so something broke in or during
+ the update to revision 3026.
+ 
+ * Reverting to the previous revision with the sudo snap revert
+ --revision=3026 firefox command does not affect the issue.
+ 
+ I've attached the output of the snap list --all command and also these
+ five screenshots to show that toolbar bookmark text is only visible when
+ using a light theme, that bookmark manager text is never visible, that
+ the current theme is not honored in the bookmark manager, and that the
+ application menu text is only visible when using a light theme.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/2033988

Title:
  Firefox Snap update breaks dark themes

Status in firefox package in Ubuntu:
  New

Bug description:
  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3

  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.

  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification
  in the bottom right corner. I then ended up with this version:

  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0

  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks

[Desktop-packages] [Bug 2033988] Re: Firefox Snap update breaks dark theme

2023-09-03 Thread Little Girl
** Attachment added: "4-ApplicationMenuVisibleWithLightTheme.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+attachment/5697419/+files/4-ApplicationMenuVisibleWithLightTheme.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/2033988

Title:
  Firefox Snap update breaks dark themes

Status in firefox package in Ubuntu:
  New

Bug description:
  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3

  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.

  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification
  in the bottom right corner. I then ended up with this version:

  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0

  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips.
  You can still click on its entries, but you'd have to know which one
  you're clicking somehow or you're taking your chances.

  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager
  is not honoring my current light (pastel) theme even after a restart
  of Firefox. Instead, the bookmark manager is still displaying with my
  dark (magenta) theme. This means that thorough searches of the
  bookmarks are not currently possible and bookmarks cannot currently be
  backed up or restored.

  Note that revision 3068 is the currently-broken revision I'm using and
  revision 3026 was my last-known-good revision, so something got broken
  after revision 3026.

  Note, also, that I tried several dark and light themes and all of them
  exhibited the behavior described above.

  I've attached the output of the snap list --all command and also these five 
screenshots to show that toolbar bookmark text is only visible when using a 
light theme, that bookmark manager text is never visible, that the current 
theme is not honored in the bookmark manager, and that the application menu 
text is only visible when using a light theme:
   * 1-BookmarksInvisibleWithDarkTheme.png
   * 2-ApplicationMenuInvisibleWithDarkTheme.png
   * 3-BookmarkManagerAlwaysInvisible.png
   * 4-ApplicationMenuVisibleWithLightTheme.png
   * 5-BookmarksVisibleWithLightTheme.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2033988] Re: Firefox Snap update breaks dark theme

2023-09-03 Thread Little Girl
** Attachment added: "5-ToolbarBookmarksVisibleWithLightTheme.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+attachment/5697420/+files/5-ToolbarBookmarksVisibleWithLightTheme.png

** Summary changed:

- Firefox Snap update breaks dark theme
+ Firefox Snap update breaks dark themes

** Description changed:

  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3
  
  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.
  
  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification in
  the bottom right corner. I then ended up with this version:
  
  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0
  
  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips. You
  can still click on its entries, but you'd have to know which one you're
  clicking somehow or you're taking your chances.
  
  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager is
  not honoring my current light (pastel) theme even after a restart of
  Firefox. Instead, the bookmark manager is still displaying with my dark
  (magenta) theme. This means that thorough searches of the bookmarks are
  not currently possible and bookmarks cannot currently be backed up or
  restored.
  
  Note that revision 3068 is the currently-broken revision I'm using and
  revision 3026 was my last-known-good revision, so something got broken
  after revision 3026.
  
+ Note, also, that I tried several dark and light themes and all of them
+ exhibited the behavior described above.
  
  I will attempt to attach these five screenshots to show that toolbar bookmark 
text is only visible when using a light theme, bookmark manager text is never 
visible and the current theme is not honored, and application menu text is only 
visible when using a light theme:
-   * 1-BookmarksInvisibleWithDarkTheme.png
-   * 2-ApplicationMenuInvisibleWithDarkTheme.png
-   * 3-BookmarkManagerAlwaysInvisible.png
-   * 4-ApplicationMenuVisibleWithLightTheme.png
-   * 5-BookmarksVisibleWithLightTheme.png
+  * 1-BookmarksInvisibleWithDarkTheme.png
+  * 2-ApplicationMenuInvisibleWithDarkTheme.png
+  * 3-BookmarkManagerAlwaysInvisible.png
+  * 4-ApplicationMenuVisibleWithLightTheme.png
+  * 5-BookmarksVisibleWithLightTheme.png

** Description changed:

  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3
  
  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.
  
  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification in
  the bottom right corner. I then ended up with this version:
  
  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0
  
  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips. You
  can still click on its entries, but you'd have to know which one you're
  clicking somehow or you're taking your chances.
  
  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager is
  not honoring my current light (pastel) theme even after a restart of
  Firefox. Instead, the bookmark manager is still displaying with my dark
  (magenta) theme. This means that thorough searches of the bookmarks are
  not currently possible and bookmarks cannot currently be backed up or
  restored.
  
  Note that revision 3068 is 

[Desktop-packages] [Bug 2033988] Re: Firefox Snap update breaks dark theme

2023-09-03 Thread Little Girl
** Attachment added: "This is what bookmarks look like when a bookmark folder 
is opened from the toolbar. Note that you can see the icons, but no text."
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+attachment/5697416/+files/1-ToolbarBookmarksInvisibleWithDarkTheme.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/2033988

Title:
  Firefox Snap update breaks dark themes

Status in firefox package in Ubuntu:
  New

Bug description:
  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3

  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.

  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification
  in the bottom right corner. I then ended up with this version:

  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0

  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips.
  You can still click on its entries, but you'd have to know which one
  you're clicking somehow or you're taking your chances.

  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager
  is not honoring my current light (pastel) theme even after a restart
  of Firefox. Instead, the bookmark manager is still displaying with my
  dark (magenta) theme. This means that thorough searches of the
  bookmarks are not currently possible and bookmarks cannot currently be
  backed up or restored.

  Note that revision 3068 is the currently-broken revision I'm using and
  revision 3026 was my last-known-good revision, so something got broken
  after revision 3026.

  Note, also, that I tried several dark and light themes and all of them
  exhibited the behavior described above.

  I've attached the output of the snap list --all command and also these five 
screenshots to show that toolbar bookmark text is only visible when using a 
light theme, that bookmark manager text is never visible, that the current 
theme is not honored in the bookmark manager, and that the application menu 
text is only visible when using a light theme:
   * 1-BookmarksInvisibleWithDarkTheme.png
   * 2-ApplicationMenuInvisibleWithDarkTheme.png
   * 3-BookmarkManagerAlwaysInvisible.png
   * 4-ApplicationMenuVisibleWithLightTheme.png
   * 5-BookmarksVisibleWithLightTheme.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2033988] Re: Firefox Snap update breaks dark theme

2023-09-03 Thread Little Girl
** Attachment added: "3-BookmarkManagerAlwaysInvisible.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+attachment/5697418/+files/3-BookmarkManagerAlwaysInvisible.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/2033988

Title:
  Firefox Snap update breaks dark themes

Status in firefox package in Ubuntu:
  New

Bug description:
  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3

  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.

  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification
  in the bottom right corner. I then ended up with this version:

  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0

  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips.
  You can still click on its entries, but you'd have to know which one
  you're clicking somehow or you're taking your chances.

  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager
  is not honoring my current light (pastel) theme even after a restart
  of Firefox. Instead, the bookmark manager is still displaying with my
  dark (magenta) theme. This means that thorough searches of the
  bookmarks are not currently possible and bookmarks cannot currently be
  backed up or restored.

  Note that revision 3068 is the currently-broken revision I'm using and
  revision 3026 was my last-known-good revision, so something got broken
  after revision 3026.

  Note, also, that I tried several dark and light themes and all of them
  exhibited the behavior described above.

  I've attached the output of the snap list --all command and also these five 
screenshots to show that toolbar bookmark text is only visible when using a 
light theme, that bookmark manager text is never visible, that the current 
theme is not honored in the bookmark manager, and that the application menu 
text is only visible when using a light theme:
   * 1-BookmarksInvisibleWithDarkTheme.png
   * 2-ApplicationMenuInvisibleWithDarkTheme.png
   * 3-BookmarkManagerAlwaysInvisible.png
   * 4-ApplicationMenuVisibleWithLightTheme.png
   * 5-BookmarksVisibleWithLightTheme.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2033988] Re: Firefox Snap update breaks dark theme

2023-09-03 Thread Little Girl
** Attachment added: "2-ApplicationMenuInvisibleWithDarkTheme.png"
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+attachment/5697417/+files/2-ApplicationMenuInvisibleWithDarkTheme.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/2033988

Title:
  Firefox Snap update breaks dark themes

Status in firefox package in Ubuntu:
  New

Bug description:
  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3

  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.

  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification
  in the bottom right corner. I then ended up with this version:

  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0

  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips.
  You can still click on its entries, but you'd have to know which one
  you're clicking somehow or you're taking your chances.

  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager
  is not honoring my current light (pastel) theme even after a restart
  of Firefox. Instead, the bookmark manager is still displaying with my
  dark (magenta) theme. This means that thorough searches of the
  bookmarks are not currently possible and bookmarks cannot currently be
  backed up or restored.

  Note that revision 3068 is the currently-broken revision I'm using and
  revision 3026 was my last-known-good revision, so something got broken
  after revision 3026.

  Note, also, that I tried several dark and light themes and all of them
  exhibited the behavior described above.

  I've attached the output of the snap list --all command and also these five 
screenshots to show that toolbar bookmark text is only visible when using a 
light theme, that bookmark manager text is never visible, that the current 
theme is not honored in the bookmark manager, and that the application menu 
text is only visible when using a light theme:
   * 1-BookmarksInvisibleWithDarkTheme.png
   * 2-ApplicationMenuInvisibleWithDarkTheme.png
   * 3-BookmarkManagerAlwaysInvisible.png
   * 4-ApplicationMenuVisibleWithLightTheme.png
   * 5-BookmarksVisibleWithLightTheme.png

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2033988/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 2033988] [NEW] Firefox Snap update breaks dark themes

2023-09-03 Thread Little Girl
Public bug reported:

* Operating System: Kubuntu 22.04
* KDE Plasma Version: 5.24.7
* KDE Frameworks Version: 5.92.0
* Qt Version: 5.15.3

I would expect to be able to have full access to my bookmarks and the
contents of the application menu regardless of the theme I am using.

That was the case until I allowed the Firefox Snap to update. I closed
Firefox to allow it to update itself when I got the Snap notification in
the bottom right corner. I then ended up with this version:

Firefox 117.0 (64-bit)
Mozilla Firefox Snap for Ubuntu
canonical-002 - 1.0

The current version breaks my dark theme so that I cannot see my
bookmarks or settings. The bookmark icons are visible, but the text is
invisible on the dark background. Hovering over the bookmarks displays
their tooltips and the bookmarks can be successfully clicked to open
their pages. The application menu (that you get to by clicking the
hamburger icon in the top right corner of Firefox) has no tooltips. You
can still click on its entries, but you'd have to know which one you're
clicking somehow or you're taking your chances.

This appears to be a theme issue. I was using a dark (magenta) theme
when the update occurred. When I switch to a light (pastel) theme, the
entries in the application menu are visible and the text inside of
toolbar bookmark folders is visible. However, text is still *not*
visible in the bookmark manager. Interestingly, the bookmark manager is
not honoring my current light (pastel) theme even after a restart of
Firefox. Instead, the bookmark manager is still displaying with my dark
(magenta) theme. This means that thorough searches of the bookmarks are
not currently possible and bookmarks cannot currently be backed up or
restored.

Note that revision 3068 is the currently-broken revision I'm using and
revision 3026 was my last-known-good revision, so something got broken
after revision 3026.

Note, also, that I tried several dark and light themes and all of them
exhibited the behavior described above.

I've attached the output of the snap list --all command and also these five 
screenshots to show that toolbar bookmark text is only visible when using a 
light theme, that bookmark manager text is never visible, that the current 
theme is not honored in the bookmark manager, and that the application menu 
text is only visible when using a light theme:
 * 1-BookmarksInvisibleWithDarkTheme.png
 * 2-ApplicationMenuInvisibleWithDarkTheme.png
 * 3-BookmarkManagerAlwaysInvisible.png
 * 4-ApplicationMenuVisibleWithLightTheme.png
 * 5-BookmarksVisibleWithLightTheme.png

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "This is the current output of the snap list --all 
command."
   
https://bugs.launchpad.net/bugs/2033988/+attachment/5697415/+files/SnapListAll.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/2033988

Title:
  Firefox Snap update breaks dark themes

Status in firefox package in Ubuntu:
  New

Bug description:
  * Operating System: Kubuntu 22.04
  * KDE Plasma Version: 5.24.7
  * KDE Frameworks Version: 5.92.0
  * Qt Version: 5.15.3

  I would expect to be able to have full access to my bookmarks and the
  contents of the application menu regardless of the theme I am using.

  That was the case until I allowed the Firefox Snap to update. I closed
  Firefox to allow it to update itself when I got the Snap notification
  in the bottom right corner. I then ended up with this version:

  Firefox 117.0 (64-bit)
  Mozilla Firefox Snap for Ubuntu
  canonical-002 - 1.0

  The current version breaks my dark theme so that I cannot see my
  bookmarks or settings. The bookmark icons are visible, but the text is
  invisible on the dark background. Hovering over the bookmarks displays
  their tooltips and the bookmarks can be successfully clicked to open
  their pages. The application menu (that you get to by clicking the
  hamburger icon in the top right corner of Firefox) has no tooltips.
  You can still click on its entries, but you'd have to know which one
  you're clicking somehow or you're taking your chances.

  This appears to be a theme issue. I was using a dark (magenta) theme
  when the update occurred. When I switch to a light (pastel) theme, the
  entries in the application menu are visible and the text inside of
  toolbar bookmark folders is visible. However, text is still *not*
  visible in the bookmark manager. Interestingly, the bookmark manager
  is not honoring my current light (pastel) theme even after a restart
  of Firefox. Instead, the bookmark manager is still displaying with my
  dark (magenta) theme. This means that thorough searches of the
  bookmarks are not currently possible and bookmarks cannot currently be
  backed up or restored.

  Note that revision 3068 is the currently-broken revision I'm using and
  revision 3026 was my last-known-good revis

[Desktop-packages] [Bug 1958813] Re: [snap] I have on clean install some weird folder /home/user/Downloads/firefox.tmp/

2022-08-02 Thread Little Girl
It was up-to-date when I checked, but I wasn't aware that I could delete
the directory and not have it come back. Thank you for letting me know.
I just tried it and it worked. Problem solved.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1958813

Title:
  [snap] I have on clean install some weird folder
  /home/user/Downloads/firefox.tmp/

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  I have on clean install some weird folder /home/user/Downloads/firefox.tmp/
  Downloads/
  └── firefox.tmp
  ├── security_state
  ├── Temp-efca5f30-b773-40f3-afd2-fb29f7ca2d30
  │   └── mesa_shader_cache
  │   ├── 5a
  │   │   └── a12b397653d94da952e9174b48042792d0b5b5
  │   ├── 86
  │   │   └── 658cd26a8a5c083a0d01153d2d26eb349759ce
  │   ├── c2
  │   │   └── 6957f33af79c866d74f0dd37b47ef18e57d431
  │   └── index
  └── tmpaddon

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntu-release-upgrader-core 1:22.04.3
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  CasperMD5CheckResult: pass
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Mon Jan 24 03:49:13 2022
  InstallationDate: Installed on 2022-01-21 (2 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220121)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1958813/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1958813] Re: [snap] I have on clean install some weird folder /home/user/Downloads/firefox.tmp/

2022-07-08 Thread Little Girl
I have no idea why this is listed as "Fix Released" since it's currently
still an issue in a fully-updated copy of Kubuntu 22.04 LTS. I agree
that this temporary directory should not be being placed into the
Downloads directory. It should either be being placed into the directory
Snap uses for everything else or into a hidden directory directly in the
Home directory so it can follow the conventions used by other default
software.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1958813

Title:
  [snap] I have on clean install some weird folder
  /home/user/Downloads/firefox.tmp/

Status in Mozilla Firefox:
  Fix Released
Status in firefox package in Ubuntu:
  Fix Released
Status in thunderbird package in Ubuntu:
  Confirmed

Bug description:
  I have on clean install some weird folder /home/user/Downloads/firefox.tmp/
  Downloads/
  └── firefox.tmp
  ├── security_state
  ├── Temp-efca5f30-b773-40f3-afd2-fb29f7ca2d30
  │   └── mesa_shader_cache
  │   ├── 5a
  │   │   └── a12b397653d94da952e9174b48042792d0b5b5
  │   ├── 86
  │   │   └── 658cd26a8a5c083a0d01153d2d26eb349759ce
  │   ├── c2
  │   │   └── 6957f33af79c866d74f0dd37b47ef18e57d431
  │   └── index
  └── tmpaddon

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntu-release-upgrader-core 1:22.04.3
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  CasperMD5CheckResult: pass
  CrashDB: ubuntu
  CurrentDesktop: KDE
  Date: Mon Jan 24 03:49:13 2022
  InstallationDate: Installed on 2022-01-21 (2 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220121)
  PackageArchitecture: all
  SourcePackage: ubuntu-release-upgrader
  Symptom: dist-upgrade
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/firefox/+bug/1958813/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1976302] [NEW] software-properties Additional Drivers tab informational text enhancement

2022-05-30 Thread Little Girl
Public bug reported:

The Kubuntu installation process offers this check-box on the second
screen:

"Install third-party software for graphics and Wi-Fi hardware, Flash,
MP3 and other media" box while installing Kubuntu as another form of
manual installation."

If you check that box, your video drivers are handled for you by a
collaboration between Ubuntu and NVIDIA.

The "Additional Drivers" tab in Software Sources then displays these messages 
when you open it:
* "This device is using a manually-installed driver."
* "Continue using a manually installed driver"
* "No proprietary drivers are in use."

It wasn't obvious to me that "manually-installed" included those of us
who checked the little check-box during the installation of the
operating system to have our video drivers automatically installed and
managed by Ubuntu and NVIDIA.

I would like to suggest that the first two messages in the "Additional Drivers" 
tab get changed to something like this to make it obvious that they include us:
* "This device is using a manually-installed or third-party driver."
* "Continue using a manually-installed or third-party driver"

Or if you'd like to word it differently:
* "This device is using a manually-installed or automatically-installed 
driver."
* "Continue using a manually-installed or automatically-installed 
driver"

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "The two places in which the text appears in the 
"Additional "Drivers" tab are marked here with arrows."
   
https://bugs.launchpad.net/bugs/1976302/+attachment/5593898/+files/AdditionalDriversTab.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1976302

Title:
  software-properties Additional Drivers tab informational text
  enhancement

Status in software-properties package in Ubuntu:
  New

Bug description:
  The Kubuntu installation process offers this check-box on the second
  screen:

  "Install third-party software for graphics and Wi-Fi hardware, Flash,
  MP3 and other media" box while installing Kubuntu as another form of
  manual installation."

  If you check that box, your video drivers are handled for you by a
  collaboration between Ubuntu and NVIDIA.

  The "Additional Drivers" tab in Software Sources then displays these messages 
when you open it:
* "This device is using a manually-installed driver."
* "Continue using a manually installed driver"
* "No proprietary drivers are in use."

  It wasn't obvious to me that "manually-installed" included those of us
  who checked the little check-box during the installation of the
  operating system to have our video drivers automatically installed and
  managed by Ubuntu and NVIDIA.

  I would like to suggest that the first two messages in the "Additional 
Drivers" tab get changed to something like this to make it obvious that they 
include us:
* "This device is using a manually-installed or third-party driver."
* "Continue using a manually-installed or third-party driver"

  Or if you'd like to word it differently:
* "This device is using a manually-installed or automatically-installed 
driver."
* "Continue using a manually-installed or automatically-installed 
driver"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1976302/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1778082] Re: Language Support Is Incomplete dialog must show package list to install

2022-05-16 Thread Little Girl
This is still an issue in Kubuntu 22.04 LTS. The QApt Batch Installer
will pop up a notification letting you know that additional packages are
required, but won't tell you what they are.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to language-selector in Ubuntu.
https://bugs.launchpad.net/bugs/1778082

Title:
  Language Support Is Incomplete dialog must show package list to
  install

Status in kde-runtime package in Ubuntu:
  Confirmed
Status in language-selector package in Ubuntu:
  Confirmed

Bug description:
  When Ubuntu have missing language packages, it shows in tray System
  Notification Helper message with text "Language support is incomplete,
  additional packages are required".

  But when user do one simple mouse click on this notification - Ubuntu
  immediately asks user password with "Authentication Required" popup
  window, without describing what is planned to do, which packages are
  missing and will be installed.

  After typing password - user will not see any useful info too - only
  small window with unnamed progress bar and standard text phrases.

  After process finished - there are also zero useful info, only that
  process is finished.

  
  Please show more information about this process, before ask user password!

  Very useful info will be:

  - How this missed packages are detected?

  - Why those packages are missed?

  - What packages will planned to install/upgrade (package names,
  versions)?

  - Total size of planned downloads.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: language-selector-common 0.188.1
  ProcVersionSignature: Ubuntu 4.15.0-23.25-generic 4.15.18
  Uname: Linux 4.15.0-23-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.2
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Thu Jun 21 17:51:49 2018
  EcryptfsInUse: Yes
  PackageArchitecture: all
  SourcePackage: language-selector
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1778082/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1972107] [NEW] Claws Mail under KDE - message list dims when main window loses focus

2022-05-08 Thread Little Girl
Public bug reported:

The text in the message list pane in Claws Mail is greyed-out when the
Claws Mail main window loses focus, either by opening a child window
within Claws Mail or by putting the focus onto any other window. The
normal text-color is only restored by leaving the current folder that
has the greyed-out messages and then returning to it.

Here is an animated GIF file showing the behavior:
https://imgur.com/a/IQ97IVY

In that GIF, the Inbox is selected and the message list contains
messages with colored text. I then open the Notes widget, which causes
Claws Mail to lose focus and the message list text to be greyed-out. I
then leave the Inbox and open the Sent folder for a moment and then
leave the Sent folder and open the Inbox folder again, at which point,
the text color is restored.

The environment that this is occuring in is:
* Kubuntu release: Kubuntu 22.04 LTS
* KDE Plasma Version 5.24.4
* KDE Frameworks Version: 5.92.0
* Qt Version: 5.15.3
* Graphics Platform X11
* Theme: Breeze
* GTK Theme: Default
* Claws Mail version: 4.0.0
 
This is on a bare-metal full installation (not an upgrade) of Kubuntu on a 
desktop computer. I used the Muon package manager to install Claws Mail.

I would expect the text color of the message list to be unaffected by
the loss of focus of the Claws Mail main window. Or, if that's
unavoidable, I would expect the colors to be restored automatically when
the Claws Mail main window again regains focus.

It's possibly rather significant that all other GTK programs on my
system are behaving normally and do not exhibit this behavior. The
author of Claws Mail, however, suggests that a KDE setting is causing
this issue: https://lists.claws-
mail.org/pipermail/users/2022-May/030087.html

As a result, I've tried fiddling with enabling and disabling various
settings in the System Settings -> Workspace Behavior -> Desktop Effects
section with no improvement. I've also tried creating and fiddling with
various settings in System Settings -> Window Management -> Window Rules
-> Window settings for claws-mail with no improvement.

Any suggestions for what I can try next would be appreciated.

** Affects: software-properties (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to software-properties in Ubuntu.
https://bugs.launchpad.net/bugs/1972107

Title:
  Claws Mail under KDE - message list dims when main window loses focus

Status in software-properties package in Ubuntu:
  New

Bug description:
  The text in the message list pane in Claws Mail is greyed-out when the
  Claws Mail main window loses focus, either by opening a child window
  within Claws Mail or by putting the focus onto any other window. The
  normal text-color is only restored by leaving the current folder that
  has the greyed-out messages and then returning to it.

  Here is an animated GIF file showing the behavior:
  https://imgur.com/a/IQ97IVY

  In that GIF, the Inbox is selected and the message list contains
  messages with colored text. I then open the Notes widget, which causes
  Claws Mail to lose focus and the message list text to be greyed-out. I
  then leave the Inbox and open the Sent folder for a moment and then
  leave the Sent folder and open the Inbox folder again, at which point,
  the text color is restored.

  The environment that this is occuring in is:
* Kubuntu release: Kubuntu 22.04 LTS
* KDE Plasma Version 5.24.4
* KDE Frameworks Version: 5.92.0
* Qt Version: 5.15.3
* Graphics Platform X11
* Theme: Breeze
* GTK Theme: Default
* Claws Mail version: 4.0.0
   
  This is on a bare-metal full installation (not an upgrade) of Kubuntu on a 
desktop computer. I used the Muon package manager to install Claws Mail.

  I would expect the text color of the message list to be unaffected by
  the loss of focus of the Claws Mail main window. Or, if that's
  unavoidable, I would expect the colors to be restored automatically
  when the Claws Mail main window again regains focus.

  It's possibly rather significant that all other GTK programs on my
  system are behaving normally and do not exhibit this behavior. The
  author of Claws Mail, however, suggests that a KDE setting is causing
  this issue: https://lists.claws-
  mail.org/pipermail/users/2022-May/030087.html

  As a result, I've tried fiddling with enabling and disabling various
  settings in the System Settings -> Workspace Behavior -> Desktop
  Effects section with no improvement. I've also tried creating and
  fiddling with various settings in System Settings -> Window Management
  -> Window Rules -> Window settings for claws-mail with no improvement.

  Any suggestions for what I can try next would be appreciated.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+sourc

[Desktop-packages] [Bug 1965439] Re: software-properties-qt can no longer launch when called by kdesu

2022-05-07 Thread Little Girl
It also affects me in Kubuntu 22.04 in both Muon and Discover. A work-
around (besides the one mentioned above) is to open Settings --> System
Settings --> Driver Manager and put in the password when prompted. That
will open to the Drivers tab, but you can open any of the other tabs
from there.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to policykit-1 in Ubuntu.
https://bugs.launchpad.net/bugs/1965439

Title:
  software-properties-qt can no longer launch when called by kdesu

Status in kdesu package in Ubuntu:
  Confirmed
Status in kubuntu-settings package in Ubuntu:
  In Progress
Status in policykit-1 package in Ubuntu:
  Invalid
Status in software-properties package in Ubuntu:
  Confirmed
Status in ubuntustudio-default-settings package in Ubuntu:
  In Progress
Status in kdesu source package in Jammy:
  Confirmed
Status in kubuntu-settings source package in Jammy:
  In Progress
Status in policykit-1 source package in Jammy:
  Invalid
Status in software-properties source package in Jammy:
  Confirmed
Status in ubuntustudio-default-settings source package in Jammy:
  In Progress

Bug description:
  See description below. As the driver manager is done inside software-
  properties-qt, it's basically the same bug, but now it's affected by
  something we can't exactly get into the mechanism of: plasma-
  discover's "Software Sources" link.

  Steps to recrate:

  1) Open Plasma-discover
  2) Go to Settings
  3) Under click on "Software Sources"
  4) Attempt to enter password

  Expected: Software properties opens

  Actual: Pkexec keeps asking for password.

  --

  Earlier description:

  The driver manager for both Ubuntu Studio and Kubuntu can no longer
  launch due to some updated security measures in PolicyKit.

  The original behavior was that systemsettings would open
  /usr/bin/ubuntustudio-driver-manager (or /usr/bin/kubuntu-driver-
  manger) via pkexec, which would then open software-settings-qt.
  Unfortunately, the new behavior does not act correctly to pkexec and
  pkexec does not see the user as available in the sudoers file.

  The only way around this was to pass "export DISPLAY=:0" inside the
  appropriate driver manager executable with the command "sudo software-
  properties-qt". The KCM itself needs to execute the driver-manager via
  xterm, which then prompts for a password. It's ugly, but it works.

  I will attach a debdiff for the kubuntu-settings package.

  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: ubuntustudio-default-settings 22.04.19 [modified: 
usr/share/sddm/themes/ubuntustudio/theme.conf]
  ProcVersionSignature: Ubuntu 5.15.0-22.22-lowlatency 5.15.19
  Uname: Linux 5.15.0-22-lowlatency x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair nvidia_modeset 
nvidia
  ApportVersion: 2.20.11-0ubuntu79
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: KDE
  Date: Thu Mar 17 12:19:44 2022
  InstallationDate: Installed on 2021-03-20 (361 days ago)
  InstallationMedia: Ubuntu-Studio 21.04 "Hirsute Hippo" - Alpha amd64 
(20210320)
  PackageArchitecture: all
  SourcePackage: ubuntustudio-default-settings
  UpgradeStatus: Upgraded to jammy on 2021-11-07 (130 days ago)
  modified.conffile..etc.skel..local.share.konsole.Profile: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdesu/+bug/1965439/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1971757] Re: wslu prevents opening files & directories on desktop

2022-05-06 Thread Little Girl
** Also affects: gimp-help (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to wslu in Ubuntu.
https://bugs.launchpad.net/bugs/1971757

Title:
  wslu prevents opening files & directories on desktop

Status in gimp-help package in Ubuntu:
  New
Status in wslu package in Ubuntu:
  New

Bug description:
  When wslu is installed, the desktop icons (provided by the ding
  extension) do not open anymore: double-click or right-click->Open do
  nothing. Other actions (renaming, moving, opening properties…) seem to
  work correctly.

  Uninstalling wslu solves the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gimp-help/+bug/1971757/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1971757] Re: wslu prevents opening files & directories on desktop

2022-05-06 Thread Little Girl
The same thing happened (is still occasionally happening) to me on
Kubuntu 20.04 LTS. I had installed Kubuntu and added a few basic
programs from the repositories (no PPAs or anything creative) and the
next day when I booted my computer, none of the shortcuts on my panel
worked except for the K manu (thank goodness that that still worked).
Any shortcut I clicked on didn't open any program, but tried to open
something called WSL View (I just got a quick notification in the task
manager that said WSL View), which was unfamiliar to me.

A quick Google turned up several references to Windows Subsystem for
Linux, which didn't make sense since this computer doesn't have Windows
on it. I assumed that I was having an association issue, so I right-
clicked each of the shortcuts and found that all of their "Open With"
associations were set for Kate, which is a text editor. This also didn't
make any sense, especially since clicking on any of them didn't open
them in Kate, but just attempted to open them in WSL View and failed.

I eventually went into the Muon package manager and did a search for WSL
View and didn't turn anything up. One of the related results of that
search was wslu, which is listed as a "collection of utilities for the
Windows 10 Linux Subsystem" and that showed as being installed. I hadn't
installed it, so that also made no sense.

When I uninstalled wslu, all of my shortcuts began working again.
Interestingly, when I uninstalled it, I got a notification that the
gimp-help-en file must also be removed and I happily allowed that. I
then went into the package manager and looked up the gimp-help-en
package and it does not list wslu as a depency. Also worth noting is
that wslu doesn't list gimp-help-en as a dependency.

This problem persists because I occasionally get a "Language support is
incomplete, additional packages are required." notification that expects
my consent in the form of my password. When I give that consent, it
installs the gimp-help-en file, which automatically installs the wslu
package, and all of the shortcuts on my panel are then immediately
hijacked and non-functional again until I uninstall wslu. This, of
course, also uninstalls gimp-help-en and means I'll be getting that
language pop-up again and will either have to intentionally ignore that
or recover from it each time.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to wslu in Ubuntu.
https://bugs.launchpad.net/bugs/1971757

Title:
  wslu prevents opening files & directories on desktop

Status in wslu package in Ubuntu:
  New

Bug description:
  When wslu is installed, the desktop icons (provided by the ding
  extension) do not open anymore: double-click or right-click->Open do
  nothing. Other actions (renaming, moving, opening properties…) seem to
  work correctly.

  Uninstalling wslu solves the issue.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wslu/+bug/1971757/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp