[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#412481: marked as done (menu-method script)



Your message dated Tue, 26 Sep 2023 16:19:07 +0000
with message-id <[🔎] E1qlAmB-0099jD-7i@fasolo.debian.org>
and subject line Bug#1043510: Removed package(s) from unstable
has caused the Debian Bug report #412481,
regarding menu-method script
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
412481: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412481
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: rox-filer
Version: 2.5-1

This package does not have a menu-method to generate menus. The
taskbar (pinboard) has a default Apps that links to /usr/share. I've
made a script (for install-menu) that generates a debian menu that
Apps link should point at.

To test this, as a normal user, put this script in ~/.menu-methods and
run update-menus. The menu is generated. Run "rox -d
~/.config/rox.sourceforge.net/menu" to see it.

--- script begin ---
#!/usr/bin/install-menu

!include lang.h
!include menu.h

compat="menu-2"

outputencoding="UTF-8";
outputlanguage="C";

function SafeDir($my_dir) = replace($my_dir, ".", "_");

function OneDir($my_dir) = replace($my_dir, "/", "_");

function Path() = prefix() "/" SafeDir($basesection) "/"
OneDir(SafeDir($title));

function NoEscOrQuote($str) = replace(replace($str, "\\", "_"), "\"", "_");

function Arg($my_path) = " \"" NoEscOrQuote($my_path) "\" ";

function MakeEntry($cmd) =
       shell("mkdir -p" Arg(Path()) ">/dev/null 2>&1")
       shell("test -f " Arg($icon) "&& cp" Arg($icon) Arg(Path()
"/.DirIcon") ">/dev/null 2>&1")
       shell("/bin/echo \"#!/bin/sh\n\"" Arg("exec " $cmd) ">"
Arg(Path() "/AppRun") "2>/dev/null")
       shell("chmod 755" Arg(Path() "/AppRun") ">/dev/null 2>&1")
       ;

supported ;
       x11 = MakeEntry($command);
       text = MakeEntry(term());
endsupported ;

genmenu = ;

userprefix = ".config/rox.sourceforge.net/menu";

--- script end ---


--- End Message ---
--- Begin Message ---
Version: 1:2.11-7+rm

Dear submitter,

as the package rox has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1043510

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmaster@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply to: