[Bug 1815386] [NEW] Mailbox nnot created on install

2019-02-10 Thread Worik
Public bug reported: On installing mailutils and running the command `mail`I get an error. To fix it I need to: ``` sudo touch /var/mail/$USER sudo chown $USER:mail /var/mail/$USER sudo chmod o-r /var/mail/$USER sudo chmod g+rw /var/mail/$USER ``` ** Affects: mailutils (Ubuntu)

[Bug 1815386] Re: Mailbox nnot created on install

2019-02-10 Thread Worik
Error was: Cannot open mailbox -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1815386 Title: Mailbox nnot created on install To manage notifications about this bug go to:

[Bug 995743] Re: 197b:2394 [Dell XPS 17 L502X] Internal SD card reader is not working

2018-01-10 Thread Worik
dmesg on inserting card [Thu Jan 11 13:18:28 2018] mmc0: Timeout waiting for hardware interrupt. [Thu Jan 11 13:18:28 2018] mmc0: sdhci: SDHCI REGISTER DUMP === [Thu Jan 11 13:18:28 2018] mmc0: sdhci: Sys addr: 0x | Version: 0x1502 [Thu Jan 11 13:18:28 2018]

[Bug 995743] Re: 197b:2394 [Dell XPS 17 L502X] Internal SD card reader is not working

2018-01-10 Thread Worik
This is effecting me (or something similar) on: ~$ cat /etc/issue Ubuntu Bionic Beaver (development branch) But # echo 1 > /sys/bus/pci/rescan has no effect -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1004256] Re: No Sound

2016-11-28 Thread Worik
this is also effecting me on 14.04 on a MythtV client. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004256 Title: No Sound To manage notifications about this bug go to:

[Bug 1610034] Re: avidemux cannot be installed

2016-08-04 Thread Worik
So I see it has been deleted. Why has it been deleted? Why does aptitude search still report it as there? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1610034 Title: avidemux cannot be installed

[Bug 1610034] [NEW] avidemux cannot be installed

2016-08-04 Thread Worik
worik@sharron:/tmp$ apt-cache show avidemux Package: avidemux Status: install ok config-files Priority: optional Section: graphics Installed-Size: 2077 Maintainer: Alessio Treglia <quadris...@ubuntu.com> Architecture: amd64 Version: 1:2.5.4-0ubuntu14 Config-Version: 1:2.5.4-0ubuntu14 D

[Bug 908901] Re: awstats confused by 408 entries in apache log files

2016-06-13 Thread Worik
This is affecting me too. Possibly. My access log has lines like: 69.199.239.200 - - [14/Jun/2016:01:59:16 +1200] "\x03" 400 0 "-" "-" About 310 entries over a period of 10 minutes. My log format is set to 4. -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1447874] [NEW] Escaping DQUOTE in text section (VJOURNAL/description)

