[Bug 1827735] Re: DBus/MPRIS2: Totem says it is "Paused" even the stream has ended "Stopped"

2022-02-22 Thread moma
Hello, Some applications monitor the DBus for Start/Pause/Stop-messages from media players. When an audio track ends (in Totem), it should send a "Stop" message so other applications can update their status properly. For example, audio-recorder shows "Paused" status for Totem even Totem has

[Bug 1822156] Re: Cannot parse m3u8 playlist

2021-09-21 Thread moma
Hello, It works noW. I just noticed that Totem now plays well the m3u8 file. I have upgraded this Ubuntu 21.10 and also tested Pipewire (pipewiresrc) as recording source for Gstreamer. I have no clear explanation why the m3u8 works now. Maybe the updates? Thank you. Osmo Antero -- You

[Bug 1822156] Re: Cannot parse m3u8 playlist

2021-09-20 Thread moma
Just noticed that VLC opens and plays the "radio.m3u8" stream just fine. (It is the "YLE Puhe" radio channel from Finland) $ sudo apt install vlc $ vlc Download/radio.m3u8 Ref: https://www.radio-browser.info/#/search?page=1=YLE -- You received this bug notification because you are a member of

[Bug 1822156] Re: Cannot parse m3u8 playlist

2021-09-20 Thread moma
Hello, Yes, it is long time since I filed this report. I am now using Ubuntu 21.10 (daily version). I tried to play the file in Totem, but it does not understand the format (or Gstreamer is missing a plugin for it). I have installed the ubuntu-restricted-extras package. I attached a video of

[Bug 1874407] [NEW] Ubuntu 20.04: Cannot start gnome-tweak-tool

2020-04-23 Thread moma
Public bug reported: $ sudo apt install gnome-tweak-tool $ gnome-tweaks Traceback (most recent call last): File "/usr/lib/python3/dist-packages/gtweak/app.py", line 30, in do_activate self.win = Window(self, model) File "/usr/lib/python3/dist-packages/gtweak/tweakview.py", line 25, in

[Bug 1871098] Re: Kylin 20.04 installation crashed

