Bug#1028399: xfdesktop4: apps menu not popping up when menu icons disabled

2023-01-10 Thread SHITAMORI Akira
Package: xfdesktop4
Version: 4.18.0-1
Severity: normal

apps menu not popping up when menu icons disabled
seems to have been fixed upstream

https://gitlab.xfce.org/xfce/xfdesktop/-/commit/3731b70c53fd219bd7d24eafb8822789059a59f7

-- System Information:
Debian Release: bookworm/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.1.0-1-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_CPU_OUT_OF_SPEC, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages xfdesktop4 depends on:
ii  exo-utils4.18.0-1
ii  libc62.36-8
ii  libcairo-gobject21.16.0-7
ii  libcairo21.16.0-7
ii  libexo-2-0   4.18.0-1
ii  libgarcon-1-04.18.0-1
ii  libgarcon-gtk3-1-0   4.18.0-1
ii  libgdk-pixbuf-2.0-0  2.42.10+dfsg-1
ii  libglib2.0-0 2.74.4-1
ii  libgtk-3-0   3.24.36-1
ii  libnotify4   0.8.1-1
ii  libpango-1.0-0   1.50.12+ds-1
ii  libthunarx-3-0   4.18.1-1
ii  libwnck-3-0  43.0-3
ii  libx11-6 2:1.8.3-3
ii  libxfce4ui-2-0   4.18.1-1
ii  libxfce4util74.18.0-1
ii  libxfconf-0-34.18.0-1
ii  xfdesktop4-data  4.18.0-1

Versions of packages xfdesktop4 recommends:
ii  dbus-user-session [default-dbus-session-bus]  1.14.4-1
ii  dbus-x11 [dbus-session-bus]   1.14.4-1
ii  librsvg2-common   2.54.5+dfsg-1
ii  tumbler   4.18.0-1
ii  xdg-user-dirs 0.18-1

xfdesktop4 suggests no packages.

-- no debconf information



Bug#967641:

2022-04-16 Thread SHITAMORI Akira
https://github.com/google/mozc/issues/492

Upstream has moved to QT based



Bug#721791: I want to patch

2015-04-04 Thread SHITAMORI Akira
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700307#10
 FYI, in upstream, currently we don't consider this as a bug to be fixed
 because we have no reason to use protobuf as a dynamic link library. Mozc
 binaries for all the platforms (Windows, Mac, Chromium OS, Android) have
 been released with linking to protobuf statically.

 I hope you find a good work around.

It is not fixed in the upstream.
Can not the setting of mozc in this state.

 $ /usr/lib/mozc/mozc_tool --mode=config_dialog
 Gtk-Message: Failed to load module canberra-gtk-module
 [libprotobuf ERROR google/protobuf/descriptor_database.cc:57] File already 
 exists in database: session/candidates.proto
 [libprotobuf FATAL google/protobuf/descriptor.cc:1018] CHECK failed: 
 generated_database_-Add(encoded_file_descriptor, size):
 terminate called after throwing an instance of 
 'google::protobuf::FatalException'
   what():  CHECK failed: generated_database_-Add(encoded_file_descriptor, 
 size):

I want to patch the protobuf.
Index: src/google/protobuf/message.cc
===
--- src/google/protobuf/message.cc  (revision 490)
+++ src/google/protobuf/message.cc  (working copy)
@@ -277,7 +277,8 @@
 void GeneratedMessageFactory::RegisterFile(
 const char* file, RegistrationFunc* registration_func) {
   if (!InsertIfNotPresent(file_map_, file, registration_func)) {
-GOOGLE_LOG(FATAL)  File is already registered:   file;
+   registration_func(file);
+//GOOGLE_LOG(FATAL)  File is already registered:   file;
   }
 }
 
@@ -292,7 +293,7 @@
   // the mutex.
   mutex_.AssertHeld();
   if (!InsertIfNotPresent(type_map_, descriptor, prototype)) {
-GOOGLE_LOG(DFATAL)  Type is already registered:   
descriptor-full_name();
+//GOOGLE_LOG(DFATAL)  Type is already registered:   
descriptor-full_name();
   }
 }
 