2015-04-23 Thread Worik
Public bug reported: When a journal entry is created and a string is added with DQUOTE characters in it the RFC5545 says in 3.8.1.5 that the description syntax is: description = DESCRIPTION descparam : text CRLF 'text' is described in 3.3.11 as: text = *(TSAFE-CHAR / : /

[Bug 1410526] [NEW] Cannot reverse an upgrade

2015-01-13 Thread Worik
.. Worik ** Affects: ubuntu-meta (Ubuntu) Importance: Undecided Status: New ** Tags: wishlist -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1410526 Title: Cannot reverse an upgrade

[Bug 1022132] Re: package gnats 4.1.0-2 failed to install/upgrade: ErrorMessage: dependency problems - leaving unconfigured

2014-10-29 Thread Worik
I have installed it. I cannot use it without having to make changes which I will file other bug reports for -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1022132 Title: package gnats 4.1.0-2

[Bug 1387502] [NEW] Missing dependency on xinetd

2014-10-29 Thread Worik
Public bug reported: Gnats needs to run gnatsd. gnatsd is run by xinetd. I have installed gnats but xinetd is not installed. ** Affects: gnats (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1387503] [NEW] mkdb cannot be run as user gnats

2014-10-29 Thread Worik
Public bug reported: For one the shell of user gnats is set to /usr/sbin/nologin But: sudo su -s /bin/sh gnats -c /usr/lib/gnats/mkdb DB name fails because /var/lib/gnats is owned by root.root with no write permissions for gnats user. This is minor (I think) as any path can be added here so

[Bug 1387505] [NEW] Documentation of gnatsd port out of date

2014-10-29 Thread Worik
Public bug reported: gnats-faq/Port-Number.html#Port-Number In 3.xxx versions, gnatsd uses port 1529 by default; as this port is officially assigned to another application (see the list of port numbers maintained by the Internet Assigned Numbers Authority) it will probably change in 4.x. This

[Bug 352167] Re: ubuntu let me install two webservers on port 80 with out even a warning

2014-04-15 Thread Worik
This effected me too after I upgraded to 13.10 using do-release-upgrade tntnet was installed (I had no idea what tntnet was till this happened) so then apache would not start. I remover tntnet and everything works now -- You received this bug notification because you are a member of Ubuntu

Re: [Bug 1198029] Re: taskset hangs

2013-10-12 Thread Worik
the wisdom of using 'taskset'. Does it need to have its CPU affinity set like this? Had I been a (more) naive user unable to pull the install script apart I would have been completely stumped. It seems to me that using 'taskset' is a layer of complexity we do not need. cheers Worik -- As I

Re: [Bug 1198029] Re: taskset hangs

2013-10-11 Thread Worik
On 12/10/13 13:21, Phillip Susi wrote: Does taskset -c /bin/bash also hang for you? ** Changed in: util-linux (Ubuntu) Status: New = Incomplete $ taskset -c /bin/bash Usage: taskset [options] [mask | cpu-list] [pid|cmd [args...]] Options: -a, --all-tasks operate on all

Re: [Bug 1198029] Re: taskset hangs

2013-10-11 Thread Worik
On 12/10/13 17:09, Phillip Susi wrote: Oops, I left off the 0 after the -c. $ taskset -c 0 /bin/bash Does not hang W -- As I went walking I saw a sign there And on the sign it said 'No Trespassing' But on the other side it didn't say nothing, That side was made for you and me – Woody

[Bug 1198028] [NEW] mythtv-setup hangs

2013-07-04 Thread Worik
Public bug reported: mythtv-setup hangs on xterm -title MythTV Setup Terminal -e taskset -c 0 /usr/bin/mythtv- setup.real --syslog local7 xterm -title MythTV Setup Terminal -e /usr/bin/mythtv-setup.real --syslog local7 fixes it. I'll file this against util-linux (taskset) too Package:

[Bug 1198029] [NEW] taskset hangs

2013-07-04 Thread Worik
Public bug reported: mythtv-setup hangs on xterm -title MythTV Setup Terminal -e taskset -c 0 /usr/bin/mythtv- setup.real --syslog local7 xterm -title MythTV Setup Terminal -e /usr/bin/mythtv-setup.real --syslog local7 fixes it. I've filed this in mythtv too. Using ubuntu 12.10 **

Re: [Bug 1050730] Re: Firefox on Unity3D unusabley slow

2013-01-16 Thread Worik
and Mozilla Firefox 12.0 on my laptop. (Running mint on the laptop, Ubuntu 3D on desktop). Helpful? Worik -- Overcoming poverty is not a task of charity, it is an act of justice -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 1055221] [NEW] Cannot find flac decoder

2012-09-23 Thread Worik
Public bug reported: I have just installed mp3burn In a directory of flac files I run $ mp3burn -d *.flac FLAC decoder is not available But surely this should be a dependency? libaudio-flac-decoder-perl is installed ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: mp3burn 0.4.2-2

[Bug 1055221] Re: Cannot find flac decoder

2012-09-23 Thread Worik
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1055221 Title: Cannot find flac decoder To manage notifications about this bug go to:

[Bug 1050730] Re: Firefox on Unity3D unusabley slow

2012-09-13 Thread Worik
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1050730 Title: Firefox on Unity3D unusabley slow To manage notifications about this bug go to:

[Bug 1050730] [NEW] Firefox on Unity3D unusabley slow