2020-04-06 Thread moma
Hello, All good. Looks like the installation completed successfully after all. Ubuntu Kylin 20.04 installed a beautiful boot/GRUB2-menu and Kylin starts up and works fine. The error messages during the finals stages of installation might be related to boot mode in the BIOS (UEFI Boot vs. CMS

[Bug 1871098] [NEW] Kylin 20.04 installation crashed

2020-04-06 Thread moma
Public bug reported: Just downloaded Kylin 20.04. Installation crashed at the very end ~~seems to me. Maybe boot partition EFI... error ProblemType: Bug DistroRelease: Ubuntu Kylin 20.04 Package: ubiquity 20.04.9 [origin: Ubuntu] ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27 Uname:

[Bug 1843132] Re: Cannot open .gif image (or is it .webm or .jpg format image? )

2019-11-15 Thread moma
Ok, many thanks. If change the filename and the image appears. I cannot change mee. ;-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1843132 Title: Cannot open .gif image (or is it .webm or .jpg

[Bug 1843132] Re: Cannot open .gif image (or is it .webm or .jpg format image? )

2019-09-12 Thread moma
I just noticed that the image is shown right on my desktop (as a thumbnail icon), BUT cannot be shown in the EyeOfGnome. Why this difference? What the fudge is going on? Who makes the software? Do they use the library or different one? Kyndly A user -- You received this bug notification

[Bug 1843132] Re: Cannot open .gif image (or is it .webm or .jpg format image? )

2019-09-08 Thread moma
Sorry. I think the package in question is "The GNOME image viewer.". I have "Image Viewer" v3.32.1, also called for "EyeOfGnome", https://wiki.gnome.org/Apps/EyeOfGnome -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1843132] [NEW] Cannot open .gif image (or is it .webm or .jpg format image? )

2019-09-07 Thread moma
). The image is shown right in Firefox and Chrome browsers. So GNOME should be able too. Kindly Moma ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: nautilus 1:3.32.1-0ubuntu0.19.04.0 Uname: Linux 5.0.1-050001-generic x86_64 ApportVersion: 2.20.10-0ubuntu27.1 Architecture: amd64 CurrentDesktop

Re: [Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-06-10 Thread moma
gt; > Please see: > > https://specifications.freedesktop.org/mpris-spec/latest/Player_Interface.html#Property:PlaybackStatus > > Please fix this too. > https://bugs.launchpad.net/ubuntu/+source/gnome-music/+bug/1819037 > > Thank you for GnomeMusic. > > Most

[Bug 1827735] Re: DBus/MPRIS2: Totem says it is "Paused" even the stream has ended "Stopped"

2019-05-04 Thread moma
Re-hi, Sorry for this nitpicking. The results (from debug1.sh) were from Rhythmbox. I meant this: $ ./debug1.sh org.mpris.MediaPlayer2.totem says: I AM PLAYING. Confirmed state is: (<'Playing'>,) Then the *LAST* song ends. org.mpris.MediaPlayer2.totem says: I AM PAUSED. Confirmed state is:

[Bug 1827735] [NEW] DBus/MPRIS2: Totem says it is "Paused" even the stream has ended "Stopped"

2019-05-04 Thread moma
Public bug reported: Hello, Question 1: === When asking status of Totem via DBus/MPRIS2, it says "Paused" even the song has ended. Shouldn't it return "Stopped" state. I am using a small bash-script to see the DBus-messages. $ ./debug1.sh org.mpris.MediaPlayer2.rhythmbox says: I AM

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-05-03 Thread moma
#!/usr/bin/bash #A simple bash script to detect PlaybackStatus PLAYER="org.gnome.Music" FOUND=0 check_PlaybackStatus() { ret=$(gdbus call --session \ --dest "$1" \ --object-path '/org/mpris/MediaPlayer2' \ --method 'org.freedesktop.DBus.Properties.Get' \

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-05-02 Thread moma
I want to be more spesific: https://bazaar.launchpad.net/~audio-recorder/audio- recorder/trunk/view/head:/src/dbus-mpris2.c LINE 208: static void mpris2_signal(GDBusProxy *proxy, gchar *sender_name, gchar *signal_name, GVariant *parameters, gpointer user_data) {

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-05-02 Thread moma
ing. Would you check if gnome-music sends a right PlaybackStatus value IMMEDIATELY after it had sent its PlaybackStatus = "Stopped" message. Maybe gnome-music is just very rapid to change its state. As said: Recorder receives PlaybackStatus = "Playing" when it re-asks this

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-04-30 Thread moma
Hello, Yes, you are right. I can see that gnome-music sends a "Stopped" message when a track ends. I used this "dbus-monitor" command to check it: $ dbus-monitor "sender='org.gnome.Music'" | grep -A 5 "PlaybackStatus" ... string "PlaybackStatus" variant string

[Bug 1824584] Re: Libhandy: HdyLeaflet window misbehaves in some situations

2019-04-17 Thread moma
Re-hello, Would someone take a look at my (test) application. Why does the headerbar start flashing in some cases? The code: Radio-011.tar.xz $ cd Radio $ meson . _build --reconfigure $ ninja -C _build ’ Run: $ _build/src/gnome-radio Video clips: “Screencast 2019-04-16 19:20:27.mp4”

[Bug 1824584] [NEW] Libhandy: HdyLeaflet window misbehaves in some situations

2019-04-12 Thread moma
-selecting-same-page-twice-subsequently/753/5?u=osmo_antero Kindly Osmo Moma Antero ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: libhandy-0.0-dev 0.0.9-1 [modified: usr/lib/x86_64-linux-gnu/glade/modules/libglade-handy.so] Uname: Linux 5.0.1-050001-generic x86_64 ApportVersion: 2.20.10

[Bug 1822156] [NEW] Cannot parse m3u8 playlist

2019-03-28 Thread moma
Public bug reported: Hello, I have a m3u8 (utf8 format) playlist, but many players do not understand that file. Neither does totem-pl-parser. Ref: https://developer.gnome.org/totem-pl-parser/stable/ radio.m3u8 attached. ProblemType: Bug DistroRelease: Ubuntu 19.04 Package:

[Bug 1819208] [NEW] GnomeMusic crash. Weird short song in playlist.

2019-03-08 Thread moma
eError: invalid tree path Here are my audio tracks (playlist): https://drive.google.com/open?id=16nFJQRCPVoe46zi9RZvhu_4BVJW-3W51 // Moma Antero ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: gnome-music 3.31.90-1 ProcVersionSignature: Ubuntu 4.19.0-13.14-generic 4.19.20 Uname: Linux 4.19

[Bug 1819198] Re: DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-03-08 Thread moma
JFYI: I am testing GnomeMusic with audio-recorder. https://launchpad.net/audio-recorder -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1819198 Title: DBus/MPRIS2: GnomeMusic should send "Stopped"

[Bug 1819198] [NEW] DBus/MPRIS2: GnomeMusic should send "Stopped" message when audio-track ends

2019-03-08 Thread moma
ations.freedesktop.org/mpris-spec/latest/Player_Interface.html#Property:PlaybackStatus Please fix this too. https://bugs.launchpad.net/ubuntu/+source/gnome-music/+bug/1819037 Thank you for GnomeMusic. Most kindly Moma & Bica (a small kind dog) Portugal ProblemType: Bug DistroRelease: Ubuntu 19.04 Package

[Bug 1594104] Re: GNOME Music stuck at "The contents of your Music folder will appear here"

2019-03-08 Thread moma
This bug is still in Ubuntu 19.04 dev. I hope the fix comes to Ubuntu soon. I started "tracker" manually from the CLI and gnome-music worked quite well. I experienced crash when having a very short (2 - 3 secs) audio file (in my playlist). I will report it if I can re-produce the bug

[Bug 1818422] Re: Totem: DBus reports wrong .desktop file name

2019-03-07 Thread moma
Thank you so much. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818422 Title: Totem: DBus reports wrong .desktop file name To manage notifications about this bug go to:

[Bug 1819037] [NEW] GnomeMusic: DBus/MPRIS2 reports wrong .desktop file name

2019-03-07 Thread moma
em/+bug/1818422 FYI: My (rather old) program is this: https://launchpad.net/~audio-recorder Kindly Moma Portugal ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: gnome-music 3.31.90-1 ProcVersionSignature: Ubuntu 4.19.0-13.14-generic 4.19.20 Uname: Linux 4.19.0-13-generic x86_64 ApportV

[Bug 1818422] [NEW] Totem: DBus reports wrong .desktop file name

2019-03-03 Thread moma
"totem.desktop" file. $ updatedb $ locate totem.desktop The right answer would be "org.gnome.Totem". That is /usr/share/applications/org.gnome.Totem.desktop Please see: https://specifications.freedesktop.org/mpris-spec/latest/Media_Player.html#Property:Identity Please fix it.

[Bug 1818422] Re: Totem: DBus reports wrong .desktop file name

2019-03-03 Thread moma
I meant the "totem" package, NOT mesa. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1818422 Title: Totem: DBus reports wrong .desktop file name To manage notifications about this bug go to:

[Bug 1815670] [NEW] Ubuntu 19.04: Severe GObject/GType error and crash

2019-02-12 Thread moma
updates. Any comments? Kindly Osmo (moma) Antero --- EDIT: This bug report is similar https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/issues/552 --- ProblemType: Bug DistroRelease: Ubuntu 19.04 Package: gstreamer1.0-tools 1.15.1-1 ProcVersionSignature: Ubuntu 4.19.0-12.13

Re: [Bug 1779237] Re: package python3 3.6.5-3ubuntu1 failed to install/upgrade: installed python3 package post-installation script subprocess returned error exit status 4

2018-07-19 Thread moma
>> Ubuntu printing stack - or why having it installed would cause issues for simple-scan. Well, simple-scan does not detect any scanners because HPLIP crashes due to its incompatibility with the GNOME-desktop (its systray). simple-scan is dependent on the printer/scanner drivers. That is why.

Re: [Bug 1779237] Re: package python3 3.6.5-3ubuntu1 failed to install/upgrade: installed python3 package post-installation script subprocess returned error exit status 4

2018-07-16 Thread moma
elp, but I finally managed to disable the hplip`s use of systray. Ref: https://sourceforge.net/projects/hplip/files/hplip/ http://www.openprinting.org/download/printdriver/auxfiles/HP/plugins/ Greetings osmo (moma) antero Steve Langasek escreveu no dia segunda, 16/07/2018 à(s) 22:00: > > I

[Bug 1780559] [NEW] package python3-update-manager 1:18.04.11.3 failed to install/upgrade: problemas com dependências - a deixar por configurar

2018-07-07 Thread moma
Public bug reported: I think this bug is well known. ProblemType: Package DistroRelease: Ubuntu 18.04 Package: python3-update-manager 1:18.04.11.3 ProcVersionSignature: Ubuntu 4.15.0-25.27-generic 4.15.18 Uname: Linux 4.15.0-25-generic x86_64 ApportVersion: 2.20.9-0ubuntu7.2 AptOrdering:

[Bug 1679535] [NEW] ! Cannot connect to internet in Ubuntu 17.04 (DNS Lookup fails)

2017-04-04 Thread moma
Public bug reported: Hello, I think this is a bug in the WIFI-driver or kernel. Ubuntu is connected to the WIFI (router) box, but it cannot find DNS server to get to the internet. I have periodically *serious* problems with WIFI in Ubuntu 17.04. The network icon shows "connected" to the router

[Bug 1668030] [NEW] arp-scan segfaults (when --localnet argument)

2017-02-26 Thread moma
Public bug reported: Hello, $ arp-scan --localnet Falha de segmentação (luotiin core-tiedosto) Translated to english: Segmentation fault. Code dumped. The --localnet argument seems to cause the error. I am running Ubuntu 17.04 $ lsb_release -a Distributor ID: Ubuntu Description:Ubuntu

[Bug 1665147] Re: Closed GtkExpander exposes underlying elements

2017-02-16 Thread moma
** Description changed: -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1665147 Title: Closed GtkExpander exposes underlying elements To manage notifications about this bug go to:

[Bug 1665148] Re: Closed GtkExpander exposes underlying elements

2017-02-16 Thread moma
Screen capture vid attached. ** Attachment added: "vid.mkv" https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/1665148/+attachment/4819940/+files/vid.mkv -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1665147] [NEW] Closed GtkExpander exposes underlying elements

2017-02-15 Thread moma
Public bug reported: This a very minor issue (and maybe a feature, not a bug) GTK3-based audio-recorder has a GtkExpander widget. It contains a listbox and some other elements. The listbox can be shown and activated event the GtkExpander is closed. Screenshot: http://bildr.no/view/dys1WkhP The

[Bug 1665148] Re: Closed GtkExpander exposes underlying elements

2017-02-15 Thread moma
Forgot to mention. I just click below the closed GtkExpander and the click-event seems to dive down to the listbox. The listbox pops up. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1665148 Title:

[Bug 1665148] [NEW] Closed GtkExpander exposes underlying elements

2017-02-15 Thread moma
Public bug reported: This a very minor issue (and maybe a feature, not a bug) GTK3-based audio-recorder has a GtkExpander widget. It contains a listbox and some other elements. The listbox can be shown and activated event the GtkExpander is closed. Screenshot: http://bildr.no/view/dys1WkhP The

Re: [Bug 1608485] Re: Some (radio)streams are not played

2016-11-02 Thread moma
Version table: >> *** 1.8.3-1 500 >> 500 http://ubuntu.inode.at/ubuntu yakkety/main amd64 Packages >> 100 /var/lib/dpkg/status >> >> $ lsb_release -a >> Distributor ID: Ubuntu >> Description: Ubuntu 16.10 >> Release: 16.10, Codenam

Re: [Bug 1608485] Re: Some (radio)streams are not played

2016-11-02 Thread moma
ndidate: 1.8.3-1 > Version table: > *** 1.8.3-1 500 > 500 http://ubuntu.inode.at/ubuntu yakkety/main amd64 Packages > 100 /var/lib/dpkg/status > > $ lsb_release -a > Distributor ID: Ubuntu > Description: Ubuntu 16.10 > Release: 16.10, Codename: y

[Bug 1608485] Re: Some (radio)streams are not played

2016-11-02 Thread moma
** Bug watch added: github.com/haecker-felix/gradio/issues #36 https://github.com/haecker-felix/gradio/issues/36 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1608485 Title: Some (radio)streams

Re: [Bug 1608485] Re: Some (radio)streams are not played

2016-11-02 Thread moma
://ubuntu.inode.at/ubuntu yakkety/main amd64 Packages 100 /var/lib/dpkg/status $ lsb_release -a Distributor ID: Ubuntu Description: Ubuntu 16.10 Release: 16.10, Codename: yakkety I will later test this issue on Ubuntu 16.04. OK? Osmo Moma Antero Portugal On Wed, Nov 2, 2016 at 5:23 AM

Re: [Bug 1611010] Re: yakkety desktop - non-english installation crashes with /plugininstall.py: ValueError: invalid literal for int() with base 10: ''

2016-08-23 Thread moma
Re-hi, I may agree with @sudodus, I cannot remember to have changed language or keyboard during the installation. I kept all in default: Language = 'en' My initial bug was #1612570. On Tue, Aug 23, 2016 at 9:14 PM, sudodus <1611...@bugs.launchpad.net> wrote: > I don't think bug #1616183 is a

[Bug 1612570] Re: Ubuntu 16.10 Installer crashed

2016-08-12 Thread moma
Success. I downloaded a new 64bit iso-image from Ubuntu Daily. Again I used usb-create-gtk (on Ubuntu 16.04) to transfer it to a USB-pen. Now the installation completed with success and I have a fresh Ubuntu 16.10 on my laptop. Gonna verify audio-recorder for Yakkety Yak

[Bug 1612570] [NEW] Ubuntu 16.10 beta Installed crashed

2016-08-12 Thread moma
Public bug reported: I made a bootable USB-pen of Ubuntu 16.10 daily with usb-creator-gtk. The installed started fine but then crashed. ProblemType: Bug DistroRelease: Ubuntu 16.10 Package: ubiquity 16.10.7 ProcVersionSignature: Ubuntu 4.4.0-33.52-generic 4.4.15 Uname: Linux 4.4.0-33-generic

[Bug 1608485] Re: Some (radio)streams are not played

2016-08-01 Thread moma
** Description changed: Hello, I want listen to YLE-Radio from Finland, but the web-stream do not play in Totem. Here are some YLE-stations with HLS streams: Radio YleX/Finland Swedish: HLS URL: http://yleuni-f.akamaihd.net/i/yleliveradiohd_2@113879/master.m3u8 Yle

[Bug 1608485] [NEW] Some (radio)streams are not played

2016-08-01 Thread moma
Public bug reported: Hello, I want listen to YLE-Radio from Finland, but the web-stream do not play in Totem. Here are some YLE-stations with HLS streams: Radio YleX/Finland Swedish: HLS URL: http://yleuni-f.akamaihd.net/i/yleliveradiohd_2@113879/master.m3u8 Yle Puhe/Talk: HLS URL:

[Bug 1518670] Re: gnome-sound-preferences loses its setting

2015-11-22 Thread moma
Forgot. I am running Ubuntu 15.10 (wily). $ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description:Ubuntu 15.10 Release:15.10 Codename: wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1518670] [NEW] gnome-sound-preferences loses its setting

2015-11-22 Thread moma
Public bug reported: Hello, I have set 'Allow louder than 100%' in the sound-preferences. But sound-preferences looses this setting when I scroll with mouse on the sound-icon (on the system tray). The sound-preferences snaps back to normal 100%. Please see the video: ProblemType: Bug

[Bug 1315122] Re: Keyboard indicator shows wrong layout, and default layout is not active

2015-11-07 Thread moma
*** This bug is a duplicate of bug 1240198 *** https://bugs.launchpad.net/bugs/1240198 Keyboard indicator shows wrong code. Keyboard indicator shows Norwegian (NO) keyboard, while the keys produce Portugues (PT) letters. Sometimes after reboot or hibernation the keyboard indicator shows a

Re: [Bug 1509702] Re: add-apt-repository adds same repository multiple times

2015-10-26 Thread moma
. # Then call make_unique from the refresh() function. # This will remove duplicate lines while maintaining sort order of the list. Please see: http://paste.ubuntu.com/12973347/ On Mon, Oct 26, 2015 at 3:43 PM, moma <osm...@gmail.com> wrote: > BTW: > The --remove option empties both the rep

[Bug 1509702] Re: add-apt-repository adds same repository multiple times

2015-10-26 Thread moma
BTW: The --remove option empties both the repository file and its backup copy. But the empty files remains in /etc/apt/sources.list.d/ folder. Is this correct? # Our repository files. $ ls -l /etc/apt/sources.list.d/ -rw-r--r-- 1 root root 207 Out 26 15:41

[Bug 1509702] Re: add-apt-repository adds same repository multiple times

2015-10-26 Thread moma
The add-apt-repository command adds always a new "deb-src" line no matter if the source is enabled or disabled. Example: $ cat /etc/apt/sources.list.d/audio-recorder-ubuntu-ppa-wily.list deb http://ppa.launchpad.net/audio-recorder/ppa/ubuntu wily main deb-src

[Bug 1509702] Re: add-apt-repository adds same repository multiple times

2015-10-25 Thread moma
Screenshot: http://bildr.no/view/ZktOZDRI -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1509702 Title: add-apt-repository adds same repository multiple times To manage notifications about this bug

[Bug 1509702] [NEW] add-apt-repository adds same repository multiple times

2015-10-24 Thread moma
Public bug reported: Hello, I am running Ubuntu 15.10 and noticed that add-apt-repository adds the same source-repository multiple times. I have accidentally run the add-apt command several times. $ sudo add-apt-repository ppa:audio-recorder/ppa A screenshot.

[Bug 1500250] [NEW] Do not show error message when argument is a directory

2015-09-27 Thread moma
Public bug reported: Hello, Why does gedit show an error message when the command line argument is a directory? I have some c-files in my $HOME/src folder and I start gedit with: $ gedit ~/src Users prefer that Gedit would show the directory and its files in the side-bar. Users prefer not to

[Bug 1440196] Re: Problems with the MPRIS2 DBus interface

2015-09-24 Thread moma
MPRIS2-interface works well in Ubuntu 15.10. However, one thing could be better when Totem is used with audio-recorder. I have selected Totem (Video) in audio-recorder to record some sound tracks. Totem can send PAUSE and PLAY commands with track name to the recorder. But Totem has no STOP

[Bug 1440196] Re: Problems with the MPRIS2 DBus interface

2015-09-24 Thread moma
Image that shows the menu of Totem. It has no Stop option. http://bildr.no/view/dzZRd1Vs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440196 Title: Problems with the MPRIS2 DBus interface To

[Bug 1491421] Re: Dbus-plugin does not work right.

2015-09-03 Thread moma
** Description changed: Totem's DBus-plugin may have a bug. I try to control the Totem-player from Audio-Recorder. Audio-recorder does see the player on the DBus but Totem does not reply requests. - This same bug was reported last year too. And year before. Now this annoying bug is

[Bug 1491421] [NEW] Dbus-plugin does not work right.

2015-09-02 Thread moma
Public bug reported: Totem's DBus-plugin may have a bug. I try to control the Totem-player from Audio-Recorder. Audio-recorder does see the player on the DBus but Totem does not reply requests. This same bug was reported last year too. And year before. Now this annoying bug is back! What

[Bug 1490169] Re: Cannot install Google Chrome or Atom debs due to "bad quality" error

2015-08-31 Thread moma
I do get the same warning that the "PACKAGE IS OF BAD QUALITY". It asks me to report this cryptical message to the developers. """Lintian check results for /home/moma/Downloads/audio-recorder_1.7-1-wily_amd64.deb: Unknown tag "binary-file-compressed-with-upx

[Bug 1490169] Re: Cannot install Google Chrome or Atom debs due to "bad quality" error

2015-08-31 Thread moma
Additional info. My system is Ubuntu 15.10 beta. $ lsb_release -a Distributor ID: Ubuntu Description:Ubuntu Wily Werewolf (development branch) Release:15.10 Codename: wily -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1440196] Re: Problems with the MPRIS2 DBus interface

2015-04-03 Thread moma
The MPRIS2 spesification. http://specifications.freedesktop.org/mpris-spec/latest/ -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1440196 Title: Problems with the MPRIS2 DBus interface To manage

[Bug 1440196] [NEW] Problems with the MPRIS2 DBus interface

2015-04-03 Thread moma
Public bug reported: Hello, I have activated the MPRIS2 DBus interface (in the Plugins list), but I cannot get any data from the application. These commands do not return any data. dbus-send --print-reply --session --dest=org.mpris.MediaPlayer2.totem /org/mpris/MediaPlayer2

[Bug 1436728] [NEW] Cannot open file: avprobe mis-interprets some file names.

2015-03-26 Thread moma
Public bug reported: Hello, I am using audio-recorder to produce some audio files of types .ogg, .flac and .mp3. I just discovered that avprobe command cannot open the file names produced by the recorder. Avprobe mis-interprets the file given as argument. An example. $ avprobe -show_format

[Bug 1436728] Re: Cannot open file: avprobe mis-interprets some file names.

2015-03-26 Thread moma
A temporary solution is to use a file: prefix on the filename. Like this $ avprobe -show_format -show_streams -pretty file:2015-02-20-22:21:25.ogg Please see this ffmpeg bug: https://trac.ffmpeg.org/ticket/2303 ** Bug watch added: FFmpeg Trac bug tracker #2303

[Bug 1112878] Re: failed to load com32 file gfxboot.c32

2014-10-12 Thread moma
Cannot create USB boot pen on Ubuntu 14.10 I tried to create bootable USB on Ubuntu 14.10 (Unicorn) of standard Ubuntu 14.04 amd64 LTS iso. usb-creator-gtk: usb-creator-gtk failed to boot and displays: failed to load com32 file gfxboot.c32 unetbootin: unetbootin from 14.10 repository fails

[Bug 1299376] Re: FAAC is missing, libgstfaac.so is not present in any package

2014-08-12 Thread moma
Hello, I noticed this bug when re-compiling audio-recorder for Ubuntu 14.10. Ref: http://bazaar.launchpad.net/~osmoma/audio-recorder/trunk/view/head:/src/media-profiles.c I also tried the avenc_aac from the gstreamer1.0-libav package but the recorded file content (test.aac) got bad.

[Bug 1299376] Re: FAAC is missing, libgstfaac.so is not present in any package

2014-08-12 Thread moma
Adding an avmux_* after encoder might make the pipeline work. Obrigado. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1299376 Title: FAAC is missing, libgstfaac.so is not present in any package

[Bug 1299376] Re: FAAC is missing, libgstfaac.so is not present in any package

2014-08-12 Thread moma
Sorry for spamming you with this, but I want to make the pipeline right. The pipeline works fine with avenc_aac and avmux_mp4 (or ex. avmux_mov) : $ gst-launch-1.0 -e pulsesrc device=alsa_output.pci-_00_1b.0.analog-stereo.monitor ! queue ! audioconvert ! audioresample ! avenc_aac

[Bug 744777] Re: Kernel Oops - BUG: unable to handle kernel paging request at 3f93cd3a; EIP is at kfree+0x3d/0xe0

2013-11-20 Thread moma
Hello, Unfortunately I do not have the laptop anymore. I sold it. Can anyone else test the BIOS upgrade? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/744777 Title: Kernel Oops - BUG: unable to

[Bug 1080701] Re: After 'Preparing to install Ubuntu' screen, raring installation hangs

2013-04-07 Thread moma
I got the same error when installing 13.04 beta1 (and all alphas before this). I have a rather complex set of partitions. The installation hangs indefinitely at the Preparing for installation window. $ sudo fdisk -l Disk /dev/sda: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401

[Bug 1080701] Re: After 'Preparing to install Ubuntu' screen, raring installation hangs

2013-04-07 Thread moma
Here are my installation logs (var/log/*) ** Attachment added: installation /var/log/* https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1080701/+attachment/3627739/+files/install-logs.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1080701] Re: After 'Preparing to install Ubuntu' screen, raring installation hangs

2013-04-07 Thread moma
Why is the /var/log/partman file so long (135 iterations)? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1080701 Title: After 'Preparing to install Ubuntu' screen, raring installation hangs To

Re: [Bug 1067494] Re: Using Gstreamer 1.0: Where to get installed audio-formats/media-profiles?

2013-03-21 Thread moma
. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: libgnome-media-profiles-dev 3.0.0-1build1 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-media/+bug/1067494/+subscriptions -- // moma http://www.futuredesktop.org -- You

[Bug 1126610] Re: gnome-codec-install crashes (when trying some samples)

2013-02-25 Thread moma
I was just informed about session-installer. I will use session-installer instead of gnome-codec-install. Ref: https://launchpad.net/sessioninstaller -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 406563] Re: gnome-codec-install crashed with AttributeError: 'module' object has no attribute 'Element'

2013-02-15 Thread moma
from aptdaemon import client, errors, enums File /usr/lib/python2.7/dist-packages/aptdaemon/client.py, line 55, in module class AptTransaction(GObject.Object): AttributeError: 'module' object has no attribute 'Object' moma@raring32:~$ -- You received this bug notification because you

[Bug 406563] Re: gnome-codec-install crashed with AttributeError: 'module' object has no attribute 'Element'

2013-02-15 Thread moma
The version info: $ apt-cache show gnome-codec-install Package: gnome-codec-install Priority: optional Section: universe/gnome Installed-Size: 654 Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com Original-Maintainer: Sebastian Dröge sl...@debian.org Architecture: all

[Bug 1126610] [NEW] gnome-codec-install crashes (when trying some samples)

2013-02-15 Thread moma
Public bug reported: Hello, I want to use gnome-codec-install in my program, but the the command crashes after showing the dialog. The commands: $ gnome-codec-install 'gstreamer|0.10|manual|amr audio|encoder-audio/AMR' and $ gnome-codec-install 'gstreamer|0.10|totem|DivX MPEG-4

[Bug 1094522] Re: bluetooth-wizard crashes when selecting a device

2012-12-31 Thread moma
I tested bluetooth on another Ubuntu 12.10 installation, and it had the very same error that crashed the dialog. I noticed that the bluetooth- wizard showed the device code 00:41:A5:AA:88:71 instead of its name HTC Hero. This error also disappeared after upgrade. I cannot produce the error

[Bug 1094522] [NEW] bluetooth-wizard crashes when selecting a device

2012-12-29 Thread moma
Public bug reported: Hello, I tried to pair my HTC-hero (android) phone with my Ubuntu 12.10 laptop. Ubuntu correctly displays the bluetooth applet where I start the bluetooth-wizard dialog. See picture: http://bildr.no/view/1354477 The dialog crashes immediately when I select the HTC-hero

[Bug 1094522] Re: bluetooth-wizard crashes when selecting a device

2012-12-29 Thread moma
See also bug #1080656 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1094522 Title: bluetooth-wizard crashes when selecting a device To manage notifications about this bug go to:

[Bug 160264] Re: [nvidia] compiz displays white screen when locked

2012-12-03 Thread moma
Switching between users works perfectly well in Ubuntu 12.10. I tested both the guest-account and a second user account, and fast-user-switching from the applet works well. The display flashes couple of time due to mode change, but the up-coming Wayland display manager will fix that too. I

[Bug 1085395] [NEW] Gimp crashed when I edited text (in the new text editing form)

2012-12-01 Thread moma
Public bug reported: Hello, Gimp crashed when I edited text. I marked the text quite many times to change its size. I did it quite many times. Finally Gimp said goodbye. ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: gimp 2.8.2-1ubuntu1 ProcVersionSignature: Ubuntu 3.5.0-18.29-generic

[Bug 1085395] Re: Gimp crashed when I edited text (in the new text editing form)

2012-12-01 Thread moma
Attached are error messages displayed in a terminal window, at or prior to seqfault. ** Attachment added: Error messages at or prior to seqfault https://bugs.launchpad.net/ubuntu/+source/gimp/+bug/1085395/+attachment/3448999/+files/gimp-bug1.txt -- You received this bug notification because

Re: [Bug 994651] Re: NM cannot connect to internet over 3G-modem; wvdial can -- ZTE MF190J

2012-10-30 Thread moma
Hello, I sent an issue to usb-modeswitch forum. Ref: http://www.draisberghof.de/usb_modeswitch/bb/viewtopic.php?f=4t=1100p=7109 // Osmo Antero On Tue, Oct 30, 2012 at 11:35 AM, Marius Kotsbak 994...@bugs.launchpad.netwrote: Could someone please raise this issue in the usb-modeswitch forum, it

[Bug 994651] Re: NM cannot connect to internet over 3G-modem; wvdial can -- ZTE MF190J

2012-10-29 Thread moma
A small update. This 3G-modem (ZTE MF190J) works well Ubuntu 12.10 (Quantal Quetzal). Only one thing needs manual intervention. I have to unmount (eject) it manually from the file manager or Ubuntu-icon. After that it connects well. Step 2 of this thread shows how to prevent auto-mount.

[Bug 1070392] Re: Nvidia-driver on 64bit Ubuntu 12.10 fails to show Unity-desktop.

2012-10-25 Thread moma
In reference to bug #1070427. I had no internet-connection (either wifi or cabel) during the installation. I can make a new test of the entire installment if required. Just ask ;-) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1070392] Re: Nvidia-driver on 64bit Ubuntu 12.10 fails to show Unity-desktop.

2012-10-23 Thread moma
Terminal-window activated via Cntr + Alt + T. ** Attachment added: Desktop without Unity-desktop (low-res wallaper only). https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1070392/+attachment/3410502/+files/Screenshot%20from%202012-10-23%2015%3A42%3A01.png -- You

[Bug 1070392] [NEW] Nvidia-driver on 64bit Ubuntu 12.10 fails to show Unity-desktop.

2012-10-23 Thread moma
Public bug reported: hello, I have made two (2) separate installations of 64bit Ubuntu 12.10 on this laptop. The installation completes correctly and the Nouveau-driver works pretty well and shows correct Unity-desktop. But if I activate the NVIDIA-driver, the desktop displays only a

[Bug 1070392] Re: Nvidia-driver on 64bit Ubuntu 12.10 fails to show Unity-desktop.

2012-10-23 Thread moma
Insytallation-log of: sudo apt-get install nvidia-current nvidia-current-dev nvidia-settings ** Attachment added: kladd1.txt https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1070392/+attachment/3410503/+files/kladd1.txt -- You received this bug notification because

[Bug 1070392] Re: Nvidia-driver on 64bit Ubuntu 12.10 fails to show Unity-desktop.

2012-10-23 Thread moma
** Attachment added: Screenshot from 2012-10-23 16:32:42.png https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1070392/+attachment/3410501/+files/Screenshot%20from%202012-10-23%2016%3A32%3A42.png -- You received this bug notification because you are a member of Ubuntu

[Bug 1070392] Re: Nvidia-driver on 64bit Ubuntu 12.10 fails to show Unity-desktop.

2012-10-23 Thread moma
** Attachment added: Xorg.0.log https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers/+bug/1070392/+attachment/3410511/+files/Xorg.0.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1070392] Re: Nvidia-driver on 64bit Ubuntu 12.10 fails to show Unity-desktop.

2012-10-23 Thread moma
Hi and thank you very much. Your advice worked well and the Nvidia's driver now flashes its logo and the Unity-desktop performs well too. I did: $ sudo apt-get install linux-headers-generic $ sudo apt-get install --reinstall nvidia-current nvidia-current-dev nvidia-settings $ sudo reboot (The

[Bug 1067494] [NEW] Using Gstreamer 1.0: Where to get installed audio-formats/media-profiles?

2012-10-16 Thread moma
Public bug reported: Hello, Our application uses libgnome-media-profiles-dev to get audio-profiles from GConf-registry. We see these values in gconf-editor: system - gstreamer - 0.10 - audio - profiles. We are now moving to GTK3 and Gstreamer 1.0. Libgnome-media-profiles library fails when ran

[Bug 1065195] [NEW] Media-profiles-lib fails with Gstreamer 1.0 because wrong values in GConf-registry

2012-10-10 Thread moma
Public bug reported: My application uses libgnome-media-profiles-dev to get audio-profiles from GConf-registry. Start gconf-editor and browse to: system - gstreamer - 0.10 - audio - profiles. Libgnome-media-profiles library fails when ran with Gstreamer 1.0. The error lies in

[Bug 1063739] [NEW] package openjdk-7-jre-lib 7u7-2.3.2a-1ubuntu1 failed to install/upgrade: package openjdk-7-jre-lib is already installed and configured

2012-10-08 Thread moma
Public bug reported: Ubuntu 12.10 beta: package openjdk-7-jre-lib 7u7-2.3.2a-1ubuntu1 failed to install/upgrade: package openjdk-7-jre-lib is already installed and configured This error appears frequently at login. ProblemType: Package DistroRelease: Ubuntu 12.10 Package: openjdk-7-jre-lib

[Bug 1063739] Re: package openjdk-7-jre-lib 7u7-2.3.2a-1ubuntu1 failed to install/upgrade: package openjdk-7-jre-lib is already installed and configured

2012-10-08 Thread moma
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1063739 Title: package openjdk-7-jre-lib 7u7-2.3.2a-1ubuntu1 failed to install/upgrade: package openjdk-7-jre-lib is already installed and

  1   2   3   4   5   >