summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2011-July/006670.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2011-July/006670.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2011-July/006670.html')
-rw-r--r--zarb-ml/mageia-dev/2011-July/006670.html132
1 files changed, 132 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2011-July/006670.html b/zarb-ml/mageia-dev/2011-July/006670.html
new file mode 100644
index 000000000..23ca4d40b
--- /dev/null
+++ b/zarb-ml/mageia-dev/2011-July/006670.html
@@ -0,0 +1,132 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Broken BS
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Broken%20BS&In-Reply-To=%3CCAL%2BdqvC_hYxx-ihcd3rcEN9DkoRq3rAY5P7s_Z%3DQ%2BjkHXnwTpQ%40mail.gmail.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="006836.html">
+ <LINK REL="Next" HREF="006672.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Broken BS</H1>
+ <B>D.Morgan</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Broken%20BS&In-Reply-To=%3CCAL%2BdqvC_hYxx-ihcd3rcEN9DkoRq3rAY5P7s_Z%3DQ%2BjkHXnwTpQ%40mail.gmail.com%3E"
+ TITLE="[Mageia-dev] Broken BS">dmorganec at gmail.com
+ </A><BR>
+ <I>Fri Jul 15 14:28:06 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="006836.html">[Mageia-dev] Adobe Flash player 11 Beta 1 in Cauldron
+</A></li>
+ <LI>Next message: <A HREF="006672.html">[Mageia-dev] BS fixed
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6670">[ date ]</a>
+ <a href="thread.html#6670">[ thread ]</a>
+ <a href="subject.html#6670">[ subject ]</a>
+ <a href="author.html#6670">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>hi,
+
+the BS is currently broken, i will in some seconds work to fix it.
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="006836.html">[Mageia-dev] Adobe Flash player 11 Beta 1 in Cauldron
+</A></li>
+ <LI>Next message: <A HREF="006672.html">[Mageia-dev] BS fixed
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#6670">[ date ]</a>
+ <a href="thread.html#6670">[ thread ]</a>
+ <a href="subject.html#6670">[ subject ]</a>
+ <a href="author.html#6670">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
+mailing list</a><br>
+</body></html>
381,8 +1383,7 @@ sub print_testpages {
({ title => _("Test pages"),
messages => _("Please select the test pages you want to print.
Note: the photo test page can take a rather long time to get printed and on laser printers with too low memory it can even not come out. In most cases it is enough to print the standard test page."),
- cancel => ((($printer->{configured}{$printer->{OLD_QUEUE}}) ||
- (!$printer->{configured}{$printer->{QUEUE}})) ?
+ cancel => ((!$printer->{NEW}) ?
_("Cancel") : _("No test pages")),
ok => _("Print")},
[
@@ -2224,10 +2225,23 @@ sub main {
#- Set OLD_QUEUE field so that the subroutines for the
#- configuration work correctly.
$printer->{OLD_QUEUE} = $printer->{QUEUE} = $queue;
- #- When we are back on the main menu the cursor should be
- #- on "Add printer"
- #$menuchoice = "\@addprinter";
+ my $window;
#- Do all the configuration steps for a new queue
+ if (0 && (!$::expert) && (!$::isEmbedded) && (!$::isInstall) &&
+ ($in->isa('interactive_gtk'))) {
+ $window = 'interactive'->vnew(0, 'printer');
+ # Enter wizard mode
+ $::Wizard_pix_up = "wiz_printerdrake.png";
+ $::Wizard_title = _("Add a new printer");
+ $::isWizard = 1;
+ # Wizard welcome screen
+ $::Wizard_no_previous = 1;
+ undef $::Wizard_finished;
+ wizard_welcome($window);
+ undef $::Wizard_no_previous;
+ } else {
+ $window = $in;
+ }
$printer->{TYPE} = "LOCAL";
!$::expert or choose_printer_type($printer, $in) or next;
if ($printer->{TYPE} eq 'CUPS') {
@@ -2239,22 +2253,34 @@ sub main {
#- Cancelling one of the following dialogs should restart
#- printerdrake
$continue = 1;
- setup_printer_connection($printer, $in) or next;
+ setup_printer_connection($printer, $window) or next;
!$::expert or choose_printer_name($printer, $in) or next;
- get_db_entry($printer, $in);
+ get_db_entry($printer, $window);
!$::expert or choose_model($printer, $in) or next;
- get_printer_info($printer, $in) or next;
+ get_printer_info($printer, $window) or next;
!$::expert or setup_options($printer, $in) or next;
- configure_queue($printer, $in);
+ configure_queue($printer, $window);
!$::expert or setasdefault($printer, $in);
$cursorpos =
$printer->{configured}{$printer->{QUEUE}}{'queuedata'}{'menuentry'} .
($printer->{QUEUE} eq $printer->{DEFAULT} ?
_(" (Default)") : ());
- if (print_testpages($printer, $in, $printer->{TYPE} !~ /LOCAL/ && $upNetwork)) {
+ if (print_testpages($printer, $window, $printer->{TYPE} !~ /LOCAL/ && $upNetwork)) {
+ if ($::isWizard) {
+ # Leave wizard mode with congratulations screen
+ $::Wizard_no_previous = 1;
+ $::Wizard_finished = 1;
+ wizard_congratulations($window);
+ undef $::isWizard;
+ }
$continue = ($::expert || !$::isInstall || $menushown ||
$in->ask_yesorno('',_("Do you want to configure another printer?")));
} else {
+ if ($::isWizard) {
+ # Leave wizard mode without congratulations screen
+ $::Wizard_finished = 1;
+ undef $::isWizard;
+ }
$editqueue = 1;
$queue = $printer->{QUEUE};
}