2012-09-13 Thread Worik
Architecture: amd64 ArecordDevices: List of CAPTURE Hardware Devices card 1: Generic_1 [HD-Audio Generic], device 0: ALC269VB Analog [ALC269VB Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC1: worik 4315 F

[Bug 1047089] [NEW] Cannot open certain file names unless fill path given

2012-09-06 Thread Worik
Public bug reported: Given a file name containing embedded :: eog needs to be passed the complete path and cannot open it in the current directory For instance given the file /tmp/foo::bar.png... /tmp$ eog foo::bar.eog fails /tmp$ eog foo\:\:bar.png fails But /tmp$ eog /tmp/foo\:\:bar.png

[Bug 1020767] [NEW] Suspending hangs computer

2012-07-03 Thread Worik
Public bug reported: This has happened twice so far. I suspend my laptop (using menu) the mand wen I turn it back on I get a black screen with the mouse pointer painted white and working sporadically in that when I move my finger on the trackboard and wait a while the mouse pointer jiggles. I

[Bug 1020767] Re: Suspending hangs computer

2012-07-03 Thread Worik
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1020767 Title: Suspending hangs computer To manage notifications about this bug go to:

[Bug 410081] Re: Writer saving .odt takes too long (10 seconds)

2011-09-19 Thread Worik
I think this is it. Was some time ago... ** Attachment added: final shorten version the hedging performance.docx https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/410081/+attachment/2428499/+files/final%20shorten%20version%20the%20hedging%20performance.docx -- You received this

[Bug 410081] Re: Writer saving .odt takes too long (10 seconds)

2011-09-19 Thread Worik
this is the same bug. If the word processor blocks while saving complex documents it is limited as to the size of document that can be processed in it. Faster, is not fixed. The problem is the blocking. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 410081] Re: Writer saving .odt takes too long (10 seconds)

2011-09-18 Thread Worik
It is quicker now in Libre Office, but it still blocks while saving, which it should not do. Key strokes I make whilst saving is proceeding are discarded. So it is still a bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 201642] Re: [upstream] [3.2] print orientation won't change

2011-09-15 Thread Worik
** Also affects: df-libreoffice Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/201642 Title: [upstream] [3.2] print orientation won't change To manage

[Bug 843393] [NEW] When I press take picture it reports an error Cannot create directory '~/Webcam_Pictures'

2011-09-06 Thread Worik
Public bug reported: It popped up a dialogue and would not let me take a phot. When I created the directory manually and reran camorama it still gave the same error message. I wager I am not the first to report this! W ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: camorama 0.19-2.1

[Bug 843393] Re: When I press take picture it reports an error Cannot create directory '~/Webcam_Pictures'

2011-09-06 Thread Worik
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843393 Title: When I press take picture it reports an error Cannot create directory '~/Webcam_Pictures' To manage notifications about this bug go to:

[Bug 811382] [NEW] Table of contyents s is stuffed

2011-07-15 Thread Worik
Public bug reported: I expect this is a known problem but I cannot get the table of contents creator to work when I am pasting text from one document to another ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: libreoffice-core 1:3.3.2-1ubuntu4 ProcVersionSignature: Ubuntu

[Bug 811382] Re: Table of contyents s is stuffed

2011-07-15 Thread Worik
** Attachment added: Chicks.odt https://bugs.launchpad.net/bugs/811382/+attachment/2211073/+files/Chicks.odt -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/811382 Title: Table of contyents s is

[Bug 783389] Re: HP LaserJet 1000/1005/1018/1020/P1005/P1006/... (on USB) stopped working in 11.04, worked in 10.04

2011-06-20 Thread Worik
and there is no test page as requested but it appears in print queue then disappears. Worik -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/783389 Title: HP LaserJet 1000/1005/1018/1020/P1005/P1006/... (on USB

[Bug 799967] [NEW] No sound from speakers, do get sound from headphone jack

2011-06-20 Thread Worik
Architecture: i386 ArecordDevices: List of CAPTURE Hardware Devices card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog] Subdevices: 1/1 Subdevice #0: subdevice #0 AudioDevicesInUse: USERPID ACCESS COMMAND /dev/snd/controlC0: worik 1571 F pulseaudio

[Bug 799967] Re: No sound from speakers, do get sound from headphone jack

2011-06-20 Thread Worik
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/799967 Title: No sound from speakers, do get sound from headphone jack To manage notifications about this bug go to:

Re: [Bug 775317] Re: Cannot down grade away from natty

