Forwarded: not-needed
Last-Update: 2025-04-19
Dependencies should be fetched from the curated Debian archive.
Last-Update: 2025-04-19
Gbp-Pq: Name 2000-apt-not-pip.patch
self._set_status_error(
QC.translate(
"firewall",
- "Your protobuf version is incompatible, you need to install protobuf 3.8.0 or superior\n(pip3 install --ignore-installed protobuf==3.8.0)"
+ "Your protobuf version is incompatible, you need to install protobuf 3.8.0 or superior\n(apt install protobuf-api-32-0)"
)
)
return False
self._saved_theme = ""
self.labelThemeError.setStyleSheet('color: red')
self.labelThemeError.setVisible(True)
- self.labelThemeError.setText(QC.translate("preferences", "Themes not available. Install qt-material: pip3 install qt-material"))
+ self.labelThemeError.setText(QC.translate("preferences", "Themes not available. Install qt-material: apt install python3-qt-material"))
self.comboUITheme.setCurrentIndex(theme_idx)
self._show_ui_density_widgets(theme_idx)
from qt_material import list_themes as qtmaterial_themes
AVAILABLE = True
except Exception:
- print("Themes not available. Install qt-material if you want to change GUI's appearance: pip3 install qt-material.")
+ print("Themes not available. Install qt-material if you want to change GUI's appearance: apt install python3-qt-material.")
@staticmethod
def instance():