mirror of
https://github.com/Snigdha-OS/snigdhaos-blackbox.git
synced 2025-09-21 20:15:02 +02:00
⏳ @eshanized updated the repository!!!
This commit is contained in:
@@ -521,7 +521,7 @@ class Main(Gtk.Window):
|
|||||||
"Error",
|
"Error",
|
||||||
"Pacman repository error: package '%s' was not found"
|
"Pacman repository error: package '%s' was not found"
|
||||||
% package.name,
|
% package.name,
|
||||||
"Sofirem cannot process the request",
|
"BlackBox cannot process the request",
|
||||||
"Are the correct pacman mirrorlists configured ?",
|
"Are the correct pacman mirrorlists configured ?",
|
||||||
"error",
|
"error",
|
||||||
False,
|
False,
|
||||||
@@ -696,7 +696,7 @@ class Main(Gtk.Window):
|
|||||||
proc = fn.get_pacman_process()
|
proc = fn.get_pacman_process()
|
||||||
message_dialog = MessageDialog(
|
message_dialog = MessageDialog(
|
||||||
"Warning",
|
"Warning",
|
||||||
"Sofirem cannot proceed pacman lockfile found",
|
"BlackBox cannot proceed pacman lockfile found",
|
||||||
"Pacman cannot lock the db, a lockfile is found inside %s"
|
"Pacman cannot lock the db, a lockfile is found inside %s"
|
||||||
% fn.pacman_lockfile,
|
% fn.pacman_lockfile,
|
||||||
"Process running = %s" % proc,
|
"Process running = %s" % proc,
|
||||||
|
Reference in New Issue
Block a user