2011-05-05 Thread Worik
On 05/05/11 21:23, IKT wrote: Isn't backing up your home directory and reinstalling 10.10 a legit downgrade strategy? No. You loose all changes you make since the upgrade. -- If we amplify everything, we hear nothing. -- -- You received this bug notification because you are a member of

[Bug 775317] [NEW] Cannot down grade away from natty

2011-05-01 Thread Worik
to back out. But I am stuck. For any upgrade there should be a downgrade path cheers Worik ProblemType: Bug DistroRelease: Ubuntu 11.04 Package: ubuntu-desktop 1.220 ProcVersionSignature: Ubuntu 2.6.38-8.42-generic-pae 2.6.38.2 Uname: Linux 2.6.38-8-generic-pae i686 Architecture: i386 Date: Mon May

[Bug 775317] Re: Cannot down grade away from natty

2011-05-01 Thread Worik
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/775317 Title: Cannot down grade away from natty -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

Re: [Bug 701312] Re: The users-admin command does not work

2011-01-20 Thread Worik
was sent Only useful button still the close button. I am slow responding, this is not my main computer. Apologese. Worik -- Dig it out of the ground Melt it down Bury it Guard it -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

Re: [Bug 701312] Re: The users-admin command does not work

2011-01-20 Thread Worik
More data: I ran worik@delilah:~/TV$ (gdmsetup 21) /tmp/gdmsetup.log No useful buttons but close (cannot unlock) Attached that log cheers Worik On 21 January 2011 13:19, Worik Stanton worik.stan...@gmail.com wrote: https://launchpad.net/ubuntu/+archive/primary/+files/system-tools

[Bug 701312] Re: The users-admin command does not work

2011-01-11 Thread Worik
system as it is rather than making such a fundamental change as enabling the next releases repositories. Worik -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701312 Title: The users-admin command

[Bug 701312] [NEW] The users-admin command does not work

2011-01-10 Thread Worik
... wo...@delilah:~$ users-admin (users-admin:1921): Liboobs-WARNING **: There was an unknown error communicating asynchronously with the backends: Malformed message was sent I can run sudo commands. There are no other symptoms of authentication problems. Worik ProblemType: Bug DistroRelease

[Bug 701312] Re: The users-admin command does not work

2011-01-10 Thread Worik
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701312 Title: The users-admin command does not work -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 701318] [NEW] apport is difficult to use

2011-01-10 Thread Worik
is only for experienced Linux users, which means that when we all grow old and die there will be no Linux users left! Worik ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: apport 1.13.3-0ubuntu2 ProcVersionSignature: Ubuntu 2.6.32-26.48-generic 2.6.32.24+drm33.11 Uname: Linux 2.6.32-26

[Bug 701318] Re: apport is difficult to use

2011-01-10 Thread Worik
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/701318 Title: apport is difficult to use -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 663100] Re: Thunderbird starts Konqueror instead of Firefox when clicking to links in mails

2010-10-20 Thread Worik
sudo update-alternatives --verbose --config x-www-browser was not enough for me (it was set to epiphany) I had to go to preferences-preferred applications and change the Internet/Webbrowser from Custom to firefox These were changed by the upgrade to 10.10. That's a bug Worik -- Thunderbird

[Bug 585691] [NEW] Could not find .help.ESS

2010-05-25 Thread Worik
Public bug reported: Binary package hint: ess Using ess and ?foo at the prompt results in the message Error: could not find function .help.ESS appearing in a new buffer. lsb_release -rd Description:Ubuntu 10.04 LTS Release:10.04 ** Affects: ess (Ubuntu) Importance:

[Bug 406971] Re: language changes to English USA when on English UK

2010-02-25 Thread Worik
Demonstrates the document uses English UK but the spell checker uses English USA. ** Attachment added: Example of Bug http://launchpadlibrarian.net/39757466/foo.odt -- language changes to English USA when on English UK https://bugs.launchpad.net/bugs/406971 You received this bug

[Bug 406971] Re: language changes to English USA when on English UK

2010-02-25 Thread Worik
If I start a new document the problem does not occur. Methinks this has something to do with this being a word document in the first instance. -- language changes to English USA when on English UK https://bugs.launchpad.net/bugs/406971 You received this bug notification because you are a member