Index: src/google/protobuf/descriptor_database.cc
===
--- src/google/protobuf/descriptor_database.cc  (revision 490)
+++ src/google/protobuf/descriptor_database.cc  (working copy)
@@ -309,7 +309,18 @@
 const void* encoded_file_descriptor, int size) {
   FileDescriptorProto file;
   if (file.ParseFromArray(encoded_file_descriptor, size)) {
+std::pairconst void*, int existing = index_.FindFile(file.name());
+if (existing.first) {
+  if (existing.second == size  memcmp(existing.first, 
encoded_file_descriptor, size) == 0) {
+// Contents match
+return true;
+  }
+  else {
+GOOGLE_LOG(ERROR)  File descriptor   file.name()   is already 
registered, but descriptor contents are different;
+  }
+}
 return index_.AddFile(file, make_pair(encoded_file_descriptor, size));
+
   } else {
 GOOGLE_LOG(ERROR)  Invalid file descriptor data passed to 
   EncodedDescriptorDatabase::Add().;


Bug#746938: iceweasel: .properties has not worked in the language pack

2014-05-07 Thread SHITAMORI Akira
I make a different profile, and it is displayed.
It seems to be caused by DOM Inspector add-on.
Thank you.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#746938: iceweasel: .properties has not worked in the language pack

2014-05-03 Thread SHITAMORI Akira
Package: iceweasel
Version: 29.0-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?
 Starting the iceweasel
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
 To display the tool tip by moving the mouse cursor.
   * What was the outcome of this action?
 Language pack does not reflect
   * What outcome did you expect instead?
 Japanese is displayed language pack is reflected



-- Package-specific info:

-- Extensions information
Name: Adblock Plus
Location: ${PROFILE_EXTENSIONS}/{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}.xpi
Status: enabled

Name: Anti-Adblock Killer | Reek greasemonkey-user-script
Status: enabled

Name: AutoPagerize greasemonkey-user-script
Status: enabled

Name: BPnet userstyle
Status: enabled

Name: CNET Cleanup userstyle
Status: enabled

Name: DOM Inspector
Location: ${PROFILE_EXTENSIONS}/inspec...@mozilla.org
Status: enabled

Name: Default theme
Location: 
/usr/lib/iceweasel/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}
Package: iceweasel
Status: user-disabled

Name: DownThemAll!
Location: ${PROFILE_EXTENSIONS}/{DDC359D1-844A-42a7-9AA1-88A850A938A8}.xpi
Status: enabled

Name: Feedly Hide Read Items When Done greasemonkey-user-script
Status: enabled

Name: FireGestures
Location: ${PROFILE_EXTENSIONS}/firegestu...@xuldev.org.xpi
Status: enabled

Name: Firefox userstyle
Status: enabled

Name: Flickr: Remove Yahoo universal navigation bar userstyle
Status: enabled

Name: GMarks
Location: ${PROFILE_EXTENSIONS}/{A64F9D1E-FA5E-11DA-A187-6B94C2ED2B83}.xpi
Status: enabled

Name: Gmail userstyle
Status: enabled

Name: Google Calendar - Colorize Weekends (Sun-Sat) userstyle
Status: enabled

Name: Greasemonkey
Location: ${PROFILE_EXTENSIONS}/{e4a8a97b-f2ed-450b-b12d-ee082ba24781}.xpi
Status: enabled

Name: Japanese Language Pack locale
Location: 
/usr/lib/iceweasel/browser/extensions/langpack...@iceweasel.mozilla.org.xpi
Package: iceweasel-l10n-ja
Status: enabled

Name: Link And Forminfo
Location: ${PROFILE_EXTENSIONS}/{B71ACFF2-E436-4cc7-B5E3-0C8E2CC981BA}.xpi
Status: enabled

Name: Make Link
Location: ${PROFILE_EXTENSIONS}/{0B6B0D55-DFAC-4006-AEE6-25667F55A2A8}.xpi
Status: enabled

Name: Movapic Thumbnailer greasemonkey-user-script
Status: enabled

Name: NicoFox
Location: ${PROFILE_EXTENSIONS}/nico...@littlebtc.xpi
Status: enabled

Name: Pixiv Lazy plus greasemonkey-user-script
Status: enabled

Name: RefControl
Location: ${PROFILE_EXTENSIONS}/{455D905A-D37C-4643-A9E2-F6FEFAA0424A}.xpi
Status: enabled

Name: ScrapBook
Location: ${PROFILE_EXTENSIONS}/{53A03D43-5363-4669-8190-99061B2DEBA5}.xpi
Status: enabled

Name: Show full size links in Twitpic greasemonkey-user-script
Status: enabled

Name: Sticky Notes greasemonkey-user-script
Status: enabled

Name: Stylish
Location: ${PROFILE_EXTENSIONS}/{46551EC9-40F0-4e47-8E18-8E5CF550CFB8}.xpi
Status: enabled

Name: Tab Mix Plus
Location: ${PROFILE_EXTENSIONS}/{dc572301-7619-498c-a57d-39143191b318}.xpi
Status: enabled

Name: Twitpic Thumbnailer greasemonkey-user-script
Status: enabled

Name: Update Scanner
Location: ${PROFILE_EXTENSIONS}/{c07d1a49-9894-49ff-a594-38960ede8fb9}.xpi
Status: enabled

Name: Vocaloid Miku Future theme
Status: enabled

Name: Yahoo!Japan userstyle
Status: enabled

Name: fc2 userstyle
Status: enabled

Name: feedly userstyle
Status: enabled

Name: goo.gl lite
Location: ${PROFILE_EXTENSIONS}/goo.gl_l...@matthew.flaschen.gatech.edu
Status: enabled

Name: pixiv userstyle
Status: enabled

Name: slashdot.jp userstyle
Status: enabled

Name: twipple Thumbnailer greasemonkey-user-script
Status: enabled

Name: userChromeJS
Location: ${PROFILE_EXTENSIONS}/userchrom...@mozdev.org.xpi
Status: enabled

Name: ustream userstyle
Status: enabled

Name: xclear
Location: ${PROFILE_EXTENSIONS}/xcl...@as-computer.de.xpi
Status: enabled

Name: yfrog Thumbnailer greasemonkey-user-script
Status: enabled

-- Plugins information
Name: DivX Browser Plug-In
Location: /usr/lib/mozilla/plugins/gecko-mediaplayer-dvx.so
Package: gecko-mediaplayer
Status: enabled

Name: Google Talk Plugin
Location: /opt/google/talkplugin/libnpgoogletalk.so
Package: google-talkplugin
Status: enabled

Name: Google Talk Plugin Video Renderer
Location: /opt/google/talkplugin/libnpo1d.so
Package: google-talkplugin
Status: enabled

Name: IcedTea-Web Plugin (using IcedTea-Web 1.5 (1.5-1))
Location: /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/IcedTeaPlugin.so
Package: icedtea-7-plugin:amd64
Status: enabled

Name: QuickTime Plug-in 7.6.9
Location: /usr/lib/mozilla/plugins/gecko-mediaplayer-qt.so
Package: gecko-mediaplayer
Status: enabled

Name: RealPlayer 9
Location: /usr/lib/mozilla/plugins/gecko-mediaplayer-rm.so
Package: gecko-mediaplayer
Status: enabled

Name: Shockwave Flash (11.2.202.356)
Location: /usr/lib/flashplugin-nonfree/libflashplayer.so
Status: enabled

Name: Windows Media Player Plug-in
Location: /usr/lib/mozilla/plugins/gecko-mediaplayer-wmp.so
Package: gecko-mediaplayer
Status: enabled


Bug#746938: Comparison with firefox

2014-05-03 Thread SHITAMORI Akira
It is displayed in Japanese in Firefox.


Bug#631493: mlterm: Please make the input method plugin for IBUS.

2011-06-24 Thread SHITAMORI Akira
Package: mlterm
Version: 3.0.5-1
Severity: wishlist

--enable-ibus in the option of configure.
I want to create a package.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages mlterm depends on:
ii  libc6  2.13-7Embedded GNU C Library: Shared lib
ii  libfribidi00.19.2-1  Free Implementation of the Unicode
ii  libgdk-pixbuf2.0-0 2.23.3-3  GDK Pixbuf library
ii  libglib2.0-0   2.28.6-1  The GLib library of C routines
ii  libx11-6   2:1.4.3-2 X11 client-side library
ii  libxft22.2.0-3   FreeType-based font drawing librar
ii  mlterm-common  3.0.5-1   MultiLingual TERMinal, common file

Versions of packages mlterm recommends:
ii  mlterm-tools   3.0.5-1   MultiLingual TERMinal, additional 

Versions of packages mlterm suggests:
pn  mlterm-im-m17nlib   none   (no description available)
pn  mlterm-im-scim  none   (no description available)
pn  mlterm-im-uim   none   (no description available)
pn  t1-cyrillic none   (no description available)
pn  ttf-arphic-bsmi00lp none   (no description available)
pn  ttf-arphic-gbsn00lp none   (no description available)
pn  ttf-baekmuk none   (no description available)
ii  ttf-freefont20100919-1   Freefont Serif, Sans and Mono True
ii  ttf-vlgothic20101218-1   Japanese TrueType font from Vine L
ii  unifont 1:5.1.20080914-1 font with a glyph for each visible
pn  xfonts-efont-unicodenone   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#532949: libhpricot-ruby1.8: no such file to load -- fast_xs

2009-06-12 Thread SHITAMORI Akira
Package: libhpricot-ruby1.8
Version: 0.8-1
Severity: normal

require will look like the following:
/usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require': no such file to load -- fast_xs (LoadError)
   from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
   from /usr/lib/ruby/1.8/hpricot/builder.rb:2
   from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
   from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
   from /usr/lib/ruby/1.8/hpricot.rb:26
   from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in
`gem_original_require'
   from /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require'
   from check.rb:2

$ cat check.rb
require 'rubygems'
require 'hpricot'



-- System Information:
Debian Release: squeeze/sid
 APT prefers unstable
 APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libhpricot-ruby1.8 depends on:
ii  libc6   2.9-13   GNU C Library: Shared libraries
ii  libruby1.8  1.8.7.72-3.1 Libraries necessary to run Ruby 1.

libhpricot-ruby1.8 recommends no packages.

libhpricot-ruby1.8 suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#497769: It is caused by a patch

2008-12-08 Thread SHITAMORI Akira
It appeared when delete audacious-play-files-from-command-line.patch



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