Bug#1039940: flatpak: Audio quality is diminished for flatpak apps

2023-06-29 Thread machine
Package: flatpak
Version: 1.14.4-1
Severity: important
X-Debbugs-Cc: makdamu...@rediff.com

Dear Maintainer,

* Music apps (amberol, lollypop, sayonara, etc) have diminished audio quality
on their flatpak versions. debs, appimages, official repos do not suffer from
this.

* Steps to reproduce:
1. Install (amberol, sayonara) as flatpak and deb (from apt or software
center).
2. Install EasyEffects from software center.
3. Play any audio and check output quality on Easyefects dashboard:
   An audio clip which is played at 44.1kHz and 2 channels on native app
will be played at 22kHz and 1 channel on flatpak counterparts.
   This quality degradation is easily identifiable through human ears,
earphones preferred, though speakers can do the job as easily.

* This issue is not reproducible on other distro (tried on Fedora 38).


-- Package-specific info:
Permissions of /usr/bin/bwrap:
-rwxr-xr-x 1 root root 72080 Feb 28 15:08 /usr/bin/bwrap
/etc/sysctl.d/*-bubblewrap.conf:
cat: '/etc/sysctl.d/*-bubblewrap.conf': No such file or directory
/usr/lib/sysctl.d/50-bubblewrap.conf:
# Enable unprivileged creation of new user namespaces in older Debian
# kernels.
#
# If this is not desired, copy this file to
# /etc/sysctl.d/50-bubblewrap.conf and change the value of this parameter
# to 0, then use dpkg-statoverride to make /usr/bin/bwrap setuid root.
#
# For more details see https://deb.li/bubblewrap or
# /usr/share/doc/bubblewrap/README.Debian
kernel.unprivileged_userns_clone=1
/proc/sys/kernel/unprivileged_userns_clone:
1
/proc/sys/user/max_cgroup_namespaces:
26696
/proc/sys/user/max_ipc_namespaces:
26696
/proc/sys/user/max_mnt_namespaces:
26696
/proc/sys/user/max_net_namespaces:
26696
/proc/sys/user/max_pid_namespaces:
26696
/proc/sys/user/max_time_namespaces:
26696
/proc/sys/user/max_user_namespaces:
26696
/proc/sys/user/max_uts_namespaces:
26696

-- System Information:
Debian Release: 12.0
  APT prefers stable-security
  APT policy: (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.1.0-9-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages flatpak depends on:
ii  adduser 3.134
ii  bubblewrap  0.8.0-2
ii  dbus [default-dbus-system-bus]  1.14.6-1
ii  fuse3   3.14.0-4
ii  libappstream4   0.16.1-2
ii  libarchive133.6.2-1
ii  libc6   2.36-9
ii  libcurl3-gnutls 7.88.1-10
ii  libdconf1   0.40.0-4
ii  libfuse3-3  3.14.0-4
ii  libgdk-pixbuf-2.0-0 2.42.10+dfsg-1+b1
ii  libglib2.0-02.74.6-2
ii  libgpgme11  1.18.0-3+b1
ii  libjson-glib-1.0-0  1.6.6-1
ii  libmalcontent-0-0   0.11.0-4
ii  libostree-1-1   2022.7-2
ii  libpolkit-agent-1-0 122-3
ii  libpolkit-gobject-1-0   122-3
ii  libseccomp2 2.5.4-1+b3
ii  libsystemd0 252.6-1
ii  libxau6 1:1.0.9-1
ii  libxml2 2.9.14+dfsg-1.2
ii  libzstd11.5.4+dfsg2-5
ii  xdg-dbus-proxy  0.1.4-3

Versions of packages flatpak recommends:
ii  ca-certificates20230311
ii  desktop-file-utils 0.26-1
ii  gtk-update-icon-cache  3.24.37-2
ii  hicolor-icon-theme 0.17-2
ii  libpam-systemd 252.6-1
ii  p11-kit0.24.1-2
ii  polkitd122-3
ii  shared-mime-info   2.2-1
ii  xdg-desktop-portal 1.16.0-2
ii  xdg-desktop-portal-gnome [xdg-desktop-portal-backend]  43.1-2
ii  xdg-desktop-portal-gtk [xdg-desktop-portal-backend]1.14.1-1
ii  xdg-user-dirs  0.18-1

Versions of packages flatpak suggests:
ii  avahi-daemon0.8-10
ii  malcontent-gui  0.11.0-4

Versions of packages bubblewrap depends on:
ii  libc62.36-9
ii  libcap2  1:2.66-4
ii  libselinux1  3.4-1+b6

Versions of packages bubblewrap recommends:
ii  procps  2:4.0.2-3

-- no debconf information



Bug#878681: /bin/nano: Multiple files at once are opened very slowly (when user doesn't have write permissions)

2017-10-15 Thread machine
Package: nano
Version: 2.7.4-1
Severity: normal
File: /bin/nano

Dear maintainer,

I think that I have found a bug in GNU nano from the stable branch. If a normal 
user (not root) tries to open nano with more than one file at once, for which 
the current user (who executes nano) does not have write permissions, then the 
files will be opened, but very slowly. If you pass, for example, 10 filenames 
as argument, it takes about 10 seconds until you can edit the first file.

For example, create a new directory with some files somewhere in the file 
system (in this example, I'll use $HOME):
cd && mkdir demo && cd demo && touch {1,2,3,4,5,6}.test && chmod 444 
*.test

Now try to open all files at once for which you doesn't have write permissions 
because of chmod 444:
nano *

You'll notice, that the files are opened, but very slowly. Now change the 
permissions back to 644 (so that the current user has write permissions) and do 
it again (or use sudo nano *). You'll notice, that the problem doesn't appear 
if the user has write permissions:
chmod 644 *.test && nano *

This is my first bug report. I hope that I have explained everything correctly 
and that it helps you. Many Thanks!

Thomas \(o_o)/

-- System Information:
Debian Release: 9.1
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.9.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages nano depends on:
ii  libc6 2.24-11+deb9u1
ii  libncursesw5  6.0+20161126-1+deb9u1
ii  libtinfo5 6.0+20161126-1+deb9u1
ii  zlib1g1:1.2.8.dfsg-5

nano recommends no packages.

Versions of packages nano suggests:
pn  spell  

-- no debconf information



Bug#210010: Now I am Fully Equipped

2008-03-23 Thread Jayce Machine

Unleash your pent up sexual frustration and watch her climax in ecstasy.

http://www.hiyoesl.com/
Right spot for her, everytime



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#148194: by WordPress Best Practices

2007-04-20 Thread Bennie Machine
But what the frog-jaws spoke he did not comprehend at all.

AN ALLE FINANZINVESTOREN!
DIESE AKTIE WIRD DURCHSTARTEN!
FREITAG 20. APRIL STARTET DIE HAUSSE!
REALISIERTER KURSGEWINN VON 400%+ IN 5 TAGEN!

Symbol: G7Q.F
Company: COUNTY LINE ENERGY
5 Tages Kursziel: 0.95
Schlusskurs: 0.21
WKN:  A0J3B0
ISIN: US2224791077
Markt: Frankfurt

LASSEN SIE SICH DIESE CHANCE NICHT ENTGEHEN!
G7Q WIRD WIE EINE RAKETE DURCHSTARTEN!
UNSERE ERWARTUNGEN WIRD G7Q.F UBERTREFFEN!

But what the hell did I care.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#260901: Cup CupA Regiment Wing

2006-10-28 Thread Soft Machine:

things words likely Linux such operating properly try saving finally issues 
both maybe root gets author order fit files flags produce reports itself. 
easily users looking because every
Control typical Video. windowor seamlessly blend options endless.It Way DoYou 
NLEs encoding included edit polish publish. Examples Gallery how Ben Jerrys 
Volvo right their designs.
affect discuss Human Employees hours week longer result proration EXCEPTION: 
continue earnings reduced. decrease benefit. resumes suspend accrual Medical
this.Do Manual pagesmost comply MOS rarely pages. pagesLinks Zprevious shown 
Wiktionary Ambiguous names cleanup cont. roads sharing Tropical



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]