[Bug 431872] Re: Difficulties to switch the selected language for the whole document (in the spelling check feature)

2010-02-24 Thread Worik
I have the same problem. When I saved a word document in ODT format the spell checker is using USA English. I changed the language in the tools-options menu to UK English. The language selection in the options stays UK English but every time I do a spell check it uses USA English. If I select

Re: [Bug 495390] Re: Does not work with mouse or remember state

2009-12-16 Thread Worik
Switch Proxy Tool 1.4.1 Disable that, no problems. cheers Worik 2009/12/16 Micah Gersten launch...@micahscomputing.com: If you want to try disabling all your extensions and then enable them one by one, maybe you can find the one causing the issue.  If you figure it out, please let us know

[Bug 495390] Re: Does not work with mouse or remember state

2009-12-15 Thread Worik
I tried installing firefox-3.0 sudo aptitude install firefox-3.0 but it installed firefox-3.5 What can I do? W -- Does not work with mouse or remember state https://bugs.launchpad.net/bugs/495390 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 495390] Re: Does not work with mouse or remember state

2009-12-15 Thread Worik
I tried installing from http://download.mozilla.org/?product=firefox-3.5.5os=linuxlang=en-GB but it made no difference. Same bugs -- Does not work with mouse or remember state https://bugs.launchpad.net/bugs/495390 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 495390] Re: Does not work with mouse or remember state

2009-12-15 Thread Worik
How do I abandon ubuntu-9.10 and return to the previous version. I am finding more and more that knoqueror does not cut it and I need to use firefox. But I am stuck without it. Getting quite frustrated here! W -- Does not work with mouse or remember state

Re: [Bug 495390] Re: Does not work with mouse or remember state

2009-12-15 Thread Worik
I moved ~/.mozilla out of the way and the broblem has gone away. (But I loose all saved state like beekmarks) There is something I must have in my ~/.mozilla on two out of three computers. Or it may that the two that do not work are not i386. One is 64-bit and the other is a Transmeta (which

[Bug 495390] Re: Does not work with mouse or remember state

2009-12-14 Thread Worik
Any advice? I still have two computers using ubuntu 9.10 where firefox does not work (and one which does). W -- Does not work with mouse or remember state https://bugs.launchpad.net/bugs/495390 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

Re: [Bug 495390] Re: Does not work with mouse or remember state

2009-12-13 Thread Worik
for a little while. cheers Worik On Sun, 13 Dec 2009 12:31:28 Micah Gersten wrote: Does this happen in any other app like Epiphany or Abiword? ** Changed in: firefox-3.5 (Ubuntu) Status: New = Incomplete -- Does not work with mouse or remember state https://bugs.launchpad.net/bugs/495390

Re: [Bug 495390] Re: Does not work with mouse or remember state

2009-12-12 Thread Worik
could fin related, and then installed 'abrowser'. Still have the same problem. Have you any recommendations for diagnosing further what is causing the problem? cheers Worik -- Does not work with mouse or remember state https://bugs.launchpad.net/bugs/495390 You received this bug notification

Re: [Bug 495390] Re: Does not work with mouse or remember state

2009-12-12 Thread Worik
of one tab. See screen shot. Clicking works OK, wheel looks OK. Does that help? Konquerer seems to work fine, but I am not used to it so it may not be. But it is working better than Epiphany cheers Worik ** Attachment added: Screenshot-Scoop - New Zealand News.png http

[Bug 495390] [NEW] Does not work with mouse or remember state

2009-12-11 Thread Worik
Public bug reported: Binary package hint: firefox-3.5 Problem is with the left mouse button and the wheel. When the browser window first opens it is OK. If I open a new tab, or just wait a bit: * the left mouse button does not work * the wheel does not work * the vertical scroll bar is on

[Bug 495390] Re: Does not work with mouse or remember state

2009-12-11 Thread Worik
** Attachment added: Output of dpkg -l http://launchpadlibrarian.net/36688512/packages.txt -- Does not work with mouse or remember state https://bugs.launchpad.net/bugs/495390 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 495390] Re: Does not work with mouse or remember state

2009-12-11 Thread Worik
This does happen using a new empty profile. When I run firefox -P it opens with a blank page. More information: These problems do not occur on my other computer. A laptop. An important difference between the two is the computer I have the problems on I installed KDE and tried running it for a

[Bug 97277] Re: Open Office / Calc - Cannot easily set print orientation.

2009-09-22 Thread Worik
File - Print - Properties - Orientation Does not work on Calc -- Open Office / Calc - Cannot easily set print orientation. https://bugs.launchpad.net/bugs/97277 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 410081] Re: Saving takes too long

2009-08-10 Thread Worik
This is a bug. Taking 10 seconds away from the user to do a process that could happen in the background is definitely a bug. ** Changed in: openoffice.org (Ubuntu) Status: Invalid = Confirmed -- Saving takes too long https://bugs.launchpad.net/bugs/410081 You received this bug

Re: [Bug 410081] Re: Saving takes too long

2009-08-10 Thread Worik
be unable to use the programme whilst it is writing those monstrous files? The user experience of Open Office would be much improved by not having to wait 10 seconds for a process that could be happening in the background. cheers Worik ** Changed in: openoffice.org (Ubuntu) Status: New

[Bug 410081] Re: Saving takes too long

2009-08-06 Thread Worik
** Attachment added: The document that I am working on http://launchpadlibrarian.net/29981936/final_shorten_version_the_hedging_performance.odt ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/29981937/Dependencies.txt -- Saving takes too long

[Bug 410081] [NEW] Saving takes too long

2009-08-06 Thread Worik
Public bug reported: Binary package hint: openoffice.org This is simalar to other bugs reported but I did not see exactly this one. IMO this is a feature request: Faster saving please. I am editing a 10 page ODF document that I imported from a docx. When I press C-s to save it takes about 10

[Bug 327400] [NEW] sudo apt-get install abiword-common does not work

2009-02-09 Thread Worik
: command not found I was told to install abiword-common but I needed to install abiword- gnome. What I did do find the bug was follow instructions wo...@alby:~$ sudo apt-get install abiword-common [sudo] password for worik: Reading package lists... Done Building dependency tree

[Bug 282540] [NEW] A per document dictionary

2008-10-13 Thread Worik
it to a global dictionary and without having to reset ignore all each time I open oowriter or oocalc (the two components I use most often) cheers Worik Stanton [EMAIL PROTECTED] ProblemType: Bug Architecture: i386 Date: Mon Oct 13 20:08:31 2008 DistroRelease: Ubuntu 8.04 Package: openoffice.org-core 1:2.4.1

[Bug 282540] Re: A per document dictionary

2008-10-13 Thread Worik
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/18493715/Dependencies.txt -- A per document dictionary https://bugs.launchpad.net/bugs/282540 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs

[Bug 255941] [NEW] Reducing decimal places changes formatting

2008-08-07 Thread Worik
Public bug reported: Binary package hint: openoffice.org In one cell (say a1) enter $22. In b1 enter 12% $22.00 and 12.00% displayed. So far so good. Select both cells and click Delete Decimal Place Now: 2200.0% and 12.0% displayed. Not so good. cheers Worik $ lsb_release -rd Description

[Bug 255941] Re: Reducing decimal places changes formatting

2008-08-07 Thread Worik
** Attachment added: Dependencies.txt http://launchpadlibrarian.net/16634313/Dependencies.txt -- Reducing decimal places changes formatting https://bugs.launchpad.net/bugs/255941 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 194146] Re: Landscape printing does not work from calc

2008-03-07 Thread Worik
Using the format/Page menu works to set orientation cheers Worik -- Landscape printing does not work from calc https://bugs.launchpad.net/bugs/194146 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu

[Bug 194146] [NEW] Landscape printing does not work from calc

2008-03-07 Thread Worik
Public bug reported: Binary package hint: openoffice.org Setting the page format as 'Landscape' does not work. Printout comes as portrait. This is similar but not the same to #155989 To reproduce: In calc open a document (Mine has 3 sheets and I am printing the 3rd if that makes a difference

[Bug 194146] Re: Landscape printing does not work from calc

2008-02-24 Thread Worik
I am not sure what TerryG is asking for. But The Format-Page menu can be used to set landscape mode. The document will then print out in landscape mode. The bug is setting the mode (portrait/landscape) in the print dialog. cheers Worik -- Landscape printing does not work from calc https